@seamapi/types 1.910.0 → 1.911.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/connect.cjs +2 -2
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +2 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +2 -2
- package/src/lib/seam/connect/route-types.ts +1 -1
|
@@ -79219,7 +79219,7 @@ export type Routes = {
|
|
|
79219
79219
|
/** Business vertical of the customer portal. */
|
|
79220
79220
|
business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
|
|
79221
79221
|
feature_flags?: {
|
|
79222
|
-
|
|
79222
|
+
RESERVATION_LEGACY?: boolean | undefined;
|
|
79223
79223
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined;
|
|
79224
79224
|
MANAGE_DEVICES_CONFIRMATION_MODAL?: boolean | undefined;
|
|
79225
79225
|
} | undefined;
|
package/package.json
CHANGED
|
@@ -71429,7 +71429,7 @@ const openapi: OpenAPISpec = {
|
|
|
71429
71429
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
71430
71430
|
type: 'boolean',
|
|
71431
71431
|
},
|
|
71432
|
-
|
|
71432
|
+
RESERVATION_LEGACY: { type: 'boolean' },
|
|
71433
71433
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
71434
71434
|
type: 'boolean',
|
|
71435
71435
|
},
|
|
@@ -71886,7 +71886,7 @@ const openapi: OpenAPISpec = {
|
|
|
71886
71886
|
MANAGE_DEVICES_CONFIRMATION_MODAL: {
|
|
71887
71887
|
type: 'boolean',
|
|
71888
71888
|
},
|
|
71889
|
-
|
|
71889
|
+
RESERVATION_LEGACY: { type: 'boolean' },
|
|
71890
71890
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
|
|
71891
71891
|
type: 'boolean',
|
|
71892
71892
|
},
|
|
@@ -94751,7 +94751,7 @@ export type Routes = {
|
|
|
94751
94751
|
| undefined
|
|
94752
94752
|
feature_flags?:
|
|
94753
94753
|
| {
|
|
94754
|
-
|
|
94754
|
+
RESERVATION_LEGACY?: boolean | undefined
|
|
94755
94755
|
SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined
|
|
94756
94756
|
MANAGE_DEVICES_CONFIRMATION_MODAL?: boolean | undefined
|
|
94757
94757
|
}
|