chore: generate
parent
12ee9d51c3
commit
f9b5ce180a
|
|
@ -131,6 +131,9 @@ export type ApiError = {
|
|||
[key: string]: string
|
||||
}
|
||||
responseBody?: string
|
||||
details?: {
|
||||
[key: string]: string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -5336,6 +5336,15 @@
|
|||
},
|
||||
"responseBody": {
|
||||
"type": "string"
|
||||
},
|
||||
"details": {
|
||||
"type": "object",
|
||||
"propertyNames": {
|
||||
"type": "string"
|
||||
},
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": ["message", "isRetryable"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue