@wix/auto_sdk_table-reservations_experiences 1.0.43 → 1.0.45
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 +2 -2
- package/build/cjs/index.js +563 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +407 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +89 -37
- package/build/cjs/meta.js +407 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +104 -51
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +562 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +406 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +89 -37
- package/build/es/meta.mjs +406 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +104 -51
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +563 -5
- 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 +407 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +89 -37
- package/build/internal/cjs/meta.js +407 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +104 -51
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +562 -5
- 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 +406 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +89 -37
- package/build/internal/es/meta.mjs +406 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-BqhRReXL.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +104 -51
- package/package.json +2 -2
|
@@ -88,6 +88,7 @@ __export(meta_exports, {
|
|
|
88
88
|
ThumbnailsAlignmentOriginal: () => ThumbnailsAlignment,
|
|
89
89
|
TypeOriginal: () => Type,
|
|
90
90
|
UnitOriginal: () => Unit,
|
|
91
|
+
VariantOriginal: () => Variant,
|
|
91
92
|
VerticalAlignmentAlignmentOriginal: () => VerticalAlignmentAlignment,
|
|
92
93
|
VerticalAlignmentOriginal: () => VerticalAlignment,
|
|
93
94
|
ViewModeOriginal: () => ViewMode,
|
|
@@ -265,6 +266,18 @@ function createExperience(payload) {
|
|
|
265
266
|
{
|
|
266
267
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
267
268
|
},
|
|
269
|
+
{
|
|
270
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
280
|
+
},
|
|
268
281
|
{
|
|
269
282
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
270
283
|
},
|
|
@@ -298,9 +311,27 @@ function createExperience(payload) {
|
|
|
298
311
|
{
|
|
299
312
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
300
313
|
},
|
|
314
|
+
{
|
|
315
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
322
|
+
},
|
|
301
323
|
{
|
|
302
324
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
303
325
|
},
|
|
326
|
+
{
|
|
327
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
334
|
+
},
|
|
304
335
|
{
|
|
305
336
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
306
337
|
},
|
|
@@ -334,6 +365,15 @@ function createExperience(payload) {
|
|
|
334
365
|
{
|
|
335
366
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
336
367
|
},
|
|
368
|
+
{
|
|
369
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
376
|
+
},
|
|
337
377
|
{
|
|
338
378
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
339
379
|
},
|
|
@@ -410,6 +450,18 @@ function createExperience(payload) {
|
|
|
410
450
|
{
|
|
411
451
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
412
452
|
},
|
|
453
|
+
{
|
|
454
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
464
|
+
},
|
|
413
465
|
{
|
|
414
466
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
415
467
|
},
|
|
@@ -443,9 +495,27 @@ function createExperience(payload) {
|
|
|
443
495
|
{
|
|
444
496
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
445
497
|
},
|
|
498
|
+
{
|
|
499
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
506
|
+
},
|
|
446
507
|
{
|
|
447
508
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
448
509
|
},
|
|
510
|
+
{
|
|
511
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
518
|
+
},
|
|
449
519
|
{
|
|
450
520
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
451
521
|
},
|
|
@@ -479,6 +549,15 @@ function createExperience(payload) {
|
|
|
479
549
|
{
|
|
480
550
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
481
551
|
},
|
|
552
|
+
{
|
|
553
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
560
|
+
},
|
|
482
561
|
{
|
|
483
562
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
484
563
|
},
|
|
@@ -562,6 +641,18 @@ function getExperience(payload) {
|
|
|
562
641
|
{
|
|
563
642
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
564
643
|
},
|
|
644
|
+
{
|
|
645
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
655
|
+
},
|
|
565
656
|
{
|
|
566
657
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
567
658
|
},
|
|
@@ -595,9 +686,27 @@ function getExperience(payload) {
|
|
|
595
686
|
{
|
|
596
687
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
597
688
|
},
|
|
689
|
+
{
|
|
690
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
697
|
+
},
|
|
598
698
|
{
|
|
599
699
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
600
700
|
},
|
|
701
|
+
{
|
|
702
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
709
|
+
},
|
|
601
710
|
{
|
|
602
711
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
603
712
|
},
|
|
@@ -631,6 +740,15 @@ function getExperience(payload) {
|
|
|
631
740
|
{
|
|
632
741
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
633
742
|
},
|
|
743
|
+
{
|
|
744
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
751
|
+
},
|
|
634
752
|
{
|
|
635
753
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
636
754
|
},
|
|
@@ -714,6 +832,18 @@ function getExperienceBySlug(payload) {
|
|
|
714
832
|
{
|
|
715
833
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
716
834
|
},
|
|
835
|
+
{
|
|
836
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
846
|
+
},
|
|
717
847
|
{
|
|
718
848
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
719
849
|
},
|
|
@@ -747,9 +877,27 @@ function getExperienceBySlug(payload) {
|
|
|
747
877
|
{
|
|
748
878
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
749
879
|
},
|
|
880
|
+
{
|
|
881
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
885
|
+
},
|
|
886
|
+
{
|
|
887
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
888
|
+
},
|
|
750
889
|
{
|
|
751
890
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
752
891
|
},
|
|
892
|
+
{
|
|
893
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
900
|
+
},
|
|
753
901
|
{
|
|
754
902
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
755
903
|
},
|
|
@@ -783,6 +931,15 @@ function getExperienceBySlug(payload) {
|
|
|
783
931
|
{
|
|
784
932
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
785
933
|
},
|
|
934
|
+
{
|
|
935
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
942
|
+
},
|
|
786
943
|
{
|
|
787
944
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
788
945
|
},
|
|
@@ -856,6 +1013,18 @@ function updateExperience(payload) {
|
|
|
856
1013
|
{
|
|
857
1014
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
858
1015
|
},
|
|
1016
|
+
{
|
|
1017
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1027
|
+
},
|
|
859
1028
|
{
|
|
860
1029
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
861
1030
|
},
|
|
@@ -889,9 +1058,27 @@ function updateExperience(payload) {
|
|
|
889
1058
|
{
|
|
890
1059
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
891
1060
|
},
|
|
1061
|
+
{
|
|
1062
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1069
|
+
},
|
|
892
1070
|
{
|
|
893
1071
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
894
1072
|
},
|
|
1073
|
+
{
|
|
1074
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1081
|
+
},
|
|
895
1082
|
{
|
|
896
1083
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
897
1084
|
},
|
|
@@ -925,6 +1112,15 @@ function updateExperience(payload) {
|
|
|
925
1112
|
{
|
|
926
1113
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
927
1114
|
},
|
|
1115
|
+
{
|
|
1116
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1123
|
+
},
|
|
928
1124
|
{
|
|
929
1125
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
930
1126
|
},
|
|
@@ -1001,6 +1197,18 @@ function updateExperience(payload) {
|
|
|
1001
1197
|
{
|
|
1002
1198
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1003
1199
|
},
|
|
1200
|
+
{
|
|
1201
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1211
|
+
},
|
|
1004
1212
|
{
|
|
1005
1213
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1006
1214
|
},
|
|
@@ -1034,9 +1242,27 @@ function updateExperience(payload) {
|
|
|
1034
1242
|
{
|
|
1035
1243
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1036
1244
|
},
|
|
1245
|
+
{
|
|
1246
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1253
|
+
},
|
|
1037
1254
|
{
|
|
1038
1255
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1039
1256
|
},
|
|
1257
|
+
{
|
|
1258
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1262
|
+
},
|
|
1263
|
+
{
|
|
1264
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1265
|
+
},
|
|
1040
1266
|
{
|
|
1041
1267
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1042
1268
|
},
|
|
@@ -1070,6 +1296,15 @@ function updateExperience(payload) {
|
|
|
1070
1296
|
{
|
|
1071
1297
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1072
1298
|
},
|
|
1299
|
+
{
|
|
1300
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1307
|
+
},
|
|
1073
1308
|
{
|
|
1074
1309
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1075
1310
|
},
|
|
@@ -1153,6 +1388,18 @@ function queryExperiences(payload) {
|
|
|
1153
1388
|
{
|
|
1154
1389
|
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1155
1390
|
},
|
|
1391
|
+
{
|
|
1392
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1402
|
+
},
|
|
1156
1403
|
{
|
|
1157
1404
|
path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1158
1405
|
},
|
|
@@ -1186,9 +1433,27 @@ function queryExperiences(payload) {
|
|
|
1186
1433
|
{
|
|
1187
1434
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1188
1435
|
},
|
|
1436
|
+
{
|
|
1437
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1444
|
+
},
|
|
1189
1445
|
{
|
|
1190
1446
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1191
1447
|
},
|
|
1448
|
+
{
|
|
1449
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1450
|
+
},
|
|
1451
|
+
{
|
|
1452
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1456
|
+
},
|
|
1192
1457
|
{
|
|
1193
1458
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1194
1459
|
},
|
|
@@ -1222,6 +1487,15 @@ function queryExperiences(payload) {
|
|
|
1222
1487
|
{
|
|
1223
1488
|
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1224
1489
|
},
|
|
1490
|
+
{
|
|
1491
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1498
|
+
},
|
|
1225
1499
|
{
|
|
1226
1500
|
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1227
1501
|
},
|
|
@@ -1331,6 +1605,18 @@ function searchExperiences(payload) {
|
|
|
1331
1605
|
{
|
|
1332
1606
|
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1333
1607
|
},
|
|
1608
|
+
{
|
|
1609
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1610
|
+
},
|
|
1611
|
+
{
|
|
1612
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1619
|
+
},
|
|
1334
1620
|
{
|
|
1335
1621
|
path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1336
1622
|
},
|
|
@@ -1364,9 +1650,27 @@ function searchExperiences(payload) {
|
|
|
1364
1650
|
{
|
|
1365
1651
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1366
1652
|
},
|
|
1653
|
+
{
|
|
1654
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1658
|
+
},
|
|
1659
|
+
{
|
|
1660
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1661
|
+
},
|
|
1367
1662
|
{
|
|
1368
1663
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1369
1664
|
},
|
|
1665
|
+
{
|
|
1666
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1673
|
+
},
|
|
1370
1674
|
{
|
|
1371
1675
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1372
1676
|
},
|
|
@@ -1400,6 +1704,15 @@ function searchExperiences(payload) {
|
|
|
1400
1704
|
{
|
|
1401
1705
|
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1402
1706
|
},
|
|
1707
|
+
{
|
|
1708
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1709
|
+
},
|
|
1710
|
+
{
|
|
1711
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1712
|
+
},
|
|
1713
|
+
{
|
|
1714
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1715
|
+
},
|
|
1403
1716
|
{
|
|
1404
1717
|
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1405
1718
|
},
|
|
@@ -1505,6 +1818,18 @@ function bulkUpdateExperiences(payload) {
|
|
|
1505
1818
|
{
|
|
1506
1819
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1507
1820
|
},
|
|
1821
|
+
{
|
|
1822
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1832
|
+
},
|
|
1508
1833
|
{
|
|
1509
1834
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1510
1835
|
},
|
|
@@ -1538,9 +1863,27 @@ function bulkUpdateExperiences(payload) {
|
|
|
1538
1863
|
{
|
|
1539
1864
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1540
1865
|
},
|
|
1866
|
+
{
|
|
1867
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1868
|
+
},
|
|
1869
|
+
{
|
|
1870
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1874
|
+
},
|
|
1541
1875
|
{
|
|
1542
1876
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1543
1877
|
},
|
|
1878
|
+
{
|
|
1879
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1880
|
+
},
|
|
1881
|
+
{
|
|
1882
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1883
|
+
},
|
|
1884
|
+
{
|
|
1885
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1886
|
+
},
|
|
1544
1887
|
{
|
|
1545
1888
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1546
1889
|
},
|
|
@@ -1574,6 +1917,15 @@ function bulkUpdateExperiences(payload) {
|
|
|
1574
1917
|
{
|
|
1575
1918
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1576
1919
|
},
|
|
1920
|
+
{
|
|
1921
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1928
|
+
},
|
|
1577
1929
|
{
|
|
1578
1930
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1579
1931
|
},
|
|
@@ -1650,6 +2002,18 @@ function bulkUpdateExperiences(payload) {
|
|
|
1650
2002
|
{
|
|
1651
2003
|
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1652
2004
|
},
|
|
2005
|
+
{
|
|
2006
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
2007
|
+
},
|
|
2008
|
+
{
|
|
2009
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
2016
|
+
},
|
|
1653
2017
|
{
|
|
1654
2018
|
path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1655
2019
|
},
|
|
@@ -1683,9 +2047,27 @@ function bulkUpdateExperiences(payload) {
|
|
|
1683
2047
|
{
|
|
1684
2048
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1685
2049
|
},
|
|
2050
|
+
{
|
|
2051
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2058
|
+
},
|
|
1686
2059
|
{
|
|
1687
2060
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1688
2061
|
},
|
|
2062
|
+
{
|
|
2063
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2064
|
+
},
|
|
2065
|
+
{
|
|
2066
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2067
|
+
},
|
|
2068
|
+
{
|
|
2069
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2070
|
+
},
|
|
1689
2071
|
{
|
|
1690
2072
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1691
2073
|
},
|
|
@@ -1719,6 +2101,15 @@ function bulkUpdateExperiences(payload) {
|
|
|
1719
2101
|
{
|
|
1720
2102
|
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1721
2103
|
},
|
|
2104
|
+
{
|
|
2105
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2106
|
+
},
|
|
2107
|
+
{
|
|
2108
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2109
|
+
},
|
|
2110
|
+
{
|
|
2111
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2112
|
+
},
|
|
1722
2113
|
{
|
|
1723
2114
|
path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1724
2115
|
},
|
|
@@ -2072,6 +2463,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
2072
2463
|
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
2073
2464
|
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
2074
2465
|
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
2466
|
+
DecorationType2["SKETCH"] = "SKETCH";
|
|
2075
2467
|
return DecorationType2;
|
|
2076
2468
|
})(DecorationType || {});
|
|
2077
2469
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
@@ -2079,6 +2471,15 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
2079
2471
|
FontType2["EM"] = "EM";
|
|
2080
2472
|
return FontType2;
|
|
2081
2473
|
})(FontType || {});
|
|
2474
|
+
var Variant = /* @__PURE__ */ ((Variant2) => {
|
|
2475
|
+
Variant2["UNDERLINE"] = "UNDERLINE";
|
|
2476
|
+
Variant2["BOX"] = "BOX";
|
|
2477
|
+
Variant2["CIRCLE"] = "CIRCLE";
|
|
2478
|
+
Variant2["HIGHLIGHT"] = "HIGHLIGHT";
|
|
2479
|
+
Variant2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
2480
|
+
Variant2["CROSSED_OFF"] = "CROSSED_OFF";
|
|
2481
|
+
return Variant2;
|
|
2482
|
+
})(Variant || {});
|
|
2082
2483
|
var Position = /* @__PURE__ */ ((Position2) => {
|
|
2083
2484
|
Position2["START"] = "START";
|
|
2084
2485
|
Position2["END"] = "END";
|
|
@@ -2161,6 +2562,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2161
2562
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2162
2563
|
return ImagePosition2;
|
|
2163
2564
|
})(ImagePosition || {});
|
|
2565
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2566
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2567
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2568
|
+
return LayoutDataBackgroundType2;
|
|
2569
|
+
})(LayoutDataBackgroundType || {});
|
|
2164
2570
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2165
2571
|
Origin2["IMAGE"] = "IMAGE";
|
|
2166
2572
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2171,11 +2577,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2171
2577
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2172
2578
|
return BannerPosition2;
|
|
2173
2579
|
})(BannerPosition || {});
|
|
2174
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2175
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2176
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2177
|
-
return LayoutDataBackgroundType2;
|
|
2178
|
-
})(LayoutDataBackgroundType || {});
|
|
2179
2580
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2180
2581
|
BackdropType2["COLOR"] = "COLOR";
|
|
2181
2582
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -2638,6 +3039,7 @@ function bulkUnarchiveExperiences2() {
|
|
|
2638
3039
|
ThumbnailsAlignmentOriginal,
|
|
2639
3040
|
TypeOriginal,
|
|
2640
3041
|
UnitOriginal,
|
|
3042
|
+
VariantOriginal,
|
|
2641
3043
|
VerticalAlignmentAlignmentOriginal,
|
|
2642
3044
|
VerticalAlignmentOriginal,
|
|
2643
3045
|
ViewModeOriginal,
|