Skip to content

Commit 2c2c153

Browse files
authored
feat: Sync with Seam API via c9cf0b317650049d9c242e320c4370133dc99e82 (#2710)
1 parent 3ce6859 commit 2c2c153

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/lib/seam/connect/openapi.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60728,6 +60728,7 @@ export default {
6072860728
type: 'array',
6072960729
},
6073060730
error: { type: 'string' },
60731+
message: { type: 'string' },
6073160732
rule: {
6073260733
enum: [
6073360734
'reservation_created',
@@ -60898,6 +60899,7 @@ export default {
6089860899
type: 'array',
6089960900
},
6090060901
error: { type: 'string' },
60902+
message: { type: 'string' },
6090160903
rule: {
6090260904
enum: [
6090360905
'reservation_created',

src/lib/seam/connect/route-types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69135,6 +69135,7 @@ export type Routes = {
6913569135
access_grant_id: string
6913669136
}[]
6913769137
error?: string | undefined
69138+
message?: string | undefined
6913869139
}
6913969140
| undefined
6914069141
created_at: string

0 commit comments

Comments
 (0)