@wix/auto_sdk_table-reservations_experiences 1.0.37 → 1.0.38

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 +11 -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 +66 -51
  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-DBg6eXpp.d.ts} +67 -52
  11. package/build/es/index.d.mts +11 -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 +66 -51
  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-DBg6eXpp.d.mts} +67 -52
  21. package/build/internal/cjs/index.d.ts +11 -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 +66 -51
  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-DBg6eXpp.d.ts} +67 -52
  31. package/build/internal/es/index.d.mts +11 -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 +66 -51
  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-DBg6eXpp.d.mts} +67 -52
  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 {
@@ -4406,8 +4421,8 @@ interface UpdateExperience {
4406
4421
  /**
4407
4422
  * Retrieves a list of experiences using the specified paging, filtering, and sorting.
4408
4423
  *
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).
4424
+ * 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.
4425
+ * 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
4426
  * @public
4412
4427
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ
4413
4428
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ_FULL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_table-reservations_experiences",
3
- "version": "1.0.37",
3
+ "version": "1.0.38",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -57,5 +57,5 @@
57
57
  "fqdn": "wix.table_reservations.v1.experience"
58
58
  }
59
59
  },
60
- "falconPackageHash": "f5667c38792b1e5498106c973c1fd5743bd83d4e877652e279a7e74d"
60
+ "falconPackageHash": "e1033593ca1accb3249e9eaa9148ac3024bd46ace4949bdab9db22b5"
61
61
  }