Skip to content

Commit 6cc96e4

Browse files
authored
feat: Sync with Seam API via c7d80882e3e68581dd72d524d7fdae49c7134cc2 (#2745)
1 parent 9a12bda commit 6cc96e4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/lib/seam/connect/openapi.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66846,6 +66846,12 @@ export default {
6684666846
'Whether to exclude the option to select a locale within the portal UI.',
6684766847
type: 'boolean',
6684866848
},
66849+
feature_flags: {
66850+
properties: {
66851+
RESERVATION_UI_V2: { type: 'boolean' },
66852+
},
66853+
type: 'object',
66854+
},
6684966855
features: {
6685066856
default: { $ref: '#/components/schemas/access_code' },
6685166857
properties: {
@@ -67253,6 +67259,12 @@ export default {
6725367259
'Whether to exclude the option to select a locale within the portal UI.',
6725467260
type: 'boolean',
6725567261
},
67262+
feature_flags: {
67263+
properties: {
67264+
RESERVATION_UI_V2: { type: 'boolean' },
67265+
},
67266+
type: 'object',
67267+
},
6725667268
features: {
6725767269
default: { $ref: '#/components/schemas/access_code' },
6725867270
properties: {

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78582,6 +78582,11 @@ export type Routes = {
7858278582
| 'property_tours'
7858378583
)
7858478584
| undefined
78585+
feature_flags?:
78586+
| {
78587+
RESERVATION_UI_V2?: boolean | undefined
78588+
}
78589+
| undefined
7858578590
}
7858678591
}
7858778592
maxDuration: undefined

0 commit comments

Comments
 (0)