@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.
@@ -108423,7 +108423,7 @@ type Routes = {
108423
108423
  /** Business vertical of the customer portal. */
108424
108424
  business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
108425
108425
  feature_flags?: {
108426
- RESERVATION_UI_V2?: boolean | undefined;
108426
+ RESERVATION_LEGACY?: boolean | undefined;
108427
108427
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined;
108428
108428
  MANAGE_DEVICES_CONFIRMATION_MODAL?: boolean | undefined;
108429
108429
  } | undefined;
package/dist/index.cjs CHANGED
@@ -72938,7 +72938,7 @@ var openapi = {
72938
72938
  MANAGE_DEVICES_CONFIRMATION_MODAL: {
72939
72939
  type: "boolean"
72940
72940
  },
72941
- RESERVATION_UI_V2: { type: "boolean" },
72941
+ RESERVATION_LEGACY: { type: "boolean" },
72942
72942
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
72943
72943
  type: "boolean"
72944
72944
  }
@@ -73357,7 +73357,7 @@ var openapi = {
73357
73357
  MANAGE_DEVICES_CONFIRMATION_MODAL: {
73358
73358
  type: "boolean"
73359
73359
  },
73360
- RESERVATION_UI_V2: { type: "boolean" },
73360
+ RESERVATION_LEGACY: { type: "boolean" },
73361
73361
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
73362
73362
  type: "boolean"
73363
73363
  }