chore: generate
This commit is contained in:
@@ -209,6 +209,7 @@ export type UnknownError = {
|
|||||||
name: "UnknownError"
|
name: "UnknownError"
|
||||||
data: {
|
data: {
|
||||||
message: string
|
message: string
|
||||||
|
ref?: string
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11010,6 +11010,9 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"message": {
|
"message": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"ref": {
|
||||||
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["message"],
|
"required": ["message"],
|
||||||
|
|||||||
Reference in New Issue
Block a user