⬆️ Upgrade Sentry and FastAPI (#2181)
* ⬆️ Update Sentry and FastAPI * 🎨 Auto format and update with pre-commit --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -544,6 +544,13 @@ export const ValidationErrorSchema = {
|
||||
type: {
|
||||
type: 'string',
|
||||
title: 'Error Type'
|
||||
},
|
||||
input: {
|
||||
title: 'Input'
|
||||
},
|
||||
ctx: {
|
||||
type: 'object',
|
||||
title: 'Context'
|
||||
}
|
||||
},
|
||||
type: 'object',
|
||||
|
||||
@@ -107,6 +107,10 @@ export type ValidationError = {
|
||||
loc: Array<(string | number)>;
|
||||
msg: string;
|
||||
type: string;
|
||||
input?: unknown;
|
||||
ctx?: {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
};
|
||||
|
||||
export type ItemsReadItemsData = {
|
||||
|
||||
Reference in New Issue
Block a user