@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
@@ -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 {
@@ -3673,7 +3688,7 @@ interface BulkUpdateExperienceTagsByFilterResponse {
3673
3688
  }
3674
3689
  interface BulkArchiveExperiencesRequest {
3675
3690
  /**
3676
- * IDs of experiences to archive.
3691
+ * IDs of the experiences to archive.
3677
3692
  * @minSize 1
3678
3693
  * @maxSize 100
3679
3694
  * @format GUID
@@ -3682,12 +3697,12 @@ interface BulkArchiveExperiencesRequest {
3682
3697
  }
3683
3698
  interface BulkArchiveExperiencesResponse {
3684
3699
  /**
3685
- * Result of bulk archive action
3700
+ * Experiences updated by the bulk action.
3686
3701
  * @minSize 1
3687
3702
  * @maxSize 100
3688
3703
  */
3689
3704
  results?: BulkArchiveExperiencesResult[];
3690
- /** Metadata for the API call. */
3705
+ /** Bulk action metadata. */
3691
3706
  bulkActionMetadata?: BulkActionMetadata;
3692
3707
  }
3693
3708
  interface BulkArchiveExperiencesResult {
@@ -3696,7 +3711,7 @@ interface BulkArchiveExperiencesResult {
3696
3711
  }
3697
3712
  interface BulkUnarchiveExperiencesRequest {
3698
3713
  /**
3699
- * Experience IDs to unarchive.
3714
+ * IDs of the experiences to unarchive.
3700
3715
  * @minSize 1
3701
3716
  * @maxSize 100
3702
3717
  * @format GUID
@@ -3705,12 +3720,12 @@ interface BulkUnarchiveExperiencesRequest {
3705
3720
  }
3706
3721
  interface BulkUnarchiveExperiencesResponse {
3707
3722
  /**
3708
- * Result of bulk unarchive action
3723
+ * Experiences updated by the bulk action.
3709
3724
  * @minSize 1
3710
3725
  * @maxSize 100
3711
3726
  */
3712
3727
  results?: BulkUnarchiveExperiencesResult[];
3713
- /** Metadata for the API call. */
3728
+ /** Bulk action metadata. */
3714
3729
  bulkActionMetadata?: BulkActionMetadata;
3715
3730
  }
3716
3731
  interface BulkUnarchiveExperiencesResult {
@@ -4248,7 +4263,6 @@ interface ExperienceCreatedEnvelope {
4248
4263
  * @webhook
4249
4264
  * @eventType wix.table_reservations.v1.experience_created
4250
4265
  * @slug created
4251
- * @documentationMaturity preview
4252
4266
  */
4253
4267
  declare function onExperienceCreated(handler: (event: ExperienceCreatedEnvelope) => void | Promise<void>): void;
4254
4268
  interface ExperienceTagsModifiedEnvelope {
@@ -4263,7 +4277,6 @@ interface ExperienceTagsModifiedEnvelope {
4263
4277
  * @webhook
4264
4278
  * @eventType wix.table_reservations.v1.experience_tags_modified
4265
4279
  * @slug tags_modified
4266
- * @documentationMaturity preview
4267
4280
  */
4268
4281
  declare function onExperienceTagsModified(handler: (event: ExperienceTagsModifiedEnvelope) => void | Promise<void>): void;
4269
4282
  interface ExperienceUpdatedEnvelope {
@@ -4280,14 +4293,12 @@ interface ExperienceUpdatedEnvelope {
4280
4293
  * @webhook
4281
4294
  * @eventType wix.table_reservations.v1.experience_updated
4282
4295
  * @slug updated
4283
- * @documentationMaturity preview
4284
4296
  */
4285
4297
  declare function onExperienceUpdated(handler: (event: ExperienceUpdatedEnvelope) => void | Promise<void>): void;
4286
4298
  /**
4287
4299
  * Creates an experience.
4288
4300
  * @param experience - Experience to create.
4289
4301
  * @public
4290
- * @documentationMaturity preview
4291
4302
  * @requiredField experience
4292
4303
  * @requiredField experience.configuration
4293
4304
  * @requiredField experience.configuration.displayInfo
@@ -4316,7 +4327,6 @@ declare function createExperience(experience: NonNullablePaths<Experience, `conf
4316
4327
  * Retrieves an experience.
4317
4328
  * @param experienceId - ID of the experience to retrieve.
4318
4329
  * @public
4319
- * @documentationMaturity preview
4320
4330
  * @requiredField experienceId
4321
4331
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ
4322
4332
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ_FULL
@@ -4331,7 +4341,6 @@ declare function getExperience(experienceId: string): Promise<NonNullablePaths<E
4331
4341
  * The slug is a URL-friendly identifier for the experience page, derived from the experience display name in kebab-case format. For example, "wine-tasting-event".
4332
4342
  * @param slug - Slug of the experience to retrieve.
4333
4343
  * @public
4334
- * @documentationMaturity preview
4335
4344
  * @requiredField slug
4336
4345
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ
4337
4346
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ_FULL
@@ -4347,7 +4356,6 @@ declare function getExperienceBySlug(slug: string): Promise<NonNullablePaths<Get
4347
4356
  * This ensures you're working with the latest experience information and prevents unintended overwrites.
4348
4357
  * @param _id - Experience ID.
4349
4358
  * @public
4350
- * @documentationMaturity preview
4351
4359
  * @requiredField _id
4352
4360
  * @requiredField experience
4353
4361
  * @requiredField experience.revision
@@ -4413,10 +4421,9 @@ interface UpdateExperience {
4413
4421
  /**
4414
4422
  * Retrieves a list of experiences using the specified paging, filtering, and sorting.
4415
4423
  *
4416
- * 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.
4417
- * 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).
4418
4426
  * @public
4419
- * @documentationMaturity preview
4420
4427
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ
4421
4428
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_READ_FULL
4422
4429
  * @applicableIdentity APP
@@ -4439,70 +4446,50 @@ interface ExperiencesQueryResult extends QueryCursorResult {
4439
4446
  interface ExperiencesQueryBuilder {
4440
4447
  /** @param propertyName - Property whose value is compared with `value`.
4441
4448
  * @param value - Value to compare against.
4442
- * @documentationMaturity preview
4443
4449
  */
4444
4450
  eq: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
4445
4451
  /** @param propertyName - Property whose value is compared with `value`.
4446
4452
  * @param value - Value to compare against.
4447
- * @documentationMaturity preview
4448
4453
  */
4449
4454
  ne: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
4450
4455
  /** @param propertyName - Property whose value is compared with `value`.
4451
4456
  * @param value - Value to compare against.
4452
- * @documentationMaturity preview
4453
4457
  */
4454
4458
  ge: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate', value: any) => ExperiencesQueryBuilder;
4455
4459
  /** @param propertyName - Property whose value is compared with `value`.
4456
4460
  * @param value - Value to compare against.
4457
- * @documentationMaturity preview
4458
4461
  */
4459
4462
  gt: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate', value: any) => ExperiencesQueryBuilder;
4460
4463
  /** @param propertyName - Property whose value is compared with `value`.
4461
4464
  * @param value - Value to compare against.
4462
- * @documentationMaturity preview
4463
4465
  */
4464
4466
  le: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate', value: any) => ExperiencesQueryBuilder;
4465
4467
  /** @param propertyName - Property whose value is compared with `value`.
4466
4468
  * @param value - Value to compare against.
4467
- * @documentationMaturity preview
4468
4469
  */
4469
4470
  lt: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate', value: any) => ExperiencesQueryBuilder;
4470
4471
  /** @param propertyName - Property whose value is compared with `string`.
4471
4472
  * @param string - String to compare against. Case-insensitive.
4472
- * @documentationMaturity preview
4473
4473
  */
4474
4474
  startsWith: (propertyName: '_id' | 'reservationLocationId' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate', value: string) => ExperiencesQueryBuilder;
4475
4475
  /** @param propertyName - Property whose value is compared with `values`.
4476
4476
  * @param values - List of values to compare against.
4477
- * @documentationMaturity preview
4478
4477
  */
4479
4478
  hasSome: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any[]) => ExperiencesQueryBuilder;
4480
4479
  /** @param propertyName - Property whose value is compared with `values`.
4481
4480
  * @param values - List of values to compare against.
4482
- * @documentationMaturity preview
4483
4481
  */
4484
4482
  hasAll: (propertyName: 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any[]) => ExperiencesQueryBuilder;
4485
- /** @documentationMaturity preview */
4486
4483
  in: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: any) => ExperiencesQueryBuilder;
4487
- /** @documentationMaturity preview */
4488
4484
  exists: (propertyName: '_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds', value: boolean) => ExperiencesQueryBuilder;
4489
- /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
4490
- * @documentationMaturity preview
4491
- */
4485
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
4492
4486
  ascending: (...propertyNames: Array<'_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds'>) => ExperiencesQueryBuilder;
4493
- /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
4494
- * @documentationMaturity preview
4495
- */
4487
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments. */
4496
4488
  descending: (...propertyNames: Array<'_id' | 'reservationLocationId' | '_createdDate' | '_updatedDate' | 'configuration.displayInfo.name' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.startDate' | 'configuration.onlineReservations.businessSchedule.entries.weeklyOptions.endDate' | 'configuration.onlineReservations.businessSchedule.entries.oneTimeOptions.startDate' | 'configuration.visible' | 'configuration.tableManagement.onOptions.specificTablesOptions.reservedForExperience' | 'tags.privateTags.tagIds' | 'tags.publicTags.tagIds'>) => ExperiencesQueryBuilder;
4497
- /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
4498
- * @documentationMaturity preview
4499
- */
4489
+ /** @param limit - Number of items to return, which is also the `pageSize` of the results object. */
4500
4490
  limit: (limit: number) => ExperiencesQueryBuilder;
4501
- /** @param cursor - A pointer to specific record
4502
- * @documentationMaturity preview
4503
- */
4491
+ /** @param cursor - A pointer to specific record */
4504
4492
  skipTo: (cursor: string) => ExperiencesQueryBuilder;
4505
- /** @documentationMaturity preview */
4506
4493
  find: () => Promise<ExperiencesQueryResult>;
4507
4494
  }
4508
4495
  /**
@@ -4779,7 +4766,6 @@ type ExperienceSearch = {
4779
4766
  * Synchronously updates [tags](https://dev.wix.com/docs/api-reference/business-management/tags/introduction) on multiple experiences by experience IDs. A tag that appears in both assign and unassign lists is assigned.
4780
4767
  * @param experienceIds - List of experience IDs to update tags for.
4781
4768
  * @public
4782
- * @documentationMaturity preview
4783
4769
  * @requiredField experienceIds
4784
4770
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_UPDATE_TAGS
4785
4771
  * @applicableIdentity APP
@@ -4798,7 +4784,6 @@ interface BulkUpdateExperienceTagsOptions {
4798
4784
  * Asynchronously updates [tags](https://dev.wix.com/docs/api-reference/business-management/tags/introduction) on multiple experiences using filter criteria. An empty filter updates all experiences. A tag that appears in both assign and unassign lists is assigned.
4799
4785
  * @param filter - Filter criteria to select experiences for tag updates.
4800
4786
  * @public
4801
- * @documentationMaturity preview
4802
4787
  * @requiredField filter
4803
4788
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_UPDATE_TAGS
4804
4789
  * @applicableIdentity APP
@@ -4814,14 +4799,13 @@ interface BulkUpdateExperienceTagsByFilterOptions {
4814
4799
  unassignTags?: Tags;
4815
4800
  }
4816
4801
  /**
4817
- * Archives multiple experiences at once.
4802
+ * Archives multiple experiences.
4803
+ *
4804
+ * Archiving an experience sets `configuration.visible` to `false`, preventing it from appearing on the live site and from accepting new reservations.
4818
4805
  *
4819
- * **Important:** Archiving an experience automatically sets `configuration.visible` to `false`,
4820
- * hiding it from the live site. This ensures archived experiences cannot accept new reservations
4821
- * and are not discoverable by customers.
4822
- * @param experienceIds - IDs of experiences to archive.
4806
+ * To unarchive experiences, call [Bulk Unarchive Experiences](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/bulk-unarchive-experiences).
4807
+ * @param experienceIds - IDs of the experiences to archive.
4823
4808
  * @public
4824
- * @documentationMaturity preview
4825
4809
  * @requiredField experienceIds
4826
4810
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_ARCHIVE
4827
4811
  * @applicableIdentity APP
@@ -4829,21 +4813,14 @@ interface BulkUpdateExperienceTagsByFilterOptions {
4829
4813
  */
4830
4814
  declare function bulkArchiveExperiences(experienceIds: string[]): Promise<NonNullablePaths<BulkArchiveExperiencesResponse, `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>>;
4831
4815
  /**
4832
- * Unarchives multiple experiences at once.
4816
+ * Unarchives multiple experiences.
4833
4817
  *
4834
- * **Important:** Unarchiving only sets `archived` to `false`. It does NOT restore the
4835
- * `configuration.visible` setting to its pre-archived state. After unarchiving, you must
4836
- * explicitly update `configuration.visible` to `true` if you want the experience to appear
4837
- * on the live site again. This safety measure prevents accidentally publishing experiences
4838
- * that may need review or updates before being made publicly available.
4818
+ * Unarchiving an experience only sets the archived status to `false`. It doesn't restore `configuration.visible` to its previous state.
4819
+ * To make the experience appear on the live site again, call [Update Experience](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/update-experience) to set `configuration.visible` to `true`.
4839
4820
  *
4840
- * **Example workflow:**
4841
- * 1. Call `BulkUnarchiveExperiences` to restore dashboard access
4842
- * 2. Review and update the experience as needed
4843
- * 3. Call `UpdateExperience` to set `configuration.visible = true` when ready to publish
4844
- * @param experienceIds - Experience IDs to unarchive.
4821
+ * To archive experiences, call [Bulk Archive Experiences](https://dev.wix.com/docs/api-reference/business-solutions/restaurants/reservations/experiences/bulk-archive-experiences).
4822
+ * @param experienceIds - IDs of the experiences to unarchive.
4845
4823
  * @public
4846
- * @documentationMaturity preview
4847
4824
  * @requiredField experienceIds
4848
4825
  * @permissionId TABLE_RESERVATIONS.EXPERIENCE_UNARCHIVE
4849
4826
  * @applicableIdentity APP