@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
|
@@ -128,6 +128,24 @@ function createExperience(payload) {
|
|
|
128
128
|
{
|
|
129
129
|
transformFn: transformSDKFloatToRESTFloat,
|
|
130
130
|
paths: [
|
|
131
|
+
{
|
|
132
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
148
|
+
},
|
|
131
149
|
{
|
|
132
150
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
133
151
|
},
|
|
@@ -179,8 +197,44 @@ function createExperience(payload) {
|
|
|
179
197
|
{
|
|
180
198
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
181
199
|
},
|
|
200
|
+
{
|
|
201
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
217
|
+
},
|
|
182
218
|
{
|
|
183
219
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
184
238
|
}
|
|
185
239
|
]
|
|
186
240
|
}
|
|
@@ -216,6 +270,24 @@ function createExperience(payload) {
|
|
|
216
270
|
{
|
|
217
271
|
transformFn: transformRESTFloatToSDKFloat,
|
|
218
272
|
paths: [
|
|
273
|
+
{
|
|
274
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
290
|
+
},
|
|
219
291
|
{
|
|
220
292
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
221
293
|
},
|
|
@@ -267,8 +339,44 @@ function createExperience(payload) {
|
|
|
267
339
|
{
|
|
268
340
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
269
341
|
},
|
|
342
|
+
{
|
|
343
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
359
|
+
},
|
|
270
360
|
{
|
|
271
361
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
272
380
|
}
|
|
273
381
|
]
|
|
274
382
|
}
|
|
@@ -311,6 +419,24 @@ function getExperience(payload) {
|
|
|
311
419
|
{
|
|
312
420
|
transformFn: transformRESTFloatToSDKFloat,
|
|
313
421
|
paths: [
|
|
422
|
+
{
|
|
423
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
439
|
+
},
|
|
314
440
|
{
|
|
315
441
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
316
442
|
},
|
|
@@ -362,8 +488,44 @@ function getExperience(payload) {
|
|
|
362
488
|
{
|
|
363
489
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
364
490
|
},
|
|
491
|
+
{
|
|
492
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
508
|
+
},
|
|
365
509
|
{
|
|
366
510
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
367
529
|
}
|
|
368
530
|
]
|
|
369
531
|
}
|
|
@@ -406,6 +568,24 @@ function getExperienceBySlug(payload) {
|
|
|
406
568
|
{
|
|
407
569
|
transformFn: transformRESTFloatToSDKFloat,
|
|
408
570
|
paths: [
|
|
571
|
+
{
|
|
572
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
588
|
+
},
|
|
409
589
|
{
|
|
410
590
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
411
591
|
},
|
|
@@ -457,8 +637,44 @@ function getExperienceBySlug(payload) {
|
|
|
457
637
|
{
|
|
458
638
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
459
639
|
},
|
|
640
|
+
{
|
|
641
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
657
|
+
},
|
|
460
658
|
{
|
|
461
659
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
462
678
|
}
|
|
463
679
|
]
|
|
464
680
|
}
|
|
@@ -491,6 +707,24 @@ function updateExperience(payload) {
|
|
|
491
707
|
{
|
|
492
708
|
transformFn: transformSDKFloatToRESTFloat,
|
|
493
709
|
paths: [
|
|
710
|
+
{
|
|
711
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
727
|
+
},
|
|
494
728
|
{
|
|
495
729
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
496
730
|
},
|
|
@@ -542,8 +776,44 @@ function updateExperience(payload) {
|
|
|
542
776
|
{
|
|
543
777
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
544
778
|
},
|
|
779
|
+
{
|
|
780
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
796
|
+
},
|
|
545
797
|
{
|
|
546
798
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
547
817
|
}
|
|
548
818
|
]
|
|
549
819
|
}
|
|
@@ -579,6 +849,24 @@ function updateExperience(payload) {
|
|
|
579
849
|
{
|
|
580
850
|
transformFn: transformRESTFloatToSDKFloat,
|
|
581
851
|
paths: [
|
|
852
|
+
{
|
|
853
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
854
|
+
},
|
|
855
|
+
{
|
|
856
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
863
|
+
},
|
|
864
|
+
{
|
|
865
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
869
|
+
},
|
|
582
870
|
{
|
|
583
871
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
584
872
|
},
|
|
@@ -630,8 +918,44 @@ function updateExperience(payload) {
|
|
|
630
918
|
{
|
|
631
919
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
632
920
|
},
|
|
921
|
+
{
|
|
922
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
938
|
+
},
|
|
633
939
|
{
|
|
634
940
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
635
959
|
}
|
|
636
960
|
]
|
|
637
961
|
}
|
|
@@ -674,6 +998,24 @@ function queryExperiences(payload) {
|
|
|
674
998
|
{
|
|
675
999
|
transformFn: transformRESTFloatToSDKFloat,
|
|
676
1000
|
paths: [
|
|
1001
|
+
{
|
|
1002
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1018
|
+
},
|
|
677
1019
|
{
|
|
678
1020
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
679
1021
|
},
|
|
@@ -725,8 +1067,44 @@ function queryExperiences(payload) {
|
|
|
725
1067
|
{
|
|
726
1068
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
727
1069
|
},
|
|
1070
|
+
{
|
|
1071
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1087
|
+
},
|
|
728
1088
|
{
|
|
729
1089
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1099
|
+
},
|
|
1100
|
+
{
|
|
1101
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
730
1108
|
}
|
|
731
1109
|
]
|
|
732
1110
|
}
|
|
@@ -795,6 +1173,24 @@ function searchExperiences(payload) {
|
|
|
795
1173
|
{
|
|
796
1174
|
transformFn: transformRESTFloatToSDKFloat,
|
|
797
1175
|
paths: [
|
|
1176
|
+
{
|
|
1177
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1187
|
+
},
|
|
1188
|
+
{
|
|
1189
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1193
|
+
},
|
|
798
1194
|
{
|
|
799
1195
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
800
1196
|
},
|
|
@@ -846,9 +1242,45 @@ function searchExperiences(payload) {
|
|
|
846
1242
|
{
|
|
847
1243
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
848
1244
|
},
|
|
1245
|
+
{
|
|
1246
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1262
|
+
},
|
|
849
1263
|
{
|
|
850
1264
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
851
1265
|
},
|
|
1266
|
+
{
|
|
1267
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
1283
|
+
},
|
|
852
1284
|
{ path: "aggregationData.results.ranges.results.from" },
|
|
853
1285
|
{ path: "aggregationData.results.ranges.results.to" },
|
|
854
1286
|
{
|
|
@@ -931,6 +1363,48 @@ function bulkUpdateExperienceTagsByFilter(payload) {
|
|
|
931
1363
|
}
|
|
932
1364
|
return __bulkUpdateExperienceTagsByFilter;
|
|
933
1365
|
}
|
|
1366
|
+
function bulkArchiveExperiences(payload) {
|
|
1367
|
+
function __bulkArchiveExperiences({ host }) {
|
|
1368
|
+
const metadata = {
|
|
1369
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1370
|
+
method: "POST",
|
|
1371
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkArchiveExperiences",
|
|
1372
|
+
packageName: PACKAGE_NAME,
|
|
1373
|
+
migrationOptions: {
|
|
1374
|
+
optInTransformResponse: true
|
|
1375
|
+
},
|
|
1376
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1377
|
+
protoPath: "/v1/bulk/experiences/archive",
|
|
1378
|
+
data: payload,
|
|
1379
|
+
host
|
|
1380
|
+
}),
|
|
1381
|
+
data: payload
|
|
1382
|
+
};
|
|
1383
|
+
return metadata;
|
|
1384
|
+
}
|
|
1385
|
+
return __bulkArchiveExperiences;
|
|
1386
|
+
}
|
|
1387
|
+
function bulkUnarchiveExperiences(payload) {
|
|
1388
|
+
function __bulkUnarchiveExperiences({ host }) {
|
|
1389
|
+
const metadata = {
|
|
1390
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1391
|
+
method: "POST",
|
|
1392
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkUnarchiveExperiences",
|
|
1393
|
+
packageName: PACKAGE_NAME,
|
|
1394
|
+
migrationOptions: {
|
|
1395
|
+
optInTransformResponse: true
|
|
1396
|
+
},
|
|
1397
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1398
|
+
protoPath: "/v1/bulk/experiences/unarchive",
|
|
1399
|
+
data: payload,
|
|
1400
|
+
host
|
|
1401
|
+
}),
|
|
1402
|
+
data: payload
|
|
1403
|
+
};
|
|
1404
|
+
return metadata;
|
|
1405
|
+
}
|
|
1406
|
+
return __bulkUnarchiveExperiences;
|
|
1407
|
+
}
|
|
934
1408
|
|
|
935
1409
|
// src/table-reservations-v1-experience-experiences.universal.ts
|
|
936
1410
|
import { transformSDKImageToRESTImage } from "@wix/sdk-runtime/transformations/image";
|
|
@@ -941,32 +1415,27 @@ import { transformPaths as transformPaths2 } from "@wix/sdk-runtime/transformati
|
|
|
941
1415
|
import { createQueryUtils } from "@wix/sdk-runtime/query-builder-utils";
|
|
942
1416
|
import { createSearchUtils } from "@wix/sdk-runtime/search-builder-utils";
|
|
943
1417
|
var TableAvailabilityType = /* @__PURE__ */ ((TableAvailabilityType2) => {
|
|
944
|
-
TableAvailabilityType2["UNKNOWN_TABLE_AVAILABILITY_TYPE"] = "UNKNOWN_TABLE_AVAILABILITY_TYPE";
|
|
945
1418
|
TableAvailabilityType2["ANY_ONLINE_TABLE"] = "ANY_ONLINE_TABLE";
|
|
946
1419
|
TableAvailabilityType2["SPECIFIC_TABLES"] = "SPECIFIC_TABLES";
|
|
947
1420
|
return TableAvailabilityType2;
|
|
948
1421
|
})(TableAvailabilityType || {});
|
|
949
1422
|
var TableAssignmentType = /* @__PURE__ */ ((TableAssignmentType2) => {
|
|
950
|
-
TableAssignmentType2["UNKNOWN_ASSIGMENT_TYPE"] = "UNKNOWN_ASSIGMENT_TYPE";
|
|
951
1423
|
TableAssignmentType2["AUTOMATIC"] = "AUTOMATIC";
|
|
952
1424
|
TableAssignmentType2["MANUAL"] = "MANUAL";
|
|
953
1425
|
return TableAssignmentType2;
|
|
954
1426
|
})(TableAssignmentType || {});
|
|
955
1427
|
var TableManagementMode = /* @__PURE__ */ ((TableManagementMode2) => {
|
|
956
|
-
TableManagementMode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
957
1428
|
TableManagementMode2["ON"] = "ON";
|
|
958
1429
|
TableManagementMode2["OFF"] = "OFF";
|
|
959
1430
|
return TableManagementMode2;
|
|
960
1431
|
})(TableManagementMode || {});
|
|
961
1432
|
var Unit = /* @__PURE__ */ ((Unit2) => {
|
|
962
|
-
Unit2["UNKNOWN_UNIT"] = "UNKNOWN_UNIT";
|
|
963
1433
|
Unit2["MINUTES"] = "MINUTES";
|
|
964
1434
|
Unit2["HOURS"] = "HOURS";
|
|
965
1435
|
Unit2["DAYS"] = "DAYS";
|
|
966
1436
|
return Unit2;
|
|
967
1437
|
})(Unit || {});
|
|
968
1438
|
var Mode = /* @__PURE__ */ ((Mode2) => {
|
|
969
|
-
Mode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
970
1439
|
Mode2["AUTOMATIC"] = "AUTOMATIC";
|
|
971
1440
|
Mode2["MANUAL"] = "MANUAL";
|
|
972
1441
|
return Mode2;
|
|
@@ -982,7 +1451,6 @@ var StartDaysAndTimesDayOfWeek = /* @__PURE__ */ ((StartDaysAndTimesDayOfWeek2)
|
|
|
982
1451
|
return StartDaysAndTimesDayOfWeek2;
|
|
983
1452
|
})(StartDaysAndTimesDayOfWeek || {});
|
|
984
1453
|
var Recurrence = /* @__PURE__ */ ((Recurrence2) => {
|
|
985
|
-
Recurrence2["UNKNOWN_RECURRENCE"] = "UNKNOWN_RECURRENCE";
|
|
986
1454
|
Recurrence2["WEEKLY"] = "WEEKLY";
|
|
987
1455
|
Recurrence2["ONE_TIME"] = "ONE_TIME";
|
|
988
1456
|
return Recurrence2;
|
|
@@ -1022,8 +1490,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1022
1490
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1023
1491
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1024
1492
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1493
|
+
NodeType2["CARD"] = "CARD";
|
|
1494
|
+
NodeType2["TOC"] = "TOC";
|
|
1025
1495
|
return NodeType2;
|
|
1026
1496
|
})(NodeType || {});
|
|
1497
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1498
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1499
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1500
|
+
return BackgroundType2;
|
|
1501
|
+
})(BackgroundType || {});
|
|
1502
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1503
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1504
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1505
|
+
return GradientType2;
|
|
1506
|
+
})(GradientType || {});
|
|
1027
1507
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1028
1508
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1029
1509
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1122,6 +1602,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1122
1602
|
Source2["HTML"] = "HTML";
|
|
1123
1603
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1124
1604
|
Source2["AI"] = "AI";
|
|
1605
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1125
1606
|
return Source2;
|
|
1126
1607
|
})(Source || {});
|
|
1127
1608
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1159,12 +1640,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1159
1640
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1160
1641
|
return PollLayoutDirection2;
|
|
1161
1642
|
})(PollLayoutDirection || {});
|
|
1162
|
-
var
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
return
|
|
1167
|
-
})(
|
|
1643
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1644
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1645
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1646
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1647
|
+
return PollDesignBackgroundType2;
|
|
1648
|
+
})(PollDesignBackgroundType || {});
|
|
1168
1649
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1169
1650
|
DecorationType2["BOLD"] = "BOLD";
|
|
1170
1651
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1251,12 +1732,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1251
1732
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1252
1733
|
return NullValue2;
|
|
1253
1734
|
})(NullValue || {});
|
|
1254
|
-
var
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
return
|
|
1259
|
-
})(
|
|
1735
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1736
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1737
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1738
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1739
|
+
return ImageScalingScaling2;
|
|
1740
|
+
})(ImageScalingScaling || {});
|
|
1260
1741
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1261
1742
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1262
1743
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1274,6 +1755,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1274
1755
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1275
1756
|
return Origin2;
|
|
1276
1757
|
})(Origin || {});
|
|
1758
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1759
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1760
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1761
|
+
return LayoutDataBackgroundType2;
|
|
1762
|
+
})(LayoutDataBackgroundType || {});
|
|
1763
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1764
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1765
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1766
|
+
return BackdropType2;
|
|
1767
|
+
})(BackdropType || {});
|
|
1277
1768
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1278
1769
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1279
1770
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1290,8 +1781,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1290
1781
|
DesignTarget2["CELL"] = "CELL";
|
|
1291
1782
|
return DesignTarget2;
|
|
1292
1783
|
})(DesignTarget || {});
|
|
1784
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1785
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1786
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1787
|
+
Scaling2["COVER"] = "COVER";
|
|
1788
|
+
return Scaling2;
|
|
1789
|
+
})(Scaling || {});
|
|
1790
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1791
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1792
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1793
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1794
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1795
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1796
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1797
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1798
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1799
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1800
|
+
return ImagePositionPosition2;
|
|
1801
|
+
})(ImagePositionPosition || {});
|
|
1802
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1803
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1804
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1805
|
+
return CardDataBackgroundType2;
|
|
1806
|
+
})(CardDataBackgroundType || {});
|
|
1807
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1808
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1809
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1810
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1811
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1812
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1813
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1814
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1815
|
+
return ListStyle2;
|
|
1816
|
+
})(ListStyle || {});
|
|
1817
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1818
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1819
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1820
|
+
return Indentation2;
|
|
1821
|
+
})(Indentation || {});
|
|
1293
1822
|
var PaymentPolicyType = /* @__PURE__ */ ((PaymentPolicyType2) => {
|
|
1294
|
-
PaymentPolicyType2["UNKNOWN_PAYMENT_POLICY_TYPE"] = "UNKNOWN_PAYMENT_POLICY_TYPE";
|
|
1295
1823
|
PaymentPolicyType2["PER_GUEST"] = "PER_GUEST";
|
|
1296
1824
|
PaymentPolicyType2["FREE"] = "FREE";
|
|
1297
1825
|
return PaymentPolicyType2;
|
|
@@ -1332,7 +1860,6 @@ var NestedAggregationType = /* @__PURE__ */ ((NestedAggregationType2) => {
|
|
|
1332
1860
|
return NestedAggregationType2;
|
|
1333
1861
|
})(NestedAggregationType || {});
|
|
1334
1862
|
var Interval = /* @__PURE__ */ ((Interval2) => {
|
|
1335
|
-
Interval2["UNKNOWN_INTERVAL"] = "UNKNOWN_INTERVAL";
|
|
1336
1863
|
Interval2["YEAR"] = "YEAR";
|
|
1337
1864
|
Interval2["MONTH"] = "MONTH";
|
|
1338
1865
|
Interval2["WEEK"] = "WEEK";
|
|
@@ -1835,13 +2362,69 @@ async function bulkUpdateExperienceTagsByFilter2(filter, options) {
|
|
|
1835
2362
|
throw transformedError;
|
|
1836
2363
|
}
|
|
1837
2364
|
}
|
|
2365
|
+
async function bulkArchiveExperiences2(experienceIds) {
|
|
2366
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2367
|
+
const payload = renameKeysFromSDKRequestToRESTRequest(
|
|
2368
|
+
{ experienceIds },
|
|
2369
|
+
[]
|
|
2370
|
+
);
|
|
2371
|
+
const reqOpts = bulkArchiveExperiences(payload);
|
|
2372
|
+
sideEffects?.onSiteCall?.();
|
|
2373
|
+
try {
|
|
2374
|
+
const result = await httpClient.request(reqOpts);
|
|
2375
|
+
sideEffects?.onSuccess?.(result);
|
|
2376
|
+
return renameKeysFromRESTResponseToSDKResponse(result.data, []);
|
|
2377
|
+
} catch (err) {
|
|
2378
|
+
const transformedError = sdkTransformError(
|
|
2379
|
+
err,
|
|
2380
|
+
{
|
|
2381
|
+
spreadPathsToArguments: {},
|
|
2382
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2383
|
+
singleArgumentUnchanged: false
|
|
2384
|
+
},
|
|
2385
|
+
["experienceIds"]
|
|
2386
|
+
);
|
|
2387
|
+
sideEffects?.onError?.(err);
|
|
2388
|
+
throw transformedError;
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2391
|
+
async function bulkUnarchiveExperiences2(experienceIds) {
|
|
2392
|
+
const { httpClient, sideEffects } = arguments[1];
|
|
2393
|
+
const payload = renameKeysFromSDKRequestToRESTRequest(
|
|
2394
|
+
{ experienceIds },
|
|
2395
|
+
[]
|
|
2396
|
+
);
|
|
2397
|
+
const reqOpts = bulkUnarchiveExperiences(
|
|
2398
|
+
payload
|
|
2399
|
+
);
|
|
2400
|
+
sideEffects?.onSiteCall?.();
|
|
2401
|
+
try {
|
|
2402
|
+
const result = await httpClient.request(reqOpts);
|
|
2403
|
+
sideEffects?.onSuccess?.(result);
|
|
2404
|
+
return renameKeysFromRESTResponseToSDKResponse(result.data, []);
|
|
2405
|
+
} catch (err) {
|
|
2406
|
+
const transformedError = sdkTransformError(
|
|
2407
|
+
err,
|
|
2408
|
+
{
|
|
2409
|
+
spreadPathsToArguments: {},
|
|
2410
|
+
explicitPathsToArguments: { experienceIds: "$[0]" },
|
|
2411
|
+
singleArgumentUnchanged: false
|
|
2412
|
+
},
|
|
2413
|
+
["experienceIds"]
|
|
2414
|
+
);
|
|
2415
|
+
sideEffects?.onError?.(err);
|
|
2416
|
+
throw transformedError;
|
|
2417
|
+
}
|
|
2418
|
+
}
|
|
1838
2419
|
export {
|
|
1839
2420
|
AggregationType,
|
|
1840
2421
|
Alignment,
|
|
1841
2422
|
AppType,
|
|
1842
2423
|
AspectRatio,
|
|
2424
|
+
BackdropType,
|
|
1843
2425
|
BackgroundType,
|
|
1844
2426
|
ButtonDataType,
|
|
2427
|
+
CardDataBackgroundType,
|
|
1845
2428
|
Crop,
|
|
1846
2429
|
DayOfWeek,
|
|
1847
2430
|
DecorationType,
|
|
@@ -1850,12 +2433,18 @@ export {
|
|
|
1850
2433
|
DividerDataAlignment,
|
|
1851
2434
|
FontType,
|
|
1852
2435
|
GIFType,
|
|
2436
|
+
GradientType,
|
|
1853
2437
|
ImagePosition,
|
|
2438
|
+
ImagePositionPosition,
|
|
2439
|
+
ImageScalingScaling,
|
|
2440
|
+
Indentation,
|
|
1854
2441
|
InitialExpandedItems,
|
|
1855
2442
|
Interval,
|
|
1856
2443
|
Layout,
|
|
2444
|
+
LayoutDataBackgroundType,
|
|
1857
2445
|
LayoutType,
|
|
1858
2446
|
LineStyle,
|
|
2447
|
+
ListStyle,
|
|
1859
2448
|
MapType,
|
|
1860
2449
|
MissingValues,
|
|
1861
2450
|
Mode,
|
|
@@ -1868,6 +2457,7 @@ export {
|
|
|
1868
2457
|
Placement,
|
|
1869
2458
|
PlacementType,
|
|
1870
2459
|
PluginContainerDataAlignment,
|
|
2460
|
+
PollDesignBackgroundType,
|
|
1871
2461
|
PollLayoutDirection,
|
|
1872
2462
|
PollLayoutType,
|
|
1873
2463
|
Position,
|
|
@@ -1900,6 +2490,8 @@ export {
|
|
|
1900
2490
|
WebhookIdentityType,
|
|
1901
2491
|
Width,
|
|
1902
2492
|
WidthType,
|
|
2493
|
+
bulkArchiveExperiences2 as bulkArchiveExperiences,
|
|
2494
|
+
bulkUnarchiveExperiences2 as bulkUnarchiveExperiences,
|
|
1903
2495
|
bulkUpdateExperienceTags2 as bulkUpdateExperienceTags,
|
|
1904
2496
|
bulkUpdateExperienceTagsByFilter2 as bulkUpdateExperienceTagsByFilter,
|
|
1905
2497
|
createExperience2 as createExperience,
|