chore: generate
This commit is contained in:
parent
8767cca3ea
commit
e8bce0aaf2
2 changed files with 12 additions and 0 deletions
|
|
@ -134,6 +134,9 @@ export type ApiError = {
|
||||||
[key: string]: string
|
[key: string]: string
|
||||||
}
|
}
|
||||||
responseBody?: string
|
responseBody?: string
|
||||||
|
details?: {
|
||||||
|
[key: string]: string
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5346,6 +5346,15 @@
|
||||||
},
|
},
|
||||||
"responseBody": {
|
"responseBody": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
|
},
|
||||||
|
"details": {
|
||||||
|
"type": "object",
|
||||||
|
"propertyNames": {
|
||||||
|
"type": "string"
|
||||||
|
},
|
||||||
|
"additionalProperties": {
|
||||||
|
"type": "string"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["message", "isRetryable"]
|
"required": ["message", "isRetryable"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue