@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.
@@ -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
- RESERVATION_UI_V2?: boolean | undefined;
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.910.0",
3
+ "version": "1.911.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -71429,7 +71429,7 @@ const openapi: OpenAPISpec = {
71429
71429
  MANAGE_DEVICES_CONFIRMATION_MODAL: {
71430
71430
  type: 'boolean',
71431
71431
  },
71432
- RESERVATION_UI_V2: { type: 'boolean' },
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
- RESERVATION_UI_V2: { type: 'boolean' },
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
- RESERVATION_UI_V2?: boolean | undefined
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
  }