Skip to content

Commit 8ac8b33

Browse files
authored
feat: Sync with Seam API via 5d305f36204498a468028541bd70c9bcbf936999 (#2770)
1 parent 99d8023 commit 8ac8b33

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67364,6 +67364,9 @@ export default {
6736467364
feature_flags: {
6736567365
properties: {
6736667366
RESERVATION_UI_V2: { type: 'boolean' },
67367+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
67368+
type: 'boolean',
67369+
},
6736767370
},
6736867371
type: 'object',
6736967372
},
@@ -67777,6 +67780,9 @@ export default {
6777767780
feature_flags: {
6777867781
properties: {
6777967782
RESERVATION_UI_V2: { type: 'boolean' },
67783+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
67784+
type: 'boolean',
67785+
},
6778067786
},
6778167787
type: 'object',
6778267788
},

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79318,6 +79318,7 @@ export type Routes = {
7931879318
feature_flags?:
7931979319
| {
7932079320
RESERVATION_UI_V2?: boolean | undefined
79321+
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined
7932179322
}
7932279323
| undefined
7932379324
}

0 commit comments

Comments
 (0)