@wix/auto_sdk_table-reservations_experiences 1.0.37 → 1.0.39

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 +13 -29
  2. package/build/cjs/index.js +32 -2977
  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 +10 -2955
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +119 -66
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.d.ts +3 -3
  10. package/build/cjs/{table-reservations-v1-experience-experiences.universal-CHddGarE.d.ts → table-reservations-v1-experience-experiences.universal-CCI6yJHw.d.ts} +122 -67
  11. package/build/es/index.d.mts +13 -29
  12. package/build/es/index.mjs +32 -2967
  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 +10 -2945
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +119 -66
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/es/schemas.d.mts +3 -3
  20. package/build/es/{table-reservations-v1-experience-experiences.universal-CHddGarE.d.mts → table-reservations-v1-experience-experiences.universal-CCI6yJHw.d.mts} +122 -67
  21. package/build/internal/cjs/index.d.ts +13 -29
  22. package/build/internal/cjs/index.js +32 -2977
  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 +10 -2955
  26. package/build/internal/cjs/index.typings.js.map +1 -1
  27. package/build/internal/cjs/meta.d.ts +119 -66
  28. package/build/internal/cjs/meta.js.map +1 -1
  29. package/build/internal/cjs/schemas.d.ts +3 -3
  30. package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-CHddGarE.d.ts → table-reservations-v1-experience-experiences.universal-CCI6yJHw.d.ts} +122 -67
  31. package/build/internal/es/index.d.mts +13 -29
  32. package/build/internal/es/index.mjs +32 -2967
  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 +10 -2945
  36. package/build/internal/es/index.typings.mjs.map +1 -1
  37. package/build/internal/es/meta.d.mts +119 -66
  38. package/build/internal/es/meta.mjs.map +1 -1
  39. package/build/internal/es/schemas.d.mts +3 -3
  40. package/build/internal/es/{table-reservations-v1-experience-experiences.universal-CHddGarE.d.mts → table-reservations-v1-experience-experiences.universal-CCI6yJHw.d.mts} +122 -67
  41. package/package.json +2 -2
@@ -1224,12 +1224,12 @@ declare const SearchExperiencesRequest: z.ZodObject<{
1224
1224
  aggregations: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
1225
1225
  name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
1226
1226
  type: z.ZodOptional<z.ZodEnum<{
1227
+ NESTED: "NESTED";
1227
1228
  UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
1228
1229
  VALUE: "VALUE";
1229
1230
  RANGE: "RANGE";
1230
1231
  SCALAR: "SCALAR";
1231
1232
  DATE_HISTOGRAM: "DATE_HISTOGRAM";
1232
- NESTED: "NESTED";
1233
1233
  }>>;
1234
1234
  fieldPath: z.ZodOptional<z.ZodString>;
1235
1235
  }, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
@@ -1589,12 +1589,12 @@ declare const SearchExperiencesResponse: z.ZodObject<{
1589
1589
  results: z.ZodOptional<z.ZodArray<z.ZodIntersection<z.ZodObject<{
1590
1590
  name: z.ZodOptional<z.ZodString>;
1591
1591
  type: z.ZodOptional<z.ZodEnum<{
1592
+ NESTED: "NESTED";
1592
1593
  UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
1593
1594
  VALUE: "VALUE";
1594
1595
  RANGE: "RANGE";
1595
1596
  SCALAR: "SCALAR";
1596
1597
  DATE_HISTOGRAM: "DATE_HISTOGRAM";
1597
- NESTED: "NESTED";
1598
1598
  }>>;
1599
1599
  fieldPath: z.ZodOptional<z.ZodString>;
1600
1600
  }, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
@@ -1656,12 +1656,12 @@ declare const SearchExperiencesResponse: z.ZodObject<{
1656
1656
  nestedResults: z.ZodOptional<z.ZodIntersection<z.ZodObject<{
1657
1657
  name: z.ZodOptional<z.ZodString>;
1658
1658
  type: z.ZodOptional<z.ZodEnum<{
1659
+ NESTED: "NESTED";
1659
1660
  UNKNOWN_AGGREGATION_TYPE: "UNKNOWN_AGGREGATION_TYPE";
1660
1661
  VALUE: "VALUE";
1661
1662
  RANGE: "RANGE";
1662
1663
  SCALAR: "SCALAR";
1663
1664
  DATE_HISTOGRAM: "DATE_HISTOGRAM";
1664
- NESTED: "NESTED";
1665
1665
  }>>;
1666
1666
  fieldPath: z.ZodOptional<z.ZodString>;
1667
1667
  }, z.core.$strip>, z.ZodXor<readonly [z.ZodObject<{
@@ -596,7 +596,7 @@ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
596
596
  interface Stop {
597
597
  /**
598
598
  * Stop color as hex value.
599
- * @format COLOR_HEX
599
+ * @maxLength 19
600
600
  */
601
601
  color?: string | null;
602
602
  /** Stop position (0-1). */
@@ -637,7 +637,7 @@ interface Background {
637
637
  type?: BackgroundTypeWithLiterals;
638
638
  /**
639
639
  * Background color as a hexadecimal value.
640
- * @format COLOR_HEX
640
+ * @maxLength 19
641
641
  */
642
642
  color?: string | null;
643
643
  /** Gradient configuration. */
@@ -744,33 +744,33 @@ interface Styles {
744
744
  borderRadius?: number | null;
745
745
  /**
746
746
  * Border color as a hexadecimal value.
747
- * @format COLOR_HEX
747
+ * @maxLength 19
748
748
  */
749
749
  borderColor?: string | null;
750
750
  /**
751
751
  * Border color as a hexadecimal value (hover state).
752
- * @format COLOR_HEX
752
+ * @maxLength 19
753
753
  */
754
754
  borderColorHover?: string | null;
755
755
  /**
756
756
  * Text color as a hexadecimal value.
757
- * @format COLOR_HEX
757
+ * @maxLength 19
758
758
  */
759
759
  textColor?: string | null;
760
760
  /**
761
761
  * Text color as a hexadecimal value (hover state).
762
- * @format COLOR_HEX
762
+ * @maxLength 19
763
763
  */
764
764
  textColorHover?: string | null;
765
765
  /**
766
766
  * Deprecated: Use `background` instead.
767
- * @format COLOR_HEX
767
+ * @maxLength 19
768
768
  * @deprecated
769
769
  */
770
770
  backgroundColor?: string | null;
771
771
  /**
772
772
  * Deprecated: Use `backgroundHover` instead.
773
- * @format COLOR_HEX
773
+ * @maxLength 19
774
774
  * @deprecated
775
775
  */
776
776
  backgroundColorHover?: string | null;
@@ -1222,7 +1222,7 @@ interface StylesBorder {
1222
1222
  width?: number | null;
1223
1223
  /**
1224
1224
  * Border color as a hexadecimal value.
1225
- * @format COLOR_HEX
1225
+ * @maxLength 19
1226
1226
  */
1227
1227
  color?: string | null;
1228
1228
  /** Border radius in pixels. */
@@ -1263,22 +1263,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
1263
1263
  interface LinkPreviewDataStyles {
1264
1264
  /**
1265
1265
  * Background color as a hexadecimal value.
1266
- * @format COLOR_HEX
1266
+ * @maxLength 19
1267
1267
  */
1268
1268
  backgroundColor?: string | null;
1269
1269
  /**
1270
1270
  * Title color as a hexadecimal value.
1271
- * @format COLOR_HEX
1271
+ * @maxLength 19
1272
1272
  */
1273
1273
  titleColor?: string | null;
1274
1274
  /**
1275
1275
  * Subtitle color as a hexadecimal value.
1276
- * @format COLOR_HEX
1276
+ * @maxLength 19
1277
1277
  */
1278
1278
  subtitleColor?: string | null;
1279
1279
  /**
1280
1280
  * Link color as a hexadecimal value.
1281
- * @format COLOR_HEX
1281
+ * @maxLength 19
1282
1282
  */
1283
1283
  linkColor?: string | null;
1284
1284
  /** Border width in pixels. */
@@ -1287,7 +1287,7 @@ interface LinkPreviewDataStyles {
1287
1287
  borderRadius?: number | null;
1288
1288
  /**
1289
1289
  * Border color as a hexadecimal value.
1290
- * @format COLOR_HEX
1290
+ * @maxLength 19
1291
1291
  */
1292
1292
  borderColor?: string | null;
1293
1293
  /** Position of thumbnail. Defaults to `START`. */
@@ -1438,19 +1438,19 @@ interface BackgroundGradient {
1438
1438
  angle?: number | null;
1439
1439
  /**
1440
1440
  * The start color as a hexademical value.
1441
- * @format COLOR_HEX
1441
+ * @maxLength 19
1442
1442
  */
1443
1443
  startColor?: string | null;
1444
1444
  /**
1445
1445
  * The end color as a hexademical value.
1446
- * @format COLOR_HEX
1446
+ * @maxLength 19
1447
1447
  */
1448
1448
  lastColor?: string | null;
1449
1449
  }
1450
1450
  interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
1451
1451
  /**
1452
1452
  * The background color as a hexademical value.
1453
- * @format COLOR_HEX
1453
+ * @maxLength 19
1454
1454
  */
1455
1455
  color?: string | null;
1456
1456
  /** An image to use for the background. */
@@ -1464,7 +1464,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
1464
1464
  interface PollDesignBackgroundBackgroundOneOf {
1465
1465
  /**
1466
1466
  * The background color as a hexademical value.
1467
- * @format COLOR_HEX
1467
+ * @maxLength 19
1468
1468
  */
1469
1469
  color?: string | null;
1470
1470
  /** An image to use for the background. */
@@ -1778,32 +1778,32 @@ interface ButtonStyles {
1778
1778
  borderRadius?: number | null;
1779
1779
  /**
1780
1780
  * Border color as a hexadecimal value.
1781
- * @format COLOR_HEX
1781
+ * @maxLength 19
1782
1782
  */
1783
1783
  borderColor?: string | null;
1784
1784
  /**
1785
1785
  * Text color as a hexadecimal value.
1786
- * @format COLOR_HEX
1786
+ * @maxLength 19
1787
1787
  */
1788
1788
  textColor?: string | null;
1789
1789
  /**
1790
1790
  * Background color as a hexadecimal value.
1791
- * @format COLOR_HEX
1791
+ * @maxLength 19
1792
1792
  */
1793
1793
  backgroundColor?: string | null;
1794
1794
  /**
1795
1795
  * Border color as a hexadecimal value (hover state).
1796
- * @format COLOR_HEX
1796
+ * @maxLength 19
1797
1797
  */
1798
1798
  borderColorHover?: string | null;
1799
1799
  /**
1800
1800
  * Text color as a hexadecimal value (hover state).
1801
- * @format COLOR_HEX
1801
+ * @maxLength 19
1802
1802
  */
1803
1803
  textColorHover?: string | null;
1804
1804
  /**
1805
1805
  * Background color as a hexadecimal value (hover state).
1806
- * @format COLOR_HEX
1806
+ * @maxLength 19
1807
1807
  */
1808
1808
  backgroundColorHover?: string | null;
1809
1809
  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
@@ -1820,7 +1820,7 @@ interface ImageStyles {
1820
1820
  resizing?: ResizingWithLiterals;
1821
1821
  /**
1822
1822
  * Image border color as a hexadecimal value.
1823
- * @format COLOR_HEX
1823
+ * @maxLength 19
1824
1824
  */
1825
1825
  borderColor?: string | null;
1826
1826
  /** Image border width in pixels. */
@@ -1833,17 +1833,17 @@ interface RibbonStyles {
1833
1833
  ribbonText?: string | null;
1834
1834
  /**
1835
1835
  * Ribbon background color as a hexadecimal value.
1836
- * @format COLOR_HEX
1836
+ * @maxLength 19
1837
1837
  */
1838
1838
  backgroundColor?: string | null;
1839
1839
  /**
1840
1840
  * Ribbon text color as a hexadecimal value.
1841
- * @format COLOR_HEX
1841
+ * @maxLength 19
1842
1842
  */
1843
1843
  textColor?: string | null;
1844
1844
  /**
1845
1845
  * Ribbon border color as a hexadecimal value.
1846
- * @format COLOR_HEX
1846
+ * @maxLength 19
1847
1847
  */
1848
1848
  borderColor?: string | null;
1849
1849
  /** Ribbon border width in pixels. */
@@ -1856,12 +1856,12 @@ interface RibbonStyles {
1856
1856
  interface CardStyles {
1857
1857
  /**
1858
1858
  * Card background color as a hexadecimal value.
1859
- * @format COLOR_HEX
1859
+ * @maxLength 19
1860
1860
  */
1861
1861
  backgroundColor?: string | null;
1862
1862
  /**
1863
1863
  * Card border color as a hexadecimal value.
1864
- * @format COLOR_HEX
1864
+ * @maxLength 19
1865
1865
  */
1866
1866
  borderColor?: string | null;
1867
1867
  /** Card border width in pixels. */
@@ -1876,12 +1876,12 @@ interface CardStyles {
1876
1876
  titlePriceLayout?: LayoutWithLiterals;
1877
1877
  /**
1878
1878
  * Title text color as a hexadecimal value.
1879
- * @format COLOR_HEX
1879
+ * @maxLength 19
1880
1880
  */
1881
1881
  titleColor?: string | null;
1882
1882
  /**
1883
1883
  * Text color as a hexadecimal value.
1884
- * @format COLOR_HEX
1884
+ * @maxLength 19
1885
1885
  */
1886
1886
  textColor?: string | null;
1887
1887
  }
@@ -2063,29 +2063,29 @@ interface CellStyle {
2063
2063
  verticalAlignment?: VerticalAlignmentWithLiterals;
2064
2064
  /**
2065
2065
  * Cell background color as a hexadecimal value.
2066
- * @format COLOR_HEX
2066
+ * @maxLength 19
2067
2067
  */
2068
2068
  backgroundColor?: string | null;
2069
2069
  }
2070
2070
  interface BorderColors {
2071
2071
  /**
2072
2072
  * Left border color as a hexadecimal value.
2073
- * @format COLOR_HEX
2073
+ * @maxLength 19
2074
2074
  */
2075
2075
  left?: string | null;
2076
2076
  /**
2077
2077
  * Right border color as a hexadecimal value.
2078
- * @format COLOR_HEX
2078
+ * @maxLength 19
2079
2079
  */
2080
2080
  right?: string | null;
2081
2081
  /**
2082
2082
  * Top border color as a hexadecimal value.
2083
- * @format COLOR_HEX
2083
+ * @maxLength 19
2084
2084
  */
2085
2085
  top?: string | null;
2086
2086
  /**
2087
2087
  * Bottom border color as a hexadecimal value.
2088
- * @format COLOR_HEX
2088
+ * @maxLength 19
2089
2089
  */
2090
2090
  bottom?: string | null;
2091
2091
  }
@@ -2160,7 +2160,7 @@ interface CaptionData {
2160
2160
  interface LayoutData {
2161
2161
  /**
2162
2162
  * Deprecated: Use `background` instead.
2163
- * @format COLOR_HEX
2163
+ * @maxLength 19
2164
2164
  * @deprecated
2165
2165
  */
2166
2166
  backgroundColor?: string | null;
@@ -2168,7 +2168,7 @@ interface LayoutData {
2168
2168
  backgroundImage?: LayoutDataBackgroundImage;
2169
2169
  /**
2170
2170
  * Border color as a hexadecimal value.
2171
- * @format COLOR_HEX
2171
+ * @maxLength 19
2172
2172
  */
2173
2173
  borderColor?: string | null;
2174
2174
  /** Border width in pixels. */
@@ -2177,7 +2177,7 @@ interface LayoutData {
2177
2177
  borderRadius?: number | null;
2178
2178
  /**
2179
2179
  * Deprecated: Use `backdrop` instead.
2180
- * @format COLOR_HEX
2180
+ * @maxLength 19
2181
2181
  * @deprecated
2182
2182
  */
2183
2183
  backdropColor?: string | null;
@@ -2315,7 +2315,7 @@ interface LayoutDataBackground {
2315
2315
  type?: LayoutDataBackgroundTypeWithLiterals;
2316
2316
  /**
2317
2317
  * Background color as a hexadecimal value.
2318
- * @format COLOR_HEX
2318
+ * @maxLength 19
2319
2319
  */
2320
2320
  color?: string | null;
2321
2321
  /** Gradient configuration. */
@@ -2327,7 +2327,7 @@ interface Backdrop {
2327
2327
  type?: BackdropTypeWithLiterals;
2328
2328
  /**
2329
2329
  * Backdrop color as a hexadecimal value.
2330
- * @format COLOR_HEX
2330
+ * @maxLength 19
2331
2331
  */
2332
2332
  color?: string | null;
2333
2333
  /** Gradient configuration. */
@@ -2348,7 +2348,7 @@ interface ShapeData {
2348
2348
  interface ShapeDataStyles {
2349
2349
  /**
2350
2350
  * Shape fill color as a hexadecimal value.
2351
- * @format COLOR_HEX
2351
+ * @maxLength 19
2352
2352
  */
2353
2353
  color?: string | null;
2354
2354
  /** Map of original color keys to their new color values. */
@@ -2407,7 +2407,7 @@ interface CardDataBackground {
2407
2407
  type?: CardDataBackgroundTypeWithLiterals;
2408
2408
  /**
2409
2409
  * Background color as a hexadecimal value.
2410
- * @format COLOR_HEX
2410
+ * @maxLength 19
2411
2411
  */
2412
2412
  color?: string | null;
2413
2413
  /** Gradient configuration. */
@@ -2434,7 +2434,7 @@ interface TocData {
2434
2434
  itemSpacing?: number | null;
2435
2435
  /**
2436
2436
  * Optional override for the text color.
2437
- * @format COLOR_HEX
2437
+ * @maxLength 19
2438
2438
  */
2439
2439
  color?: string | null;
2440
2440
  /** Indentation style. Default: NESTED. */
@@ -2476,7 +2476,10 @@ interface SmartBlockData {
2476
2476
  orientation?: string | null;
2477
2477
  /** Column size controlling cells per row. */
2478
2478
  columnSize?: ColumnSizeWithLiterals;
2479
- /** Border color (for SOLID_JOINED_BOXES variant). */
2479
+ /**
2480
+ * Border color (for SOLID_JOINED_BOXES variant).
2481
+ * @maxLength 19
2482
+ */
2480
2483
  borderColor?: string | null;
2481
2484
  /** Border width in pixels (for SOLID_JOINED_BOXES variant). */
2482
2485
  borderWidth?: number | null;
@@ -2535,7 +2538,10 @@ interface SmartBlockCellData {
2535
2538
  label?: string | null;
2536
2539
  /** Shape file details. */
2537
2540
  shape?: Media;
2538
- /** Border color of the cell. */
2541
+ /**
2542
+ * Border color of the cell.
2543
+ * @maxLength 19
2544
+ */
2539
2545
  borderColor?: string | null;
2540
2546
  /** Border width in pixels. */
2541
2547
  borderWidth?: number | null;
@@ -2543,11 +2549,20 @@ interface SmartBlockCellData {
2543
2549
  borderRadius?: number | null;
2544
2550
  /** The type of the parent smart block (must match parent). */
2545
2551
  type?: SmartBlockDataTypeWithLiterals;
2546
- /** Accent color for non-background variants (e.g., line, bullet, label color). */
2552
+ /**
2553
+ * Accent color for non-background variants (e.g., line, bullet, label color).
2554
+ * @maxLength 19
2555
+ */
2547
2556
  accentColor?: string | null;
2548
- /** Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES). */
2557
+ /**
2558
+ * Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
2559
+ * @maxLength 19
2560
+ */
2549
2561
  backgroundColor?: string | null;
2550
- /** Shape fill color as a hexadecimal value. */
2562
+ /**
2563
+ * Shape fill color as a hexadecimal value.
2564
+ * @maxLength 19
2565
+ */
2551
2566
  shapeColor?: string | null;
2552
2567
  }
2553
2568
  interface Metadata {
@@ -3600,27 +3615,32 @@ interface AggregationResultsResultOneOf {
3600
3615
  /** Nested aggregation results. */
3601
3616
  nested?: NestedResults;
3602
3617
  }
3603
- interface BulkUpdateExperienceTagsRequest {
3618
+ interface BulkUpdateExperiencesRequest {
3604
3619
  /**
3605
- * List of experience IDs to update tags for.
3620
+ * List of experiences to update, with the fields to update for each experience.
3606
3621
  * @minSize 1
3607
3622
  * @maxSize 100
3608
- * @format GUID
3609
3623
  */
3610
- experienceIds: string[];
3611
- /** Tags to assign to the experiences. */
3612
- assignTags?: Tags;
3613
- /** Tags to unassign from the experiences. */
3614
- unassignTags?: Tags;
3624
+ experiences?: MaskedExperience[];
3625
+ /**
3626
+ * Whether to include the updated experiences in the response. When `true`, each successfully updated experience is returned in the corresponding result's `item` field.
3627
+ *
3628
+ * Default: `false`
3629
+ */
3630
+ returnEntity?: boolean;
3615
3631
  }
3616
- interface BulkUpdateExperienceTagsResponse {
3632
+ interface MaskedExperience {
3633
+ /** Experience to update. May be partial. */
3634
+ experience?: Experience;
3635
+ }
3636
+ interface BulkUpdateExperiencesResponse {
3617
3637
  /**
3618
- * Results of the bulk tag update operation.
3638
+ * List of results, one per experience in the request. Each result contains the update status for the corresponding experience, in the same order as the request.
3619
3639
  * @minSize 1
3620
3640
  * @maxSize 100
3621
3641
  */
3622
- results?: BulkUpdateExperienceTagsResult[];
3623
- /** Metadata about the bulk update operation. */
3642
+ results?: BulkUpdateExperiencesResult[];
3643
+ /** Metadata for the bulk update, including the total number of successful and failed updates. */
3624
3644
  bulkActionMetadata?: BulkActionMetadata;
3625
3645
  }
3626
3646
  interface ItemMetadata {
@@ -3644,9 +3664,15 @@ interface ApplicationError {
3644
3664
  /** Data related to the error. */
3645
3665
  data?: Record<string, any> | null;
3646
3666
  }
3647
- interface BulkUpdateExperienceTagsResult {
3648
- /** Metadata about the individual experience tag update operation. */
3667
+ interface BulkUpdateExperiencesResult {
3668
+ /** Update status for an individual experience, including success or failure information and error details when the update failed. */
3649
3669
  itemMetadata?: ItemMetadata;
3670
+ /**
3671
+ * Updated experience.
3672
+ *
3673
+ * Returned only when `returnEntity` is `true` in the request and the update succeeded.
3674
+ */
3675
+ item?: Experience;
3650
3676
  }
3651
3677
  interface BulkActionMetadata {
3652
3678
  /** Number of items that were successfully processed. */
@@ -3656,6 +3682,33 @@ interface BulkActionMetadata {
3656
3682
  /** Number of failures without details because detailed failure threshold was exceeded. */
3657
3683
  undetailedFailures?: number;
3658
3684
  }
3685
+ interface BulkUpdateExperienceTagsRequest {
3686
+ /**
3687
+ * List of experience IDs to update tags for.
3688
+ * @minSize 1
3689
+ * @maxSize 100
3690
+ * @format GUID
3691
+ */
3692
+ experienceIds: string[];
3693
+ /** Tags to assign to the experiences. */
3694
+ assignTags?: Tags;
3695
+ /** Tags to unassign from the experiences. */
3696
+ unassignTags?: Tags;
3697
+ }
3698
+ interface BulkUpdateExperienceTagsResponse {
3699
+ /**
3700
+ * Results of the bulk tag update operation.
3701
+ * @minSize 1
3702
+ * @maxSize 100
3703
+ */
3704
+ results?: BulkUpdateExperienceTagsResult[];
3705
+ /** Metadata about the bulk update operation. */
3706
+ bulkActionMetadata?: BulkActionMetadata;
3707
+ }
3708
+ interface BulkUpdateExperienceTagsResult {
3709
+ /** Metadata about the individual experience tag update operation. */
3710
+ itemMetadata?: ItemMetadata;
3711
+ }
3659
3712
  interface BulkUpdateExperienceTagsByFilterRequest {
3660
3713
  /** Filter criteria to select experiences for tag updates. */
3661
3714
  filter: Record<string, any> | null;
@@ -4339,6 +4392,8 @@ declare function getExperienceBySlug(slug: string): Promise<NonNullablePaths<Get
4339
4392
  * Each time the experience is updated, `revision` increments by 1.
4340
4393
  * The current `revision` must be passed when updating the experience.
4341
4394
  * This ensures you're working with the latest experience information and prevents unintended overwrites.
4395
+ *
4396
+ * To update multiple experiences in a single request, call [Bulk Update Experiences](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/bulk-update-experiences).
4342
4397
  * @param _id - Experience ID.
4343
4398
  * @public
4344
4399
  * @requiredField _id
@@ -4406,8 +4461,8 @@ interface UpdateExperience {
4406
4461
  /**
4407
4462
  * Retrieves a list of experiences using the specified paging, filtering, and sorting.
4408
4463
  *
4409
- * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/wix-restaurants-new/reservations/experiences/sorting-and-filtering) article.
4410
- * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
4464
+ * For a detailed list of supported operations, see the [Supported Filters and Sorting](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/sorting-and-filtering) article.
4465
+ * To learn how to query reservation locations, see [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language).
4411
4466
  * @public
4412
4467
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ
4413
4468
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ_FULL
@@ -4813,4 +4868,4 @@ declare function bulkArchiveExperiences(experienceIds: string[]): Promise<NonNul
4813
4868
  */
4814
4869
  declare function bulkUnarchiveExperiences(experienceIds: string[]): Promise<NonNullablePaths<BulkUnarchiveExperiencesResponse, `results` | `results.${number}.itemMetadata.originalIndex` | `results.${number}.itemMetadata.success` | `results.${number}.itemMetadata.error.code` | `results.${number}.itemMetadata.error.description` | `bulkActionMetadata.totalSuccesses` | `bulkActionMetadata.totalFailures` | `bulkActionMetadata.undetailedFailures`, 6>>;
4815
4870
 
4816
- export { FontType as $, ThumbnailsAlignment as A, type BulkUpdateExperienceTagsOptions as B, Crop as C, DividerDataAlignment as D, type Experience as E, GIFType as F, type GetExperienceBySlugResponse as G, Source as H, StylesPosition as I, MapType as J, ViewRole as K, LineStyle as L, Mode as M, NodeType as N, Orientation as O, PluginContainerDataAlignment as P, VoteRole as Q, Recurrence as R, type SearchExperiencesResponse as S, TableAvailabilityType as T, type UpdateExperience as U, ViewMode as V, WidthType as W, PollLayoutType as X, PollLayoutDirection as Y, PollDesignBackgroundType as Z, DecorationType as _, type UpdateExperienceApplicationErrors as a, type Node as a$, Position as a0, AspectRatio as a1, Resizing as a2, Placement as a3, Type as a4, Alignment as a5, Layout as a6, AppType as a7, InitialExpandedItems as a8, Direction as a9, SearchDetailsMode as aA, PlacementType as aB, DayOfWeek as aC, ResolutionMethod as aD, WebhookIdentityType as aE, type Table as aF, type TableCombination as aG, type SpecificTablesOptions as aH, type OnOptions as aI, type OnOptionsOptionsOneOf as aJ, type StartDaysAndTimes as aK, type WeeklyOptions as aL, type OneTimeOptions as aM, type Entry as aN, type EntryRecurrenceOptionsOneOf as aO, type PartySize as aP, type NoticePeriod as aQ, type Approval as aR, type MaxGuests as aS, type OnlineReservationsBusinessSchedule as aT, type PrivacyPolicy as aU, type PrivacyPolicyValueOneOf as aV, type TermsAndConditions as aW, type TermsAndConditionsValueOneOf as aX, type CustomFieldDefinition as aY, type EmailMarketingCheckbox as aZ, type RichContent as a_, VerticalAlignment as aa, NullValue as ab, ImageScalingScaling as ac, ImagePosition as ad, Origin as ae, LayoutDataBackgroundType as af, BackdropType as ag, VerticalAlignmentAlignment as ah, ResponsivenessBehaviour as ai, DesignTarget as aj, Scaling as ak, ImagePositionPosition as al, CardDataBackgroundType as am, ListStyle as an, Indentation as ao, SmartBlockDataType as ap, ColumnSize as aq, PaymentPolicyType as ar, SortOrder as as, SortType as at, SortDirection as au, MissingValues as av, ScalarType as aw, NestedAggregationType as ax, Interval as ay, AggregationType as az, type ExperienceSearch as b, type DecorationDataOneOf as b$, type NodeDataOneOf as b0, type NodeStyle as b1, type ButtonData as b2, type Gradient as b3, type Stop as b4, type Border as b5, type Colors as b6, type Background as b7, type PluginContainerData as b8, type PluginContainerDataWidth as b9, type HeadingData as bA, type HTMLData as bB, type HTMLDataDataOneOf as bC, type ImageData as bD, type StylesBorder as bE, type ImageDataStyles as bF, type LinkPreviewData as bG, type LinkPreviewDataStyles as bH, type MapData as bI, type MapSettings as bJ, type ParagraphData as bK, type PollData as bL, type Permissions as bM, type Option as bN, type PollSettings as bO, type PollLayout as bP, type OptionLayout as bQ, type BackgroundGradient as bR, type PollDesignBackground as bS, type PollDesignBackgroundBackgroundOneOf as bT, type PollDesign as bU, type OptionDesign as bV, type Poll as bW, type PollDataLayout as bX, type Design as bY, type TextData as bZ, type Decoration as b_, type PluginContainerDataWidthDataOneOf as ba, type Spoiler as bb, type Height as bc, type Styles as bd, type Link as be, type LinkDataOneOf as bf, type Rel as bg, type CodeBlockData as bh, type TextStyle as bi, type DividerData as bj, type FileData as bk, type FileSource as bl, type FileSourceDataOneOf as bm, type PDFSettings as bn, type GalleryData as bo, type Media as bp, type Image as bq, type Video as br, type Item as bs, type ItemDataOneOf as bt, type GalleryOptions as bu, type GalleryOptionsLayout as bv, type ItemStyle as bw, type Thumbnails as bx, type GIFData as by, type GIF as bz, type BulkUpdateExperienceTagsResponse as c, type SeoSchema as c$, type AnchorData as c0, type ColorData as c1, type LinkData as c2, type MentionData as c3, type FontSizeData as c4, type SpoilerData as c5, type FontFamilyData as c6, type AppEmbedData as c7, type AppEmbedDataAppDataOneOf as c8, type BookingData as c9, type LayoutDataBackground as cA, type Backdrop as cB, type LayoutCellData as cC, type ShapeData as cD, type ShapeDataStyles as cE, type CardData as cF, type CardDataBackground as cG, type BackgroundImage as cH, type TocData as cI, type SmartBlockData as cJ, type SmartBlockCellData as cK, type Metadata as cL, type DocumentStyle as cM, type TextNodeStyle as cN, type PerGuestOptions as cO, type DisplayInfo as cP, type PaymentPolicy as cQ, type PaymentPolicyOptionsOneOf as cR, type OnlineReservations as cS, type ReservationForm as cT, type TableManagement as cU, type TableManagementOptionsOneOf as cV, type Configuration as cW, type ExtendedFields as cX, type Tags as cY, type TagList as cZ, type SeoSettings as c_, type EventData as ca, type ButtonStyles as cb, type ImageStyles as cc, type RibbonStyles as cd, type CardStyles as ce, type PricingData as cf, type VideoData as cg, type PlaybackOptions as ch, type EmbedData as ci, type Oembed as cj, type CollapsibleListData as ck, type TableData as cl, type Dimensions as cm, type TableCellData as cn, type CellStyle as co, type BorderColors as cp, type BorderWidths as cq, type ListValue as cr, type AudioData as cs, type OrderedListData as ct, type BulletedListData as cu, type BlockquoteData as cv, type CaptionData as cw, type LayoutData as cx, type LayoutDataBackgroundImage as cy, type Banner as cz, type BulkUpdateExperienceTagsApplicationErrors as d, type NestedResults as d$, type Keyword as d0, type Tag as d1, type Settings as d2, type InvalidateCache as d3, type InvalidateCacheGetByOneOf as d4, type App as d5, type Page as d6, type URI as d7, type File as d8, type CustomTag as d9, type ValueAggregation as dA, type ValueAggregationOptionsOneOf as dB, type RangeAggregation as dC, type ScalarAggregation as dD, type DateHistogramAggregation as dE, type NestedAggregationItem as dF, type NestedAggregationItemKindOneOf as dG, type NestedAggregation as dH, type SearchDetails as dI, type AggregationData as dJ, type ValueAggregationResult as dK, type RangeAggregationResult as dL, type NestedAggregationResults as dM, type NestedAggregationResultsResultOneOf as dN, type ValueResults as dO, type RangeResults as dP, type AggregationResultsScalarResult as dQ, type NestedValueAggregationResult as dR, type ValueResult as dS, type RangeResult as dT, type ScalarResult as dU, type NestedResultValue as dV, type NestedResultValueResultOneOf as dW, type Results as dX, type DateHistogramResult as dY, type GroupByValueResults as dZ, type DateHistogramResults as d_, type Pages as da, type URIs as db, type TagsModified as dc, type CreateExperienceRequest as dd, type CreateExperienceResponse as de, type GetExperienceRequest as df, type GetExperienceResponse as dg, type GetExperienceBySlugRequest as dh, type UpdateExperienceRequest as di, type UpdateExperienceResponse as dj, type QueryExperiencesRequest as dk, type CursorQuery as dl, type CursorQueryPagingMethodOneOf as dm, type Sorting as dn, type CursorPaging as dp, type QueryExperiencesResponse as dq, type CursorPagingMetadata as dr, type Cursors as ds, type SearchExperiencesRequest as dt, type CursorSearch as du, type CursorSearchPagingMethodOneOf as dv, type Aggregation as dw, type AggregationKindOneOf as dx, type RangeBucket as dy, type IncludeMissingValuesOptions as dz, type BulkUpdateExperienceTagsByFilterOptions as e, type ButtonDataTypeWithLiterals as e$, type AggregationResults as e0, type AggregationResultsResultOneOf as e1, type BulkUpdateExperienceTagsRequest as e2, type ItemMetadata as e3, type ApplicationError as e4, type BulkUpdateExperienceTagsResult as e5, type BulkActionMetadata as e6, type BulkUpdateExperienceTagsByFilterRequest as e7, type BulkArchiveExperiencesRequest as e8, type BulkArchiveExperiencesResult as e9, type RestoreInfo as eA, type EntityUpdatedEvent as eB, type EntityDeletedEvent as eC, type ActionEvent as eD, type MessageEnvelope as eE, type IdentificationData as eF, type IdentificationDataIdOneOf as eG, type AccountInfo as eH, type BaseEventMetadata as eI, type EventMetadata as eJ, type AccountInfoMetadata as eK, type ExperiencesQueryResult as eL, type ExperienceQuerySpec as eM, type ExperienceSearchSpec as eN, utils as eO, type TableAvailabilityTypeWithLiterals as eP, type TableAssignmentTypeWithLiterals as eQ, type TableManagementModeWithLiterals as eR, type UnitWithLiterals as eS, type ModeWithLiterals as eT, type StartDaysAndTimesDayOfWeekWithLiterals as eU, type RecurrenceWithLiterals as eV, type NodeTypeWithLiterals as eW, type BackgroundTypeWithLiterals as eX, type GradientTypeWithLiterals as eY, type WidthTypeWithLiterals as eZ, type PluginContainerDataAlignmentWithLiterals as e_, type BulkUnarchiveExperiencesRequest as ea, type BulkUnarchiveExperiencesResult as eb, type SitePropertiesNotification as ec, type SitePropertiesEvent as ed, type Properties as ee, type Categories as ef, type Locale as eg, type Address as eh, type AddressHint as ei, type GeoCoordinates as ej, type BusinessSchedule as ek, type TimePeriod as el, type SpecialHourPeriod as em, type Multilingual as en, type SupportedLanguage as eo, type ConsentPolicy as ep, type Translation as eq, type ChangeContext as er, type ChangeContextPayloadOneOf as es, type PropertiesChange as et, type SiteCreated as eu, type SiteCloned as ev, type Empty as ew, type DomainEvent as ex, type DomainEventBodyOneOf as ey, type EntityCreatedEvent as ez, type BulkUpdateExperienceTagsByFilterResponse as f, type CommonSearchWithEntityContext as f$, type TargetWithLiterals as f0, type TextAlignmentWithLiterals as f1, type LineStyleWithLiterals as f2, type WidthWithLiterals as f3, type DividerDataAlignmentWithLiterals as f4, type ViewModeWithLiterals as f5, type LayoutTypeWithLiterals as f6, type OrientationWithLiterals as f7, type CropWithLiterals as f8, type ThumbnailsAlignmentWithLiterals as f9, type LayoutDataBackgroundTypeWithLiterals as fA, type BackdropTypeWithLiterals as fB, type VerticalAlignmentAlignmentWithLiterals as fC, type ResponsivenessBehaviourWithLiterals as fD, type DesignTargetWithLiterals as fE, type ScalingWithLiterals as fF, type ImagePositionPositionWithLiterals as fG, type CardDataBackgroundTypeWithLiterals as fH, type ListStyleWithLiterals as fI, type IndentationWithLiterals as fJ, type SmartBlockDataTypeWithLiterals as fK, type ColumnSizeWithLiterals as fL, type PaymentPolicyTypeWithLiterals as fM, type SortOrderWithLiterals as fN, type SortTypeWithLiterals as fO, type SortDirectionWithLiterals as fP, type MissingValuesWithLiterals as fQ, type ScalarTypeWithLiterals as fR, type NestedAggregationTypeWithLiterals as fS, type IntervalWithLiterals as fT, type AggregationTypeWithLiterals as fU, type SearchDetailsModeWithLiterals as fV, type PlacementTypeWithLiterals as fW, type DayOfWeekWithLiterals as fX, type ResolutionMethodWithLiterals as fY, type WebhookIdentityTypeWithLiterals as fZ, type CommonQueryWithEntityContext as f_, type GIFTypeWithLiterals as fa, type SourceWithLiterals as fb, type StylesPositionWithLiterals as fc, type MapTypeWithLiterals as fd, type ViewRoleWithLiterals as fe, type VoteRoleWithLiterals as ff, type PollLayoutTypeWithLiterals as fg, type PollLayoutDirectionWithLiterals as fh, type PollDesignBackgroundTypeWithLiterals as fi, type DecorationTypeWithLiterals as fj, type FontTypeWithLiterals as fk, type PositionWithLiterals as fl, type AspectRatioWithLiterals as fm, type ResizingWithLiterals as fn, type PlacementWithLiterals as fo, type TypeWithLiterals as fp, type AlignmentWithLiterals as fq, type LayoutWithLiterals as fr, type AppTypeWithLiterals as fs, type InitialExpandedItemsWithLiterals as ft, type DirectionWithLiterals as fu, type VerticalAlignmentWithLiterals as fv, type NullValueWithLiterals as fw, type ImageScalingScalingWithLiterals as fx, type ImagePositionWithLiterals as fy, type OriginWithLiterals as fz, type BulkUpdateExperienceTagsByFilterApplicationErrors as g, onExperienceCreated as g0, onExperienceTagsModified as g1, onExperienceUpdated as g2, createExperience as g3, getExperience as g4, getExperienceBySlug as g5, updateExperience as g6, queryExperiences as g7, bulkUpdateExperienceTags as g8, bulkUpdateExperienceTagsByFilter as g9, bulkArchiveExperiences as ga, bulkUnarchiveExperiences as gb, type BulkArchiveExperiencesResponse as h, type BulkUnarchiveExperiencesResponse as i, type ExperienceCreatedEnvelope as j, type ExperienceTagsModifiedEnvelope as k, type ExperienceUpdatedEnvelope as l, type ExperiencesQueryBuilder as m, type ExperienceQuery as n, TableAssignmentType as o, TableManagementMode as p, Unit as q, StartDaysAndTimesDayOfWeek as r, BackgroundType as s, typedQueryExperiences as t, GradientType as u, ButtonDataType as v, Target as w, TextAlignment as x, Width as y, LayoutType as z };
4871
+ export { FontType as $, ThumbnailsAlignment as A, type BulkUpdateExperienceTagsOptions as B, Crop as C, DividerDataAlignment as D, type Experience as E, GIFType as F, type GetExperienceBySlugResponse as G, Source as H, StylesPosition as I, MapType as J, ViewRole as K, LineStyle as L, Mode as M, NodeType as N, Orientation as O, PluginContainerDataAlignment as P, VoteRole as Q, Recurrence as R, type SearchExperiencesResponse as S, TableAvailabilityType as T, type UpdateExperience as U, ViewMode as V, WidthType as W, PollLayoutType as X, PollLayoutDirection as Y, PollDesignBackgroundType as Z, DecorationType as _, type UpdateExperienceApplicationErrors as a, type Node as a$, Position as a0, AspectRatio as a1, Resizing as a2, Placement as a3, Type as a4, Alignment as a5, Layout as a6, AppType as a7, InitialExpandedItems as a8, Direction as a9, SearchDetailsMode as aA, PlacementType as aB, DayOfWeek as aC, ResolutionMethod as aD, WebhookIdentityType as aE, type Table as aF, type TableCombination as aG, type SpecificTablesOptions as aH, type OnOptions as aI, type OnOptionsOptionsOneOf as aJ, type StartDaysAndTimes as aK, type WeeklyOptions as aL, type OneTimeOptions as aM, type Entry as aN, type EntryRecurrenceOptionsOneOf as aO, type PartySize as aP, type NoticePeriod as aQ, type Approval as aR, type MaxGuests as aS, type OnlineReservationsBusinessSchedule as aT, type PrivacyPolicy as aU, type PrivacyPolicyValueOneOf as aV, type TermsAndConditions as aW, type TermsAndConditionsValueOneOf as aX, type CustomFieldDefinition as aY, type EmailMarketingCheckbox as aZ, type RichContent as a_, VerticalAlignment as aa, NullValue as ab, ImageScalingScaling as ac, ImagePosition as ad, Origin as ae, LayoutDataBackgroundType as af, BackdropType as ag, VerticalAlignmentAlignment as ah, ResponsivenessBehaviour as ai, DesignTarget as aj, Scaling as ak, ImagePositionPosition as al, CardDataBackgroundType as am, ListStyle as an, Indentation as ao, SmartBlockDataType as ap, ColumnSize as aq, PaymentPolicyType as ar, SortOrder as as, SortType as at, SortDirection as au, MissingValues as av, ScalarType as aw, NestedAggregationType as ax, Interval as ay, AggregationType as az, type ExperienceSearch as b, type DecorationDataOneOf as b$, type NodeDataOneOf as b0, type NodeStyle as b1, type ButtonData as b2, type Gradient as b3, type Stop as b4, type Border as b5, type Colors as b6, type Background as b7, type PluginContainerData as b8, type PluginContainerDataWidth as b9, type HeadingData as bA, type HTMLData as bB, type HTMLDataDataOneOf as bC, type ImageData as bD, type StylesBorder as bE, type ImageDataStyles as bF, type LinkPreviewData as bG, type LinkPreviewDataStyles as bH, type MapData as bI, type MapSettings as bJ, type ParagraphData as bK, type PollData as bL, type Permissions as bM, type Option as bN, type PollSettings as bO, type PollLayout as bP, type OptionLayout as bQ, type BackgroundGradient as bR, type PollDesignBackground as bS, type PollDesignBackgroundBackgroundOneOf as bT, type PollDesign as bU, type OptionDesign as bV, type Poll as bW, type PollDataLayout as bX, type Design as bY, type TextData as bZ, type Decoration as b_, type PluginContainerDataWidthDataOneOf as ba, type Spoiler as bb, type Height as bc, type Styles as bd, type Link as be, type LinkDataOneOf as bf, type Rel as bg, type CodeBlockData as bh, type TextStyle as bi, type DividerData as bj, type FileData as bk, type FileSource as bl, type FileSourceDataOneOf as bm, type PDFSettings as bn, type GalleryData as bo, type Media as bp, type Image as bq, type Video as br, type Item as bs, type ItemDataOneOf as bt, type GalleryOptions as bu, type GalleryOptionsLayout as bv, type ItemStyle as bw, type Thumbnails as bx, type GIFData as by, type GIF as bz, type BulkUpdateExperienceTagsResponse as c, type SeoSchema as c$, type AnchorData as c0, type ColorData as c1, type LinkData as c2, type MentionData as c3, type FontSizeData as c4, type SpoilerData as c5, type FontFamilyData as c6, type AppEmbedData as c7, type AppEmbedDataAppDataOneOf as c8, type BookingData as c9, type LayoutDataBackground as cA, type Backdrop as cB, type LayoutCellData as cC, type ShapeData as cD, type ShapeDataStyles as cE, type CardData as cF, type CardDataBackground as cG, type BackgroundImage as cH, type TocData as cI, type SmartBlockData as cJ, type SmartBlockCellData as cK, type Metadata as cL, type DocumentStyle as cM, type TextNodeStyle as cN, type PerGuestOptions as cO, type DisplayInfo as cP, type PaymentPolicy as cQ, type PaymentPolicyOptionsOneOf as cR, type OnlineReservations as cS, type ReservationForm as cT, type TableManagement as cU, type TableManagementOptionsOneOf as cV, type Configuration as cW, type ExtendedFields as cX, type Tags as cY, type TagList as cZ, type SeoSettings as c_, type EventData as ca, type ButtonStyles as cb, type ImageStyles as cc, type RibbonStyles as cd, type CardStyles as ce, type PricingData as cf, type VideoData as cg, type PlaybackOptions as ch, type EmbedData as ci, type Oembed as cj, type CollapsibleListData as ck, type TableData as cl, type Dimensions as cm, type TableCellData as cn, type CellStyle as co, type BorderColors as cp, type BorderWidths as cq, type ListValue as cr, type AudioData as cs, type OrderedListData as ct, type BulletedListData as cu, type BlockquoteData as cv, type CaptionData as cw, type LayoutData as cx, type LayoutDataBackgroundImage as cy, type Banner as cz, type BulkUpdateExperienceTagsApplicationErrors as d, type NestedResults as d$, type Keyword as d0, type Tag as d1, type Settings as d2, type InvalidateCache as d3, type InvalidateCacheGetByOneOf as d4, type App as d5, type Page as d6, type URI as d7, type File as d8, type CustomTag as d9, type ValueAggregation as dA, type ValueAggregationOptionsOneOf as dB, type RangeAggregation as dC, type ScalarAggregation as dD, type DateHistogramAggregation as dE, type NestedAggregationItem as dF, type NestedAggregationItemKindOneOf as dG, type NestedAggregation as dH, type SearchDetails as dI, type AggregationData as dJ, type ValueAggregationResult as dK, type RangeAggregationResult as dL, type NestedAggregationResults as dM, type NestedAggregationResultsResultOneOf as dN, type ValueResults as dO, type RangeResults as dP, type AggregationResultsScalarResult as dQ, type NestedValueAggregationResult as dR, type ValueResult as dS, type RangeResult as dT, type ScalarResult as dU, type NestedResultValue as dV, type NestedResultValueResultOneOf as dW, type Results as dX, type DateHistogramResult as dY, type GroupByValueResults as dZ, type DateHistogramResults as d_, type Pages as da, type URIs as db, type TagsModified as dc, type CreateExperienceRequest as dd, type CreateExperienceResponse as de, type GetExperienceRequest as df, type GetExperienceResponse as dg, type GetExperienceBySlugRequest as dh, type UpdateExperienceRequest as di, type UpdateExperienceResponse as dj, type QueryExperiencesRequest as dk, type CursorQuery as dl, type CursorQueryPagingMethodOneOf as dm, type Sorting as dn, type CursorPaging as dp, type QueryExperiencesResponse as dq, type CursorPagingMetadata as dr, type Cursors as ds, type SearchExperiencesRequest as dt, type CursorSearch as du, type CursorSearchPagingMethodOneOf as dv, type Aggregation as dw, type AggregationKindOneOf as dx, type RangeBucket as dy, type IncludeMissingValuesOptions as dz, type BulkUpdateExperienceTagsByFilterOptions as e, type BackgroundTypeWithLiterals as e$, type AggregationResults as e0, type AggregationResultsResultOneOf as e1, type BulkUpdateExperiencesRequest as e2, type MaskedExperience as e3, type BulkUpdateExperiencesResponse as e4, type ItemMetadata as e5, type ApplicationError as e6, type BulkUpdateExperiencesResult as e7, type BulkActionMetadata as e8, type BulkUpdateExperienceTagsRequest as e9, type Empty as eA, type DomainEvent as eB, type DomainEventBodyOneOf as eC, type EntityCreatedEvent as eD, type RestoreInfo as eE, type EntityUpdatedEvent as eF, type EntityDeletedEvent as eG, type ActionEvent as eH, type MessageEnvelope as eI, type IdentificationData as eJ, type IdentificationDataIdOneOf as eK, type AccountInfo as eL, type BaseEventMetadata as eM, type EventMetadata as eN, type AccountInfoMetadata as eO, type ExperiencesQueryResult as eP, type ExperienceQuerySpec as eQ, type ExperienceSearchSpec as eR, utils as eS, type TableAvailabilityTypeWithLiterals as eT, type TableAssignmentTypeWithLiterals as eU, type TableManagementModeWithLiterals as eV, type UnitWithLiterals as eW, type ModeWithLiterals as eX, type StartDaysAndTimesDayOfWeekWithLiterals as eY, type RecurrenceWithLiterals as eZ, type NodeTypeWithLiterals as e_, type BulkUpdateExperienceTagsResult as ea, type BulkUpdateExperienceTagsByFilterRequest as eb, type BulkArchiveExperiencesRequest as ec, type BulkArchiveExperiencesResult as ed, type BulkUnarchiveExperiencesRequest as ee, type BulkUnarchiveExperiencesResult as ef, type SitePropertiesNotification as eg, type SitePropertiesEvent as eh, type Properties as ei, type Categories as ej, type Locale as ek, type Address as el, type AddressHint as em, type GeoCoordinates as en, type BusinessSchedule as eo, type TimePeriod as ep, type SpecialHourPeriod as eq, type Multilingual as er, type SupportedLanguage as es, type ConsentPolicy as et, type Translation as eu, type ChangeContext as ev, type ChangeContextPayloadOneOf as ew, type PropertiesChange as ex, type SiteCreated as ey, type SiteCloned as ez, type BulkUpdateExperienceTagsByFilterResponse as f, type DayOfWeekWithLiterals as f$, type GradientTypeWithLiterals as f0, type WidthTypeWithLiterals as f1, type PluginContainerDataAlignmentWithLiterals as f2, type ButtonDataTypeWithLiterals as f3, type TargetWithLiterals as f4, type TextAlignmentWithLiterals as f5, type LineStyleWithLiterals as f6, type WidthWithLiterals as f7, type DividerDataAlignmentWithLiterals as f8, type ViewModeWithLiterals as f9, type NullValueWithLiterals as fA, type ImageScalingScalingWithLiterals as fB, type ImagePositionWithLiterals as fC, type OriginWithLiterals as fD, type LayoutDataBackgroundTypeWithLiterals as fE, type BackdropTypeWithLiterals as fF, type VerticalAlignmentAlignmentWithLiterals as fG, type ResponsivenessBehaviourWithLiterals as fH, type DesignTargetWithLiterals as fI, type ScalingWithLiterals as fJ, type ImagePositionPositionWithLiterals as fK, type CardDataBackgroundTypeWithLiterals as fL, type ListStyleWithLiterals as fM, type IndentationWithLiterals as fN, type SmartBlockDataTypeWithLiterals as fO, type ColumnSizeWithLiterals as fP, type PaymentPolicyTypeWithLiterals as fQ, type SortOrderWithLiterals as fR, type SortTypeWithLiterals as fS, type SortDirectionWithLiterals as fT, type MissingValuesWithLiterals as fU, type ScalarTypeWithLiterals as fV, type NestedAggregationTypeWithLiterals as fW, type IntervalWithLiterals as fX, type AggregationTypeWithLiterals as fY, type SearchDetailsModeWithLiterals as fZ, type PlacementTypeWithLiterals as f_, type LayoutTypeWithLiterals as fa, type OrientationWithLiterals as fb, type CropWithLiterals as fc, type ThumbnailsAlignmentWithLiterals as fd, type GIFTypeWithLiterals as fe, type SourceWithLiterals as ff, type StylesPositionWithLiterals as fg, type MapTypeWithLiterals as fh, type ViewRoleWithLiterals as fi, type VoteRoleWithLiterals as fj, type PollLayoutTypeWithLiterals as fk, type PollLayoutDirectionWithLiterals as fl, type PollDesignBackgroundTypeWithLiterals as fm, type DecorationTypeWithLiterals as fn, type FontTypeWithLiterals as fo, type PositionWithLiterals as fp, type AspectRatioWithLiterals as fq, type ResizingWithLiterals as fr, type PlacementWithLiterals as fs, type TypeWithLiterals as ft, type AlignmentWithLiterals as fu, type LayoutWithLiterals as fv, type AppTypeWithLiterals as fw, type InitialExpandedItemsWithLiterals as fx, type DirectionWithLiterals as fy, type VerticalAlignmentWithLiterals as fz, type BulkUpdateExperienceTagsByFilterApplicationErrors as g, type ResolutionMethodWithLiterals as g0, type WebhookIdentityTypeWithLiterals as g1, type CommonQueryWithEntityContext as g2, type CommonSearchWithEntityContext as g3, onExperienceCreated as g4, onExperienceTagsModified as g5, onExperienceUpdated as g6, createExperience as g7, getExperience as g8, getExperienceBySlug as g9, updateExperience as ga, queryExperiences as gb, bulkUpdateExperienceTags as gc, bulkUpdateExperienceTagsByFilter as gd, bulkArchiveExperiences as ge, bulkUnarchiveExperiences as gf, type BulkArchiveExperiencesResponse as h, type BulkUnarchiveExperiencesResponse as i, type ExperienceCreatedEnvelope as j, type ExperienceTagsModifiedEnvelope as k, type ExperienceUpdatedEnvelope as l, type ExperiencesQueryBuilder as m, type ExperienceQuery as n, TableAssignmentType as o, TableManagementMode as p, Unit as q, StartDaysAndTimesDayOfWeek as r, BackgroundType as s, typedQueryExperiences as t, GradientType as u, ButtonDataType as v, Target as w, TextAlignment as x, Width as y, LayoutType as z };