@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
|
@@ -120,6 +120,24 @@ function createExperience(payload) {
|
|
|
120
120
|
{
|
|
121
121
|
transformFn: transformSDKFloatToRESTFloat,
|
|
122
122
|
paths: [
|
|
123
|
+
{
|
|
124
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
140
|
+
},
|
|
123
141
|
{
|
|
124
142
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
125
143
|
},
|
|
@@ -171,8 +189,44 @@ function createExperience(payload) {
|
|
|
171
189
|
{
|
|
172
190
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
173
191
|
},
|
|
192
|
+
{
|
|
193
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
209
|
+
},
|
|
174
210
|
{
|
|
175
211
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
176
230
|
}
|
|
177
231
|
]
|
|
178
232
|
}
|
|
@@ -208,6 +262,24 @@ function createExperience(payload) {
|
|
|
208
262
|
{
|
|
209
263
|
transformFn: transformRESTFloatToSDKFloat,
|
|
210
264
|
paths: [
|
|
265
|
+
{
|
|
266
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
282
|
+
},
|
|
211
283
|
{
|
|
212
284
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
213
285
|
},
|
|
@@ -259,8 +331,44 @@ function createExperience(payload) {
|
|
|
259
331
|
{
|
|
260
332
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
261
333
|
},
|
|
334
|
+
{
|
|
335
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
351
|
+
},
|
|
262
352
|
{
|
|
263
353
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
264
372
|
}
|
|
265
373
|
]
|
|
266
374
|
}
|
|
@@ -303,6 +411,24 @@ function getExperience(payload) {
|
|
|
303
411
|
{
|
|
304
412
|
transformFn: transformRESTFloatToSDKFloat,
|
|
305
413
|
paths: [
|
|
414
|
+
{
|
|
415
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
431
|
+
},
|
|
306
432
|
{
|
|
307
433
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
308
434
|
},
|
|
@@ -354,8 +480,44 @@ function getExperience(payload) {
|
|
|
354
480
|
{
|
|
355
481
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
356
482
|
},
|
|
483
|
+
{
|
|
484
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
485
|
+
},
|
|
486
|
+
{
|
|
487
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
500
|
+
},
|
|
357
501
|
{
|
|
358
502
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
509
|
+
},
|
|
510
|
+
{
|
|
511
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
359
521
|
}
|
|
360
522
|
]
|
|
361
523
|
}
|
|
@@ -398,6 +560,24 @@ function getExperienceBySlug(payload) {
|
|
|
398
560
|
{
|
|
399
561
|
transformFn: transformRESTFloatToSDKFloat,
|
|
400
562
|
paths: [
|
|
563
|
+
{
|
|
564
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
580
|
+
},
|
|
401
581
|
{
|
|
402
582
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
403
583
|
},
|
|
@@ -449,8 +629,44 @@ function getExperienceBySlug(payload) {
|
|
|
449
629
|
{
|
|
450
630
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
451
631
|
},
|
|
632
|
+
{
|
|
633
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
649
|
+
},
|
|
452
650
|
{
|
|
453
651
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
454
670
|
}
|
|
455
671
|
]
|
|
456
672
|
}
|
|
@@ -483,6 +699,24 @@ function updateExperience(payload) {
|
|
|
483
699
|
{
|
|
484
700
|
transformFn: transformSDKFloatToRESTFloat,
|
|
485
701
|
paths: [
|
|
702
|
+
{
|
|
703
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
719
|
+
},
|
|
486
720
|
{
|
|
487
721
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
488
722
|
},
|
|
@@ -534,8 +768,44 @@ function updateExperience(payload) {
|
|
|
534
768
|
{
|
|
535
769
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
536
770
|
},
|
|
771
|
+
{
|
|
772
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
773
|
+
},
|
|
774
|
+
{
|
|
775
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
779
|
+
},
|
|
780
|
+
{
|
|
781
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
788
|
+
},
|
|
537
789
|
{
|
|
538
790
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
539
809
|
}
|
|
540
810
|
]
|
|
541
811
|
}
|
|
@@ -571,6 +841,24 @@ function updateExperience(payload) {
|
|
|
571
841
|
{
|
|
572
842
|
transformFn: transformRESTFloatToSDKFloat,
|
|
573
843
|
paths: [
|
|
844
|
+
{
|
|
845
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
path: "experience.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
861
|
+
},
|
|
574
862
|
{
|
|
575
863
|
path: "experience.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
576
864
|
},
|
|
@@ -622,8 +910,44 @@ function updateExperience(payload) {
|
|
|
622
910
|
{
|
|
623
911
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
624
912
|
},
|
|
913
|
+
{
|
|
914
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
924
|
+
},
|
|
925
|
+
{
|
|
926
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
930
|
+
},
|
|
625
931
|
{
|
|
626
932
|
path: "experience.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
933
|
+
},
|
|
934
|
+
{
|
|
935
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
path: "experience.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
627
951
|
}
|
|
628
952
|
]
|
|
629
953
|
}
|
|
@@ -666,6 +990,24 @@ function queryExperiences(payload) {
|
|
|
666
990
|
{
|
|
667
991
|
transformFn: transformRESTFloatToSDKFloat,
|
|
668
992
|
paths: [
|
|
993
|
+
{
|
|
994
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1010
|
+
},
|
|
669
1011
|
{
|
|
670
1012
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
671
1013
|
},
|
|
@@ -717,8 +1059,44 @@ function queryExperiences(payload) {
|
|
|
717
1059
|
{
|
|
718
1060
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
719
1061
|
},
|
|
1062
|
+
{
|
|
1063
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1067
|
+
},
|
|
1068
|
+
{
|
|
1069
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1079
|
+
},
|
|
720
1080
|
{
|
|
721
1081
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1088
|
+
},
|
|
1089
|
+
{
|
|
1090
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
722
1100
|
}
|
|
723
1101
|
]
|
|
724
1102
|
}
|
|
@@ -787,6 +1165,24 @@ function searchExperiences(payload) {
|
|
|
787
1165
|
{
|
|
788
1166
|
transformFn: transformRESTFloatToSDKFloat,
|
|
789
1167
|
paths: [
|
|
1168
|
+
{
|
|
1169
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1185
|
+
},
|
|
790
1186
|
{
|
|
791
1187
|
path: "experiences.configuration.displayInfo.richContent.nodes.galleryData.items.image.media.duration"
|
|
792
1188
|
},
|
|
@@ -838,9 +1234,45 @@ function searchExperiences(payload) {
|
|
|
838
1234
|
{
|
|
839
1235
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
840
1236
|
},
|
|
1237
|
+
{
|
|
1238
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1254
|
+
},
|
|
841
1255
|
{
|
|
842
1256
|
path: "experiences.configuration.displayInfo.richContent.nodes.shapeData.shape.duration"
|
|
843
1257
|
},
|
|
1258
|
+
{
|
|
1259
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerX"
|
|
1260
|
+
},
|
|
1261
|
+
{
|
|
1262
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.centerY"
|
|
1263
|
+
},
|
|
1264
|
+
{
|
|
1265
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.itemSpacing"
|
|
1275
|
+
},
|
|
844
1276
|
{ path: "aggregationData.results.ranges.results.from" },
|
|
845
1277
|
{ path: "aggregationData.results.ranges.results.to" },
|
|
846
1278
|
{
|
|
@@ -923,35 +1355,72 @@ function bulkUpdateExperienceTagsByFilter(payload) {
|
|
|
923
1355
|
}
|
|
924
1356
|
return __bulkUpdateExperienceTagsByFilter;
|
|
925
1357
|
}
|
|
1358
|
+
function bulkArchiveExperiences(payload) {
|
|
1359
|
+
function __bulkArchiveExperiences({ host }) {
|
|
1360
|
+
const metadata = {
|
|
1361
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1362
|
+
method: "POST",
|
|
1363
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkArchiveExperiences",
|
|
1364
|
+
packageName: PACKAGE_NAME,
|
|
1365
|
+
migrationOptions: {
|
|
1366
|
+
optInTransformResponse: true
|
|
1367
|
+
},
|
|
1368
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1369
|
+
protoPath: "/v1/bulk/experiences/archive",
|
|
1370
|
+
data: payload,
|
|
1371
|
+
host
|
|
1372
|
+
}),
|
|
1373
|
+
data: payload
|
|
1374
|
+
};
|
|
1375
|
+
return metadata;
|
|
1376
|
+
}
|
|
1377
|
+
return __bulkArchiveExperiences;
|
|
1378
|
+
}
|
|
1379
|
+
function bulkUnarchiveExperiences(payload) {
|
|
1380
|
+
function __bulkUnarchiveExperiences({ host }) {
|
|
1381
|
+
const metadata = {
|
|
1382
|
+
entityFqdn: "wix.table_reservations.v1.experience",
|
|
1383
|
+
method: "POST",
|
|
1384
|
+
methodFqn: "wix.table_reservations.experience.v1.ExperiencesService.BulkUnarchiveExperiences",
|
|
1385
|
+
packageName: PACKAGE_NAME,
|
|
1386
|
+
migrationOptions: {
|
|
1387
|
+
optInTransformResponse: true
|
|
1388
|
+
},
|
|
1389
|
+
url: resolveWixTableReservationsExperienceV1ExperiencesServiceUrl({
|
|
1390
|
+
protoPath: "/v1/bulk/experiences/unarchive",
|
|
1391
|
+
data: payload,
|
|
1392
|
+
host
|
|
1393
|
+
}),
|
|
1394
|
+
data: payload
|
|
1395
|
+
};
|
|
1396
|
+
return metadata;
|
|
1397
|
+
}
|
|
1398
|
+
return __bulkUnarchiveExperiences;
|
|
1399
|
+
}
|
|
926
1400
|
|
|
927
1401
|
// src/table-reservations-v1-experience-experiences.types.ts
|
|
928
1402
|
var TableAvailabilityType = /* @__PURE__ */ ((TableAvailabilityType2) => {
|
|
929
|
-
TableAvailabilityType2["UNKNOWN_TABLE_AVAILABILITY_TYPE"] = "UNKNOWN_TABLE_AVAILABILITY_TYPE";
|
|
930
1403
|
TableAvailabilityType2["ANY_ONLINE_TABLE"] = "ANY_ONLINE_TABLE";
|
|
931
1404
|
TableAvailabilityType2["SPECIFIC_TABLES"] = "SPECIFIC_TABLES";
|
|
932
1405
|
return TableAvailabilityType2;
|
|
933
1406
|
})(TableAvailabilityType || {});
|
|
934
1407
|
var TableAssignmentType = /* @__PURE__ */ ((TableAssignmentType2) => {
|
|
935
|
-
TableAssignmentType2["UNKNOWN_ASSIGMENT_TYPE"] = "UNKNOWN_ASSIGMENT_TYPE";
|
|
936
1408
|
TableAssignmentType2["AUTOMATIC"] = "AUTOMATIC";
|
|
937
1409
|
TableAssignmentType2["MANUAL"] = "MANUAL";
|
|
938
1410
|
return TableAssignmentType2;
|
|
939
1411
|
})(TableAssignmentType || {});
|
|
940
1412
|
var TableManagementMode = /* @__PURE__ */ ((TableManagementMode2) => {
|
|
941
|
-
TableManagementMode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
942
1413
|
TableManagementMode2["ON"] = "ON";
|
|
943
1414
|
TableManagementMode2["OFF"] = "OFF";
|
|
944
1415
|
return TableManagementMode2;
|
|
945
1416
|
})(TableManagementMode || {});
|
|
946
1417
|
var Unit = /* @__PURE__ */ ((Unit2) => {
|
|
947
|
-
Unit2["UNKNOWN_UNIT"] = "UNKNOWN_UNIT";
|
|
948
1418
|
Unit2["MINUTES"] = "MINUTES";
|
|
949
1419
|
Unit2["HOURS"] = "HOURS";
|
|
950
1420
|
Unit2["DAYS"] = "DAYS";
|
|
951
1421
|
return Unit2;
|
|
952
1422
|
})(Unit || {});
|
|
953
1423
|
var Mode = /* @__PURE__ */ ((Mode2) => {
|
|
954
|
-
Mode2["UNKNOWN_MODE"] = "UNKNOWN_MODE";
|
|
955
1424
|
Mode2["AUTOMATIC"] = "AUTOMATIC";
|
|
956
1425
|
Mode2["MANUAL"] = "MANUAL";
|
|
957
1426
|
return Mode2;
|
|
@@ -967,7 +1436,6 @@ var StartDaysAndTimesDayOfWeek = /* @__PURE__ */ ((StartDaysAndTimesDayOfWeek2)
|
|
|
967
1436
|
return StartDaysAndTimesDayOfWeek2;
|
|
968
1437
|
})(StartDaysAndTimesDayOfWeek || {});
|
|
969
1438
|
var Recurrence = /* @__PURE__ */ ((Recurrence2) => {
|
|
970
|
-
Recurrence2["UNKNOWN_RECURRENCE"] = "UNKNOWN_RECURRENCE";
|
|
971
1439
|
Recurrence2["WEEKLY"] = "WEEKLY";
|
|
972
1440
|
Recurrence2["ONE_TIME"] = "ONE_TIME";
|
|
973
1441
|
return Recurrence2;
|
|
@@ -1007,8 +1475,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1007
1475
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1008
1476
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1009
1477
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1478
|
+
NodeType2["CARD"] = "CARD";
|
|
1479
|
+
NodeType2["TOC"] = "TOC";
|
|
1010
1480
|
return NodeType2;
|
|
1011
1481
|
})(NodeType || {});
|
|
1482
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1483
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1484
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1485
|
+
return BackgroundType2;
|
|
1486
|
+
})(BackgroundType || {});
|
|
1487
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1488
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1489
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1490
|
+
return GradientType2;
|
|
1491
|
+
})(GradientType || {});
|
|
1012
1492
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1013
1493
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1014
1494
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1107,6 +1587,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1107
1587
|
Source2["HTML"] = "HTML";
|
|
1108
1588
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1109
1589
|
Source2["AI"] = "AI";
|
|
1590
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1110
1591
|
return Source2;
|
|
1111
1592
|
})(Source || {});
|
|
1112
1593
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1144,12 +1625,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1144
1625
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1145
1626
|
return PollLayoutDirection2;
|
|
1146
1627
|
})(PollLayoutDirection || {});
|
|
1147
|
-
var
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
return
|
|
1152
|
-
})(
|
|
1628
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1629
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1630
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1631
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1632
|
+
return PollDesignBackgroundType2;
|
|
1633
|
+
})(PollDesignBackgroundType || {});
|
|
1153
1634
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1154
1635
|
DecorationType2["BOLD"] = "BOLD";
|
|
1155
1636
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1236,12 +1717,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1236
1717
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1237
1718
|
return NullValue2;
|
|
1238
1719
|
})(NullValue || {});
|
|
1239
|
-
var
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
return
|
|
1244
|
-
})(
|
|
1720
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1721
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1722
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1723
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1724
|
+
return ImageScalingScaling2;
|
|
1725
|
+
})(ImageScalingScaling || {});
|
|
1245
1726
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1246
1727
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1247
1728
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1259,6 +1740,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1259
1740
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1260
1741
|
return Origin2;
|
|
1261
1742
|
})(Origin || {});
|
|
1743
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1744
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1745
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1746
|
+
return LayoutDataBackgroundType2;
|
|
1747
|
+
})(LayoutDataBackgroundType || {});
|
|
1748
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1749
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1750
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1751
|
+
return BackdropType2;
|
|
1752
|
+
})(BackdropType || {});
|
|
1262
1753
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1263
1754
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1264
1755
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1275,8 +1766,45 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1275
1766
|
DesignTarget2["CELL"] = "CELL";
|
|
1276
1767
|
return DesignTarget2;
|
|
1277
1768
|
})(DesignTarget || {});
|
|
1769
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1770
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1771
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1772
|
+
Scaling2["COVER"] = "COVER";
|
|
1773
|
+
return Scaling2;
|
|
1774
|
+
})(Scaling || {});
|
|
1775
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1776
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1777
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1778
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1779
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1780
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1781
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1782
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1783
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1784
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1785
|
+
return ImagePositionPosition2;
|
|
1786
|
+
})(ImagePositionPosition || {});
|
|
1787
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1788
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1789
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1790
|
+
return CardDataBackgroundType2;
|
|
1791
|
+
})(CardDataBackgroundType || {});
|
|
1792
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1793
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1794
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1795
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1796
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1797
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1798
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1799
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1800
|
+
return ListStyle2;
|
|
1801
|
+
})(ListStyle || {});
|
|
1802
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1803
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1804
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1805
|
+
return Indentation2;
|
|
1806
|
+
})(Indentation || {});
|
|
1278
1807
|
var PaymentPolicyType = /* @__PURE__ */ ((PaymentPolicyType2) => {
|
|
1279
|
-
PaymentPolicyType2["UNKNOWN_PAYMENT_POLICY_TYPE"] = "UNKNOWN_PAYMENT_POLICY_TYPE";
|
|
1280
1808
|
PaymentPolicyType2["PER_GUEST"] = "PER_GUEST";
|
|
1281
1809
|
PaymentPolicyType2["FREE"] = "FREE";
|
|
1282
1810
|
return PaymentPolicyType2;
|
|
@@ -1317,7 +1845,6 @@ var NestedAggregationType = /* @__PURE__ */ ((NestedAggregationType2) => {
|
|
|
1317
1845
|
return NestedAggregationType2;
|
|
1318
1846
|
})(NestedAggregationType || {});
|
|
1319
1847
|
var Interval = /* @__PURE__ */ ((Interval2) => {
|
|
1320
|
-
Interval2["UNKNOWN_INTERVAL"] = "UNKNOWN_INTERVAL";
|
|
1321
1848
|
Interval2["YEAR"] = "YEAR";
|
|
1322
1849
|
Interval2["MONTH"] = "MONTH";
|
|
1323
1850
|
Interval2["WEEK"] = "WEEK";
|
|
@@ -1521,13 +2048,53 @@ function bulkUpdateExperienceTagsByFilter2() {
|
|
|
1521
2048
|
__originalResponseType: null
|
|
1522
2049
|
};
|
|
1523
2050
|
}
|
|
2051
|
+
function bulkArchiveExperiences2() {
|
|
2052
|
+
const payload = {};
|
|
2053
|
+
const getRequestOptions = bulkArchiveExperiences(payload);
|
|
2054
|
+
const getUrl = (context) => {
|
|
2055
|
+
const { url } = getRequestOptions(context);
|
|
2056
|
+
return url;
|
|
2057
|
+
};
|
|
2058
|
+
return {
|
|
2059
|
+
getUrl,
|
|
2060
|
+
httpMethod: "POST",
|
|
2061
|
+
path: "/v1/bulk/experiences/archive",
|
|
2062
|
+
pathParams: {},
|
|
2063
|
+
__requestType: null,
|
|
2064
|
+
__originalRequestType: null,
|
|
2065
|
+
__responseType: null,
|
|
2066
|
+
__originalResponseType: null
|
|
2067
|
+
};
|
|
2068
|
+
}
|
|
2069
|
+
function bulkUnarchiveExperiences2() {
|
|
2070
|
+
const payload = {};
|
|
2071
|
+
const getRequestOptions = bulkUnarchiveExperiences(
|
|
2072
|
+
payload
|
|
2073
|
+
);
|
|
2074
|
+
const getUrl = (context) => {
|
|
2075
|
+
const { url } = getRequestOptions(context);
|
|
2076
|
+
return url;
|
|
2077
|
+
};
|
|
2078
|
+
return {
|
|
2079
|
+
getUrl,
|
|
2080
|
+
httpMethod: "POST",
|
|
2081
|
+
path: "/v1/bulk/experiences/unarchive",
|
|
2082
|
+
pathParams: {},
|
|
2083
|
+
__requestType: null,
|
|
2084
|
+
__originalRequestType: null,
|
|
2085
|
+
__responseType: null,
|
|
2086
|
+
__originalResponseType: null
|
|
2087
|
+
};
|
|
2088
|
+
}
|
|
1524
2089
|
export {
|
|
1525
2090
|
AggregationType as AggregationTypeOriginal,
|
|
1526
2091
|
Alignment as AlignmentOriginal,
|
|
1527
2092
|
AppType as AppTypeOriginal,
|
|
1528
2093
|
AspectRatio as AspectRatioOriginal,
|
|
2094
|
+
BackdropType as BackdropTypeOriginal,
|
|
1529
2095
|
BackgroundType as BackgroundTypeOriginal,
|
|
1530
2096
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
2097
|
+
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
1531
2098
|
Crop as CropOriginal,
|
|
1532
2099
|
DayOfWeek as DayOfWeekOriginal,
|
|
1533
2100
|
DecorationType as DecorationTypeOriginal,
|
|
@@ -1536,12 +2103,18 @@ export {
|
|
|
1536
2103
|
DividerDataAlignment as DividerDataAlignmentOriginal,
|
|
1537
2104
|
FontType as FontTypeOriginal,
|
|
1538
2105
|
GIFType as GIFTypeOriginal,
|
|
2106
|
+
GradientType as GradientTypeOriginal,
|
|
1539
2107
|
ImagePosition as ImagePositionOriginal,
|
|
2108
|
+
ImagePositionPosition as ImagePositionPositionOriginal,
|
|
2109
|
+
ImageScalingScaling as ImageScalingScalingOriginal,
|
|
2110
|
+
Indentation as IndentationOriginal,
|
|
1540
2111
|
InitialExpandedItems as InitialExpandedItemsOriginal,
|
|
1541
2112
|
Interval as IntervalOriginal,
|
|
2113
|
+
LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
|
|
1542
2114
|
Layout as LayoutOriginal,
|
|
1543
2115
|
LayoutType as LayoutTypeOriginal,
|
|
1544
2116
|
LineStyle as LineStyleOriginal,
|
|
2117
|
+
ListStyle as ListStyleOriginal,
|
|
1545
2118
|
MapType as MapTypeOriginal,
|
|
1546
2119
|
MissingValues as MissingValuesOriginal,
|
|
1547
2120
|
Mode as ModeOriginal,
|
|
@@ -1554,6 +2127,7 @@ export {
|
|
|
1554
2127
|
Placement as PlacementOriginal,
|
|
1555
2128
|
PlacementType as PlacementTypeOriginal,
|
|
1556
2129
|
PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
|
|
2130
|
+
PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
|
|
1557
2131
|
PollLayoutDirection as PollLayoutDirectionOriginal,
|
|
1558
2132
|
PollLayoutType as PollLayoutTypeOriginal,
|
|
1559
2133
|
Position as PositionOriginal,
|
|
@@ -1586,6 +2160,8 @@ export {
|
|
|
1586
2160
|
WebhookIdentityType as WebhookIdentityTypeOriginal,
|
|
1587
2161
|
Width as WidthOriginal,
|
|
1588
2162
|
WidthType as WidthTypeOriginal,
|
|
2163
|
+
bulkArchiveExperiences2 as bulkArchiveExperiences,
|
|
2164
|
+
bulkUnarchiveExperiences2 as bulkUnarchiveExperiences,
|
|
1589
2165
|
bulkUpdateExperienceTags2 as bulkUpdateExperienceTags,
|
|
1590
2166
|
bulkUpdateExperienceTagsByFilter2 as bulkUpdateExperienceTagsByFilter,
|
|
1591
2167
|
createExperience2 as createExperience,
|