@wix/auto_sdk_table-reservations_experiences 1.0.36 → 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 (37) hide show
  1. package/build/cjs/index.d.ts +12 -18
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +2 -3
  4. package/build/cjs/index.typings.js.map +1 -1
  5. package/build/cjs/meta.d.ts +72 -57
  6. package/build/cjs/meta.js.map +1 -1
  7. package/build/cjs/schemas.js +2 -2
  8. package/build/cjs/schemas.js.map +1 -1
  9. package/build/cjs/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.ts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.ts} +87 -110
  10. package/build/es/index.d.mts +12 -18
  11. package/build/es/index.mjs.map +1 -1
  12. package/build/es/index.typings.d.mts +2 -3
  13. package/build/es/index.typings.mjs.map +1 -1
  14. package/build/es/meta.d.mts +72 -57
  15. package/build/es/meta.mjs.map +1 -1
  16. package/build/es/schemas.mjs +2 -2
  17. package/build/es/schemas.mjs.map +1 -1
  18. package/build/es/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.mts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.mts} +87 -110
  19. package/build/internal/cjs/index.d.ts +12 -18
  20. package/build/internal/cjs/index.js.map +1 -1
  21. package/build/internal/cjs/index.typings.d.ts +2 -3
  22. package/build/internal/cjs/index.typings.js.map +1 -1
  23. package/build/internal/cjs/meta.d.ts +72 -57
  24. package/build/internal/cjs/meta.js.map +1 -1
  25. package/build/internal/cjs/schemas.js +2 -2
  26. package/build/internal/cjs/schemas.js.map +1 -1
  27. package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.ts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.ts} +87 -110
  28. package/build/internal/es/index.d.mts +12 -18
  29. package/build/internal/es/index.mjs.map +1 -1
  30. package/build/internal/es/index.typings.d.mts +2 -3
  31. package/build/internal/es/index.typings.mjs.map +1 -1
  32. package/build/internal/es/meta.d.mts +72 -57
  33. package/build/internal/es/meta.mjs.map +1 -1
  34. package/build/internal/es/schemas.mjs +2 -2
  35. package/build/internal/es/schemas.mjs.map +1 -1
  36. package/build/internal/es/{table-reservations-v1-experience-experiences.universal-BAFNaOzr.d.mts → table-reservations-v1-experience-experiences.universal-DBg6eXpp.d.mts} +87 -110
  37. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import { dd as CreateExperienceRequest$1, de as CreateExperienceResponse$1, df as GetExperienceRequest$1, dg as GetExperienceResponse$1, dh as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, di as UpdateExperienceRequest$1, dj as UpdateExperienceResponse$1, dk as QueryExperiencesRequest$1, dq as QueryExperiencesResponse$1, dt as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, e2 as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, e7 as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1, e8 as BulkArchiveExperiencesRequest$1, h as BulkArchiveExperiencesResponse$1, ea as BulkUnarchiveExperiencesRequest$1, i as BulkUnarchiveExperiencesResponse$1 } from './table-reservations-v1-experience-experiences.universal-BAFNaOzr.js';
1
+ import { dd as CreateExperienceRequest$1, de as CreateExperienceResponse$1, df as GetExperienceRequest$1, dg as GetExperienceResponse$1, dh as GetExperienceBySlugRequest$1, G as GetExperienceBySlugResponse$1, di as UpdateExperienceRequest$1, dj as UpdateExperienceResponse$1, dk as QueryExperiencesRequest$1, dq as QueryExperiencesResponse$1, dt as SearchExperiencesRequest$1, S as SearchExperiencesResponse$1, e2 as BulkUpdateExperienceTagsRequest$1, c as BulkUpdateExperienceTagsResponse$1, e7 as BulkUpdateExperienceTagsByFilterRequest$1, f as BulkUpdateExperienceTagsByFilterResponse$1, e8 as BulkArchiveExperiencesRequest$1, h as BulkArchiveExperiencesResponse$1, ea as BulkUnarchiveExperiencesRequest$1, i as BulkUnarchiveExperiencesResponse$1 } from './table-reservations-v1-experience-experiences.universal-DBg6eXpp.js';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  /** Experience. */
@@ -635,7 +635,7 @@ type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';
635
635
  interface Stop {
636
636
  /**
637
637
  * Stop color as hex value.
638
- * @format COLOR_HEX
638
+ * @maxLength 19
639
639
  */
640
640
  color?: string | null;
641
641
  /** Stop position (0-1). */
@@ -676,7 +676,7 @@ interface Background {
676
676
  type?: BackgroundTypeWithLiterals;
677
677
  /**
678
678
  * Background color as a hexadecimal value.
679
- * @format COLOR_HEX
679
+ * @maxLength 19
680
680
  */
681
681
  color?: string | null;
682
682
  /** Gradient configuration. */
@@ -783,33 +783,33 @@ interface Styles {
783
783
  borderRadius?: number | null;
784
784
  /**
785
785
  * Border color as a hexadecimal value.
786
- * @format COLOR_HEX
786
+ * @maxLength 19
787
787
  */
788
788
  borderColor?: string | null;
789
789
  /**
790
790
  * Border color as a hexadecimal value (hover state).
791
- * @format COLOR_HEX
791
+ * @maxLength 19
792
792
  */
793
793
  borderColorHover?: string | null;
794
794
  /**
795
795
  * Text color as a hexadecimal value.
796
- * @format COLOR_HEX
796
+ * @maxLength 19
797
797
  */
798
798
  textColor?: string | null;
799
799
  /**
800
800
  * Text color as a hexadecimal value (hover state).
801
- * @format COLOR_HEX
801
+ * @maxLength 19
802
802
  */
803
803
  textColorHover?: string | null;
804
804
  /**
805
805
  * Deprecated: Use `background` instead.
806
- * @format COLOR_HEX
806
+ * @maxLength 19
807
807
  * @deprecated
808
808
  */
809
809
  backgroundColor?: string | null;
810
810
  /**
811
811
  * Deprecated: Use `backgroundHover` instead.
812
- * @format COLOR_HEX
812
+ * @maxLength 19
813
813
  * @deprecated
814
814
  */
815
815
  backgroundColorHover?: string | null;
@@ -1261,7 +1261,7 @@ interface StylesBorder {
1261
1261
  width?: number | null;
1262
1262
  /**
1263
1263
  * Border color as a hexadecimal value.
1264
- * @format COLOR_HEX
1264
+ * @maxLength 19
1265
1265
  */
1266
1266
  color?: string | null;
1267
1267
  /** Border radius in pixels. */
@@ -1302,22 +1302,22 @@ type StylesPositionWithLiterals = StylesPosition | 'START' | 'END' | 'TOP' | 'HI
1302
1302
  interface LinkPreviewDataStyles {
1303
1303
  /**
1304
1304
  * Background color as a hexadecimal value.
1305
- * @format COLOR_HEX
1305
+ * @maxLength 19
1306
1306
  */
1307
1307
  backgroundColor?: string | null;
1308
1308
  /**
1309
1309
  * Title color as a hexadecimal value.
1310
- * @format COLOR_HEX
1310
+ * @maxLength 19
1311
1311
  */
1312
1312
  titleColor?: string | null;
1313
1313
  /**
1314
1314
  * Subtitle color as a hexadecimal value.
1315
- * @format COLOR_HEX
1315
+ * @maxLength 19
1316
1316
  */
1317
1317
  subtitleColor?: string | null;
1318
1318
  /**
1319
1319
  * Link color as a hexadecimal value.
1320
- * @format COLOR_HEX
1320
+ * @maxLength 19
1321
1321
  */
1322
1322
  linkColor?: string | null;
1323
1323
  /** Border width in pixels. */
@@ -1326,7 +1326,7 @@ interface LinkPreviewDataStyles {
1326
1326
  borderRadius?: number | null;
1327
1327
  /**
1328
1328
  * Border color as a hexadecimal value.
1329
- * @format COLOR_HEX
1329
+ * @maxLength 19
1330
1330
  */
1331
1331
  borderColor?: string | null;
1332
1332
  /** Position of thumbnail. Defaults to `START`. */
@@ -1477,19 +1477,19 @@ interface BackgroundGradient {
1477
1477
  angle?: number | null;
1478
1478
  /**
1479
1479
  * The start color as a hexademical value.
1480
- * @format COLOR_HEX
1480
+ * @maxLength 19
1481
1481
  */
1482
1482
  startColor?: string | null;
1483
1483
  /**
1484
1484
  * The end color as a hexademical value.
1485
- * @format COLOR_HEX
1485
+ * @maxLength 19
1486
1486
  */
1487
1487
  lastColor?: string | null;
1488
1488
  }
1489
1489
  interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
1490
1490
  /**
1491
1491
  * The background color as a hexademical value.
1492
- * @format COLOR_HEX
1492
+ * @maxLength 19
1493
1493
  */
1494
1494
  color?: string | null;
1495
1495
  /** An image to use for the background. */
@@ -1503,7 +1503,7 @@ interface PollDesignBackground extends PollDesignBackgroundBackgroundOneOf {
1503
1503
  interface PollDesignBackgroundBackgroundOneOf {
1504
1504
  /**
1505
1505
  * The background color as a hexademical value.
1506
- * @format COLOR_HEX
1506
+ * @maxLength 19
1507
1507
  */
1508
1508
  color?: string | null;
1509
1509
  /** An image to use for the background. */
@@ -1817,32 +1817,32 @@ interface ButtonStyles {
1817
1817
  borderRadius?: number | null;
1818
1818
  /**
1819
1819
  * Border color as a hexadecimal value.
1820
- * @format COLOR_HEX
1820
+ * @maxLength 19
1821
1821
  */
1822
1822
  borderColor?: string | null;
1823
1823
  /**
1824
1824
  * Text color as a hexadecimal value.
1825
- * @format COLOR_HEX
1825
+ * @maxLength 19
1826
1826
  */
1827
1827
  textColor?: string | null;
1828
1828
  /**
1829
1829
  * Background color as a hexadecimal value.
1830
- * @format COLOR_HEX
1830
+ * @maxLength 19
1831
1831
  */
1832
1832
  backgroundColor?: string | null;
1833
1833
  /**
1834
1834
  * Border color as a hexadecimal value (hover state).
1835
- * @format COLOR_HEX
1835
+ * @maxLength 19
1836
1836
  */
1837
1837
  borderColorHover?: string | null;
1838
1838
  /**
1839
1839
  * Text color as a hexadecimal value (hover state).
1840
- * @format COLOR_HEX
1840
+ * @maxLength 19
1841
1841
  */
1842
1842
  textColorHover?: string | null;
1843
1843
  /**
1844
1844
  * Background color as a hexadecimal value (hover state).
1845
- * @format COLOR_HEX
1845
+ * @maxLength 19
1846
1846
  */
1847
1847
  backgroundColorHover?: string | null;
1848
1848
  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */
@@ -1859,7 +1859,7 @@ interface ImageStyles {
1859
1859
  resizing?: ResizingWithLiterals;
1860
1860
  /**
1861
1861
  * Image border color as a hexadecimal value.
1862
- * @format COLOR_HEX
1862
+ * @maxLength 19
1863
1863
  */
1864
1864
  borderColor?: string | null;
1865
1865
  /** Image border width in pixels. */
@@ -1872,17 +1872,17 @@ interface RibbonStyles {
1872
1872
  ribbonText?: string | null;
1873
1873
  /**
1874
1874
  * Ribbon background color as a hexadecimal value.
1875
- * @format COLOR_HEX
1875
+ * @maxLength 19
1876
1876
  */
1877
1877
  backgroundColor?: string | null;
1878
1878
  /**
1879
1879
  * Ribbon text color as a hexadecimal value.
1880
- * @format COLOR_HEX
1880
+ * @maxLength 19
1881
1881
  */
1882
1882
  textColor?: string | null;
1883
1883
  /**
1884
1884
  * Ribbon border color as a hexadecimal value.
1885
- * @format COLOR_HEX
1885
+ * @maxLength 19
1886
1886
  */
1887
1887
  borderColor?: string | null;
1888
1888
  /** Ribbon border width in pixels. */
@@ -1895,12 +1895,12 @@ interface RibbonStyles {
1895
1895
  interface CardStyles {
1896
1896
  /**
1897
1897
  * Card background color as a hexadecimal value.
1898
- * @format COLOR_HEX
1898
+ * @maxLength 19
1899
1899
  */
1900
1900
  backgroundColor?: string | null;
1901
1901
  /**
1902
1902
  * Card border color as a hexadecimal value.
1903
- * @format COLOR_HEX
1903
+ * @maxLength 19
1904
1904
  */
1905
1905
  borderColor?: string | null;
1906
1906
  /** Card border width in pixels. */
@@ -1915,12 +1915,12 @@ interface CardStyles {
1915
1915
  titlePriceLayout?: LayoutWithLiterals;
1916
1916
  /**
1917
1917
  * Title text color as a hexadecimal value.
1918
- * @format COLOR_HEX
1918
+ * @maxLength 19
1919
1919
  */
1920
1920
  titleColor?: string | null;
1921
1921
  /**
1922
1922
  * Text color as a hexadecimal value.
1923
- * @format COLOR_HEX
1923
+ * @maxLength 19
1924
1924
  */
1925
1925
  textColor?: string | null;
1926
1926
  }
@@ -2102,29 +2102,29 @@ interface CellStyle {
2102
2102
  verticalAlignment?: VerticalAlignmentWithLiterals;
2103
2103
  /**
2104
2104
  * Cell background color as a hexadecimal value.
2105
- * @format COLOR_HEX
2105
+ * @maxLength 19
2106
2106
  */
2107
2107
  backgroundColor?: string | null;
2108
2108
  }
2109
2109
  interface BorderColors {
2110
2110
  /**
2111
2111
  * Left border color as a hexadecimal value.
2112
- * @format COLOR_HEX
2112
+ * @maxLength 19
2113
2113
  */
2114
2114
  left?: string | null;
2115
2115
  /**
2116
2116
  * Right border color as a hexadecimal value.
2117
- * @format COLOR_HEX
2117
+ * @maxLength 19
2118
2118
  */
2119
2119
  right?: string | null;
2120
2120
  /**
2121
2121
  * Top border color as a hexadecimal value.
2122
- * @format COLOR_HEX
2122
+ * @maxLength 19
2123
2123
  */
2124
2124
  top?: string | null;
2125
2125
  /**
2126
2126
  * Bottom border color as a hexadecimal value.
2127
- * @format COLOR_HEX
2127
+ * @maxLength 19
2128
2128
  */
2129
2129
  bottom?: string | null;
2130
2130
  }
@@ -2199,7 +2199,7 @@ interface CaptionData {
2199
2199
  interface LayoutData {
2200
2200
  /**
2201
2201
  * Deprecated: Use `background` instead.
2202
- * @format COLOR_HEX
2202
+ * @maxLength 19
2203
2203
  * @deprecated
2204
2204
  */
2205
2205
  backgroundColor?: string | null;
@@ -2207,7 +2207,7 @@ interface LayoutData {
2207
2207
  backgroundImage?: LayoutDataBackgroundImage;
2208
2208
  /**
2209
2209
  * Border color as a hexadecimal value.
2210
- * @format COLOR_HEX
2210
+ * @maxLength 19
2211
2211
  */
2212
2212
  borderColor?: string | null;
2213
2213
  /** Border width in pixels. */
@@ -2216,7 +2216,7 @@ interface LayoutData {
2216
2216
  borderRadius?: number | null;
2217
2217
  /**
2218
2218
  * Deprecated: Use `backdrop` instead.
2219
- * @format COLOR_HEX
2219
+ * @maxLength 19
2220
2220
  * @deprecated
2221
2221
  */
2222
2222
  backdropColor?: string | null;
@@ -2354,7 +2354,7 @@ interface LayoutDataBackground {
2354
2354
  type?: LayoutDataBackgroundTypeWithLiterals;
2355
2355
  /**
2356
2356
  * Background color as a hexadecimal value.
2357
- * @format COLOR_HEX
2357
+ * @maxLength 19
2358
2358
  */
2359
2359
  color?: string | null;
2360
2360
  /** Gradient configuration. */
@@ -2366,7 +2366,7 @@ interface Backdrop {
2366
2366
  type?: BackdropTypeWithLiterals;
2367
2367
  /**
2368
2368
  * Backdrop color as a hexadecimal value.
2369
- * @format COLOR_HEX
2369
+ * @maxLength 19
2370
2370
  */
2371
2371
  color?: string | null;
2372
2372
  /** Gradient configuration. */
@@ -2387,7 +2387,7 @@ interface ShapeData {
2387
2387
  interface ShapeDataStyles {
2388
2388
  /**
2389
2389
  * Shape fill color as a hexadecimal value.
2390
- * @format COLOR_HEX
2390
+ * @maxLength 19
2391
2391
  */
2392
2392
  color?: string | null;
2393
2393
  /** Map of original color keys to their new color values. */
@@ -2446,7 +2446,7 @@ interface CardDataBackground {
2446
2446
  type?: CardDataBackgroundTypeWithLiterals;
2447
2447
  /**
2448
2448
  * Background color as a hexadecimal value.
2449
- * @format COLOR_HEX
2449
+ * @maxLength 19
2450
2450
  */
2451
2451
  color?: string | null;
2452
2452
  /** Gradient configuration. */
@@ -2473,7 +2473,7 @@ interface TocData {
2473
2473
  itemSpacing?: number | null;
2474
2474
  /**
2475
2475
  * Optional override for the text color.
2476
- * @format COLOR_HEX
2476
+ * @maxLength 19
2477
2477
  */
2478
2478
  color?: string | null;
2479
2479
  /** Indentation style. Default: NESTED. */
@@ -2515,7 +2515,10 @@ interface SmartBlockData {
2515
2515
  orientation?: string | null;
2516
2516
  /** Column size controlling cells per row. */
2517
2517
  columnSize?: ColumnSizeWithLiterals;
2518
- /** Border color (for SOLID_JOINED_BOXES variant). */
2518
+ /**
2519
+ * Border color (for SOLID_JOINED_BOXES variant).
2520
+ * @maxLength 19
2521
+ */
2519
2522
  borderColor?: string | null;
2520
2523
  /** Border width in pixels (for SOLID_JOINED_BOXES variant). */
2521
2524
  borderWidth?: number | null;
@@ -2574,7 +2577,10 @@ interface SmartBlockCellData {
2574
2577
  label?: string | null;
2575
2578
  /** Shape file details. */
2576
2579
  shape?: Media;
2577
- /** Border color of the cell. */
2580
+ /**
2581
+ * Border color of the cell.
2582
+ * @maxLength 19
2583
+ */
2578
2584
  borderColor?: string | null;
2579
2585
  /** Border width in pixels. */
2580
2586
  borderWidth?: number | null;
@@ -2582,11 +2588,20 @@ interface SmartBlockCellData {
2582
2588
  borderRadius?: number | null;
2583
2589
  /** The type of the parent smart block (must match parent). */
2584
2590
  type?: SmartBlockDataTypeWithLiterals;
2585
- /** Accent color for non-background variants (e.g., line, bullet, label color). */
2591
+ /**
2592
+ * Accent color for non-background variants (e.g., line, bullet, label color).
2593
+ * @maxLength 19
2594
+ */
2586
2595
  accentColor?: string | null;
2587
- /** Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES). */
2596
+ /**
2597
+ * Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).
2598
+ * @maxLength 19
2599
+ */
2588
2600
  backgroundColor?: string | null;
2589
- /** Shape fill color as a hexadecimal value. */
2601
+ /**
2602
+ * Shape fill color as a hexadecimal value.
2603
+ * @maxLength 19
2604
+ */
2590
2605
  shapeColor?: string | null;
2591
2606
  }
2592
2607
  interface Metadata {
@@ -3712,7 +3727,7 @@ interface BulkUpdateExperienceTagsByFilterResponse {
3712
3727
  }
3713
3728
  interface BulkArchiveExperiencesRequest {
3714
3729
  /**
3715
- * IDs of experiences to archive.
3730
+ * IDs of the experiences to archive.
3716
3731
  * @minSize 1
3717
3732
  * @maxSize 100
3718
3733
  * @format GUID
@@ -3721,12 +3736,12 @@ interface BulkArchiveExperiencesRequest {
3721
3736
  }
3722
3737
  interface BulkArchiveExperiencesResponse {
3723
3738
  /**
3724
- * Result of bulk archive action
3739
+ * Experiences updated by the bulk action.
3725
3740
  * @minSize 1
3726
3741
  * @maxSize 100
3727
3742
  */
3728
3743
  results?: BulkArchiveExperiencesResult[];
3729
- /** Metadata for the API call. */
3744
+ /** Bulk action metadata. */
3730
3745
  bulkActionMetadata?: BulkActionMetadata;
3731
3746
  }
3732
3747
  interface BulkArchiveExperiencesResult {
@@ -3735,7 +3750,7 @@ interface BulkArchiveExperiencesResult {
3735
3750
  }
3736
3751
  interface BulkUnarchiveExperiencesRequest {
3737
3752
  /**
3738
- * Experience IDs to unarchive.
3753
+ * IDs of the experiences to unarchive.
3739
3754
  * @minSize 1
3740
3755
  * @maxSize 100
3741
3756
  * @format GUID
@@ -3744,12 +3759,12 @@ interface BulkUnarchiveExperiencesRequest {
3744
3759
  }
3745
3760
  interface BulkUnarchiveExperiencesResponse {
3746
3761
  /**
3747
- * Result of bulk unarchive action
3762
+ * Experiences updated by the bulk action.
3748
3763
  * @minSize 1
3749
3764
  * @maxSize 100
3750
3765
  */
3751
3766
  results?: BulkUnarchiveExperiencesResult[];
3752
- /** Metadata for the API call. */
3767
+ /** Bulk action metadata. */
3753
3768
  bulkActionMetadata?: BulkActionMetadata;
3754
3769
  }
3755
3770
  interface BulkUnarchiveExperiencesResult {