@wix/auto_sdk_table-reservations_experiences 1.0.32 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +36 -3
- package/build/cjs/index.js +859 -24
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +623 -20
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +283 -45
- package/build/cjs/meta.js +607 -20
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.ts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.ts} +325 -51
- package/build/es/index.d.mts +36 -3
- package/build/es/index.mjs +848 -24
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +612 -20
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +283 -45
- package/build/es/meta.mjs +596 -20
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.mts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.mts} +325 -51
- package/build/internal/cjs/index.d.ts +36 -3
- package/build/internal/cjs/index.js +859 -24
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +623 -20
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +283 -45
- package/build/internal/cjs/meta.js +607 -20
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.ts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.ts} +325 -51
- package/build/internal/es/index.d.mts +36 -3
- package/build/internal/es/index.mjs +848 -24
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +612 -20
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +283 -45
- package/build/internal/es/meta.mjs +596 -20
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-CmEg4KfI.d.mts → table-reservations-v1-experience-experiences.universal-D6mHSKCq.d.mts} +325 -51
- package/package.json +4 -4
|
@@ -24,8 +24,10 @@ __export(index_typings_exports, {
|
|
|
24
24
|
Alignment: () => Alignment,
|
|
25
25
|
AppType: () => AppType,
|
|
26
26
|
AspectRatio: () => AspectRatio,
|
|
27
|
+
BackdropType: () => BackdropType,
|
|
27
28
|
BackgroundType: () => BackgroundType,
|
|
28
29
|
ButtonDataType: () => ButtonDataType,
|
|
30
|
+
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
29
31
|
Crop: () => Crop,
|
|
30
32
|
DayOfWeek: () => DayOfWeek,
|
|
31
33
|
DecorationType: () => DecorationType,
|
|
@@ -34,12 +36,18 @@ __export(index_typings_exports, {
|
|
|
34
36
|
DividerDataAlignment: () => DividerDataAlignment,
|
|
35
37
|
FontType: () => FontType,
|
|
36
38
|
GIFType: () => GIFType,
|
|
39
|
+
GradientType: () => GradientType,
|
|
37
40
|
ImagePosition: () => ImagePosition,
|
|
41
|
+
ImagePositionPosition: () => ImagePositionPosition,
|
|
42
|
+
ImageScalingScaling: () => ImageScalingScaling,
|
|
43
|
+
Indentation: () => Indentation,
|
|
38
44
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
39
45
|
Interval: () => Interval,
|
|
40
46
|
Layout: () => Layout,
|
|
47
|
+
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
41
48
|
LayoutType: () => LayoutType,
|
|
42
49
|
LineStyle: () => LineStyle,
|
|
50
|
+
ListStyle: () => ListStyle,
|
|
43
51
|
MapType: () => MapType,
|
|
44
52
|
MissingValues: () => MissingValues,
|
|
45
53
|
Mode: () => Mode,
|
|
@@ -52,6 +60,7 @@ __export(index_typings_exports, {
|
|
|
52
60
|
Placement: () => Placement,
|
|
53
61
|
PlacementType: () => PlacementType,
|
|
54
62
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
63
|
+
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
55
64
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
56
65
|
PollLayoutType: () => PollLayoutType,
|
|
57
66
|
Position: () => Position,
|
|
@@ -84,6 +93,8 @@ __export(index_typings_exports, {
|
|
|
84
93
|
WebhookIdentityType: () => WebhookIdentityType,
|
|
85
94
|
Width: () => Width,
|
|
86
95
|
WidthType: () => WidthType,
|
|
96
|
+
bulkArchiveExperiences: () => bulkArchiveExperiences2,
|
|
97
|
+
bulkUnarchiveExperiences: () => bulkUnarchiveExperiences2,
|
|
87
98
|
bulkUpdateExperienceTags: () => bulkUpdateExperienceTags2,
|
|
88
99
|
bulkUpdateExperienceTagsByFilter: () => bulkUpdateExperienceTagsByFilter2,
|
|
89
100
|
createExperience: () => createExperience2,
|
|
@@ -224,6 +235,24 @@ function createExperience(payload) {
|
|
|
224
235
|
{
|
|
225
236
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
226
237
|
paths: [
|
|
238
|
+
{
|
|
239
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
255
|
+
},
|
|
227
256
|
{
|
|
228
257
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
229
258
|
},
|
|
@@ -275,8 +304,44 @@ function createExperience(payload) {
|
|
|
275
304
|
{
|
|
276
305
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
277
306
|
},
|
|
307
|
+
{
|
|
308
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
309
|
+
},
|
|
310
|
+
{
|
|
311
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
324
|
+
},
|
|
278
325
|
{
|
|
279
326
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
280
345
|
}
|
|
281
346
|
]
|
|
282
347
|
}
|
|
@@ -312,6 +377,24 @@ function createExperience(payload) {
|
|
|
312
377
|
{
|
|
313
378
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
314
379
|
paths: [
|
|
380
|
+
{
|
|
381
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
397
|
+
},
|
|
315
398
|
{
|
|
316
399
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
317
400
|
},
|
|
@@ -363,8 +446,44 @@ function createExperience(payload) {
|
|
|
363
446
|
{
|
|
364
447
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
365
448
|
},
|
|
449
|
+
{
|
|
450
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
466
|
+
},
|
|
366
467
|
{
|
|
367
468
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
368
487
|
}
|
|
369
488
|
]
|
|
370
489
|
}
|
|
@@ -407,6 +526,24 @@ function getExperience(payload) {
|
|
|
407
526
|
{
|
|
408
527
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
409
528
|
paths: [
|
|
529
|
+
{
|
|
530
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
546
|
+
},
|
|
410
547
|
{
|
|
411
548
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
412
549
|
},
|
|
@@ -458,8 +595,44 @@ function getExperience(payload) {
|
|
|
458
595
|
{
|
|
459
596
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
460
597
|
},
|
|
598
|
+
{
|
|
599
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
615
|
+
},
|
|
461
616
|
{
|
|
462
617
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
463
636
|
}
|
|
464
637
|
]
|
|
465
638
|
}
|
|
@@ -502,6 +675,24 @@ function getExperienceBySlug(payload) {
|
|
|
502
675
|
{
|
|
503
676
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
504
677
|
paths: [
|
|
678
|
+
{
|
|
679
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
695
|
+
},
|
|
505
696
|
{
|
|
506
697
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
507
698
|
},
|
|
@@ -553,8 +744,44 @@ function getExperienceBySlug(payload) {
|
|
|
553
744
|
{
|
|
554
745
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
555
746
|
},
|
|
747
|
+
{
|
|
748
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
764
|
+
},
|
|
556
765
|
{
|
|
557
766
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
558
785
|
}
|
|
559
786
|
]
|
|
560
787
|
}
|
|
@@ -587,6 +814,24 @@ function updateExperience(payload) {
|
|
|
587
814
|
{
|
|
588
815
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
589
816
|
paths: [
|
|
817
|
+
{
|
|
818
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
834
|
+
},
|
|
590
835
|
{
|
|
591
836
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
592
837
|
},
|
|
@@ -638,8 +883,44 @@ function updateExperience(payload) {
|
|
|
638
883
|
{
|
|
639
884
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
640
885
|
},
|
|
886
|
+
{
|
|
887
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
903
|
+
},
|
|
641
904
|
{
|
|
642
905
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
643
924
|
}
|
|
644
925
|
]
|
|
645
926
|
}
|
|
@@ -675,6 +956,24 @@ function updateExperience(payload) {
|
|
|
675
956
|
{
|
|
676
957
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
677
958
|
paths: [
|
|
959
|
+
{
|
|
960
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
976
|
+
},
|
|
678
977
|
{
|
|
679
978
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
680
979
|
},
|
|
@@ -726,8 +1025,44 @@ function updateExperience(payload) {
|
|
|
726
1025
|
{
|
|
727
1026
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
728
1027
|
},
|
|
1028
|
+
{
|
|
1029
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1045
|
+
},
|
|
729
1046
|
{
|
|
730
1047
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
731
1066
|
}
|
|
732
1067
|
]
|
|
733
1068
|
}
|
|
@@ -770,6 +1105,24 @@ function queryExperiences(payload) {
|
|
|
770
1105
|
{
|
|
771
1106
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
772
1107
|
paths: [
|
|
1108
|
+
{
|
|
1109
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1125
|
+
},
|
|
773
1126
|
{
|
|
774
1127
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
775
1128
|
},
|
|
@@ -821,8 +1174,44 @@ function queryExperiences(payload) {
|
|
|
821
1174
|
{
|
|
822
1175
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
823
1176
|
},
|
|
1177
|
+
{
|
|
1178
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1194
|
+
},
|
|
824
1195
|
{
|
|
825
1196
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1212
|
+
},
|
|
1213
|
+
{
|
|
1214
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
826
1215
|
}
|
|
827
1216
|
]
|
|
828
1217
|
}
|
|
@@ -891,6 +1280,24 @@ function searchExperiences(payload) {
|
|
|
891
1280
|
{
|
|
892
1281
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
893
1282
|
paths: [
|
|
1283
|
+
{
|
|
1284
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1300
|
+
},
|
|
894
1301
|
{
|
|
895
1302
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
896
1303
|
},
|
|
@@ -942,9 +1349,45 @@ function searchExperiences(payload) {
|
|
|
942
1349
|
{
|
|
943
1350
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
944
1351
|
},
|
|
1352
|
+
{
|
|
1353
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1360
|
+
},
|
|
1361
|
+
{
|
|
1362
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1369
|
+
},
|
|
945
1370
|
{
|
|
946
1371
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
947
1372
|
},
|
|
1373
|
+
{
|
|
1374
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
1390
|
+
},
|
|
948
1391
|
{ path: "aggregationData.results.ranges.results.from" },
|
|
949
1392
|
{ path: "aggregationData.results.ranges.results.to" },
|
|
950
1393
|
{
|
|
@@ -1027,6 +1470,48 @@ function bulkUpdateExperienceTagsByFilter(payload) {
|
|
|
1027
1470
|
}
|
|
1028
1471
|
return __bulkUpdateExperienceTagsByFilter;
|
|
1029
1472
|
}
|
|
1473
|
+
function bulkArchiveExperiences(payload) {
|
|
1474
|
+
function __bulkArchiveExperiences({ host }) {
|
|
1475
|
+
const metadata = {
|
|
1476
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1477
|
+
method: "POST",
|
|
1478
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkArchiveExperiences",
|
|
1479
|
+
packageName: PACKAGE_NAME,
|
|
1480
|
+
migrationOptions: {
|
|
1481
|
+
optInTransformResponse: true
|
|
1482
|
+
},
|
|
1483
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1484
|
+
protoPath: "/v1/bulk/experiences/archive",
|
|
1485
|
+
data: payload,
|
|
1486
|
+
host
|
|
1487
|
+
}),
|
|
1488
|
+
data: payload
|
|
1489
|
+
};
|
|
1490
|
+
return metadata;
|
|
1491
|
+
}
|
|
1492
|
+
return __bulkArchiveExperiences;
|
|
1493
|
+
}
|
|
1494
|
+
function bulkUnarchiveExperiences(payload) {
|
|
1495
|
+
function __bulkUnarchiveExperiences({ host }) {
|
|
1496
|
+
const metadata = {
|
|
1497
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1498
|
+
method: "POST",
|
|
1499
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkUnarchiveExperiences",
|
|
1500
|
+
packageName: PACKAGE_NAME,
|
|
1501
|
+
migrationOptions: {
|
|
1502
|
+
optInTransformResponse: true
|
|
1503
|
+
},
|
|
1504
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1505
|
+
protoPath: "/v1/bulk/experiences/unarchive",
|
|
1506
|
+
data: payload,
|
|
1507
|
+
host
|
|
1508
|
+
}),
|
|
1509
|
+
data: payload
|
|
1510
|
+
};
|
|
1511
|
+
return metadata;
|
|
1512
|
+
}
|
|
1513
|
+
return __bulkUnarchiveExperiences;
|
|
1514
|
+
}
|
|
1030
1515
|
|
|
1031
1516
|
// src/table-reservations-v1-experience-experiences.universal.ts
|
|
1032
1517
|
var import_image = require("@wix/sdk-runtime/transformations/image");
|
|
@@ -1037,32 +1522,27 @@ var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transfor
|
|
|
1037
1522
|
var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
|
|
1038
1523
|
var import_search_builder_utils = require("@wix/sdk-runtime/search-builder-utils");
|
|
1039
1524
|
var TableAvailabilityType = /* @__PURE__ */ ((TableAvailabilityType2) => {
|
|
1040
|
-
TableAvailabilityType2["UNKNOWN_TABLE_AVAILABILITY_TYPE"] = "UNKNOWN_TABLE_AVAILABILITY_TYPE";
|
|
1041
1525
|
TableAvailabilityType2["ANY_ONLINE_TABLE"] = "ANY_ONLINE_TABLE";
|
|
1042
1526
|
TableAvailabilityType2["SPECIFIC_TABLES"] = "SPECIFIC_TABLES";
|
|
1043
1527
|
return TableAvailabilityType2;
|
|
1044
1528
|
})(TableAvailabilityType || {});
|
|
1045
1529
|
var TableAssignmentType = /* @__PURE__ */ ((TableAssignmentType2) => {
|
|
1046
|
-
TableAssignmentType2["UNKNOWN_ASSIGMENT_TYPE"] = "UNKNOWN_ASSIGMENT_TYPE";
|
|
1047
1530
|
TableAssignmentType2["AUTOMATIC"] = "AUTOMATIC";
|
|
1048
1531
|
TableAssignmentType2["MANUAL"] = "MANUAL";
|
|
1049
1532
|
return TableAssignmentType2;
|
|
1050
1533
|
})(TableAssignmentType || {});
|
|
1051
1534
|
var TableManagementMode = /* @__PURE__ */ ((TableManagementMode2) => {
|
|
1052
|
-
TableManagementMode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
1053
1535
|
TableManagementMode2["ON"] = "ON";
|
|
1054
1536
|
TableManagementMode2["OFF"] = "OFF";
|
|
1055
1537
|
return TableManagementMode2;
|
|
1056
1538
|
})(TableManagementMode || {});
|
|
1057
1539
|
var Unit = /* @__PURE__ */ ((Unit2) => {
|
|
1058
|
-
Unit2["UNKNOWN_UNIT"] = "UNKNOWN_UNIT";
|
|
1059
1540
|
Unit2["MINUTES"] = "MINUTES";
|
|
1060
1541
|
Unit2["HOURS"] = "HOURS";
|
|
1061
1542
|
Unit2["DAYS"] = "DAYS";
|
|
1062
1543
|
return Unit2;
|
|
1063
1544
|
})(Unit || {});
|
|
1064
1545
|
var Mode = /* @__PURE__ */ ((Mode2) => {
|
|
1065
|
-
Mode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
1066
1546
|
Mode2["AUTOMATIC"] = "AUTOMATIC";
|
|
1067
1547
|
Mode2["MANUAL"] = "MANUAL";
|
|
1068
1548
|
return Mode2;
|
|
@@ -1078,7 +1558,6 @@ var StartDaysAndTimesDayOfWeek = /* @__PURE__ */ ((StartDaysAndTimesDayOfWeek2)
|
|
|
1078
1558
|
return StartDaysAndTimesDayOfWeek2;
|
|
1079
1559
|
})(StartDaysAndTimesDayOfWeek || {});
|
|
1080
1560
|
var Recurrence = /* @__PURE__ */ ((Recurrence2) => {
|
|
1081
|
-
Recurrence2["UNKNOWN_RECURRENCE"] = "UNKNOWN_RECURRENCE";
|
|
1082
1561
|
Recurrence2["WEEKLY"] = "WEEKLY";
|
|
1083
1562
|
Recurrence2["ONE_TIME"] = "ONE_TIME";
|
|
1084
1563
|
return Recurrence2;
|
|
@@ -1118,8 +1597,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1118
1597
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1119
1598
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1120
1599
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1600
|
+
NodeType2["CARD"] = "CARD";
|
|
1601
|
+
NodeType2["TOC"] = "TOC";
|
|
1121
1602
|
return NodeType2;
|
|
1122
1603
|
})(NodeType || {});
|
|
1604
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1605
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1606
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1607
|
+
return BackgroundType2;
|
|
1608
|
+
})(BackgroundType || {});
|
|
1609
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1610
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1611
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1612
|
+
return GradientType2;
|
|
1613
|
+
})(GradientType || {});
|
|
1123
1614
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1124
1615
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1125
1616
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1218,6 +1709,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1218
1709
|
Source2["HTML"] = "HTML";
|
|
1219
1710
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1220
1711
|
Source2["AI"] = "AI";
|
|
1712
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1221
1713
|
return Source2;
|
|
1222
1714
|
})(Source || {});
|
|
1223
1715
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1255,12 +1747,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1255
1747
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1256
1748
|
return PollLayoutDirection2;
|
|
1257
1749
|
})(PollLayoutDirection || {});
|
|
1258
|
-
var
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
return
|
|
1263
|
-
})(
|
|
1750
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1751
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1752
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1753
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1754
|
+
return PollDesignBackgroundType2;
|
|
1755
|
+
})(PollDesignBackgroundType || {});
|
|
1264
1756
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1265
1757
|
DecorationType2["BOLD"] = "BOLD";
|
|
1266
1758
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1347,12 +1839,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1347
1839
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1348
1840
|
return NullValue2;
|
|
1349
1841
|
})(NullValue || {});
|
|
1350
|
-
var
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
return
|
|
1355
|
-
})(
|
|
1842
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1843
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1844
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1845
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1846
|
+
return ImageScalingScaling2;
|
|
1847
|
+
})(ImageScalingScaling || {});
|
|
1356
1848
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1357
1849
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1358
1850
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1370,6 +1862,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1370
1862
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1371
1863
|
return Origin2;
|
|
1372
1864
|
})(Origin || {});
|
|
1865
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1866
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1867
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1868
|
+
return LayoutDataBackgroundType2;
|
|
1869
|
+
})(LayoutDataBackgroundType || {});
|
|
1870
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1871
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1872
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1873
|
+
return BackdropType2;
|
|
1874
|
+
})(BackdropType || {});
|
|
1373
1875
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1374
1876
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1375
1877
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1386,8 +1888,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1386
1888
|
DesignTarget2["CELL"] = "CELL";
|
|
1387
1889
|
return DesignTarget2;
|
|
1388
1890
|
})(DesignTarget || {});
|
|
1891
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1892
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1893
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1894
|
+
Scaling2["COVER"] = "COVER";
|
|
1895
|
+
return Scaling2;
|
|
1896
|
+
})(Scaling || {});
|
|
1897
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1898
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1899
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1900
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1901
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1902
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1903
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1904
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1905
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1906
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1907
|
+
return ImagePositionPosition2;
|
|
1908
|
+
})(ImagePositionPosition || {});
|
|
1909
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1910
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1911
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1912
|
+
return CardDataBackgroundType2;
|
|
1913
|
+
})(CardDataBackgroundType || {});
|
|
1914
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1915
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1916
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1917
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1918
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1919
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1920
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1921
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1922
|
+
return ListStyle2;
|
|
1923
|
+
})(ListStyle || {});
|
|
1924
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1925
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1926
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1927
|
+
return Indentation2;
|
|
1928
|
+
})(Indentation || {});
|
|
1389
1929
|
var PaymentPolicyType = /* @__PURE__ */ ((PaymentPolicyType2) => {
|
|
1390
|
-
PaymentPolicyType2["UNKNOWN_PAYMENT_POLICY_TYPE"] = "UNKNOWN_PAYMENT_POLICY_TYPE";
|
|
1391
1930
|
PaymentPolicyType2["PER_GUEST"] = "PER_GUEST";
|
|
1392
1931
|
PaymentPolicyType2["FREE"] = "FREE";
|
|
1393
1932
|
return PaymentPolicyType2;
|
|
@@ -1428,7 +1967,6 @@ var NestedAggregationType = /* @__PURE__ */ ((NestedAggregationType2) => {
|
|
|
1428
1967
|
return NestedAggregationType2;
|
|
1429
1968
|
})(NestedAggregationType || {});
|
|
1430
1969
|
var Interval = /* @__PURE__ */ ((Interval2) => {
|
|
1431
|
-
Interval2["UNKNOWN_INTERVAL"] = "UNKNOWN_INTERVAL";
|
|
1432
1970
|
Interval2["YEAR"] = "YEAR";
|
|
1433
1971
|
Interval2["MONTH"] = "MONTH";
|
|
1434
1972
|
Interval2["WEEK"] = "WEEK";
|
|
@@ -1931,14 +2469,70 @@ async function bulkUpdateExperienceTagsByFilter2(filter, options) {
|
|
|
1931
2469
|
throw transformedError;
|
|
1932
2470
|
}
|
|
1933
2471
|
}
|
|
2472
|
+
async function bulkArchiveExperiences2(experienceIds) {
|
|
2473
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2474
|
+
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)(
|
|
2475
|
+
{ experienceIds },
|
|
2476
|
+
[]
|
|
2477
|
+
);
|
|
2478
|
+
const reqOpts = bulkArchiveExperiences(payload);
|
|
2479
|
+
sideEffects?.onSiteCall?.();
|
|
2480
|
+
try {
|
|
2481
|
+
const result = await httpClient.request(reqOpts);
|
|
2482
|
+
sideEffects?.onSuccess?.(result);
|
|
2483
|
+
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data, []);
|
|
2484
|
+
} catch (err) {
|
|
2485
|
+
const transformedError = (0, import_transform_error.transformError)(
|
|
2486
|
+
err,
|
|
2487
|
+
{
|
|
2488
|
+
spreadPathsToArguments: {},
|
|
2489
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2490
|
+
singleArgumentUnchanged: false
|
|
2491
|
+
},
|
|
2492
|
+
["experienceIds"]
|
|
2493
|
+
);
|
|
2494
|
+
sideEffects?.onError?.(err);
|
|
2495
|
+
throw transformedError;
|
|
2496
|
+
}
|
|
2497
|
+
}
|
|
2498
|
+
async function bulkUnarchiveExperiences2(experienceIds) {
|
|
2499
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2500
|
+
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)(
|
|
2501
|
+
{ experienceIds },
|
|
2502
|
+
[]
|
|
2503
|
+
);
|
|
2504
|
+
const reqOpts = bulkUnarchiveExperiences(
|
|
2505
|
+
payload
|
|
2506
|
+
);
|
|
2507
|
+
sideEffects?.onSiteCall?.();
|
|
2508
|
+
try {
|
|
2509
|
+
const result = await httpClient.request(reqOpts);
|
|
2510
|
+
sideEffects?.onSuccess?.(result);
|
|
2511
|
+
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data, []);
|
|
2512
|
+
} catch (err) {
|
|
2513
|
+
const transformedError = (0, import_transform_error.transformError)(
|
|
2514
|
+
err,
|
|
2515
|
+
{
|
|
2516
|
+
spreadPathsToArguments: {},
|
|
2517
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2518
|
+
singleArgumentUnchanged: false
|
|
2519
|
+
},
|
|
2520
|
+
["experienceIds"]
|
|
2521
|
+
);
|
|
2522
|
+
sideEffects?.onError?.(err);
|
|
2523
|
+
throw transformedError;
|
|
2524
|
+
}
|
|
2525
|
+
}
|
|
1934
2526
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1935
2527
|
0 && (module.exports = {
|
|
1936
2528
|
AggregationType,
|
|
1937
2529
|
Alignment,
|
|
1938
2530
|
AppType,
|
|
1939
2531
|
AspectRatio,
|
|
2532
|
+
BackdropType,
|
|
1940
2533
|
BackgroundType,
|
|
1941
2534
|
ButtonDataType,
|
|
2535
|
+
CardDataBackgroundType,
|
|
1942
2536
|
Crop,
|
|
1943
2537
|
DayOfWeek,
|
|
1944
2538
|
DecorationType,
|
|
@@ -1947,12 +2541,18 @@ async function bulkUpdateExperienceTagsByFilter2(filter, options) {
|
|
|
1947
2541
|
DividerDataAlignment,
|
|
1948
2542
|
FontType,
|
|
1949
2543
|
GIFType,
|
|
2544
|
+
GradientType,
|
|
1950
2545
|
ImagePosition,
|
|
2546
|
+
ImagePositionPosition,
|
|
2547
|
+
ImageScalingScaling,
|
|
2548
|
+
Indentation,
|
|
1951
2549
|
InitialExpandedItems,
|
|
1952
2550
|
Interval,
|
|
1953
2551
|
Layout,
|
|
2552
|
+
LayoutDataBackgroundType,
|
|
1954
2553
|
LayoutType,
|
|
1955
2554
|
LineStyle,
|
|
2555
|
+
ListStyle,
|
|
1956
2556
|
MapType,
|
|
1957
2557
|
MissingValues,
|
|
1958
2558
|
Mode,
|
|
@@ -1965,6 +2565,7 @@ async function bulkUpdateExperienceTagsByFilter2(filter, options) {
|
|
|
1965
2565
|
Placement,
|
|
1966
2566
|
PlacementType,
|
|
1967
2567
|
PluginContainerDataAlignment,
|
|
2568
|
+
PollDesignBackgroundType,
|
|
1968
2569
|
PollLayoutDirection,
|
|
1969
2570
|
PollLayoutType,
|
|
1970
2571
|
Position,
|
|
@@ -1997,6 +2598,8 @@ async function bulkUpdateExperienceTagsByFilter2(filter, options) {
|
|
|
1997
2598
|
WebhookIdentityType,
|
|
1998
2599
|
Width,
|
|
1999
2600
|
WidthType,
|
|
2601
|
+
bulkArchiveExperiences,
|
|
2602
|
+
bulkUnarchiveExperiences,
|
|
2000
2603
|
bulkUpdateExperienceTags,
|
|
2001
2604
|
bulkUpdateExperienceTagsByFilter,
|
|
2002
2605
|
createExperience,
|