@seamapi/types 1.796.0 → 1.797.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.
@@ -119100,6 +119100,9 @@ declare const _default: {
119100
119100
  RESERVATION_UI_V2: {
119101
119101
  type: string;
119102
119102
  };
119103
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
119104
+ type: string;
119105
+ };
119103
119106
  };
119104
119107
  type: string;
119105
119108
  };
@@ -119596,6 +119599,9 @@ declare const _default: {
119596
119599
  RESERVATION_UI_V2: {
119597
119600
  type: string;
119598
119601
  };
119602
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
119603
+ type: string;
119604
+ };
119599
119605
  };
119600
119606
  type: string;
119601
119607
  };
@@ -203634,6 +203640,7 @@ type Routes = {
203634
203640
  business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
203635
203641
  feature_flags?: {
203636
203642
  RESERVATION_UI_V2?: boolean | undefined;
203643
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined;
203637
203644
  } | undefined;
203638
203645
  };
203639
203646
  };
package/dist/index.cjs CHANGED
@@ -68808,7 +68808,10 @@ var openapi_default = {
68808
68808
  },
68809
68809
  feature_flags: {
68810
68810
  properties: {
68811
- RESERVATION_UI_V2: { type: "boolean" }
68811
+ RESERVATION_UI_V2: { type: "boolean" },
68812
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
68813
+ type: "boolean"
68814
+ }
68812
68815
  },
68813
68816
  type: "object"
68814
68817
  },
@@ -69188,7 +69191,10 @@ var openapi_default = {
69188
69191
  },
69189
69192
  feature_flags: {
69190
69193
  properties: {
69191
- RESERVATION_UI_V2: { type: "boolean" }
69194
+ RESERVATION_UI_V2: { type: "boolean" },
69195
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
69196
+ type: "boolean"
69197
+ }
69192
69198
  },
69193
69199
  type: "object"
69194
69200
  },