@wix/auto_sdk_table-reservations_experiences 1.0.33 → 1.0.35
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 +288 -45
- package/build/cjs/meta.js +607 -20
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +1877 -0
- package/build/cjs/schemas.js +2981 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.ts → table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.ts} +322 -44
- 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 +288 -45
- package/build/es/meta.mjs +596 -20
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +1877 -0
- package/build/es/schemas.mjs +2925 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/es/{table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.mts → table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.mts} +322 -44
- 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 +288 -45
- package/build/internal/cjs/meta.js +607 -20
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +1877 -0
- package/build/internal/cjs/schemas.js +2981 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.ts → table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.ts} +322 -44
- 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 +288 -45
- package/build/internal/es/meta.mjs +596 -20
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +1877 -0
- package/build/internal/es/schemas.mjs +2925 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-CKnmNMB9.d.mts → table-reservations-v1-experience-experiences.universal-ZFrZgvqh.d.mts} +322 -44
- package/package.json +12 -5
- package/schemas/package.json +3 -0
package/build/cjs/index.js
CHANGED
|
@@ -24,8 +24,10 @@ __export(index_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_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_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_exports, {
|
|
|
84
93
|
WebhookIdentityType: () => WebhookIdentityType,
|
|
85
94
|
Width: () => Width,
|
|
86
95
|
WidthType: () => WidthType,
|
|
96
|
+
bulkArchiveExperiences: () => bulkArchiveExperiences4,
|
|
97
|
+
bulkUnarchiveExperiences: () => bulkUnarchiveExperiences4,
|
|
87
98
|
bulkUpdateExperienceTags: () => bulkUpdateExperienceTags4,
|
|
88
99
|
bulkUpdateExperienceTagsByFilter: () => bulkUpdateExperienceTagsByFilter4,
|
|
89
100
|
createExperience: () => createExperience4,
|
|
@@ -235,6 +246,24 @@ function createExperience(payload) {
|
|
|
235
246
|
{
|
|
236
247
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
237
248
|
paths: [
|
|
249
|
+
{
|
|
250
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
266
|
+
},
|
|
238
267
|
{
|
|
239
268
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
240
269
|
},
|
|
@@ -286,8 +315,44 @@ function createExperience(payload) {
|
|
|
286
315
|
{
|
|
287
316
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
288
317
|
},
|
|
318
|
+
{
|
|
319
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
335
|
+
},
|
|
289
336
|
{
|
|
290
337
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
291
356
|
}
|
|
292
357
|
]
|
|
293
358
|
}
|
|
@@ -323,6 +388,24 @@ function createExperience(payload) {
|
|
|
323
388
|
{
|
|
324
389
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
325
390
|
paths: [
|
|
391
|
+
{
|
|
392
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
408
|
+
},
|
|
326
409
|
{
|
|
327
410
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
328
411
|
},
|
|
@@ -374,8 +457,44 @@ function createExperience(payload) {
|
|
|
374
457
|
{
|
|
375
458
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
376
459
|
},
|
|
460
|
+
{
|
|
461
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
477
|
+
},
|
|
377
478
|
{
|
|
378
479
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
492
|
+
},
|
|
493
|
+
{
|
|
494
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
379
498
|
}
|
|
380
499
|
]
|
|
381
500
|
}
|
|
@@ -418,6 +537,24 @@ function getExperience(payload) {
|
|
|
418
537
|
{
|
|
419
538
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
420
539
|
paths: [
|
|
540
|
+
{
|
|
541
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
557
|
+
},
|
|
421
558
|
{
|
|
422
559
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
423
560
|
},
|
|
@@ -469,8 +606,44 @@ function getExperience(payload) {
|
|
|
469
606
|
{
|
|
470
607
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
471
608
|
},
|
|
609
|
+
{
|
|
610
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
626
|
+
},
|
|
472
627
|
{
|
|
473
628
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
474
647
|
}
|
|
475
648
|
]
|
|
476
649
|
}
|
|
@@ -513,6 +686,24 @@ function getExperienceBySlug(payload) {
|
|
|
513
686
|
{
|
|
514
687
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
515
688
|
paths: [
|
|
689
|
+
{
|
|
690
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
700
|
+
},
|
|
701
|
+
{
|
|
702
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
706
|
+
},
|
|
516
707
|
{
|
|
517
708
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
518
709
|
},
|
|
@@ -564,8 +755,44 @@ function getExperienceBySlug(payload) {
|
|
|
564
755
|
{
|
|
565
756
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
566
757
|
},
|
|
758
|
+
{
|
|
759
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
775
|
+
},
|
|
567
776
|
{
|
|
568
777
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
569
796
|
}
|
|
570
797
|
]
|
|
571
798
|
}
|
|
@@ -598,6 +825,24 @@ function updateExperience(payload) {
|
|
|
598
825
|
{
|
|
599
826
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
600
827
|
paths: [
|
|
828
|
+
{
|
|
829
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
845
|
+
},
|
|
601
846
|
{
|
|
602
847
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
603
848
|
},
|
|
@@ -649,8 +894,44 @@ function updateExperience(payload) {
|
|
|
649
894
|
{
|
|
650
895
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
651
896
|
},
|
|
897
|
+
{
|
|
898
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
914
|
+
},
|
|
652
915
|
{
|
|
653
916
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
917
|
+
},
|
|
918
|
+
{
|
|
919
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
654
935
|
}
|
|
655
936
|
]
|
|
656
937
|
}
|
|
@@ -686,6 +967,24 @@ function updateExperience(payload) {
|
|
|
686
967
|
{
|
|
687
968
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
688
969
|
paths: [
|
|
970
|
+
{
|
|
971
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
987
|
+
},
|
|
689
988
|
{
|
|
690
989
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
691
990
|
},
|
|
@@ -737,8 +1036,44 @@ function updateExperience(payload) {
|
|
|
737
1036
|
{
|
|
738
1037
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
739
1038
|
},
|
|
1039
|
+
{
|
|
1040
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1044
|
+
},
|
|
1045
|
+
{
|
|
1046
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1047
|
+
},
|
|
1048
|
+
{
|
|
1049
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1050
|
+
},
|
|
1051
|
+
{
|
|
1052
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1056
|
+
},
|
|
740
1057
|
{
|
|
741
1058
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1062
|
+
},
|
|
1063
|
+
{
|
|
1064
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1068
|
+
},
|
|
1069
|
+
{
|
|
1070
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
742
1077
|
}
|
|
743
1078
|
]
|
|
744
1079
|
}
|
|
@@ -781,6 +1116,24 @@ function queryExperiences(payload) {
|
|
|
781
1116
|
{
|
|
782
1117
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
783
1118
|
paths: [
|
|
1119
|
+
{
|
|
1120
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1124
|
+
},
|
|
1125
|
+
{
|
|
1126
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1127
|
+
},
|
|
1128
|
+
{
|
|
1129
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1136
|
+
},
|
|
784
1137
|
{
|
|
785
1138
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
786
1139
|
},
|
|
@@ -832,8 +1185,44 @@ function queryExperiences(payload) {
|
|
|
832
1185
|
{
|
|
833
1186
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
834
1187
|
},
|
|
1188
|
+
{
|
|
1189
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1205
|
+
},
|
|
835
1206
|
{
|
|
836
1207
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
837
1226
|
}
|
|
838
1227
|
]
|
|
839
1228
|
}
|
|
@@ -902,6 +1291,24 @@ function searchExperiences(payload) {
|
|
|
902
1291
|
{
|
|
903
1292
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
904
1293
|
paths: [
|
|
1294
|
+
{
|
|
1295
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1311
|
+
},
|
|
905
1312
|
{
|
|
906
1313
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
907
1314
|
},
|
|
@@ -945,16 +1352,52 @@ function searchExperiences(payload) {
|
|
|
945
1352
|
path: "experiences.configuration.displayInfo.richContent.nodes.audioData.audio.duration"
|
|
946
1353
|
},
|
|
947
1354
|
{
|
|
948
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.audioData.coverImage.duration"
|
|
1355
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.audioData.coverImage.duration"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1359
|
+
},
|
|
1360
|
+
{
|
|
1361
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1365
|
+
},
|
|
1366
|
+
{
|
|
1367
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
949
1392
|
},
|
|
950
1393
|
{
|
|
951
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.
|
|
1394
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
952
1395
|
},
|
|
953
1396
|
{
|
|
954
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.
|
|
1397
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
955
1398
|
},
|
|
956
1399
|
{
|
|
957
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.
|
|
1400
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
958
1401
|
},
|
|
959
1402
|
{ path: "aggregationData.results.ranges.results.from" },
|
|
960
1403
|
{ path: "aggregationData.results.ranges.results.to" },
|
|
@@ -1038,6 +1481,48 @@ function bulkUpdateExperienceTagsByFilter(payload) {
|
|
|
1038
1481
|
}
|
|
1039
1482
|
return __bulkUpdateExperienceTagsByFilter;
|
|
1040
1483
|
}
|
|
1484
|
+
function bulkArchiveExperiences(payload) {
|
|
1485
|
+
function __bulkArchiveExperiences({ host }) {
|
|
1486
|
+
const metadata = {
|
|
1487
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1488
|
+
method: "POST",
|
|
1489
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkArchiveExperiences",
|
|
1490
|
+
packageName: PACKAGE_NAME,
|
|
1491
|
+
migrationOptions: {
|
|
1492
|
+
optInTransformResponse: true
|
|
1493
|
+
},
|
|
1494
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1495
|
+
protoPath: "/v1/bulk/experiences/archive",
|
|
1496
|
+
data: payload,
|
|
1497
|
+
host
|
|
1498
|
+
}),
|
|
1499
|
+
data: payload
|
|
1500
|
+
};
|
|
1501
|
+
return metadata;
|
|
1502
|
+
}
|
|
1503
|
+
return __bulkArchiveExperiences;
|
|
1504
|
+
}
|
|
1505
|
+
function bulkUnarchiveExperiences(payload) {
|
|
1506
|
+
function __bulkUnarchiveExperiences({ host }) {
|
|
1507
|
+
const metadata = {
|
|
1508
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1509
|
+
method: "POST",
|
|
1510
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkUnarchiveExperiences",
|
|
1511
|
+
packageName: PACKAGE_NAME,
|
|
1512
|
+
migrationOptions: {
|
|
1513
|
+
optInTransformResponse: true
|
|
1514
|
+
},
|
|
1515
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1516
|
+
protoPath: "/v1/bulk/experiences/unarchive",
|
|
1517
|
+
data: payload,
|
|
1518
|
+
host
|
|
1519
|
+
}),
|
|
1520
|
+
data: payload
|
|
1521
|
+
};
|
|
1522
|
+
return metadata;
|
|
1523
|
+
}
|
|
1524
|
+
return __bulkUnarchiveExperiences;
|
|
1525
|
+
}
|
|
1041
1526
|
|
|
1042
1527
|
// src/table-reservations-v1-experience-experiences.universal.ts
|
|
1043
1528
|
var import_image = require("@wix/sdk-runtime/transformations/image");
|
|
@@ -1048,32 +1533,27 @@ var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transfor
|
|
|
1048
1533
|
var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
|
|
1049
1534
|
var import_search_builder_utils = require("@wix/sdk-runtime/search-builder-utils");
|
|
1050
1535
|
var TableAvailabilityType = /* @__PURE__ */ ((TableAvailabilityType2) => {
|
|
1051
|
-
TableAvailabilityType2["UNKNOWN_TABLE_AVAILABILITY_TYPE"] = "UNKNOWN_TABLE_AVAILABILITY_TYPE";
|
|
1052
1536
|
TableAvailabilityType2["ANY_ONLINE_TABLE"] = "ANY_ONLINE_TABLE";
|
|
1053
1537
|
TableAvailabilityType2["SPECIFIC_TABLES"] = "SPECIFIC_TABLES";
|
|
1054
1538
|
return TableAvailabilityType2;
|
|
1055
1539
|
})(TableAvailabilityType || {});
|
|
1056
1540
|
var TableAssignmentType = /* @__PURE__ */ ((TableAssignmentType2) => {
|
|
1057
|
-
TableAssignmentType2["UNKNOWN_ASSIGMENT_TYPE"] = "UNKNOWN_ASSIGMENT_TYPE";
|
|
1058
1541
|
TableAssignmentType2["AUTOMATIC"] = "AUTOMATIC";
|
|
1059
1542
|
TableAssignmentType2["MANUAL"] = "MANUAL";
|
|
1060
1543
|
return TableAssignmentType2;
|
|
1061
1544
|
})(TableAssignmentType || {});
|
|
1062
1545
|
var TableManagementMode = /* @__PURE__ */ ((TableManagementMode2) => {
|
|
1063
|
-
TableManagementMode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
1064
1546
|
TableManagementMode2["ON"] = "ON";
|
|
1065
1547
|
TableManagementMode2["OFF"] = "OFF";
|
|
1066
1548
|
return TableManagementMode2;
|
|
1067
1549
|
})(TableManagementMode || {});
|
|
1068
1550
|
var Unit = /* @__PURE__ */ ((Unit2) => {
|
|
1069
|
-
Unit2["UNKNOWN_UNIT"] = "UNKNOWN_UNIT";
|
|
1070
1551
|
Unit2["MINUTES"] = "MINUTES";
|
|
1071
1552
|
Unit2["HOURS"] = "HOURS";
|
|
1072
1553
|
Unit2["DAYS"] = "DAYS";
|
|
1073
1554
|
return Unit2;
|
|
1074
1555
|
})(Unit || {});
|
|
1075
1556
|
var Mode = /* @__PURE__ */ ((Mode2) => {
|
|
1076
|
-
Mode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
1077
1557
|
Mode2["AUTOMATIC"] = "AUTOMATIC";
|
|
1078
1558
|
Mode2["MANUAL"] = "MANUAL";
|
|
1079
1559
|
return Mode2;
|
|
@@ -1089,7 +1569,6 @@ var StartDaysAndTimesDayOfWeek = /* @__PURE__ */ ((StartDaysAndTimesDayOfWeek2)
|
|
|
1089
1569
|
return StartDaysAndTimesDayOfWeek2;
|
|
1090
1570
|
})(StartDaysAndTimesDayOfWeek || {});
|
|
1091
1571
|
var Recurrence = /* @__PURE__ */ ((Recurrence2) => {
|
|
1092
|
-
Recurrence2["UNKNOWN_RECURRENCE"] = "UNKNOWN_RECURRENCE";
|
|
1093
1572
|
Recurrence2["WEEKLY"] = "WEEKLY";
|
|
1094
1573
|
Recurrence2["ONE_TIME"] = "ONE_TIME";
|
|
1095
1574
|
return Recurrence2;
|
|
@@ -1129,8 +1608,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1129
1608
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1130
1609
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1131
1610
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1611
|
+
NodeType2["CARD"] = "CARD";
|
|
1612
|
+
NodeType2["TOC"] = "TOC";
|
|
1132
1613
|
return NodeType2;
|
|
1133
1614
|
})(NodeType || {});
|
|
1615
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1616
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1617
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1618
|
+
return BackgroundType2;
|
|
1619
|
+
})(BackgroundType || {});
|
|
1620
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1621
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1622
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1623
|
+
return GradientType2;
|
|
1624
|
+
})(GradientType || {});
|
|
1134
1625
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1135
1626
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1136
1627
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1229,6 +1720,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1229
1720
|
Source2["HTML"] = "HTML";
|
|
1230
1721
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1231
1722
|
Source2["AI"] = "AI";
|
|
1723
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1232
1724
|
return Source2;
|
|
1233
1725
|
})(Source || {});
|
|
1234
1726
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1266,12 +1758,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1266
1758
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1267
1759
|
return PollLayoutDirection2;
|
|
1268
1760
|
})(PollLayoutDirection || {});
|
|
1269
|
-
var
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
return
|
|
1274
|
-
})(
|
|
1761
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1762
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1763
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1764
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1765
|
+
return PollDesignBackgroundType2;
|
|
1766
|
+
})(PollDesignBackgroundType || {});
|
|
1275
1767
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1276
1768
|
DecorationType2["BOLD"] = "BOLD";
|
|
1277
1769
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1358,12 +1850,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1358
1850
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1359
1851
|
return NullValue2;
|
|
1360
1852
|
})(NullValue || {});
|
|
1361
|
-
var
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
return
|
|
1366
|
-
})(
|
|
1853
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1854
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1855
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1856
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1857
|
+
return ImageScalingScaling2;
|
|
1858
|
+
})(ImageScalingScaling || {});
|
|
1367
1859
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1368
1860
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1369
1861
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1381,6 +1873,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1381
1873
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1382
1874
|
return Origin2;
|
|
1383
1875
|
})(Origin || {});
|
|
1876
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1877
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1878
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1879
|
+
return LayoutDataBackgroundType2;
|
|
1880
|
+
})(LayoutDataBackgroundType || {});
|
|
1881
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1882
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1883
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1884
|
+
return BackdropType2;
|
|
1885
|
+
})(BackdropType || {});
|
|
1384
1886
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1385
1887
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1386
1888
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1397,8 +1899,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1397
1899
|
DesignTarget2["CELL"] = "CELL";
|
|
1398
1900
|
return DesignTarget2;
|
|
1399
1901
|
})(DesignTarget || {});
|
|
1902
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1903
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1904
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1905
|
+
Scaling2["COVER"] = "COVER";
|
|
1906
|
+
return Scaling2;
|
|
1907
|
+
})(Scaling || {});
|
|
1908
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1909
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1910
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1911
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1912
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1913
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1914
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1915
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1916
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1917
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1918
|
+
return ImagePositionPosition2;
|
|
1919
|
+
})(ImagePositionPosition || {});
|
|
1920
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1921
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1922
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1923
|
+
return CardDataBackgroundType2;
|
|
1924
|
+
})(CardDataBackgroundType || {});
|
|
1925
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1926
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1927
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1928
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1929
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1930
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1931
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1932
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1933
|
+
return ListStyle2;
|
|
1934
|
+
})(ListStyle || {});
|
|
1935
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1936
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1937
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1938
|
+
return Indentation2;
|
|
1939
|
+
})(Indentation || {});
|
|
1400
1940
|
var PaymentPolicyType = /* @__PURE__ */ ((PaymentPolicyType2) => {
|
|
1401
|
-
PaymentPolicyType2["UNKNOWN_PAYMENT_POLICY_TYPE"] = "UNKNOWN_PAYMENT_POLICY_TYPE";
|
|
1402
1941
|
PaymentPolicyType2["PER_GUEST"] = "PER_GUEST";
|
|
1403
1942
|
PaymentPolicyType2["FREE"] = "FREE";
|
|
1404
1943
|
return PaymentPolicyType2;
|
|
@@ -1439,7 +1978,6 @@ var NestedAggregationType = /* @__PURE__ */ ((NestedAggregationType2) => {
|
|
|
1439
1978
|
return NestedAggregationType2;
|
|
1440
1979
|
})(NestedAggregationType || {});
|
|
1441
1980
|
var Interval = /* @__PURE__ */ ((Interval2) => {
|
|
1442
|
-
Interval2["UNKNOWN_INTERVAL"] = "UNKNOWN_INTERVAL";
|
|
1443
1981
|
Interval2["YEAR"] = "YEAR";
|
|
1444
1982
|
Interval2["MONTH"] = "MONTH";
|
|
1445
1983
|
Interval2["WEEK"] = "WEEK";
|
|
@@ -1942,6 +2480,60 @@ async function bulkUpdateExperienceTagsByFilter2(filter, options) {
|
|
|
1942
2480
|
throw transformedError;
|
|
1943
2481
|
}
|
|
1944
2482
|
}
|
|
2483
|
+
async function bulkArchiveExperiences2(experienceIds) {
|
|
2484
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2485
|
+
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)(
|
|
2486
|
+
{ experienceIds },
|
|
2487
|
+
[]
|
|
2488
|
+
);
|
|
2489
|
+
const reqOpts = bulkArchiveExperiences(payload);
|
|
2490
|
+
sideEffects?.onSiteCall?.();
|
|
2491
|
+
try {
|
|
2492
|
+
const result = await httpClient.request(reqOpts);
|
|
2493
|
+
sideEffects?.onSuccess?.(result);
|
|
2494
|
+
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data, []);
|
|
2495
|
+
} catch (err) {
|
|
2496
|
+
const transformedError = (0, import_transform_error.transformError)(
|
|
2497
|
+
err,
|
|
2498
|
+
{
|
|
2499
|
+
spreadPathsToArguments: {},
|
|
2500
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2501
|
+
singleArgumentUnchanged: false
|
|
2502
|
+
},
|
|
2503
|
+
["experienceIds"]
|
|
2504
|
+
);
|
|
2505
|
+
sideEffects?.onError?.(err);
|
|
2506
|
+
throw transformedError;
|
|
2507
|
+
}
|
|
2508
|
+
}
|
|
2509
|
+
async function bulkUnarchiveExperiences2(experienceIds) {
|
|
2510
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2511
|
+
const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)(
|
|
2512
|
+
{ experienceIds },
|
|
2513
|
+
[]
|
|
2514
|
+
);
|
|
2515
|
+
const reqOpts = bulkUnarchiveExperiences(
|
|
2516
|
+
payload
|
|
2517
|
+
);
|
|
2518
|
+
sideEffects?.onSiteCall?.();
|
|
2519
|
+
try {
|
|
2520
|
+
const result = await httpClient.request(reqOpts);
|
|
2521
|
+
sideEffects?.onSuccess?.(result);
|
|
2522
|
+
return (0, import_rename_all_nested_keys.renameKeysFromRESTResponseToSDKResponse)(result.data, []);
|
|
2523
|
+
} catch (err) {
|
|
2524
|
+
const transformedError = (0, import_transform_error.transformError)(
|
|
2525
|
+
err,
|
|
2526
|
+
{
|
|
2527
|
+
spreadPathsToArguments: {},
|
|
2528
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2529
|
+
singleArgumentUnchanged: false
|
|
2530
|
+
},
|
|
2531
|
+
["experienceIds"]
|
|
2532
|
+
);
|
|
2533
|
+
sideEffects?.onError?.(err);
|
|
2534
|
+
throw transformedError;
|
|
2535
|
+
}
|
|
2536
|
+
}
|
|
1945
2537
|
|
|
1946
2538
|
// src/table-reservations-v1-experience-experiences.public.ts
|
|
1947
2539
|
function createExperience3(httpClient) {
|
|
@@ -2009,6 +2601,20 @@ function bulkUpdateExperienceTagsByFilter3(httpClient) {
|
|
|
2009
2601
|
{ httpClient }
|
|
2010
2602
|
);
|
|
2011
2603
|
}
|
|
2604
|
+
function bulkArchiveExperiences3(httpClient) {
|
|
2605
|
+
return (experienceIds) => bulkArchiveExperiences2(
|
|
2606
|
+
experienceIds,
|
|
2607
|
+
// @ts-ignore
|
|
2608
|
+
{ httpClient }
|
|
2609
|
+
);
|
|
2610
|
+
}
|
|
2611
|
+
function bulkUnarchiveExperiences3(httpClient) {
|
|
2612
|
+
return (experienceIds) => bulkUnarchiveExperiences2(
|
|
2613
|
+
experienceIds,
|
|
2614
|
+
// @ts-ignore
|
|
2615
|
+
{ httpClient }
|
|
2616
|
+
);
|
|
2617
|
+
}
|
|
2012
2618
|
var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
|
|
2013
2619
|
"wix.table_reservations.v1.experience_created",
|
|
2014
2620
|
true,
|
|
@@ -2045,6 +2651,24 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2045
2651
|
{
|
|
2046
2652
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
2047
2653
|
paths: [
|
|
2654
|
+
{
|
|
2655
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2656
|
+
},
|
|
2657
|
+
{
|
|
2658
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2659
|
+
},
|
|
2660
|
+
{
|
|
2661
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2671
|
+
},
|
|
2048
2672
|
{
|
|
2049
2673
|
path: "entity.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
2050
2674
|
},
|
|
@@ -2096,8 +2720,44 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2096
2720
|
{
|
|
2097
2721
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2098
2722
|
},
|
|
2723
|
+
{
|
|
2724
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2728
|
+
},
|
|
2729
|
+
{
|
|
2730
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2734
|
+
},
|
|
2735
|
+
{
|
|
2736
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2740
|
+
},
|
|
2099
2741
|
{
|
|
2100
2742
|
path: "entity.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
2743
|
+
},
|
|
2744
|
+
{
|
|
2745
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
2749
|
+
},
|
|
2750
|
+
{
|
|
2751
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2752
|
+
},
|
|
2753
|
+
{
|
|
2754
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2755
|
+
},
|
|
2756
|
+
{
|
|
2757
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
2101
2761
|
}
|
|
2102
2762
|
]
|
|
2103
2763
|
}
|
|
@@ -2144,6 +2804,24 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
|
|
|
2144
2804
|
{
|
|
2145
2805
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
2146
2806
|
paths: [
|
|
2807
|
+
{
|
|
2808
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2812
|
+
},
|
|
2813
|
+
{
|
|
2814
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2815
|
+
},
|
|
2816
|
+
{
|
|
2817
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2821
|
+
},
|
|
2822
|
+
{
|
|
2823
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2824
|
+
},
|
|
2147
2825
|
{
|
|
2148
2826
|
path: "data.experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
2149
2827
|
},
|
|
@@ -2195,8 +2873,44 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
|
|
|
2195
2873
|
{
|
|
2196
2874
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2197
2875
|
},
|
|
2876
|
+
{
|
|
2877
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2884
|
+
},
|
|
2885
|
+
{
|
|
2886
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2893
|
+
},
|
|
2198
2894
|
{
|
|
2199
2895
|
path: "data.experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
2896
|
+
},
|
|
2897
|
+
{
|
|
2898
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
2902
|
+
},
|
|
2903
|
+
{
|
|
2904
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
2200
2914
|
}
|
|
2201
2915
|
]
|
|
2202
2916
|
}
|
|
@@ -2257,6 +2971,24 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
2257
2971
|
{
|
|
2258
2972
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
2259
2973
|
paths: [
|
|
2974
|
+
{
|
|
2975
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2976
|
+
},
|
|
2977
|
+
{
|
|
2978
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2979
|
+
},
|
|
2980
|
+
{
|
|
2981
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2991
|
+
},
|
|
2260
2992
|
{
|
|
2261
2993
|
path: "entity.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
2262
2994
|
},
|
|
@@ -2308,9 +3040,63 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
2308
3040
|
{
|
|
2309
3041
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2310
3042
|
},
|
|
3043
|
+
{
|
|
3044
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3045
|
+
},
|
|
3046
|
+
{
|
|
3047
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3048
|
+
},
|
|
3049
|
+
{
|
|
3050
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3051
|
+
},
|
|
3052
|
+
{
|
|
3053
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3054
|
+
},
|
|
3055
|
+
{
|
|
3056
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3060
|
+
},
|
|
2311
3061
|
{
|
|
2312
3062
|
path: "entity.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
2313
3063
|
},
|
|
3064
|
+
{
|
|
3065
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
3066
|
+
},
|
|
3067
|
+
{
|
|
3068
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
3069
|
+
},
|
|
3070
|
+
{
|
|
3071
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3072
|
+
},
|
|
3073
|
+
{
|
|
3074
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3075
|
+
},
|
|
3076
|
+
{
|
|
3077
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
3084
|
+
},
|
|
3085
|
+
{
|
|
3086
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
3087
|
+
},
|
|
3088
|
+
{
|
|
3089
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
3090
|
+
},
|
|
3091
|
+
{
|
|
3092
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
3093
|
+
},
|
|
3094
|
+
{
|
|
3095
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
3096
|
+
},
|
|
3097
|
+
{
|
|
3098
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
3099
|
+
},
|
|
2314
3100
|
{
|
|
2315
3101
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
2316
3102
|
},
|
|
@@ -2362,8 +3148,44 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
2362
3148
|
{
|
|
2363
3149
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2364
3150
|
},
|
|
3151
|
+
{
|
|
3152
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3153
|
+
},
|
|
3154
|
+
{
|
|
3155
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3156
|
+
},
|
|
3157
|
+
{
|
|
3158
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3162
|
+
},
|
|
3163
|
+
{
|
|
3164
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3168
|
+
},
|
|
2365
3169
|
{
|
|
2366
3170
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
3171
|
+
},
|
|
3172
|
+
{
|
|
3173
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
3174
|
+
},
|
|
3175
|
+
{
|
|
3176
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3186
|
+
},
|
|
3187
|
+
{
|
|
3188
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
2367
3189
|
}
|
|
2368
3190
|
]
|
|
2369
3191
|
}
|
|
@@ -2393,6 +3215,8 @@ var updateExperience4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModul
|
|
|
2393
3215
|
var searchExperiences4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(searchExperiences3);
|
|
2394
3216
|
var bulkUpdateExperienceTags4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkUpdateExperienceTags3);
|
|
2395
3217
|
var bulkUpdateExperienceTagsByFilter4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkUpdateExperienceTagsByFilter3);
|
|
3218
|
+
var bulkArchiveExperiences4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkArchiveExperiences3);
|
|
3219
|
+
var bulkUnarchiveExperiences4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkUnarchiveExperiences3);
|
|
2396
3220
|
var queryExperiences4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(customQueryExperiences);
|
|
2397
3221
|
var onExperienceCreated2 = (0, import_event_definition_modules.createEventModule)(
|
|
2398
3222
|
onExperienceCreated
|
|
@@ -2409,8 +3233,10 @@ var onExperienceUpdated2 = (0, import_event_definition_modules.createEventModule
|
|
|
2409
3233
|
Alignment,
|
|
2410
3234
|
AppType,
|
|
2411
3235
|
AspectRatio,
|
|
3236
|
+
BackdropType,
|
|
2412
3237
|
BackgroundType,
|
|
2413
3238
|
ButtonDataType,
|
|
3239
|
+
CardDataBackgroundType,
|
|
2414
3240
|
Crop,
|
|
2415
3241
|
DayOfWeek,
|
|
2416
3242
|
DecorationType,
|
|
@@ -2419,12 +3245,18 @@ var onExperienceUpdated2 = (0, import_event_definition_modules.createEventModule
|
|
|
2419
3245
|
DividerDataAlignment,
|
|
2420
3246
|
FontType,
|
|
2421
3247
|
GIFType,
|
|
3248
|
+
GradientType,
|
|
2422
3249
|
ImagePosition,
|
|
3250
|
+
ImagePositionPosition,
|
|
3251
|
+
ImageScalingScaling,
|
|
3252
|
+
Indentation,
|
|
2423
3253
|
InitialExpandedItems,
|
|
2424
3254
|
Interval,
|
|
2425
3255
|
Layout,
|
|
3256
|
+
LayoutDataBackgroundType,
|
|
2426
3257
|
LayoutType,
|
|
2427
3258
|
LineStyle,
|
|
3259
|
+
ListStyle,
|
|
2428
3260
|
MapType,
|
|
2429
3261
|
MissingValues,
|
|
2430
3262
|
Mode,
|
|
@@ -2437,6 +3269,7 @@ var onExperienceUpdated2 = (0, import_event_definition_modules.createEventModule
|
|
|
2437
3269
|
Placement,
|
|
2438
3270
|
PlacementType,
|
|
2439
3271
|
PluginContainerDataAlignment,
|
|
3272
|
+
PollDesignBackgroundType,
|
|
2440
3273
|
PollLayoutDirection,
|
|
2441
3274
|
PollLayoutType,
|
|
2442
3275
|
Position,
|
|
@@ -2469,6 +3302,8 @@ var onExperienceUpdated2 = (0, import_event_definition_modules.createEventModule
|
|
|
2469
3302
|
WebhookIdentityType,
|
|
2470
3303
|
Width,
|
|
2471
3304
|
WidthType,
|
|
3305
|
+
bulkArchiveExperiences,
|
|
3306
|
+
bulkUnarchiveExperiences,
|
|
2472
3307
|
bulkUpdateExperienceTags,
|
|
2473
3308
|
bulkUpdateExperienceTagsByFilter,
|
|
2474
3309
|
createExperience,
|