@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.
@@ -55862,6 +55862,9 @@ declare const _default: {
55862
55862
  RESERVATION_UI_V2: {
55863
55863
  type: string;
55864
55864
  };
55865
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
55866
+ type: string;
55867
+ };
55865
55868
  };
55866
55869
  type: string;
55867
55870
  };
@@ -56358,6 +56361,9 @@ declare const _default: {
56358
56361
  RESERVATION_UI_V2: {
56359
56362
  type: string;
56360
56363
  };
56364
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
56365
+ type: string;
56366
+ };
56361
56367
  };
56362
56368
  type: string;
56363
56369
  };
@@ -62005,6 +62005,9 @@ export default {
62005
62005
  feature_flags: {
62006
62006
  properties: {
62007
62007
  RESERVATION_UI_V2: { type: 'boolean' },
62008
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
62009
+ type: 'boolean',
62010
+ },
62008
62011
  },
62009
62012
  type: 'object',
62010
62013
  },
@@ -62385,6 +62388,9 @@ export default {
62385
62388
  feature_flags: {
62386
62389
  properties: {
62387
62390
  RESERVATION_UI_V2: { type: 'boolean' },
62391
+ SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
62392
+ type: 'boolean',
62393
+ },
62388
62394
  },
62389
62395
  type: 'object',
62390
62396
  },