File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff 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: {
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments