@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
|
@@ -137,6 +137,24 @@ function createExperience(payload) {
|
|
|
137
137
|
{
|
|
138
138
|
transformFn: transformSDKFloatToRESTFloat,
|
|
139
139
|
paths: [
|
|
140
|
+
{
|
|
141
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
157
|
+
},
|
|
140
158
|
{
|
|
141
159
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
142
160
|
},
|
|
@@ -188,8 +206,44 @@ function createExperience(payload) {
|
|
|
188
206
|
{
|
|
189
207
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
190
208
|
},
|
|
209
|
+
{
|
|
210
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
226
|
+
},
|
|
191
227
|
{
|
|
192
228
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
193
247
|
}
|
|
194
248
|
]
|
|
195
249
|
}
|
|
@@ -225,6 +279,24 @@ function createExperience(payload) {
|
|
|
225
279
|
{
|
|
226
280
|
transformFn: transformRESTFloatToSDKFloat,
|
|
227
281
|
paths: [
|
|
282
|
+
{
|
|
283
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
299
|
+
},
|
|
228
300
|
{
|
|
229
301
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
230
302
|
},
|
|
@@ -276,8 +348,44 @@ function createExperience(payload) {
|
|
|
276
348
|
{
|
|
277
349
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
278
350
|
},
|
|
351
|
+
{
|
|
352
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
368
|
+
},
|
|
279
369
|
{
|
|
280
370
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
281
389
|
}
|
|
282
390
|
]
|
|
283
391
|
}
|
|
@@ -320,6 +428,24 @@ function getExperience(payload) {
|
|
|
320
428
|
{
|
|
321
429
|
transformFn: transformRESTFloatToSDKFloat,
|
|
322
430
|
paths: [
|
|
431
|
+
{
|
|
432
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
448
|
+
},
|
|
323
449
|
{
|
|
324
450
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
325
451
|
},
|
|
@@ -371,8 +497,44 @@ function getExperience(payload) {
|
|
|
371
497
|
{
|
|
372
498
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
373
499
|
},
|
|
500
|
+
{
|
|
501
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
517
|
+
},
|
|
374
518
|
{
|
|
375
519
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
535
|
+
},
|
|
536
|
+
{
|
|
537
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
376
538
|
}
|
|
377
539
|
]
|
|
378
540
|
}
|
|
@@ -415,6 +577,24 @@ function getExperienceBySlug(payload) {
|
|
|
415
577
|
{
|
|
416
578
|
transformFn: transformRESTFloatToSDKFloat,
|
|
417
579
|
paths: [
|
|
580
|
+
{
|
|
581
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
597
|
+
},
|
|
418
598
|
{
|
|
419
599
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
420
600
|
},
|
|
@@ -466,8 +646,44 @@ function getExperienceBySlug(payload) {
|
|
|
466
646
|
{
|
|
467
647
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
468
648
|
},
|
|
649
|
+
{
|
|
650
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
666
|
+
},
|
|
469
667
|
{
|
|
470
668
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
471
687
|
}
|
|
472
688
|
]
|
|
473
689
|
}
|
|
@@ -500,6 +716,24 @@ function updateExperience(payload) {
|
|
|
500
716
|
{
|
|
501
717
|
transformFn: transformSDKFloatToRESTFloat,
|
|
502
718
|
paths: [
|
|
719
|
+
{
|
|
720
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
736
|
+
},
|
|
503
737
|
{
|
|
504
738
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
505
739
|
},
|
|
@@ -551,8 +785,44 @@ function updateExperience(payload) {
|
|
|
551
785
|
{
|
|
552
786
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
553
787
|
},
|
|
788
|
+
{
|
|
789
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
805
|
+
},
|
|
554
806
|
{
|
|
555
807
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
556
826
|
}
|
|
557
827
|
]
|
|
558
828
|
}
|
|
@@ -588,6 +858,24 @@ function updateExperience(payload) {
|
|
|
588
858
|
{
|
|
589
859
|
transformFn: transformRESTFloatToSDKFloat,
|
|
590
860
|
paths: [
|
|
861
|
+
{
|
|
862
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
878
|
+
},
|
|
591
879
|
{
|
|
592
880
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
593
881
|
},
|
|
@@ -639,8 +927,44 @@ function updateExperience(payload) {
|
|
|
639
927
|
{
|
|
640
928
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
641
929
|
},
|
|
930
|
+
{
|
|
931
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
947
|
+
},
|
|
642
948
|
{
|
|
643
949
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
644
968
|
}
|
|
645
969
|
]
|
|
646
970
|
}
|
|
@@ -683,6 +1007,24 @@ function queryExperiences(payload) {
|
|
|
683
1007
|
{
|
|
684
1008
|
transformFn: transformRESTFloatToSDKFloat,
|
|
685
1009
|
paths: [
|
|
1010
|
+
{
|
|
1011
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1027
|
+
},
|
|
686
1028
|
{
|
|
687
1029
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
688
1030
|
},
|
|
@@ -734,8 +1076,44 @@ function queryExperiences(payload) {
|
|
|
734
1076
|
{
|
|
735
1077
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
736
1078
|
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1096
|
+
},
|
|
737
1097
|
{
|
|
738
1098
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
739
1117
|
}
|
|
740
1118
|
]
|
|
741
1119
|
}
|
|
@@ -804,6 +1182,24 @@ function searchExperiences(payload) {
|
|
|
804
1182
|
{
|
|
805
1183
|
transformFn: transformRESTFloatToSDKFloat,
|
|
806
1184
|
paths: [
|
|
1185
|
+
{
|
|
1186
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1199
|
+
},
|
|
1200
|
+
{
|
|
1201
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1202
|
+
},
|
|
807
1203
|
{
|
|
808
1204
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
809
1205
|
},
|
|
@@ -847,16 +1243,52 @@ function searchExperiences(payload) {
|
|
|
847
1243
|
path: "experiences.configuration.displayInfo.richContent.nodes.audioData.audio.duration"
|
|
848
1244
|
},
|
|
849
1245
|
{
|
|
850
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.audioData.coverImage.duration"
|
|
1246
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.audioData.coverImage.duration"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
851
1283
|
},
|
|
852
1284
|
{
|
|
853
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.
|
|
1285
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
854
1286
|
},
|
|
855
1287
|
{
|
|
856
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.
|
|
1288
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
857
1289
|
},
|
|
858
1290
|
{
|
|
859
|
-
path: "experiences.configuration.displayInfo.richContent.nodes.
|
|
1291
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
860
1292
|
},
|
|
861
1293
|
{ path: "aggregationData.results.ranges.results.from" },
|
|
862
1294
|
{ path: "aggregationData.results.ranges.results.to" },
|
|
@@ -940,6 +1372,48 @@ function bulkUpdateExperienceTagsByFilter(payload) {
|
|
|
940
1372
|
}
|
|
941
1373
|
return __bulkUpdateExperienceTagsByFilter;
|
|
942
1374
|
}
|
|
1375
|
+
function bulkArchiveExperiences(payload) {
|
|
1376
|
+
function __bulkArchiveExperiences({ host }) {
|
|
1377
|
+
const metadata = {
|
|
1378
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1379
|
+
method: "POST",
|
|
1380
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkArchiveExperiences",
|
|
1381
|
+
packageName: PACKAGE_NAME,
|
|
1382
|
+
migrationOptions: {
|
|
1383
|
+
optInTransformResponse: true
|
|
1384
|
+
},
|
|
1385
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1386
|
+
protoPath: "/v1/bulk/experiences/archive",
|
|
1387
|
+
data: payload,
|
|
1388
|
+
host
|
|
1389
|
+
}),
|
|
1390
|
+
data: payload
|
|
1391
|
+
};
|
|
1392
|
+
return metadata;
|
|
1393
|
+
}
|
|
1394
|
+
return __bulkArchiveExperiences;
|
|
1395
|
+
}
|
|
1396
|
+
function bulkUnarchiveExperiences(payload) {
|
|
1397
|
+
function __bulkUnarchiveExperiences({ host }) {
|
|
1398
|
+
const metadata = {
|
|
1399
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1400
|
+
method: "POST",
|
|
1401
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkUnarchiveExperiences",
|
|
1402
|
+
packageName: PACKAGE_NAME,
|
|
1403
|
+
migrationOptions: {
|
|
1404
|
+
optInTransformResponse: true
|
|
1405
|
+
},
|
|
1406
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1407
|
+
protoPath: "/v1/bulk/experiences/unarchive",
|
|
1408
|
+
data: payload,
|
|
1409
|
+
host
|
|
1410
|
+
}),
|
|
1411
|
+
data: payload
|
|
1412
|
+
};
|
|
1413
|
+
return metadata;
|
|
1414
|
+
}
|
|
1415
|
+
return __bulkUnarchiveExperiences;
|
|
1416
|
+
}
|
|
943
1417
|
|
|
944
1418
|
// src/table-reservations-v1-experience-experiences.universal.ts
|
|
945
1419
|
import { transformSDKImageToRESTImage } from "@wix/sdk-runtime/transformations/image";
|
|
@@ -950,32 +1424,27 @@ import { transformPaths as transformPaths2 } from "@wix/sdk-runtime/transformati
|
|
|
950
1424
|
import { createQueryUtils } from "@wix/sdk-runtime/query-builder-utils";
|
|
951
1425
|
import { createSearchUtils } from "@wix/sdk-runtime/search-builder-utils";
|
|
952
1426
|
var TableAvailabilityType = /* @__PURE__ */ ((TableAvailabilityType2) => {
|
|
953
|
-
TableAvailabilityType2["UNKNOWN_TABLE_AVAILABILITY_TYPE"] = "UNKNOWN_TABLE_AVAILABILITY_TYPE";
|
|
954
1427
|
TableAvailabilityType2["ANY_ONLINE_TABLE"] = "ANY_ONLINE_TABLE";
|
|
955
1428
|
TableAvailabilityType2["SPECIFIC_TABLES"] = "SPECIFIC_TABLES";
|
|
956
1429
|
return TableAvailabilityType2;
|
|
957
1430
|
})(TableAvailabilityType || {});
|
|
958
1431
|
var TableAssignmentType = /* @__PURE__ */ ((TableAssignmentType2) => {
|
|
959
|
-
TableAssignmentType2["UNKNOWN_ASSIGMENT_TYPE"] = "UNKNOWN_ASSIGMENT_TYPE";
|
|
960
1432
|
TableAssignmentType2["AUTOMATIC"] = "AUTOMATIC";
|
|
961
1433
|
TableAssignmentType2["MANUAL"] = "MANUAL";
|
|
962
1434
|
return TableAssignmentType2;
|
|
963
1435
|
})(TableAssignmentType || {});
|
|
964
1436
|
var TableManagementMode = /* @__PURE__ */ ((TableManagementMode2) => {
|
|
965
|
-
TableManagementMode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
966
1437
|
TableManagementMode2["ON"] = "ON";
|
|
967
1438
|
TableManagementMode2["OFF"] = "OFF";
|
|
968
1439
|
return TableManagementMode2;
|
|
969
1440
|
})(TableManagementMode || {});
|
|
970
1441
|
var Unit = /* @__PURE__ */ ((Unit2) => {
|
|
971
|
-
Unit2["UNKNOWN_UNIT"] = "UNKNOWN_UNIT";
|
|
972
1442
|
Unit2["MINUTES"] = "MINUTES";
|
|
973
1443
|
Unit2["HOURS"] = "HOURS";
|
|
974
1444
|
Unit2["DAYS"] = "DAYS";
|
|
975
1445
|
return Unit2;
|
|
976
1446
|
})(Unit || {});
|
|
977
1447
|
var Mode = /* @__PURE__ */ ((Mode2) => {
|
|
978
|
-
Mode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
979
1448
|
Mode2["AUTOMATIC"] = "AUTOMATIC";
|
|
980
1449
|
Mode2["MANUAL"] = "MANUAL";
|
|
981
1450
|
return Mode2;
|
|
@@ -991,7 +1460,6 @@ var StartDaysAndTimesDayOfWeek = /* @__PURE__ */ ((StartDaysAndTimesDayOfWeek2)
|
|
|
991
1460
|
return StartDaysAndTimesDayOfWeek2;
|
|
992
1461
|
})(StartDaysAndTimesDayOfWeek || {});
|
|
993
1462
|
var Recurrence = /* @__PURE__ */ ((Recurrence2) => {
|
|
994
|
-
Recurrence2["UNKNOWN_RECURRENCE"] = "UNKNOWN_RECURRENCE";
|
|
995
1463
|
Recurrence2["WEEKLY"] = "WEEKLY";
|
|
996
1464
|
Recurrence2["ONE_TIME"] = "ONE_TIME";
|
|
997
1465
|
return Recurrence2;
|
|
@@ -1031,8 +1499,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1031
1499
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1032
1500
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1033
1501
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1502
|
+
NodeType2["CARD"] = "CARD";
|
|
1503
|
+
NodeType2["TOC"] = "TOC";
|
|
1034
1504
|
return NodeType2;
|
|
1035
1505
|
})(NodeType || {});
|
|
1506
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1507
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1508
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1509
|
+
return BackgroundType2;
|
|
1510
|
+
})(BackgroundType || {});
|
|
1511
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1512
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1513
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1514
|
+
return GradientType2;
|
|
1515
|
+
})(GradientType || {});
|
|
1036
1516
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1037
1517
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1038
1518
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1131,6 +1611,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1131
1611
|
Source2["HTML"] = "HTML";
|
|
1132
1612
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1133
1613
|
Source2["AI"] = "AI";
|
|
1614
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1134
1615
|
return Source2;
|
|
1135
1616
|
})(Source || {});
|
|
1136
1617
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1168,12 +1649,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1168
1649
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1169
1650
|
return PollLayoutDirection2;
|
|
1170
1651
|
})(PollLayoutDirection || {});
|
|
1171
|
-
var
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
return
|
|
1176
|
-
})(
|
|
1652
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1653
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1654
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1655
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1656
|
+
return PollDesignBackgroundType2;
|
|
1657
|
+
})(PollDesignBackgroundType || {});
|
|
1177
1658
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1178
1659
|
DecorationType2["BOLD"] = "BOLD";
|
|
1179
1660
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1260,12 +1741,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1260
1741
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1261
1742
|
return NullValue2;
|
|
1262
1743
|
})(NullValue || {});
|
|
1263
|
-
var
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
return
|
|
1268
|
-
})(
|
|
1744
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1745
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1746
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1747
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1748
|
+
return ImageScalingScaling2;
|
|
1749
|
+
})(ImageScalingScaling || {});
|
|
1269
1750
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1270
1751
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1271
1752
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1283,6 +1764,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1283
1764
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1284
1765
|
return Origin2;
|
|
1285
1766
|
})(Origin || {});
|
|
1767
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1768
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1769
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1770
|
+
return LayoutDataBackgroundType2;
|
|
1771
|
+
})(LayoutDataBackgroundType || {});
|
|
1772
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1773
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1774
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1775
|
+
return BackdropType2;
|
|
1776
|
+
})(BackdropType || {});
|
|
1286
1777
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1287
1778
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1288
1779
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1299,8 +1790,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1299
1790
|
DesignTarget2["CELL"] = "CELL";
|
|
1300
1791
|
return DesignTarget2;
|
|
1301
1792
|
})(DesignTarget || {});
|
|
1793
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1794
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1795
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1796
|
+
Scaling2["COVER"] = "COVER";
|
|
1797
|
+
return Scaling2;
|
|
1798
|
+
})(Scaling || {});
|
|
1799
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1800
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1801
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1802
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1803
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1804
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1805
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1806
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1807
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1808
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1809
|
+
return ImagePositionPosition2;
|
|
1810
|
+
})(ImagePositionPosition || {});
|
|
1811
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1812
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1813
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1814
|
+
return CardDataBackgroundType2;
|
|
1815
|
+
})(CardDataBackgroundType || {});
|
|
1816
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1817
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1818
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1819
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1820
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1821
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1822
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1823
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1824
|
+
return ListStyle2;
|
|
1825
|
+
})(ListStyle || {});
|
|
1826
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1827
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1828
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1829
|
+
return Indentation2;
|
|
1830
|
+
})(Indentation || {});
|
|
1302
1831
|
var PaymentPolicyType = /* @__PURE__ */ ((PaymentPolicyType2) => {
|
|
1303
|
-
PaymentPolicyType2["UNKNOWN_PAYMENT_POLICY_TYPE"] = "UNKNOWN_PAYMENT_POLICY_TYPE";
|
|
1304
1832
|
PaymentPolicyType2["PER_GUEST"] = "PER_GUEST";
|
|
1305
1833
|
PaymentPolicyType2["FREE"] = "FREE";
|
|
1306
1834
|
return PaymentPolicyType2;
|
|
@@ -1341,7 +1869,6 @@ var NestedAggregationType = /* @__PURE__ */ ((NestedAggregationType2) => {
|
|
|
1341
1869
|
return NestedAggregationType2;
|
|
1342
1870
|
})(NestedAggregationType || {});
|
|
1343
1871
|
var Interval = /* @__PURE__ */ ((Interval2) => {
|
|
1344
|
-
Interval2["UNKNOWN_INTERVAL"] = "UNKNOWN_INTERVAL";
|
|
1345
1872
|
Interval2["YEAR"] = "YEAR";
|
|
1346
1873
|
Interval2["MONTH"] = "MONTH";
|
|
1347
1874
|
Interval2["WEEK"] = "WEEK";
|
|
@@ -1844,6 +2371,60 @@ async function bulkUpdateExperienceTagsByFilter2(filter, options) {
|
|
|
1844
2371
|
throw transformedError;
|
|
1845
2372
|
}
|
|
1846
2373
|
}
|
|
2374
|
+
async function bulkArchiveExperiences2(experienceIds) {
|
|
2375
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2376
|
+
const payload = renameKeysFromSDKRequestToRESTRequest(
|
|
2377
|
+
{ experienceIds },
|
|
2378
|
+
[]
|
|
2379
|
+
);
|
|
2380
|
+
const reqOpts = bulkArchiveExperiences(payload);
|
|
2381
|
+
sideEffects?.onSiteCall?.();
|
|
2382
|
+
try {
|
|
2383
|
+
const result = await httpClient.request(reqOpts);
|
|
2384
|
+
sideEffects?.onSuccess?.(result);
|
|
2385
|
+
return renameKeysFromRESTResponseToSDKResponse(result.data, []);
|
|
2386
|
+
} catch (err) {
|
|
2387
|
+
const transformedError = sdkTransformError(
|
|
2388
|
+
err,
|
|
2389
|
+
{
|
|
2390
|
+
spreadPathsToArguments: {},
|
|
2391
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2392
|
+
singleArgumentUnchanged: false
|
|
2393
|
+
},
|
|
2394
|
+
["experienceIds"]
|
|
2395
|
+
);
|
|
2396
|
+
sideEffects?.onError?.(err);
|
|
2397
|
+
throw transformedError;
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
async function bulkUnarchiveExperiences2(experienceIds) {
|
|
2401
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2402
|
+
const payload = renameKeysFromSDKRequestToRESTRequest(
|
|
2403
|
+
{ experienceIds },
|
|
2404
|
+
[]
|
|
2405
|
+
);
|
|
2406
|
+
const reqOpts = bulkUnarchiveExperiences(
|
|
2407
|
+
payload
|
|
2408
|
+
);
|
|
2409
|
+
sideEffects?.onSiteCall?.();
|
|
2410
|
+
try {
|
|
2411
|
+
const result = await httpClient.request(reqOpts);
|
|
2412
|
+
sideEffects?.onSuccess?.(result);
|
|
2413
|
+
return renameKeysFromRESTResponseToSDKResponse(result.data, []);
|
|
2414
|
+
} catch (err) {
|
|
2415
|
+
const transformedError = sdkTransformError(
|
|
2416
|
+
err,
|
|
2417
|
+
{
|
|
2418
|
+
spreadPathsToArguments: {},
|
|
2419
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2420
|
+
singleArgumentUnchanged: false
|
|
2421
|
+
},
|
|
2422
|
+
["experienceIds"]
|
|
2423
|
+
);
|
|
2424
|
+
sideEffects?.onError?.(err);
|
|
2425
|
+
throw transformedError;
|
|
2426
|
+
}
|
|
2427
|
+
}
|
|
1847
2428
|
|
|
1848
2429
|
// src/table-reservations-v1-experience-experiences.public.ts
|
|
1849
2430
|
function createExperience3(httpClient) {
|
|
@@ -1911,6 +2492,20 @@ function bulkUpdateExperienceTagsByFilter3(httpClient) {
|
|
|
1911
2492
|
{ httpClient }
|
|
1912
2493
|
);
|
|
1913
2494
|
}
|
|
2495
|
+
function bulkArchiveExperiences3(httpClient) {
|
|
2496
|
+
return (experienceIds) => bulkArchiveExperiences2(
|
|
2497
|
+
experienceIds,
|
|
2498
|
+
// @ts-ignore
|
|
2499
|
+
{ httpClient }
|
|
2500
|
+
);
|
|
2501
|
+
}
|
|
2502
|
+
function bulkUnarchiveExperiences3(httpClient) {
|
|
2503
|
+
return (experienceIds) => bulkUnarchiveExperiences2(
|
|
2504
|
+
experienceIds,
|
|
2505
|
+
// @ts-ignore
|
|
2506
|
+
{ httpClient }
|
|
2507
|
+
);
|
|
2508
|
+
}
|
|
1914
2509
|
var onExperienceCreated = EventDefinition(
|
|
1915
2510
|
"wix.table_reservations.v1.experience_created",
|
|
1916
2511
|
true,
|
|
@@ -1947,6 +2542,24 @@ var onExperienceCreated = EventDefinition(
|
|
|
1947
2542
|
{
|
|
1948
2543
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
1949
2544
|
paths: [
|
|
2545
|
+
{
|
|
2546
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2547
|
+
},
|
|
2548
|
+
{
|
|
2549
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2550
|
+
},
|
|
2551
|
+
{
|
|
2552
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2556
|
+
},
|
|
2557
|
+
{
|
|
2558
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2559
|
+
},
|
|
2560
|
+
{
|
|
2561
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2562
|
+
},
|
|
1950
2563
|
{
|
|
1951
2564
|
path: "entity.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
1952
2565
|
},
|
|
@@ -1998,8 +2611,44 @@ var onExperienceCreated = EventDefinition(
|
|
|
1998
2611
|
{
|
|
1999
2612
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2000
2613
|
},
|
|
2614
|
+
{
|
|
2615
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2622
|
+
},
|
|
2623
|
+
{
|
|
2624
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2628
|
+
},
|
|
2629
|
+
{
|
|
2630
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2631
|
+
},
|
|
2001
2632
|
{
|
|
2002
2633
|
path: "entity.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
2634
|
+
},
|
|
2635
|
+
{
|
|
2636
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
2637
|
+
},
|
|
2638
|
+
{
|
|
2639
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2643
|
+
},
|
|
2644
|
+
{
|
|
2645
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
2003
2652
|
}
|
|
2004
2653
|
]
|
|
2005
2654
|
}
|
|
@@ -2046,6 +2695,24 @@ var onExperienceTagsModified = EventDefinition(
|
|
|
2046
2695
|
{
|
|
2047
2696
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
2048
2697
|
paths: [
|
|
2698
|
+
{
|
|
2699
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2700
|
+
},
|
|
2701
|
+
{
|
|
2702
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2706
|
+
},
|
|
2707
|
+
{
|
|
2708
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2712
|
+
},
|
|
2713
|
+
{
|
|
2714
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2715
|
+
},
|
|
2049
2716
|
{
|
|
2050
2717
|
path: "data.experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
2051
2718
|
},
|
|
@@ -2097,8 +2764,44 @@ var onExperienceTagsModified = EventDefinition(
|
|
|
2097
2764
|
{
|
|
2098
2765
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2099
2766
|
},
|
|
2767
|
+
{
|
|
2768
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2772
|
+
},
|
|
2773
|
+
{
|
|
2774
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2775
|
+
},
|
|
2776
|
+
{
|
|
2777
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2778
|
+
},
|
|
2779
|
+
{
|
|
2780
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2781
|
+
},
|
|
2782
|
+
{
|
|
2783
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2784
|
+
},
|
|
2100
2785
|
{
|
|
2101
2786
|
path: "data.experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
2787
|
+
},
|
|
2788
|
+
{
|
|
2789
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2796
|
+
},
|
|
2797
|
+
{
|
|
2798
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
2102
2805
|
}
|
|
2103
2806
|
]
|
|
2104
2807
|
}
|
|
@@ -2159,6 +2862,24 @@ var onExperienceUpdated = EventDefinition(
|
|
|
2159
2862
|
{
|
|
2160
2863
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
2161
2864
|
paths: [
|
|
2865
|
+
{
|
|
2866
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2867
|
+
},
|
|
2868
|
+
{
|
|
2869
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2870
|
+
},
|
|
2871
|
+
{
|
|
2872
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2879
|
+
},
|
|
2880
|
+
{
|
|
2881
|
+
path: "entity.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2882
|
+
},
|
|
2162
2883
|
{
|
|
2163
2884
|
path: "entity.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
2164
2885
|
},
|
|
@@ -2210,9 +2931,63 @@ var onExperienceUpdated = EventDefinition(
|
|
|
2210
2931
|
{
|
|
2211
2932
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2212
2933
|
},
|
|
2934
|
+
{
|
|
2935
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2942
|
+
},
|
|
2943
|
+
{
|
|
2944
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2948
|
+
},
|
|
2949
|
+
{
|
|
2950
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2951
|
+
},
|
|
2213
2952
|
{
|
|
2214
2953
|
path: "entity.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
2215
2954
|
},
|
|
2955
|
+
{
|
|
2956
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
2957
|
+
},
|
|
2958
|
+
{
|
|
2959
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
path: "entity.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2978
|
+
},
|
|
2979
|
+
{
|
|
2980
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2984
|
+
},
|
|
2985
|
+
{
|
|
2986
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2990
|
+
},
|
|
2216
2991
|
{
|
|
2217
2992
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
2218
2993
|
},
|
|
@@ -2264,8 +3039,44 @@ var onExperienceUpdated = EventDefinition(
|
|
|
2264
3039
|
{
|
|
2265
3040
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2266
3041
|
},
|
|
3042
|
+
{
|
|
3043
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3044
|
+
},
|
|
3045
|
+
{
|
|
3046
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
3053
|
+
},
|
|
3054
|
+
{
|
|
3055
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
3059
|
+
},
|
|
2267
3060
|
{
|
|
2268
3061
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
3062
|
+
},
|
|
3063
|
+
{
|
|
3064
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
3068
|
+
},
|
|
3069
|
+
{
|
|
3070
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3074
|
+
},
|
|
3075
|
+
{
|
|
3076
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
2269
3080
|
}
|
|
2270
3081
|
]
|
|
2271
3082
|
}
|
|
@@ -2295,6 +3106,8 @@ var updateExperience4 = /* @__PURE__ */ createRESTModule(updateExperience3);
|
|
|
2295
3106
|
var searchExperiences4 = /* @__PURE__ */ createRESTModule(searchExperiences3);
|
|
2296
3107
|
var bulkUpdateExperienceTags4 = /* @__PURE__ */ createRESTModule(bulkUpdateExperienceTags3);
|
|
2297
3108
|
var bulkUpdateExperienceTagsByFilter4 = /* @__PURE__ */ createRESTModule(bulkUpdateExperienceTagsByFilter3);
|
|
3109
|
+
var bulkArchiveExperiences4 = /* @__PURE__ */ createRESTModule(bulkArchiveExperiences3);
|
|
3110
|
+
var bulkUnarchiveExperiences4 = /* @__PURE__ */ createRESTModule(bulkUnarchiveExperiences3);
|
|
2298
3111
|
var queryExperiences4 = /* @__PURE__ */ createRESTModule(customQueryExperiences);
|
|
2299
3112
|
var onExperienceCreated2 = createEventModule(
|
|
2300
3113
|
onExperienceCreated
|
|
@@ -2310,8 +3123,10 @@ export {
|
|
|
2310
3123
|
Alignment,
|
|
2311
3124
|
AppType,
|
|
2312
3125
|
AspectRatio,
|
|
3126
|
+
BackdropType,
|
|
2313
3127
|
BackgroundType,
|
|
2314
3128
|
ButtonDataType,
|
|
3129
|
+
CardDataBackgroundType,
|
|
2315
3130
|
Crop,
|
|
2316
3131
|
DayOfWeek,
|
|
2317
3132
|
DecorationType,
|
|
@@ -2320,12 +3135,18 @@ export {
|
|
|
2320
3135
|
DividerDataAlignment,
|
|
2321
3136
|
FontType,
|
|
2322
3137
|
GIFType,
|
|
3138
|
+
GradientType,
|
|
2323
3139
|
ImagePosition,
|
|
3140
|
+
ImagePositionPosition,
|
|
3141
|
+
ImageScalingScaling,
|
|
3142
|
+
Indentation,
|
|
2324
3143
|
InitialExpandedItems,
|
|
2325
3144
|
Interval,
|
|
2326
3145
|
Layout,
|
|
3146
|
+
LayoutDataBackgroundType,
|
|
2327
3147
|
LayoutType,
|
|
2328
3148
|
LineStyle,
|
|
3149
|
+
ListStyle,
|
|
2329
3150
|
MapType,
|
|
2330
3151
|
MissingValues,
|
|
2331
3152
|
Mode,
|
|
@@ -2338,6 +3159,7 @@ export {
|
|
|
2338
3159
|
Placement,
|
|
2339
3160
|
PlacementType,
|
|
2340
3161
|
PluginContainerDataAlignment,
|
|
3162
|
+
PollDesignBackgroundType,
|
|
2341
3163
|
PollLayoutDirection,
|
|
2342
3164
|
PollLayoutType,
|
|
2343
3165
|
Position,
|
|
@@ -2370,6 +3192,8 @@ export {
|
|
|
2370
3192
|
WebhookIdentityType,
|
|
2371
3193
|
Width,
|
|
2372
3194
|
WidthType,
|
|
3195
|
+
bulkArchiveExperiences4 as bulkArchiveExperiences,
|
|
3196
|
+
bulkUnarchiveExperiences4 as bulkUnarchiveExperiences,
|
|
2373
3197
|
bulkUpdateExperienceTags4 as bulkUpdateExperienceTags,
|
|
2374
3198
|
bulkUpdateExperienceTagsByFilter4 as bulkUpdateExperienceTagsByFilter,
|
|
2375
3199
|
createExperience4 as createExperience,
|