We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce6859 commit 2c2c153Copy full SHA for 2c2c153
2 files changed
src/lib/seam/connect/openapi.ts
@@ -60728,6 +60728,7 @@ export default {
60728
type: 'array',
60729
},
60730
error: { type: 'string' },
60731
+ message: { type: 'string' },
60732
rule: {
60733
enum: [
60734
'reservation_created',
@@ -60898,6 +60899,7 @@ export default {
60898
60899
60900
60901
60902
60903
60904
60905
src/lib/seam/connect/route-types.ts
@@ -69135,6 +69135,7 @@ export type Routes = {
69135
access_grant_id: string
69136
}[]
69137
error?: string | undefined
69138
+ message?: string | undefined
69139
}
69140
| undefined
69141
created_at: string
0 commit comments