@seamapi/types 1.774.0 → 1.776.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.
@@ -55447,6 +55447,14 @@ declare const _default: {
55447
55447
  description: string;
55448
55448
  type: string;
55449
55449
  };
55450
+ feature_flags: {
55451
+ properties: {
55452
+ RESERVATION_UI_V2: {
55453
+ type: string;
55454
+ };
55455
+ };
55456
+ type: string;
55457
+ };
55450
55458
  features: {
55451
55459
  default: {
55452
55460
  $ref: string;
@@ -55935,6 +55943,14 @@ declare const _default: {
55935
55943
  description: string;
55936
55944
  type: string;
55937
55945
  };
55946
+ feature_flags: {
55947
+ properties: {
55948
+ RESERVATION_UI_V2: {
55949
+ type: string;
55950
+ };
55951
+ };
55952
+ type: string;
55953
+ };
55938
55954
  features: {
55939
55955
  default: {
55940
55956
  $ref: string;
@@ -58343,6 +58343,7 @@ export default {
58343
58343
  'cloudbeds',
58344
58344
  'smoobu',
58345
58345
  'zonal',
58346
+ 'ical',
58346
58347
  ],
58347
58348
  type: 'string',
58348
58349
  },
@@ -61528,6 +61529,12 @@ export default {
61528
61529
  description: 'Whether to exclude the option to select a locale within the portal UI.',
61529
61530
  type: 'boolean',
61530
61531
  },
61532
+ feature_flags: {
61533
+ properties: {
61534
+ RESERVATION_UI_V2: { type: 'boolean' },
61535
+ },
61536
+ type: 'object',
61537
+ },
61531
61538
  features: {
61532
61539
  default: { $ref: '#/components/schemas/access_code' },
61533
61540
  properties: {
@@ -61902,6 +61909,12 @@ export default {
61902
61909
  description: 'Whether to exclude the option to select a locale within the portal UI.',
61903
61910
  type: 'boolean',
61904
61911
  },
61912
+ feature_flags: {
61913
+ properties: {
61914
+ RESERVATION_UI_V2: { type: 'boolean' },
61915
+ },
61916
+ type: 'object',
61917
+ },
61905
61918
  features: {
61906
61919
  default: { $ref: '#/components/schemas/access_code' },
61907
61920
  properties: {