@seamapi/types 1.775.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;
@@ -61529,6 +61529,12 @@ export default {
61529
61529
  description: 'Whether to exclude the option to select a locale within the portal UI.',
61530
61530
  type: 'boolean',
61531
61531
  },
61532
+ feature_flags: {
61533
+ properties: {
61534
+ RESERVATION_UI_V2: { type: 'boolean' },
61535
+ },
61536
+ type: 'object',
61537
+ },
61532
61538
  features: {
61533
61539
  default: { $ref: '#/components/schemas/access_code' },
61534
61540
  properties: {
@@ -61903,6 +61909,12 @@ export default {
61903
61909
  description: 'Whether to exclude the option to select a locale within the portal UI.',
61904
61910
  type: 'boolean',
61905
61911
  },
61912
+ feature_flags: {
61913
+ properties: {
61914
+ RESERVATION_UI_V2: { type: 'boolean' },
61915
+ },
61916
+ type: 'object',
61917
+ },
61906
61918
  features: {
61907
61919
  default: { $ref: '#/components/schemas/access_code' },
61908
61920
  properties: {