@wix/auto_sdk_table-reservations_experiences 1.0.32 → 1.0.34

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.
Files changed (41) hide show
  1. package/build/cjs/index.d.ts +36 -3
  2. package/build/cjs/index.js +859 -24
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js +623 -20
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +283 -45
  8. package/build/cjs/meta.js +607 -20
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/cjs/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.ts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.ts} +325 -51
  11. package/build/es/index.d.mts +36 -3
  12. package/build/es/index.mjs +848 -24
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs +612 -20
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +283 -45
  18. package/build/es/meta.mjs +596 -20
  19. package/build/es/meta.mjs.map +1 -1
  20. package/build/es/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.mts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.mts} +325 -51
  21. package/build/internal/cjs/index.d.ts +36 -3
  22. package/build/internal/cjs/index.js +859 -24
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +2 -2
  25. package/build/internal/cjs/index.typings.js +623 -20
  26. package/build/internal/cjs/index.typings.js.map +1 -1
  27. package/build/internal/cjs/meta.d.ts +283 -45
  28. package/build/internal/cjs/meta.js +607 -20
  29. package/build/internal/cjs/meta.js.map +1 -1
  30. package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.ts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.ts} +325 -51
  31. package/build/internal/es/index.d.mts +36 -3
  32. package/build/internal/es/index.mjs +848 -24
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +2 -2
  35. package/build/internal/es/index.typings.mjs +612 -20
  36. package/build/internal/es/index.typings.mjs.map +1 -1
  37. package/build/internal/es/meta.d.mts +283 -45
  38. package/build/internal/es/meta.mjs +596 -20
  39. package/build/internal/es/meta.mjs.map +1 -1
  40. package/build/internal/es/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.mts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.mts} +325 -51
  41. package/package.json +4 -4
@@ -1,4 +1,4 @@
1
- import { cR as CreateExperienceRequest$1, cS as CreateExperienceResponse$1, cT as GetExperienceRequest$1, cU as GetExperienceResponse$1, cV as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, cW as UpdateExperienceRequest$1, cX as UpdateExperienceResponse$1, cY as QueryExperiencesRequest$1, d1 as QueryExperiencesResponse$1, d4 as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, dG as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, dL as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1 } from './table-reservations-v1-experience-experiences.universal-CmEg4KfI.js';
1
+ import { d9 as CreateExperienceRequest$1, da as CreateExperienceResponse$1, db as GetExperienceRequest$1, dc as GetExperienceResponse$1, dd as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, de as UpdateExperienceRequest$1, df as UpdateExperienceResponse$1, dg as QueryExperiencesRequest$1, dl as QueryExperiencesResponse$1, dp as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, d_ as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, e3 as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1, e4 as BulkArchiveExperiencesRequest$1, h as BulkArchiveExperiencesResponse$1, e6 as BulkUnarchiveExperiencesRequest$1, i as BulkUnarchiveExperiencesResponse$1 } from './table-reservations-v1-experience-experiences.universal-D6mHSKCq.js';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  /** Experience. */
@@ -68,19 +68,17 @@ interface TableCombination {
68
68
  id?: string | null;
69
69
  }
70
70
  declare enum TableAvailabilityType {
71
- UNKNOWN_TABLE_AVAILABILITY_TYPE = "UNKNOWN_TABLE_AVAILABILITY_TYPE",
72
71
  ANY_ONLINE_TABLE = "ANY_ONLINE_TABLE",
73
72
  SPECIFIC_TABLES = "SPECIFIC_TABLES"
74
73
  }
75
74
  /** @enumType */
76
- type TableAvailabilityTypeWithLiterals = TableAvailabilityType | 'UNKNOWN_TABLE_AVAILABILITY_TYPE' | 'ANY_ONLINE_TABLE' | 'SPECIFIC_TABLES';
75
+ type TableAvailabilityTypeWithLiterals = TableAvailabilityType | 'ANY_ONLINE_TABLE' | 'SPECIFIC_TABLES';
77
76
  declare enum TableAssignmentType {
78
- UNKNOWN_ASSIGMENT_TYPE = "UNKNOWN_ASSIGMENT_TYPE",
79
77
  AUTOMATIC = "AUTOMATIC",
80
78
  MANUAL = "MANUAL"
81
79
  }
82
80
  /** @enumType */
83
- type TableAssignmentTypeWithLiterals = TableAssignmentType | 'UNKNOWN_ASSIGMENT_TYPE' | 'AUTOMATIC' | 'MANUAL';
81
+ type TableAssignmentTypeWithLiterals = TableAssignmentType | 'AUTOMATIC' | 'MANUAL';
84
82
  interface SpecificTablesOptions {
85
83
  /** When tables are mandatory for experience they can't be used for standard reservations during experience time. */
86
84
  reservedForExperience?: boolean | null;
@@ -96,12 +94,11 @@ interface SpecificTablesOptions {
96
94
  tableCombinations?: TableCombination[];
97
95
  }
98
96
  declare enum TableManagementMode {
99
- UNKNOWN_MODE = "UNKNOWN_MODE",
100
97
  ON = "ON",
101
98
  OFF = "OFF"
102
99
  }
103
100
  /** @enumType */
104
- type TableManagementModeWithLiterals = TableManagementMode | 'UNKNOWN_MODE' | 'ON' | 'OFF';
101
+ type TableManagementModeWithLiterals = TableManagementMode | 'ON' | 'OFF';
105
102
  interface OnOptions extends OnOptionsOptionsOneOf {
106
103
  /** Specific tables options. */
107
104
  specificTablesOptions?: SpecificTablesOptions;
@@ -116,20 +113,18 @@ interface OnOptionsOptionsOneOf {
116
113
  specificTablesOptions?: SpecificTablesOptions;
117
114
  }
118
115
  declare enum Unit {
119
- UNKNOWN_UNIT = "UNKNOWN_UNIT",
120
116
  MINUTES = "MINUTES",
121
117
  HOURS = "HOURS",
122
118
  DAYS = "DAYS"
123
119
  }
124
120
  /** @enumType */
125
- type UnitWithLiterals = Unit | 'UNKNOWN_UNIT' | 'MINUTES' | 'HOURS' | 'DAYS';
121
+ type UnitWithLiterals = Unit | 'MINUTES' | 'HOURS' | 'DAYS';
126
122
  declare enum Mode {
127
- UNKNOWN_MODE = "UNKNOWN_MODE",
128
123
  AUTOMATIC = "AUTOMATIC",
129
124
  MANUAL = "MANUAL"
130
125
  }
131
126
  /** @enumType */
132
- type ModeWithLiterals = Mode | 'UNKNOWN_MODE' | 'AUTOMATIC' | 'MANUAL';
127
+ type ModeWithLiterals = Mode | 'AUTOMATIC' | 'MANUAL';
133
128
  /** Enumerates the days of the week. */
134
129
  declare enum StartDaysAndTimesDayOfWeek {
135
130
  MONDAY = "MONDAY",
@@ -154,12 +149,11 @@ interface StartDaysAndTimes {
154
149
  time?: string | null;
155
150
  }
156
151
  declare enum Recurrence {
157
- UNKNOWN_RECURRENCE = "UNKNOWN_RECURRENCE",
158
152
  WEEKLY = "WEEKLY",
159
153
  ONE_TIME = "ONE_TIME"
160
154
  }
161
155
  /** @enumType */
162
- type RecurrenceWithLiterals = Recurrence | 'UNKNOWN_RECURRENCE' | 'WEEKLY' | 'ONE_TIME';
156
+ type RecurrenceWithLiterals = Recurrence | 'WEEKLY' | 'ONE_TIME';
163
157
  interface WeeklyOptions {
164
158
  /**
165
159
  * Start date.
@@ -449,6 +443,10 @@ interface Node extends NodeDataOneOf {
449
443
  layoutCellData?: LayoutCellData;
450
444
  /** Data for a shape node. */
451
445
  shapeData?: ShapeData;
446
+ /** Data for a card node. */
447
+ cardData?: CardData;
448
+ /** Data for a table of contents node. */
449
+ tocData?: TocData;
452
450
  /** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */
453
451
  type?: NodeTypeWithLiterals;
454
452
  /** Node ID. */
@@ -518,6 +516,10 @@ interface NodeDataOneOf {
518
516
  layoutCellData?: LayoutCellData;
519
517
  /** Data for a shape node. */
520
518
  shapeData?: ShapeData;
519
+ /** Data for a card node. */
520
+ cardData?: CardData;
521
+ /** Data for a table of contents node. */
522
+ tocData?: TocData;
521
523
  }
522
524
  declare enum NodeType {
523
525
  PARAGRAPH = "PARAGRAPH",
@@ -554,10 +556,12 @@ declare enum NodeType {
554
556
  CAPTION = "CAPTION",
555
557
  LAYOUT = "LAYOUT",
556
558
  LAYOUT_CELL = "LAYOUT_CELL",
557
- SHAPE = "SHAPE"
559
+ SHAPE = "SHAPE",
560
+ CARD = "CARD",
561
+ TOC = "TOC"
558
562
  }
559
563
  /** @enumType */
560
- type NodeTypeWithLiterals = NodeType | 'PARAGRAPH' | 'TEXT' | 'HEADING' | 'BULLETED_LIST' | 'ORDERED_LIST' | 'LIST_ITEM' | 'BLOCKQUOTE' | 'CODE_BLOCK' | 'VIDEO' | 'DIVIDER' | 'FILE' | 'GALLERY' | 'GIF' | 'HTML' | 'IMAGE' | 'LINK_PREVIEW' | 'MAP' | 'POLL' | 'APP_EMBED' | 'BUTTON' | 'COLLAPSIBLE_LIST' | 'TABLE' | 'EMBED' | 'COLLAPSIBLE_ITEM' | 'COLLAPSIBLE_ITEM_TITLE' | 'COLLAPSIBLE_ITEM_BODY' | 'TABLE_CELL' | 'TABLE_ROW' | 'EXTERNAL' | 'AUDIO' | 'CAPTION' | 'LAYOUT' | 'LAYOUT_CELL' | 'SHAPE';
564
+ type NodeTypeWithLiterals = NodeType | 'PARAGRAPH' | 'TEXT' | 'HEADING' | 'BULLETED_LIST' | 'ORDERED_LIST' | 'LIST_ITEM' | 'BLOCKQUOTE' | 'CODE_BLOCK' | 'VIDEO' | 'DIVIDER' | 'FILE' | 'GALLERY' | 'GIF' | 'HTML' | 'IMAGE' | 'LINK_PREVIEW' | 'MAP' | 'POLL' | 'APP_EMBED' | 'BUTTON' | 'COLLAPSIBLE_LIST' | 'TABLE' | 'EMBED' | 'COLLAPSIBLE_ITEM' | 'COLLAPSIBLE_ITEM_TITLE' | 'COLLAPSIBLE_ITEM_BODY' | 'TABLE_CELL' | 'TABLE_ROW' | 'EXTERNAL' | 'AUDIO' | 'CAPTION' | 'LAYOUT' | 'LAYOUT_CELL' | 'SHAPE' | 'CARD' | 'TOC';
561
565
  interface NodeStyle {
562
566
  /** The top padding value in pixels. */
563
567
  paddingTop?: string | null;
@@ -578,6 +582,55 @@ interface ButtonData {
578
582
  /** Button link details. */
579
583
  link?: Link;
580
584
  }
585
+ /** Background type */
586
+ declare enum BackgroundType {
587
+ /** Solid color background */
588
+ COLOR = "COLOR",
589
+ /** Gradient background */
590
+ GRADIENT = "GRADIENT"
591
+ }
592
+ /** @enumType */
593
+ type BackgroundTypeWithLiterals = BackgroundType | 'COLOR' | 'GRADIENT';
594
+ interface Gradient {
595
+ /** Gradient type. */
596
+ type?: GradientTypeWithLiterals;
597
+ /**
598
+ * Color stops for the gradient.
599
+ * @maxSize 1000
600
+ */
601
+ stops?: Stop[];
602
+ /** Angle in degrees for linear gradient (0-360). */
603
+ angle?: number | null;
604
+ /**
605
+ * Horizontal center position for radial gradient (0-100).
606
+ * @max 100
607
+ */
608
+ centerX?: number | null;
609
+ /**
610
+ * Vertical center position for radial gradient (0-100).
611
+ * @max 100
612
+ */
613
+ centerY?: number | null;
614
+ }
615
+ /** Gradient type. */
616
+ declare enum GradientType {
617
+ /** Linear gradient. */
618
+ LINEAR = "LINEAR",
619
+ /** Radial gradient. */
620
+ RADIAL = "RADIAL"
621
+ }
622
+ /** @enumType */
623
+ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
624
+ /** A single color stop in the gradient. */
625
+ interface Stop {
626
+ /**
627
+ * Stop color as hex value.
628
+ * @format COLOR_HEX
629
+ */
630
+ color?: string | null;
631
+ /** Stop position (0-1). */
632
+ position?: number | null;
633
+ }
581
634
  interface Border {
582
635
  /**
583
636
  * Deprecated: Use `borderWidth` in `styles` instead.
@@ -607,6 +660,18 @@ interface Colors {
607
660
  */
608
661
  background?: string | null;
609
662
  }
663
+ /** Background styling (color or gradient) */
664
+ interface Background {
665
+ /** Background type. */
666
+ type?: BackgroundTypeWithLiterals;
667
+ /**
668
+ * Background color as a hexadecimal value.
669
+ * @format COLOR_HEX
670
+ */
671
+ color?: string | null;
672
+ /** Gradient configuration. */
673
+ gradient?: Gradient;
674
+ }
610
675
  interface PluginContainerData {
611
676
  /** The width of the node when it's displayed. */
612
677
  width?: PluginContainerDataWidth;
@@ -727,17 +792,23 @@ interface Styles {
727
792
  */
728
793
  textColorHover?: string | null;
729
794
  /**
730
- * Background color as a hexadecimal value.
795
+ * Deprecated: Use `background` instead.
731
796
  * @format COLOR_HEX
797
+ * @deprecated
732
798
  */
733
799
  backgroundColor?: string | null;
734
800
  /**
735
- * Background color as a hexadecimal value (hover state).
801
+ * Deprecated: Use `backgroundHover` instead.
736
802
  * @format COLOR_HEX
803
+ * @deprecated
737
804
  */
738
805
  backgroundColorHover?: string | null;
739
806
  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
740
807
  buttonSize?: string | null;
808
+ /** Background styling (color or gradient). */
809
+ background?: Background;
810
+ /** Background styling for hover state (color or gradient). */
811
+ backgroundHover?: Background;
741
812
  }
742
813
  interface Link extends LinkDataOneOf {
743
814
  /** The absolute URL for the linked document. */
@@ -1119,6 +1190,8 @@ interface HTMLData extends HTMLDataDataOneOf {
1119
1190
  * @deprecated
1120
1191
  */
1121
1192
  isAdsense?: boolean | null;
1193
+ /** The WixelWidget ID for AI_WIDGET source nodes. */
1194
+ widgetId?: string;
1122
1195
  /** Styling for the HTML node's container. Height property is irrelevant for HTML embeds when autoHeight is set to `true`. */
1123
1196
  containerData?: PluginContainerData;
1124
1197
  /** The type of HTML code. */
@@ -1137,14 +1210,17 @@ interface HTMLDataDataOneOf {
1137
1210
  * @deprecated
1138
1211
  */
1139
1212
  isAdsense?: boolean | null;
1213
+ /** The WixelWidget ID for AI_WIDGET source nodes. */
1214
+ widgetId?: string;
1140
1215
  }
1141
1216
  declare enum Source {
1142
1217
  HTML = "HTML",
1143
1218
  ADSENSE = "ADSENSE",
1144
- AI = "AI"
1219
+ AI = "AI",
1220
+ AI_WIDGET = "AI_WIDGET"
1145
1221
  }
1146
1222
  /** @enumType */
1147
- type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI';
1223
+ type SourceWithLiterals = Source | 'HTML' | 'ADSENSE' | 'AI' | 'AI_WIDGET';
1148
1224
  interface ImageData {
1149
1225
  /** Styling for the image's container. */
1150
1226
  containerData?: PluginContainerData;
@@ -1374,7 +1450,7 @@ interface OptionLayout {
1374
1450
  /** Sets whether to display option images. Defaults to `false`. */
1375
1451
  enableImage?: boolean | null;
1376
1452
  }
1377
- declare enum BackgroundType {
1453
+ declare enum PollDesignBackgroundType {
1378
1454
  /** Color background type */
1379
1455
  COLOR = "COLOR",
1380
1456
  /** Image background type */
@@ -1383,8 +1459,8 @@ declare enum BackgroundType {
1383
1459
  GRADIENT = "GRADIENT"
1384
1460
  }
1385
1461
  /** @enumType */
1386
- type BackgroundTypeWithLiterals = BackgroundType | 'COLOR' | 'IMAGE' | 'GRADIENT';
1387
- interface Gradient {
1462
+ type PollDesignBackgroundTypeWithLiterals = PollDesignBackgroundType | 'COLOR' | 'IMAGE' | 'GRADIENT';
1463
+ interface BackgroundGradient {
1388
1464
  /** The gradient angle in degrees. */
1389
1465
  angle?: number | null;
1390
1466
  /**
@@ -1398,7 +1474,7 @@ interface Gradient {
1398
1474
  */
1399
1475
  lastColor?: string | null;
1400
1476
  }
1401
- interface Background extends BackgroundBackgroundOneOf {
1477
+ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
1402
1478
  /**
1403
1479
  * The background color as a hexademical value.
1404
1480
  * @format COLOR_HEX
@@ -1407,12 +1483,12 @@ interface Background extends BackgroundBackgroundOneOf {
1407
1483
  /** An image to use for the background. */
1408
1484
  image?: Media;
1409
1485
  /** Details for a gradient background. */
1410
- gradient?: Gradient;
1486
+ gradient?: BackgroundGradient;
1411
1487
  /** Background type. For each option, include the relevant details. */
1412
- type?: BackgroundTypeWithLiterals;
1488
+ type?: PollDesignBackgroundTypeWithLiterals;
1413
1489
  }
1414
1490
  /** @oneof */
1415
- interface BackgroundBackgroundOneOf {
1491
+ interface PollDesignBackgroundBackgroundOneOf {
1416
1492
  /**
1417
1493
  * The background color as a hexademical value.
1418
1494
  * @format COLOR_HEX
@@ -1421,11 +1497,11 @@ interface BackgroundBackgroundOneOf {
1421
1497
  /** An image to use for the background. */
1422
1498
  image?: Media;
1423
1499
  /** Details for a gradient background. */
1424
- gradient?: Gradient;
1500
+ gradient?: BackgroundGradient;
1425
1501
  }
1426
1502
  interface PollDesign {
1427
1503
  /** Background styling. */
1428
- background?: Background;
1504
+ background?: PollDesignBackground;
1429
1505
  /** Border radius in pixels. */
1430
1506
  borderRadius?: number | null;
1431
1507
  }
@@ -2108,12 +2184,13 @@ interface CaptionData {
2108
2184
  }
2109
2185
  interface LayoutData {
2110
2186
  /**
2111
- * Background color as a hexadecimal value.
2187
+ * Deprecated: Use `background` instead.
2112
2188
  * @format COLOR_HEX
2189
+ * @deprecated
2113
2190
  */
2114
2191
  backgroundColor?: string | null;
2115
2192
  /** Background image. */
2116
- backgroundImage?: BackgroundImage;
2193
+ backgroundImage?: LayoutDataBackgroundImage;
2117
2194
  /**
2118
2195
  * Border color as a hexadecimal value.
2119
2196
  * @format COLOR_HEX
@@ -2121,15 +2198,16 @@ interface LayoutData {
2121
2198
  borderColor?: string | null;
2122
2199
  /** Border width in pixels. */
2123
2200
  borderWidth?: number | null;
2124
- /** Border */
2201
+ /** Border radius in pixels. */
2125
2202
  borderRadius?: number | null;
2126
2203
  /**
2127
- * Backdrop color as a hexadecimal value.
2204
+ * Deprecated: Use `backdrop` instead.
2128
2205
  * @format COLOR_HEX
2206
+ * @deprecated
2129
2207
  */
2130
2208
  backdropColor?: string | null;
2131
- /** Backdrop image.radius in pixels. */
2132
- backdropImage?: BackgroundImage;
2209
+ /** Backdrop image. */
2210
+ backdropImage?: LayoutDataBackgroundImage;
2133
2211
  /** Backdrop top padding. */
2134
2212
  backdropPaddingTop?: number | null;
2135
2213
  /** Backdrop bottom padding */
@@ -2153,8 +2231,12 @@ interface LayoutData {
2153
2231
  designTarget?: DesignTargetWithLiterals;
2154
2232
  /** Banner configuration. When present, this layout is displayed as a banner. */
2155
2233
  banner?: Banner;
2234
+ /** Background styling (color or gradient). */
2235
+ background?: LayoutDataBackground;
2236
+ /** Backdrop styling (color or gradient). */
2237
+ backdrop?: Backdrop;
2156
2238
  }
2157
- declare enum Scaling {
2239
+ declare enum ImageScalingScaling {
2158
2240
  /** Auto image scaling */
2159
2241
  AUTO = "AUTO",
2160
2242
  /** Contain image scaling */
@@ -2163,7 +2245,7 @@ declare enum Scaling {
2163
2245
  COVER = "COVER"
2164
2246
  }
2165
2247
  /** @enumType */
2166
- type ScalingWithLiterals = Scaling | 'AUTO' | 'CONTAIN' | 'COVER';
2248
+ type ImageScalingScalingWithLiterals = ImageScalingScaling | 'AUTO' | 'CONTAIN' | 'COVER';
2167
2249
  declare enum ImagePosition {
2168
2250
  /** Image positioned at the center */
2169
2251
  CENTER = "CENTER",
@@ -2194,13 +2276,31 @@ declare enum Origin {
2194
2276
  }
2195
2277
  /** @enumType */
2196
2278
  type OriginWithLiterals = Origin | 'IMAGE' | 'LAYOUT';
2197
- interface BackgroundImage {
2279
+ /** Background type */
2280
+ declare enum LayoutDataBackgroundType {
2281
+ /** Solid color background */
2282
+ COLOR = "COLOR",
2283
+ /** Gradient background */
2284
+ GRADIENT = "GRADIENT"
2285
+ }
2286
+ /** @enumType */
2287
+ type LayoutDataBackgroundTypeWithLiterals = LayoutDataBackgroundType | 'COLOR' | 'GRADIENT';
2288
+ /** Backdrop type */
2289
+ declare enum BackdropType {
2290
+ /** Solid color backdrop */
2291
+ COLOR = "COLOR",
2292
+ /** Gradient backdrop */
2293
+ GRADIENT = "GRADIENT"
2294
+ }
2295
+ /** @enumType */
2296
+ type BackdropTypeWithLiterals = BackdropType | 'COLOR' | 'GRADIENT';
2297
+ interface LayoutDataBackgroundImage {
2198
2298
  /** Background image. */
2199
2299
  media?: Media;
2200
2300
  /** Background image opacity. */
2201
2301
  opacity?: number | null;
2202
2302
  /** Background image scaling. */
2203
- scaling?: ScalingWithLiterals;
2303
+ scaling?: ImageScalingScalingWithLiterals;
2204
2304
  /** Position of background. Defaults to `CENTER`. */
2205
2305
  position?: ImagePositionWithLiterals;
2206
2306
  }
@@ -2234,6 +2334,30 @@ interface Banner {
2234
2334
  /** Origin of the banner */
2235
2335
  origin?: OriginWithLiterals;
2236
2336
  }
2337
+ /** Background styling (color or gradient) */
2338
+ interface LayoutDataBackground {
2339
+ /** Background type. */
2340
+ type?: LayoutDataBackgroundTypeWithLiterals;
2341
+ /**
2342
+ * Background color as a hexadecimal value.
2343
+ * @format COLOR_HEX
2344
+ */
2345
+ color?: string | null;
2346
+ /** Gradient configuration. */
2347
+ gradient?: Gradient;
2348
+ }
2349
+ /** Backdrop styling (color or gradient) */
2350
+ interface Backdrop {
2351
+ /** Backdrop type. */
2352
+ type?: BackdropTypeWithLiterals;
2353
+ /**
2354
+ * Backdrop color as a hexadecimal value.
2355
+ * @format COLOR_HEX
2356
+ */
2357
+ color?: string | null;
2358
+ /** Gradient configuration. */
2359
+ gradient?: Gradient;
2360
+ }
2237
2361
  interface LayoutCellData {
2238
2362
  /** Size of the cell in 12 columns grid. */
2239
2363
  colSpan?: number | null;
@@ -2255,6 +2379,120 @@ interface ShapeDataStyles {
2255
2379
  /** Map of original color keys to their new color values. */
2256
2380
  colors?: Record<string, string>;
2257
2381
  }
2382
+ interface CardData {
2383
+ /** Background styling (color or gradient). */
2384
+ background?: CardDataBackground;
2385
+ /** Background image. */
2386
+ backgroundImage?: BackgroundImage;
2387
+ }
2388
+ declare enum Scaling {
2389
+ /** Auto image scaling */
2390
+ AUTO = "AUTO",
2391
+ /** Contain image scaling */
2392
+ CONTAIN = "CONTAIN",
2393
+ /** Cover image scaling */
2394
+ COVER = "COVER"
2395
+ }
2396
+ /** @enumType */
2397
+ type ScalingWithLiterals = Scaling | 'AUTO' | 'CONTAIN' | 'COVER';
2398
+ declare enum ImagePositionPosition {
2399
+ /** Image positioned at the center */
2400
+ CENTER = "CENTER",
2401
+ /** Image positioned on the left */
2402
+ CENTER_LEFT = "CENTER_LEFT",
2403
+ /** Image positioned on the right */
2404
+ CENTER_RIGHT = "CENTER_RIGHT",
2405
+ /** Image positioned at the center top */
2406
+ TOP = "TOP",
2407
+ /** Image positioned at the top left */
2408
+ TOP_LEFT = "TOP_LEFT",
2409
+ /** Image positioned at the top right */
2410
+ TOP_RIGHT = "TOP_RIGHT",
2411
+ /** Image positioned at the center bottom */
2412
+ BOTTOM = "BOTTOM",
2413
+ /** Image positioned at the bottom left */
2414
+ BOTTOM_LEFT = "BOTTOM_LEFT",
2415
+ /** Image positioned at the bottom right */
2416
+ BOTTOM_RIGHT = "BOTTOM_RIGHT"
2417
+ }
2418
+ /** @enumType */
2419
+ type ImagePositionPositionWithLiterals = ImagePositionPosition | 'CENTER' | 'CENTER_LEFT' | 'CENTER_RIGHT' | 'TOP' | 'TOP_LEFT' | 'TOP_RIGHT' | 'BOTTOM' | 'BOTTOM_LEFT' | 'BOTTOM_RIGHT';
2420
+ /** Background type */
2421
+ declare enum CardDataBackgroundType {
2422
+ /** Solid color background */
2423
+ COLOR = "COLOR",
2424
+ /** Gradient background */
2425
+ GRADIENT = "GRADIENT"
2426
+ }
2427
+ /** @enumType */
2428
+ type CardDataBackgroundTypeWithLiterals = CardDataBackgroundType | 'COLOR' | 'GRADIENT';
2429
+ /** Background styling (color or gradient) */
2430
+ interface CardDataBackground {
2431
+ /** Background type. */
2432
+ type?: CardDataBackgroundTypeWithLiterals;
2433
+ /**
2434
+ * Background color as a hexadecimal value.
2435
+ * @format COLOR_HEX
2436
+ */
2437
+ color?: string | null;
2438
+ /** Gradient configuration. */
2439
+ gradient?: Gradient;
2440
+ }
2441
+ interface BackgroundImage {
2442
+ /** Background image. */
2443
+ media?: Media;
2444
+ /** Background image opacity. */
2445
+ opacity?: number | null;
2446
+ /** Background image scaling. */
2447
+ scaling?: ScalingWithLiterals;
2448
+ /** Position of background. Defaults to `CENTER`. */
2449
+ position?: ImagePositionPositionWithLiterals;
2450
+ }
2451
+ interface TocData {
2452
+ /** Heading levels included in the table of contents. Default: [1, 2, 3, 4, 5, 6]. */
2453
+ includedHeadings?: number[];
2454
+ /** List style. Default: PLAIN. */
2455
+ listStyle?: ListStyleWithLiterals;
2456
+ /** Optional override for the font size in pixels. */
2457
+ fontSize?: number | null;
2458
+ /** Optional override for the vertical spacing between items in pixels. */
2459
+ itemSpacing?: number | null;
2460
+ /**
2461
+ * Optional override for the text color.
2462
+ * @format COLOR_HEX
2463
+ */
2464
+ color?: string | null;
2465
+ /** Indentation style. Default: NESTED. */
2466
+ indentation?: IndentationWithLiterals;
2467
+ }
2468
+ /** List style. */
2469
+ declare enum ListStyle {
2470
+ /** No markers (default) */
2471
+ PLAIN = "PLAIN",
2472
+ /** Numbered list */
2473
+ NUMBERED = "NUMBERED",
2474
+ /** Alphabetic letters */
2475
+ LETTERS = "LETTERS",
2476
+ /** Roman numerals */
2477
+ ROMAN = "ROMAN",
2478
+ /** Bulleted list */
2479
+ BULLETED = "BULLETED",
2480
+ /** Alphabetical index */
2481
+ ALPHABETICAL_INDEX = "ALPHABETICAL_INDEX",
2482
+ /** Alphabetical index (compact top-row only) */
2483
+ ALPHABETICAL_INDEX_COMPACT = "ALPHABETICAL_INDEX_COMPACT"
2484
+ }
2485
+ /** @enumType */
2486
+ type ListStyleWithLiterals = ListStyle | 'PLAIN' | 'NUMBERED' | 'LETTERS' | 'ROMAN' | 'BULLETED' | 'ALPHABETICAL_INDEX' | 'ALPHABETICAL_INDEX_COMPACT';
2487
+ /** Indentation style. */
2488
+ declare enum Indentation {
2489
+ /** Sub-headings indented under parents (default) */
2490
+ NESTED = "NESTED",
2491
+ /** All items at the same level */
2492
+ FLAT = "FLAT"
2493
+ }
2494
+ /** @enumType */
2495
+ type IndentationWithLiterals = Indentation | 'NESTED' | 'FLAT';
2258
2496
  interface Metadata {
2259
2497
  /** Schema version. */
2260
2498
  version?: number;
@@ -2301,12 +2539,11 @@ interface TextNodeStyle {
2301
2539
  lineHeight?: string | null;
2302
2540
  }
2303
2541
  declare enum PaymentPolicyType {
2304
- UNKNOWN_PAYMENT_POLICY_TYPE = "UNKNOWN_PAYMENT_POLICY_TYPE",
2305
2542
  PER_GUEST = "PER_GUEST",
2306
2543
  FREE = "FREE"
2307
2544
  }
2308
2545
  /** @enumType */
2309
- type PaymentPolicyTypeWithLiterals = PaymentPolicyType | 'UNKNOWN_PAYMENT_POLICY_TYPE' | 'PER_GUEST' | 'FREE';
2546
+ type PaymentPolicyTypeWithLiterals = PaymentPolicyType | 'PER_GUEST' | 'FREE';
2310
2547
  /** Payment per guest policy. */
2311
2548
  interface PerGuestOptions {
2312
2549
  /**
@@ -3009,7 +3246,6 @@ interface DateHistogramAggregation {
3009
3246
  interval?: IntervalWithLiterals;
3010
3247
  }
3011
3248
  declare enum Interval {
3012
- UNKNOWN_INTERVAL = "UNKNOWN_INTERVAL",
3013
3249
  YEAR = "YEAR",
3014
3250
  MONTH = "MONTH",
3015
3251
  WEEK = "WEEK",
@@ -3019,7 +3255,7 @@ declare enum Interval {
3019
3255
  SECOND = "SECOND"
3020
3256
  }
3021
3257
  /** @enumType */
3022
- type IntervalWithLiterals = Interval | 'UNKNOWN_INTERVAL' | 'YEAR' | 'MONTH' | 'WEEK' | 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND';
3258
+ type IntervalWithLiterals = Interval | 'YEAR' | 'MONTH' | 'WEEK' | 'DAY' | 'HOUR' | 'MINUTE' | 'SECOND';
3023
3259
  interface NestedAggregationItem extends NestedAggregationItemKindOneOf {
3024
3260
  /** A value aggregation calculates metrics such as "count" for specific fields within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number of reservations (count) of each status that have been made on the site. */
3025
3261
  value?: ValueAggregation;
@@ -3385,7 +3621,7 @@ interface BulkArchiveExperiencesRequest {
3385
3621
  * @maxSize 100
3386
3622
  * @format GUID
3387
3623
  */
3388
- experienceIds?: string[];
3624
+ experienceIds: string[];
3389
3625
  }
3390
3626
  interface BulkArchiveExperiencesResponse {
3391
3627
  /**
@@ -3408,7 +3644,7 @@ interface BulkUnarchiveExperiencesRequest {
3408
3644
  * @maxSize 100
3409
3645
  * @format GUID
3410
3646
  */
3411
- experienceIds?: string[];
3647
+ experienceIds: string[];
3412
3648
  }
3413
3649
  interface BulkUnarchiveExperiencesResponse {
3414
3650
  /**
@@ -3910,5 +4146,7 @@ declare function queryExperiences(): __PublicMethodMetaInfo<'GET', {}, QueryExpe
3910
4146
  declare function searchExperiences(): __PublicMethodMetaInfo<'GET', {}, SearchExperiencesRequest$1, SearchExperiencesRequest, SearchExperiencesResponse$1, SearchExperiencesResponse>;
3911
4147
  declare function bulkUpdateExperienceTags(): __PublicMethodMetaInfo<'POST', {}, BulkUpdateExperienceTagsRequest$1, BulkUpdateExperienceTagsRequest, BulkUpdateExperienceTagsResponse$1, BulkUpdateExperienceTagsResponse>;
3912
4148
  declare function bulkUpdateExperienceTagsByFilter(): __PublicMethodMetaInfo<'POST', {}, BulkUpdateExperienceTagsByFilterRequest$1, BulkUpdateExperienceTagsByFilterRequest, BulkUpdateExperienceTagsByFilterResponse$1, BulkUpdateExperienceTagsByFilterResponse>;
4149
+ declare function bulkArchiveExperiences(): __PublicMethodMetaInfo<'POST', {}, BulkArchiveExperiencesRequest$1, BulkArchiveExperiencesRequest, BulkArchiveExperiencesResponse$1, BulkArchiveExperiencesResponse>;
4150
+ declare function bulkUnarchiveExperiences(): __PublicMethodMetaInfo<'POST', {}, BulkUnarchiveExperiencesRequest$1, BulkUnarchiveExperiencesRequest, BulkUnarchiveExperiencesResponse$1, BulkUnarchiveExperiencesResponse>;
3913
4151
 
3914
- export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type AddressHint as AddressHintOriginal, type Address as AddressOriginal, type AggregationData as AggregationDataOriginal, type AggregationKindOneOf as AggregationKindOneOfOriginal, type Aggregation as AggregationOriginal, type AggregationResults as AggregationResultsOriginal, type AggregationResultsResultOneOf as AggregationResultsResultOneOfOriginal, type AggregationResultsScalarResult as AggregationResultsScalarResultOriginal, AggregationType as AggregationTypeOriginal, type AggregationTypeWithLiterals as AggregationTypeWithLiteralsOriginal, Alignment as AlignmentOriginal, type AlignmentWithLiterals as AlignmentWithLiteralsOriginal, type AnchorData as AnchorDataOriginal, type AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal, type AppEmbedData as AppEmbedDataOriginal, type App as AppOriginal, AppType as AppTypeOriginal, type AppTypeWithLiterals as AppTypeWithLiteralsOriginal, type ApplicationError as ApplicationErrorOriginal, type Approval as ApprovalOriginal, AspectRatio as AspectRatioOriginal, type AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal, type AudioData as AudioDataOriginal, type BackgroundBackgroundOneOf as BackgroundBackgroundOneOfOriginal, type BackgroundImage as BackgroundImageOriginal, type Background as BackgroundOriginal, BackgroundType as BackgroundTypeOriginal, type BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal, type Banner as BannerOriginal, type BlockquoteData as BlockquoteDataOriginal, type BookingData as BookingDataOriginal, type BorderColors as BorderColorsOriginal, type Border as BorderOriginal, type BorderWidths as BorderWidthsOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkArchiveExperiencesRequest as BulkArchiveExperiencesRequestOriginal, type BulkArchiveExperiencesResponse as BulkArchiveExperiencesResponseOriginal, type BulkArchiveExperiencesResult as BulkArchiveExperiencesResultOriginal, type BulkUnarchiveExperiencesRequest as BulkUnarchiveExperiencesRequestOriginal, type BulkUnarchiveExperiencesResponse as BulkUnarchiveExperiencesResponseOriginal, type BulkUnarchiveExperiencesResult as BulkUnarchiveExperiencesResultOriginal, type BulkUpdateExperienceTagsApplicationErrors as BulkUpdateExperienceTagsApplicationErrorsOriginal, type BulkUpdateExperienceTagsByFilterApplicationErrors as BulkUpdateExperienceTagsByFilterApplicationErrorsOriginal, type BulkUpdateExperienceTagsByFilterRequest as BulkUpdateExperienceTagsByFilterRequestOriginal, type BulkUpdateExperienceTagsByFilterResponse as BulkUpdateExperienceTagsByFilterResponseOriginal, type BulkUpdateExperienceTagsRequest as BulkUpdateExperienceTagsRequestOriginal, type BulkUpdateExperienceTagsResponse as BulkUpdateExperienceTagsResponseOriginal, type BulkUpdateExperienceTagsResult as BulkUpdateExperienceTagsResultOriginal, type BulletedListData as BulletedListDataOriginal, type BusinessSchedule as BusinessScheduleOriginal, type ButtonData as ButtonDataOriginal, ButtonDataType as ButtonDataTypeOriginal, type ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal, type ButtonStyles as ButtonStylesOriginal, type CaptionData as CaptionDataOriginal, type CardStyles as CardStylesOriginal, type Categories as CategoriesOriginal, type CellStyle as CellStyleOriginal, type ChangeContext as ChangeContextOriginal, type ChangeContextPayloadOneOf as ChangeContextPayloadOneOfOriginal, type CodeBlockData as CodeBlockDataOriginal, type CollapsibleListData as CollapsibleListDataOriginal, type ColorData as ColorDataOriginal, type Colors as ColorsOriginal, type CommonImage as CommonImageOriginal, type Configuration as ConfigurationOriginal, type ConsentPolicy as ConsentPolicyOriginal, type CreateExperienceRequest as CreateExperienceRequestOriginal, type CreateExperienceResponse as CreateExperienceResponseOriginal, Crop as CropOriginal, type CropWithLiterals as CropWithLiteralsOriginal, type CursorPagingMetadata as CursorPagingMetadataOriginal, type CursorPaging as CursorPagingOriginal, type CursorQuery as CursorQueryOriginal, type CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal, type CursorSearch as CursorSearchOriginal, type CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOfOriginal, type Cursors as CursorsOriginal, type CustomFieldDefinition as CustomFieldDefinitionOriginal, type CustomTag as CustomTagOriginal, type DateHistogramAggregation as DateHistogramAggregationOriginal, type DateHistogramResult as DateHistogramResultOriginal, type DateHistogramResults as DateHistogramResultsOriginal, DayOfWeek as DayOfWeekOriginal, type DayOfWeekWithLiterals as DayOfWeekWithLiteralsOriginal, type DecorationDataOneOf as DecorationDataOneOfOriginal, type Decoration as DecorationOriginal, DecorationType as DecorationTypeOriginal, type DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal, type Design as DesignOriginal, DesignTarget as DesignTargetOriginal, type DesignTargetWithLiterals as DesignTargetWithLiteralsOriginal, type Dimensions as DimensionsOriginal, Direction as DirectionOriginal, type DirectionWithLiterals as DirectionWithLiteralsOriginal, type DisplayInfo as DisplayInfoOriginal, DividerDataAlignment as DividerDataAlignmentOriginal, type DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal, type DividerData as DividerDataOriginal, type DocumentStyle as DocumentStyleOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type EmailMarketingCheckbox as EmailMarketingCheckboxOriginal, type EmbedData as EmbedDataOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, type Entry as EntryOriginal, type EntryRecurrenceOptionsOneOf as EntryRecurrenceOptionsOneOfOriginal, type EventData as EventDataOriginal, type Experience as ExperienceOriginal, type ExtendedFields as ExtendedFieldsOriginal, type FileData as FileDataOriginal, type File as FileOriginal, type FileSourceDataOneOf as FileSourceDataOneOfOriginal, type FileSource as FileSourceOriginal, type FontFamilyData as FontFamilyDataOriginal, type FontSizeData as FontSizeDataOriginal, FontType as FontTypeOriginal, type FontTypeWithLiterals as FontTypeWithLiteralsOriginal, type GIFData as GIFDataOriginal, type GIF as GIFOriginal, GIFType as GIFTypeOriginal, type GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal, type GalleryData as GalleryDataOriginal, type GalleryOptionsLayout as GalleryOptionsLayoutOriginal, type GalleryOptions as GalleryOptionsOriginal, type GeoCoordinates as GeoCoordinatesOriginal, type GetExperienceBySlugRequest as GetExperienceBySlugRequestOriginal, type GetExperienceBySlugResponse as GetExperienceBySlugResponseOriginal, type GetExperienceRequest as GetExperienceRequestOriginal, type GetExperienceResponse as GetExperienceResponseOriginal, type Gradient as GradientOriginal, type GroupByValueResults as GroupByValueResultsOriginal, type HTMLDataDataOneOf as HTMLDataDataOneOfOriginal, type HTMLData as HTMLDataOriginal, type HeadingData as HeadingDataOriginal, type Height as HeightOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type ImageData as ImageDataOriginal, type ImageDataStyles as ImageDataStylesOriginal, type Image as ImageOriginal, ImagePosition as ImagePositionOriginal, type ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal, type ImageStyles as ImageStylesOriginal, type IncludeMissingValuesOptions as IncludeMissingValuesOptionsOriginal, InitialExpandedItems as InitialExpandedItemsOriginal, type InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal, Interval as IntervalOriginal, type IntervalWithLiterals as IntervalWithLiteralsOriginal, type InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOfOriginal, type InvalidateCache as InvalidateCacheOriginal, type ItemDataOneOf as ItemDataOneOfOriginal, type ItemMetadata as ItemMetadataOriginal, type Item as ItemOriginal, type ItemStyle as ItemStyleOriginal, type Keyword as KeywordOriginal, type LayoutCellData as LayoutCellDataOriginal, type LayoutData as LayoutDataOriginal, Layout as LayoutOriginal, LayoutType as LayoutTypeOriginal, type LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal, type LayoutWithLiterals as LayoutWithLiteralsOriginal, LineStyle as LineStyleOriginal, type LineStyleWithLiterals as LineStyleWithLiteralsOriginal, type LinkDataOneOf as LinkDataOneOfOriginal, type LinkData as LinkDataOriginal, type Link as LinkOriginal, type LinkPreviewData as LinkPreviewDataOriginal, type LinkPreviewDataStyles as LinkPreviewDataStylesOriginal, type ListValue as ListValueOriginal, type Locale as LocaleOriginal, type MapData as MapDataOriginal, type MapSettings as MapSettingsOriginal, MapType as MapTypeOriginal, type MapTypeWithLiterals as MapTypeWithLiteralsOriginal, type MaxGuests as MaxGuestsOriginal, type Media as MediaOriginal, type MentionData as MentionDataOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type Metadata as MetadataOriginal, MissingValues as MissingValuesOriginal, type MissingValuesWithLiterals as MissingValuesWithLiteralsOriginal, Mode as ModeOriginal, type ModeWithLiterals as ModeWithLiteralsOriginal, type Multilingual as MultilingualOriginal, type NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOfOriginal, type NestedAggregationItem as NestedAggregationItemOriginal, type NestedAggregation as NestedAggregationOriginal, type NestedAggregationResults as NestedAggregationResultsOriginal, type NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOfOriginal, NestedAggregationType as NestedAggregationTypeOriginal, type NestedAggregationTypeWithLiterals as NestedAggregationTypeWithLiteralsOriginal, type NestedResultValue as NestedResultValueOriginal, type NestedResultValueResultOneOf as NestedResultValueResultOneOfOriginal, type NestedResults as NestedResultsOriginal, type NestedValueAggregationResult as NestedValueAggregationResultOriginal, type NodeDataOneOf as NodeDataOneOfOriginal, type Node as NodeOriginal, type NodeStyle as NodeStyleOriginal, NodeType as NodeTypeOriginal, type NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal, type NoticePeriod as NoticePeriodOriginal, NullValue as NullValueOriginal, type NullValueWithLiterals as NullValueWithLiteralsOriginal, type Oembed as OembedOriginal, type OnOptionsOptionsOneOf as OnOptionsOptionsOneOfOriginal, type OnOptions as OnOptionsOriginal, type OneTimeOptions as OneTimeOptionsOriginal, type OnlineReservationsBusinessSchedule as OnlineReservationsBusinessScheduleOriginal, type OnlineReservations as OnlineReservationsOriginal, type OptionDesign as OptionDesignOriginal, type OptionLayout as OptionLayoutOriginal, type Option as OptionOriginal, type OrderedListData as OrderedListDataOriginal, Orientation as OrientationOriginal, type OrientationWithLiterals as OrientationWithLiteralsOriginal, Origin as OriginOriginal, type OriginWithLiterals as OriginWithLiteralsOriginal, type PDFSettings as PDFSettingsOriginal, type Page as PageOriginal, type PageUrlV2 as PageUrlV2Original, type Pages as PagesOriginal, type ParagraphData as ParagraphDataOriginal, type PartySize as PartySizeOriginal, type PaymentPolicyOptionsOneOf as PaymentPolicyOptionsOneOfOriginal, type PaymentPolicy as PaymentPolicyOriginal, PaymentPolicyType as PaymentPolicyTypeOriginal, type PaymentPolicyTypeWithLiterals as PaymentPolicyTypeWithLiteralsOriginal, type PerGuestOptions as PerGuestOptionsOriginal, type Permissions as PermissionsOriginal, Placement as PlacementOriginal, PlacementType as PlacementTypeOriginal, type PlacementTypeWithLiterals as PlacementTypeWithLiteralsOriginal, type PlacementWithLiterals as PlacementWithLiteralsOriginal, type PlaybackOptions as PlaybackOptionsOriginal, PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal, type PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal, type PluginContainerData as PluginContainerDataOriginal, type PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal, type PluginContainerDataWidth as PluginContainerDataWidthOriginal, type PollDataLayout as PollDataLayoutOriginal, type PollData as PollDataOriginal, type PollDesign as PollDesignOriginal, PollLayoutDirection as PollLayoutDirectionOriginal, type PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal, type PollLayout as PollLayoutOriginal, PollLayoutType as PollLayoutTypeOriginal, type PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal, type Poll as PollOriginal, type PollSettings as PollSettingsOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type PricingData as PricingDataOriginal, type PrivacyPolicy as PrivacyPolicyOriginal, type PrivacyPolicyValueOneOf as PrivacyPolicyValueOneOfOriginal, type PropertiesChange as PropertiesChangeOriginal, type Properties as PropertiesOriginal, type QueryExperiencesRequest as QueryExperiencesRequestOriginal, type QueryExperiencesResponse as QueryExperiencesResponseOriginal, type RangeAggregation as RangeAggregationOriginal, type RangeAggregationResult as RangeAggregationResultOriginal, type RangeBucket as RangeBucketOriginal, type RangeResult as RangeResultOriginal, type RangeResults as RangeResultsOriginal, Recurrence as RecurrenceOriginal, type RecurrenceWithLiterals as RecurrenceWithLiteralsOriginal, type Rel as RelOriginal, type ReservationForm as ReservationFormOriginal, Resizing as ResizingOriginal, type ResizingWithLiterals as ResizingWithLiteralsOriginal, ResolutionMethod as ResolutionMethodOriginal, type ResolutionMethodWithLiterals as ResolutionMethodWithLiteralsOriginal, ResponsivenessBehaviour as ResponsivenessBehaviourOriginal, type ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal, type RestoreInfo as RestoreInfoOriginal, type Results as ResultsOriginal, type RibbonStyles as RibbonStylesOriginal, type RichContent as RichContentOriginal, type ScalarAggregation as ScalarAggregationOriginal, type ScalarResult as ScalarResultOriginal, ScalarType as ScalarTypeOriginal, type ScalarTypeWithLiterals as ScalarTypeWithLiteralsOriginal, Scaling as ScalingOriginal, type ScalingWithLiterals as ScalingWithLiteralsOriginal, SearchDetailsMode as SearchDetailsModeOriginal, type SearchDetailsModeWithLiterals as SearchDetailsModeWithLiteralsOriginal, type SearchDetails as SearchDetailsOriginal, type SearchExperiencesRequest as SearchExperiencesRequestOriginal, type SearchExperiencesResponse as SearchExperiencesResponseOriginal, type SeoSchema as SeoSchemaOriginal, type SeoSettings as SeoSettingsOriginal, type Settings as SettingsOriginal, type ShapeData as ShapeDataOriginal, type ShapeDataStyles as ShapeDataStylesOriginal, type SiteCloned as SiteClonedOriginal, type SiteCreated as SiteCreatedOriginal, type SitePropertiesEvent as SitePropertiesEventOriginal, type SitePropertiesNotification as SitePropertiesNotificationOriginal, SortDirection as SortDirectionOriginal, type SortDirectionWithLiterals as SortDirectionWithLiteralsOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, SortType as SortTypeOriginal, type SortTypeWithLiterals as SortTypeWithLiteralsOriginal, type Sorting as SortingOriginal, Source as SourceOriginal, type SourceWithLiterals as SourceWithLiteralsOriginal, type SpecialHourPeriod as SpecialHourPeriodOriginal, type SpecificTablesOptions as SpecificTablesOptionsOriginal, type SpoilerData as SpoilerDataOriginal, type Spoiler as SpoilerOriginal, StartDaysAndTimesDayOfWeek as StartDaysAndTimesDayOfWeekOriginal, type StartDaysAndTimesDayOfWeekWithLiterals as StartDaysAndTimesDayOfWeekWithLiteralsOriginal, type StartDaysAndTimes as StartDaysAndTimesOriginal, type StylesBorder as StylesBorderOriginal, type Styles as StylesOriginal, StylesPosition as StylesPositionOriginal, type StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal, type SupportedLanguage as SupportedLanguageOriginal, TableAssignmentType as TableAssignmentTypeOriginal, type TableAssignmentTypeWithLiterals as TableAssignmentTypeWithLiteralsOriginal, TableAvailabilityType as TableAvailabilityTypeOriginal, type TableAvailabilityTypeWithLiterals as TableAvailabilityTypeWithLiteralsOriginal, type TableCellData as TableCellDataOriginal, type TableCombination as TableCombinationOriginal, type TableData as TableDataOriginal, TableManagementMode as TableManagementModeOriginal, type TableManagementModeWithLiterals as TableManagementModeWithLiteralsOriginal, type TableManagementOptionsOneOf as TableManagementOptionsOneOfOriginal, type TableManagement as TableManagementOriginal, type Table as TableOriginal, type TagList as TagListOriginal, type Tag as TagOriginal, type TagsModified as TagsModifiedOriginal, type Tags as TagsOriginal, Target as TargetOriginal, type TargetWithLiterals as TargetWithLiteralsOriginal, type TermsAndConditions as TermsAndConditionsOriginal, type TermsAndConditionsValueOneOf as TermsAndConditionsValueOneOfOriginal, TextAlignment as TextAlignmentOriginal, type TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal, type TextData as TextDataOriginal, type TextNodeStyle as TextNodeStyleOriginal, type TextStyle as TextStyleOriginal, ThumbnailsAlignment as ThumbnailsAlignmentOriginal, type ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal, type Thumbnails as ThumbnailsOriginal, type TimePeriod as TimePeriodOriginal, type Translation as TranslationOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type URI as URIOriginal, type URIs as URIsOriginal, Unit as UnitOriginal, type UnitWithLiterals as UnitWithLiteralsOriginal, type UpdateExperienceApplicationErrors as UpdateExperienceApplicationErrorsOriginal, type UpdateExperienceRequest as UpdateExperienceRequestOriginal, type UpdateExperienceResponse as UpdateExperienceResponseOriginal, type ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOfOriginal, type ValueAggregation as ValueAggregationOriginal, type ValueAggregationResult as ValueAggregationResultOriginal, type ValueResult as ValueResultOriginal, type ValueResults as ValueResultsOriginal, VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal, type VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal, VerticalAlignment as VerticalAlignmentOriginal, type VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal, type VideoData as VideoDataOriginal, type Video as VideoOriginal, ViewMode as ViewModeOriginal, type ViewModeWithLiterals as ViewModeWithLiteralsOriginal, ViewRole as ViewRoleOriginal, type ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal, VoteRole as VoteRoleOriginal, type VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type WeeklyOptions as WeeklyOptionsOriginal, Width as WidthOriginal, WidthType as WidthTypeOriginal, type WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal, type WidthWithLiterals as WidthWithLiteralsOriginal, type __PublicMethodMetaInfo, bulkUpdateExperienceTags, bulkUpdateExperienceTagsByFilter, createExperience, getExperience, getExperienceBySlug, queryExperiences, searchExperiences, updateExperience };
4152
+ export { type AccountInfo as AccountInfoOriginal, type ActionEvent as ActionEventOriginal, type AddressHint as AddressHintOriginal, type Address as AddressOriginal, type AggregationData as AggregationDataOriginal, type AggregationKindOneOf as AggregationKindOneOfOriginal, type Aggregation as AggregationOriginal, type AggregationResults as AggregationResultsOriginal, type AggregationResultsResultOneOf as AggregationResultsResultOneOfOriginal, type AggregationResultsScalarResult as AggregationResultsScalarResultOriginal, AggregationType as AggregationTypeOriginal, type AggregationTypeWithLiterals as AggregationTypeWithLiteralsOriginal, Alignment as AlignmentOriginal, type AlignmentWithLiterals as AlignmentWithLiteralsOriginal, type AnchorData as AnchorDataOriginal, type AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal, type AppEmbedData as AppEmbedDataOriginal, type App as AppOriginal, AppType as AppTypeOriginal, type AppTypeWithLiterals as AppTypeWithLiteralsOriginal, type ApplicationError as ApplicationErrorOriginal, type Approval as ApprovalOriginal, AspectRatio as AspectRatioOriginal, type AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal, type AudioData as AudioDataOriginal, type Backdrop as BackdropOriginal, BackdropType as BackdropTypeOriginal, type BackdropTypeWithLiterals as BackdropTypeWithLiteralsOriginal, type BackgroundGradient as BackgroundGradientOriginal, type BackgroundImage as BackgroundImageOriginal, type Background as BackgroundOriginal, BackgroundType as BackgroundTypeOriginal, type BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal, type Banner as BannerOriginal, type BlockquoteData as BlockquoteDataOriginal, type BookingData as BookingDataOriginal, type BorderColors as BorderColorsOriginal, type Border as BorderOriginal, type BorderWidths as BorderWidthsOriginal, type BulkActionMetadata as BulkActionMetadataOriginal, type BulkArchiveExperiencesRequest as BulkArchiveExperiencesRequestOriginal, type BulkArchiveExperiencesResponse as BulkArchiveExperiencesResponseOriginal, type BulkArchiveExperiencesResult as BulkArchiveExperiencesResultOriginal, type BulkUnarchiveExperiencesRequest as BulkUnarchiveExperiencesRequestOriginal, type BulkUnarchiveExperiencesResponse as BulkUnarchiveExperiencesResponseOriginal, type BulkUnarchiveExperiencesResult as BulkUnarchiveExperiencesResultOriginal, type BulkUpdateExperienceTagsApplicationErrors as BulkUpdateExperienceTagsApplicationErrorsOriginal, type BulkUpdateExperienceTagsByFilterApplicationErrors as BulkUpdateExperienceTagsByFilterApplicationErrorsOriginal, type BulkUpdateExperienceTagsByFilterRequest as BulkUpdateExperienceTagsByFilterRequestOriginal, type BulkUpdateExperienceTagsByFilterResponse as BulkUpdateExperienceTagsByFilterResponseOriginal, type BulkUpdateExperienceTagsRequest as BulkUpdateExperienceTagsRequestOriginal, type BulkUpdateExperienceTagsResponse as BulkUpdateExperienceTagsResponseOriginal, type BulkUpdateExperienceTagsResult as BulkUpdateExperienceTagsResultOriginal, type BulletedListData as BulletedListDataOriginal, type BusinessSchedule as BusinessScheduleOriginal, type ButtonData as ButtonDataOriginal, ButtonDataType as ButtonDataTypeOriginal, type ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal, type ButtonStyles as ButtonStylesOriginal, type CaptionData as CaptionDataOriginal, type CardDataBackground as CardDataBackgroundOriginal, CardDataBackgroundType as CardDataBackgroundTypeOriginal, type CardDataBackgroundTypeWithLiterals as CardDataBackgroundTypeWithLiteralsOriginal, type CardData as CardDataOriginal, type CardStyles as CardStylesOriginal, type Categories as CategoriesOriginal, type CellStyle as CellStyleOriginal, type ChangeContext as ChangeContextOriginal, type ChangeContextPayloadOneOf as ChangeContextPayloadOneOfOriginal, type CodeBlockData as CodeBlockDataOriginal, type CollapsibleListData as CollapsibleListDataOriginal, type ColorData as ColorDataOriginal, type Colors as ColorsOriginal, type CommonImage as CommonImageOriginal, type Configuration as ConfigurationOriginal, type ConsentPolicy as ConsentPolicyOriginal, type CreateExperienceRequest as CreateExperienceRequestOriginal, type CreateExperienceResponse as CreateExperienceResponseOriginal, Crop as CropOriginal, type CropWithLiterals as CropWithLiteralsOriginal, type CursorPagingMetadata as CursorPagingMetadataOriginal, type CursorPaging as CursorPagingOriginal, type CursorQuery as CursorQueryOriginal, type CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal, type CursorSearch as CursorSearchOriginal, type CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOfOriginal, type Cursors as CursorsOriginal, type CustomFieldDefinition as CustomFieldDefinitionOriginal, type CustomTag as CustomTagOriginal, type DateHistogramAggregation as DateHistogramAggregationOriginal, type DateHistogramResult as DateHistogramResultOriginal, type DateHistogramResults as DateHistogramResultsOriginal, DayOfWeek as DayOfWeekOriginal, type DayOfWeekWithLiterals as DayOfWeekWithLiteralsOriginal, type DecorationDataOneOf as DecorationDataOneOfOriginal, type Decoration as DecorationOriginal, DecorationType as DecorationTypeOriginal, type DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal, type Design as DesignOriginal, DesignTarget as DesignTargetOriginal, type DesignTargetWithLiterals as DesignTargetWithLiteralsOriginal, type Dimensions as DimensionsOriginal, Direction as DirectionOriginal, type DirectionWithLiterals as DirectionWithLiteralsOriginal, type DisplayInfo as DisplayInfoOriginal, DividerDataAlignment as DividerDataAlignmentOriginal, type DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal, type DividerData as DividerDataOriginal, type DocumentStyle as DocumentStyleOriginal, type DomainEventBodyOneOf as DomainEventBodyOneOfOriginal, type DomainEvent as DomainEventOriginal, type EmailMarketingCheckbox as EmailMarketingCheckboxOriginal, type EmbedData as EmbedDataOriginal, type Empty as EmptyOriginal, type EntityCreatedEvent as EntityCreatedEventOriginal, type EntityDeletedEvent as EntityDeletedEventOriginal, type EntityUpdatedEvent as EntityUpdatedEventOriginal, type Entry as EntryOriginal, type EntryRecurrenceOptionsOneOf as EntryRecurrenceOptionsOneOfOriginal, type EventData as EventDataOriginal, type Experience as ExperienceOriginal, type ExtendedFields as ExtendedFieldsOriginal, type FileData as FileDataOriginal, type File as FileOriginal, type FileSourceDataOneOf as FileSourceDataOneOfOriginal, type FileSource as FileSourceOriginal, type FontFamilyData as FontFamilyDataOriginal, type FontSizeData as FontSizeDataOriginal, FontType as FontTypeOriginal, type FontTypeWithLiterals as FontTypeWithLiteralsOriginal, type GIFData as GIFDataOriginal, type GIF as GIFOriginal, GIFType as GIFTypeOriginal, type GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal, type GalleryData as GalleryDataOriginal, type GalleryOptionsLayout as GalleryOptionsLayoutOriginal, type GalleryOptions as GalleryOptionsOriginal, type GeoCoordinates as GeoCoordinatesOriginal, type GetExperienceBySlugRequest as GetExperienceBySlugRequestOriginal, type GetExperienceBySlugResponse as GetExperienceBySlugResponseOriginal, type GetExperienceRequest as GetExperienceRequestOriginal, type GetExperienceResponse as GetExperienceResponseOriginal, type Gradient as GradientOriginal, GradientType as GradientTypeOriginal, type GradientTypeWithLiterals as GradientTypeWithLiteralsOriginal, type GroupByValueResults as GroupByValueResultsOriginal, type HTMLDataDataOneOf as HTMLDataDataOneOfOriginal, type HTMLData as HTMLDataOriginal, type HeadingData as HeadingDataOriginal, type Height as HeightOriginal, type IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal, type IdentificationData as IdentificationDataOriginal, type ImageData as ImageDataOriginal, type ImageDataStyles as ImageDataStylesOriginal, type Image as ImageOriginal, ImagePosition as ImagePositionOriginal, ImagePositionPosition as ImagePositionPositionOriginal, type ImagePositionPositionWithLiterals as ImagePositionPositionWithLiteralsOriginal, type ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal, ImageScalingScaling as ImageScalingScalingOriginal, type ImageScalingScalingWithLiterals as ImageScalingScalingWithLiteralsOriginal, type ImageStyles as ImageStylesOriginal, type IncludeMissingValuesOptions as IncludeMissingValuesOptionsOriginal, Indentation as IndentationOriginal, type IndentationWithLiterals as IndentationWithLiteralsOriginal, InitialExpandedItems as InitialExpandedItemsOriginal, type InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal, Interval as IntervalOriginal, type IntervalWithLiterals as IntervalWithLiteralsOriginal, type InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOfOriginal, type InvalidateCache as InvalidateCacheOriginal, type ItemDataOneOf as ItemDataOneOfOriginal, type ItemMetadata as ItemMetadataOriginal, type Item as ItemOriginal, type ItemStyle as ItemStyleOriginal, type Keyword as KeywordOriginal, type LayoutCellData as LayoutCellDataOriginal, type LayoutDataBackgroundImage as LayoutDataBackgroundImageOriginal, type LayoutDataBackground as LayoutDataBackgroundOriginal, LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal, type LayoutDataBackgroundTypeWithLiterals as LayoutDataBackgroundTypeWithLiteralsOriginal, type LayoutData as LayoutDataOriginal, Layout as LayoutOriginal, LayoutType as LayoutTypeOriginal, type LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal, type LayoutWithLiterals as LayoutWithLiteralsOriginal, LineStyle as LineStyleOriginal, type LineStyleWithLiterals as LineStyleWithLiteralsOriginal, type LinkDataOneOf as LinkDataOneOfOriginal, type LinkData as LinkDataOriginal, type Link as LinkOriginal, type LinkPreviewData as LinkPreviewDataOriginal, type LinkPreviewDataStyles as LinkPreviewDataStylesOriginal, ListStyle as ListStyleOriginal, type ListStyleWithLiterals as ListStyleWithLiteralsOriginal, type ListValue as ListValueOriginal, type Locale as LocaleOriginal, type MapData as MapDataOriginal, type MapSettings as MapSettingsOriginal, MapType as MapTypeOriginal, type MapTypeWithLiterals as MapTypeWithLiteralsOriginal, type MaxGuests as MaxGuestsOriginal, type Media as MediaOriginal, type MentionData as MentionDataOriginal, type MessageEnvelope as MessageEnvelopeOriginal, type Metadata as MetadataOriginal, MissingValues as MissingValuesOriginal, type MissingValuesWithLiterals as MissingValuesWithLiteralsOriginal, Mode as ModeOriginal, type ModeWithLiterals as ModeWithLiteralsOriginal, type Multilingual as MultilingualOriginal, type NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOfOriginal, type NestedAggregationItem as NestedAggregationItemOriginal, type NestedAggregation as NestedAggregationOriginal, type NestedAggregationResults as NestedAggregationResultsOriginal, type NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOfOriginal, NestedAggregationType as NestedAggregationTypeOriginal, type NestedAggregationTypeWithLiterals as NestedAggregationTypeWithLiteralsOriginal, type NestedResultValue as NestedResultValueOriginal, type NestedResultValueResultOneOf as NestedResultValueResultOneOfOriginal, type NestedResults as NestedResultsOriginal, type NestedValueAggregationResult as NestedValueAggregationResultOriginal, type NodeDataOneOf as NodeDataOneOfOriginal, type Node as NodeOriginal, type NodeStyle as NodeStyleOriginal, NodeType as NodeTypeOriginal, type NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal, type NoticePeriod as NoticePeriodOriginal, NullValue as NullValueOriginal, type NullValueWithLiterals as NullValueWithLiteralsOriginal, type Oembed as OembedOriginal, type OnOptionsOptionsOneOf as OnOptionsOptionsOneOfOriginal, type OnOptions as OnOptionsOriginal, type OneTimeOptions as OneTimeOptionsOriginal, type OnlineReservationsBusinessSchedule as OnlineReservationsBusinessScheduleOriginal, type OnlineReservations as OnlineReservationsOriginal, type OptionDesign as OptionDesignOriginal, type OptionLayout as OptionLayoutOriginal, type Option as OptionOriginal, type OrderedListData as OrderedListDataOriginal, Orientation as OrientationOriginal, type OrientationWithLiterals as OrientationWithLiteralsOriginal, Origin as OriginOriginal, type OriginWithLiterals as OriginWithLiteralsOriginal, type PDFSettings as PDFSettingsOriginal, type Page as PageOriginal, type PageUrlV2 as PageUrlV2Original, type Pages as PagesOriginal, type ParagraphData as ParagraphDataOriginal, type PartySize as PartySizeOriginal, type PaymentPolicyOptionsOneOf as PaymentPolicyOptionsOneOfOriginal, type PaymentPolicy as PaymentPolicyOriginal, PaymentPolicyType as PaymentPolicyTypeOriginal, type PaymentPolicyTypeWithLiterals as PaymentPolicyTypeWithLiteralsOriginal, type PerGuestOptions as PerGuestOptionsOriginal, type Permissions as PermissionsOriginal, Placement as PlacementOriginal, PlacementType as PlacementTypeOriginal, type PlacementTypeWithLiterals as PlacementTypeWithLiteralsOriginal, type PlacementWithLiterals as PlacementWithLiteralsOriginal, type PlaybackOptions as PlaybackOptionsOriginal, PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal, type PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal, type PluginContainerData as PluginContainerDataOriginal, type PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal, type PluginContainerDataWidth as PluginContainerDataWidthOriginal, type PollDataLayout as PollDataLayoutOriginal, type PollData as PollDataOriginal, type PollDesignBackgroundBackgroundOneOf as PollDesignBackgroundBackgroundOneOfOriginal, type PollDesignBackground as PollDesignBackgroundOriginal, PollDesignBackgroundType as PollDesignBackgroundTypeOriginal, type PollDesignBackgroundTypeWithLiterals as PollDesignBackgroundTypeWithLiteralsOriginal, type PollDesign as PollDesignOriginal, PollLayoutDirection as PollLayoutDirectionOriginal, type PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal, type PollLayout as PollLayoutOriginal, PollLayoutType as PollLayoutTypeOriginal, type PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal, type Poll as PollOriginal, type PollSettings as PollSettingsOriginal, Position as PositionOriginal, type PositionWithLiterals as PositionWithLiteralsOriginal, type PricingData as PricingDataOriginal, type PrivacyPolicy as PrivacyPolicyOriginal, type PrivacyPolicyValueOneOf as PrivacyPolicyValueOneOfOriginal, type PropertiesChange as PropertiesChangeOriginal, type Properties as PropertiesOriginal, type QueryExperiencesRequest as QueryExperiencesRequestOriginal, type QueryExperiencesResponse as QueryExperiencesResponseOriginal, type RangeAggregation as RangeAggregationOriginal, type RangeAggregationResult as RangeAggregationResultOriginal, type RangeBucket as RangeBucketOriginal, type RangeResult as RangeResultOriginal, type RangeResults as RangeResultsOriginal, Recurrence as RecurrenceOriginal, type RecurrenceWithLiterals as RecurrenceWithLiteralsOriginal, type Rel as RelOriginal, type ReservationForm as ReservationFormOriginal, Resizing as ResizingOriginal, type ResizingWithLiterals as ResizingWithLiteralsOriginal, ResolutionMethod as ResolutionMethodOriginal, type ResolutionMethodWithLiterals as ResolutionMethodWithLiteralsOriginal, ResponsivenessBehaviour as ResponsivenessBehaviourOriginal, type ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal, type RestoreInfo as RestoreInfoOriginal, type Results as ResultsOriginal, type RibbonStyles as RibbonStylesOriginal, type RichContent as RichContentOriginal, type ScalarAggregation as ScalarAggregationOriginal, type ScalarResult as ScalarResultOriginal, ScalarType as ScalarTypeOriginal, type ScalarTypeWithLiterals as ScalarTypeWithLiteralsOriginal, Scaling as ScalingOriginal, type ScalingWithLiterals as ScalingWithLiteralsOriginal, SearchDetailsMode as SearchDetailsModeOriginal, type SearchDetailsModeWithLiterals as SearchDetailsModeWithLiteralsOriginal, type SearchDetails as SearchDetailsOriginal, type SearchExperiencesRequest as SearchExperiencesRequestOriginal, type SearchExperiencesResponse as SearchExperiencesResponseOriginal, type SeoSchema as SeoSchemaOriginal, type SeoSettings as SeoSettingsOriginal, type Settings as SettingsOriginal, type ShapeData as ShapeDataOriginal, type ShapeDataStyles as ShapeDataStylesOriginal, type SiteCloned as SiteClonedOriginal, type SiteCreated as SiteCreatedOriginal, type SitePropertiesEvent as SitePropertiesEventOriginal, type SitePropertiesNotification as SitePropertiesNotificationOriginal, SortDirection as SortDirectionOriginal, type SortDirectionWithLiterals as SortDirectionWithLiteralsOriginal, SortOrder as SortOrderOriginal, type SortOrderWithLiterals as SortOrderWithLiteralsOriginal, SortType as SortTypeOriginal, type SortTypeWithLiterals as SortTypeWithLiteralsOriginal, type Sorting as SortingOriginal, Source as SourceOriginal, type SourceWithLiterals as SourceWithLiteralsOriginal, type SpecialHourPeriod as SpecialHourPeriodOriginal, type SpecificTablesOptions as SpecificTablesOptionsOriginal, type SpoilerData as SpoilerDataOriginal, type Spoiler as SpoilerOriginal, StartDaysAndTimesDayOfWeek as StartDaysAndTimesDayOfWeekOriginal, type StartDaysAndTimesDayOfWeekWithLiterals as StartDaysAndTimesDayOfWeekWithLiteralsOriginal, type StartDaysAndTimes as StartDaysAndTimesOriginal, type Stop as StopOriginal, type StylesBorder as StylesBorderOriginal, type Styles as StylesOriginal, StylesPosition as StylesPositionOriginal, type StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal, type SupportedLanguage as SupportedLanguageOriginal, TableAssignmentType as TableAssignmentTypeOriginal, type TableAssignmentTypeWithLiterals as TableAssignmentTypeWithLiteralsOriginal, TableAvailabilityType as TableAvailabilityTypeOriginal, type TableAvailabilityTypeWithLiterals as TableAvailabilityTypeWithLiteralsOriginal, type TableCellData as TableCellDataOriginal, type TableCombination as TableCombinationOriginal, type TableData as TableDataOriginal, TableManagementMode as TableManagementModeOriginal, type TableManagementModeWithLiterals as TableManagementModeWithLiteralsOriginal, type TableManagementOptionsOneOf as TableManagementOptionsOneOfOriginal, type TableManagement as TableManagementOriginal, type Table as TableOriginal, type TagList as TagListOriginal, type Tag as TagOriginal, type TagsModified as TagsModifiedOriginal, type Tags as TagsOriginal, Target as TargetOriginal, type TargetWithLiterals as TargetWithLiteralsOriginal, type TermsAndConditions as TermsAndConditionsOriginal, type TermsAndConditionsValueOneOf as TermsAndConditionsValueOneOfOriginal, TextAlignment as TextAlignmentOriginal, type TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal, type TextData as TextDataOriginal, type TextNodeStyle as TextNodeStyleOriginal, type TextStyle as TextStyleOriginal, ThumbnailsAlignment as ThumbnailsAlignmentOriginal, type ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal, type Thumbnails as ThumbnailsOriginal, type TimePeriod as TimePeriodOriginal, type TocData as TocDataOriginal, type Translation as TranslationOriginal, Type as TypeOriginal, type TypeWithLiterals as TypeWithLiteralsOriginal, type URI as URIOriginal, type URIs as URIsOriginal, Unit as UnitOriginal, type UnitWithLiterals as UnitWithLiteralsOriginal, type UpdateExperienceApplicationErrors as UpdateExperienceApplicationErrorsOriginal, type UpdateExperienceRequest as UpdateExperienceRequestOriginal, type UpdateExperienceResponse as UpdateExperienceResponseOriginal, type ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOfOriginal, type ValueAggregation as ValueAggregationOriginal, type ValueAggregationResult as ValueAggregationResultOriginal, type ValueResult as ValueResultOriginal, type ValueResults as ValueResultsOriginal, VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal, type VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal, VerticalAlignment as VerticalAlignmentOriginal, type VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal, type VideoData as VideoDataOriginal, type Video as VideoOriginal, ViewMode as ViewModeOriginal, type ViewModeWithLiterals as ViewModeWithLiteralsOriginal, ViewRole as ViewRoleOriginal, type ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal, VoteRole as VoteRoleOriginal, type VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal, WebhookIdentityType as WebhookIdentityTypeOriginal, type WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal, type WeeklyOptions as WeeklyOptionsOriginal, Width as WidthOriginal, WidthType as WidthTypeOriginal, type WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal, type WidthWithLiterals as WidthWithLiteralsOriginal, type __PublicMethodMetaInfo, bulkArchiveExperiences, bulkUnarchiveExperiences, bulkUpdateExperienceTags, bulkUpdateExperienceTagsByFilter, createExperience, getExperience, getExperienceBySlug, queryExperiences, searchExperiences, updateExperience };