@wix/auto_sdk_table-reservations_experiences 1.0.44 → 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 +551 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +395 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +60 -34
- package/build/cjs/meta.js +395 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +74 -47
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +551 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +395 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +60 -34
- package/build/es/meta.mjs +395 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/es/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +74 -47
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +551 -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 +395 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +60 -34
- package/build/internal/cjs/meta.js +395 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.ts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.ts} +74 -47
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +551 -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 +395 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +60 -34
- package/build/internal/es/meta.mjs +395 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/{table-reservations-v1-experience-experiences.universal-Dye8qAKg.d.mts → table-reservations-v1-experience-experiences.universal-Cqe_JOHB.d.mts} +74 -47
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -284,6 +284,18 @@ function createExperience(payload) {
|
|
|
284
284
|
{
|
|
285
285
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
286
286
|
},
|
|
287
|
+
{
|
|
288
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
298
|
+
},
|
|
287
299
|
{
|
|
288
300
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
289
301
|
},
|
|
@@ -317,9 +329,27 @@ function createExperience(payload) {
|
|
|
317
329
|
{
|
|
318
330
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
319
331
|
},
|
|
332
|
+
{
|
|
333
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
340
|
+
},
|
|
320
341
|
{
|
|
321
342
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
322
343
|
},
|
|
344
|
+
{
|
|
345
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
352
|
+
},
|
|
323
353
|
{
|
|
324
354
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
325
355
|
},
|
|
@@ -353,6 +383,15 @@ function createExperience(payload) {
|
|
|
353
383
|
{
|
|
354
384
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
355
385
|
},
|
|
386
|
+
{
|
|
387
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
394
|
+
},
|
|
356
395
|
{
|
|
357
396
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
358
397
|
},
|
|
@@ -429,6 +468,18 @@ function createExperience(payload) {
|
|
|
429
468
|
{
|
|
430
469
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
431
470
|
},
|
|
471
|
+
{
|
|
472
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
482
|
+
},
|
|
432
483
|
{
|
|
433
484
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
434
485
|
},
|
|
@@ -462,9 +513,27 @@ function createExperience(payload) {
|
|
|
462
513
|
{
|
|
463
514
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
464
515
|
},
|
|
516
|
+
{
|
|
517
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
524
|
+
},
|
|
465
525
|
{
|
|
466
526
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
467
527
|
},
|
|
528
|
+
{
|
|
529
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
536
|
+
},
|
|
468
537
|
{
|
|
469
538
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
470
539
|
},
|
|
@@ -498,6 +567,15 @@ function createExperience(payload) {
|
|
|
498
567
|
{
|
|
499
568
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
500
569
|
},
|
|
570
|
+
{
|
|
571
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
578
|
+
},
|
|
501
579
|
{
|
|
502
580
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
503
581
|
},
|
|
@@ -581,6 +659,18 @@ function getExperience(payload) {
|
|
|
581
659
|
{
|
|
582
660
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
583
661
|
},
|
|
662
|
+
{
|
|
663
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
673
|
+
},
|
|
584
674
|
{
|
|
585
675
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
586
676
|
},
|
|
@@ -614,9 +704,27 @@ function getExperience(payload) {
|
|
|
614
704
|
{
|
|
615
705
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
616
706
|
},
|
|
707
|
+
{
|
|
708
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
715
|
+
},
|
|
617
716
|
{
|
|
618
717
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
619
718
|
},
|
|
719
|
+
{
|
|
720
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
727
|
+
},
|
|
620
728
|
{
|
|
621
729
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
622
730
|
},
|
|
@@ -650,6 +758,15 @@ function getExperience(payload) {
|
|
|
650
758
|
{
|
|
651
759
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
652
760
|
},
|
|
761
|
+
{
|
|
762
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
769
|
+
},
|
|
653
770
|
{
|
|
654
771
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
655
772
|
},
|
|
@@ -733,6 +850,18 @@ function getExperienceBySlug(payload) {
|
|
|
733
850
|
{
|
|
734
851
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
735
852
|
},
|
|
853
|
+
{
|
|
854
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
864
|
+
},
|
|
736
865
|
{
|
|
737
866
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
738
867
|
},
|
|
@@ -766,9 +895,27 @@ function getExperienceBySlug(payload) {
|
|
|
766
895
|
{
|
|
767
896
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
768
897
|
},
|
|
898
|
+
{
|
|
899
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
906
|
+
},
|
|
769
907
|
{
|
|
770
908
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
771
909
|
},
|
|
910
|
+
{
|
|
911
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
918
|
+
},
|
|
772
919
|
{
|
|
773
920
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
774
921
|
},
|
|
@@ -802,6 +949,15 @@ function getExperienceBySlug(payload) {
|
|
|
802
949
|
{
|
|
803
950
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
804
951
|
},
|
|
952
|
+
{
|
|
953
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
960
|
+
},
|
|
805
961
|
{
|
|
806
962
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
807
963
|
},
|
|
@@ -875,6 +1031,18 @@ function updateExperience(payload) {
|
|
|
875
1031
|
{
|
|
876
1032
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
877
1033
|
},
|
|
1034
|
+
{
|
|
1035
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1045
|
+
},
|
|
878
1046
|
{
|
|
879
1047
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
880
1048
|
},
|
|
@@ -908,9 +1076,27 @@ function updateExperience(payload) {
|
|
|
908
1076
|
{
|
|
909
1077
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
910
1078
|
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1087
|
+
},
|
|
911
1088
|
{
|
|
912
1089
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
913
1090
|
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1099
|
+
},
|
|
914
1100
|
{
|
|
915
1101
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
916
1102
|
},
|
|
@@ -944,6 +1130,15 @@ function updateExperience(payload) {
|
|
|
944
1130
|
{
|
|
945
1131
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
946
1132
|
},
|
|
1133
|
+
{
|
|
1134
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1141
|
+
},
|
|
947
1142
|
{
|
|
948
1143
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
949
1144
|
},
|
|
@@ -1020,6 +1215,18 @@ function updateExperience(payload) {
|
|
|
1020
1215
|
{
|
|
1021
1216
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1022
1217
|
},
|
|
1218
|
+
{
|
|
1219
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1229
|
+
},
|
|
1023
1230
|
{
|
|
1024
1231
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1025
1232
|
},
|
|
@@ -1053,9 +1260,27 @@ function updateExperience(payload) {
|
|
|
1053
1260
|
{
|
|
1054
1261
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1055
1262
|
},
|
|
1263
|
+
{
|
|
1264
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1271
|
+
},
|
|
1056
1272
|
{
|
|
1057
1273
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1058
1274
|
},
|
|
1275
|
+
{
|
|
1276
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1283
|
+
},
|
|
1059
1284
|
{
|
|
1060
1285
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1061
1286
|
},
|
|
@@ -1089,6 +1314,15 @@ function updateExperience(payload) {
|
|
|
1089
1314
|
{
|
|
1090
1315
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1091
1316
|
},
|
|
1317
|
+
{
|
|
1318
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1319
|
+
},
|
|
1320
|
+
{
|
|
1321
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1325
|
+
},
|
|
1092
1326
|
{
|
|
1093
1327
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1094
1328
|
},
|
|
@@ -1172,6 +1406,18 @@ function queryExperiences(payload) {
|
|
|
1172
1406
|
{
|
|
1173
1407
|
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1174
1408
|
},
|
|
1409
|
+
{
|
|
1410
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1420
|
+
},
|
|
1175
1421
|
{
|
|
1176
1422
|
path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1177
1423
|
},
|
|
@@ -1205,9 +1451,27 @@ function queryExperiences(payload) {
|
|
|
1205
1451
|
{
|
|
1206
1452
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1207
1453
|
},
|
|
1454
|
+
{
|
|
1455
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1462
|
+
},
|
|
1208
1463
|
{
|
|
1209
1464
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1210
1465
|
},
|
|
1466
|
+
{
|
|
1467
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1474
|
+
},
|
|
1211
1475
|
{
|
|
1212
1476
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1213
1477
|
},
|
|
@@ -1241,6 +1505,15 @@ function queryExperiences(payload) {
|
|
|
1241
1505
|
{
|
|
1242
1506
|
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1243
1507
|
},
|
|
1508
|
+
{
|
|
1509
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1516
|
+
},
|
|
1244
1517
|
{
|
|
1245
1518
|
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1246
1519
|
},
|
|
@@ -1350,6 +1623,18 @@ function searchExperiences(payload) {
|
|
|
1350
1623
|
{
|
|
1351
1624
|
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1352
1625
|
},
|
|
1626
|
+
{
|
|
1627
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1631
|
+
},
|
|
1632
|
+
{
|
|
1633
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1637
|
+
},
|
|
1353
1638
|
{
|
|
1354
1639
|
path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1355
1640
|
},
|
|
@@ -1383,9 +1668,27 @@ function searchExperiences(payload) {
|
|
|
1383
1668
|
{
|
|
1384
1669
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1385
1670
|
},
|
|
1671
|
+
{
|
|
1672
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1679
|
+
},
|
|
1386
1680
|
{
|
|
1387
1681
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1388
1682
|
},
|
|
1683
|
+
{
|
|
1684
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1691
|
+
},
|
|
1389
1692
|
{
|
|
1390
1693
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1391
1694
|
},
|
|
@@ -1419,6 +1722,15 @@ function searchExperiences(payload) {
|
|
|
1419
1722
|
{
|
|
1420
1723
|
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1421
1724
|
},
|
|
1725
|
+
{
|
|
1726
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1733
|
+
},
|
|
1422
1734
|
{
|
|
1423
1735
|
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1424
1736
|
},
|
|
@@ -1524,6 +1836,18 @@ function bulkUpdateExperiences(payload) {
|
|
|
1524
1836
|
{
|
|
1525
1837
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1526
1838
|
},
|
|
1839
|
+
{
|
|
1840
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1844
|
+
},
|
|
1845
|
+
{
|
|
1846
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1847
|
+
},
|
|
1848
|
+
{
|
|
1849
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1850
|
+
},
|
|
1527
1851
|
{
|
|
1528
1852
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1529
1853
|
},
|
|
@@ -1557,9 +1881,27 @@ function bulkUpdateExperiences(payload) {
|
|
|
1557
1881
|
{
|
|
1558
1882
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1559
1883
|
},
|
|
1884
|
+
{
|
|
1885
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1892
|
+
},
|
|
1560
1893
|
{
|
|
1561
1894
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1562
1895
|
},
|
|
1896
|
+
{
|
|
1897
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1904
|
+
},
|
|
1563
1905
|
{
|
|
1564
1906
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1565
1907
|
},
|
|
@@ -1593,6 +1935,15 @@ function bulkUpdateExperiences(payload) {
|
|
|
1593
1935
|
{
|
|
1594
1936
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1595
1937
|
},
|
|
1938
|
+
{
|
|
1939
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1940
|
+
},
|
|
1941
|
+
{
|
|
1942
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1943
|
+
},
|
|
1944
|
+
{
|
|
1945
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1946
|
+
},
|
|
1596
1947
|
{
|
|
1597
1948
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1598
1949
|
},
|
|
@@ -1669,6 +2020,18 @@ function bulkUpdateExperiences(payload) {
|
|
|
1669
2020
|
{
|
|
1670
2021
|
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1671
2022
|
},
|
|
2023
|
+
{
|
|
2024
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
2028
|
+
},
|
|
2029
|
+
{
|
|
2030
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
2034
|
+
},
|
|
1672
2035
|
{
|
|
1673
2036
|
path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1674
2037
|
},
|
|
@@ -1702,9 +2065,27 @@ function bulkUpdateExperiences(payload) {
|
|
|
1702
2065
|
{
|
|
1703
2066
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1704
2067
|
},
|
|
2068
|
+
{
|
|
2069
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2070
|
+
},
|
|
2071
|
+
{
|
|
2072
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2076
|
+
},
|
|
1705
2077
|
{
|
|
1706
2078
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1707
2079
|
},
|
|
2080
|
+
{
|
|
2081
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2085
|
+
},
|
|
2086
|
+
{
|
|
2087
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2088
|
+
},
|
|
1708
2089
|
{
|
|
1709
2090
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1710
2091
|
},
|
|
@@ -1738,6 +2119,15 @@ function bulkUpdateExperiences(payload) {
|
|
|
1738
2119
|
{
|
|
1739
2120
|
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1740
2121
|
},
|
|
2122
|
+
{
|
|
2123
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2130
|
+
},
|
|
1741
2131
|
{
|
|
1742
2132
|
path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1743
2133
|
},
|
|
@@ -2197,6 +2587,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2197
2587
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2198
2588
|
return ImagePosition2;
|
|
2199
2589
|
})(ImagePosition || {});
|
|
2590
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2591
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2592
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2593
|
+
return LayoutDataBackgroundType2;
|
|
2594
|
+
})(LayoutDataBackgroundType || {});
|
|
2200
2595
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2201
2596
|
Origin2["IMAGE"] = "IMAGE";
|
|
2202
2597
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2207,11 +2602,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2207
2602
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2208
2603
|
return BannerPosition2;
|
|
2209
2604
|
})(BannerPosition || {});
|
|
2210
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2211
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2212
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2213
|
-
return LayoutDataBackgroundType2;
|
|
2214
|
-
})(LayoutDataBackgroundType || {});
|
|
2215
2605
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2216
2606
|
BackdropType2["COLOR"] = "COLOR";
|
|
2217
2607
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -3134,6 +3524,18 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
3134
3524
|
{
|
|
3135
3525
|
path: "entity.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3136
3526
|
},
|
|
3527
|
+
{
|
|
3528
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
3529
|
+
},
|
|
3530
|
+
{
|
|
3531
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
3532
|
+
},
|
|
3533
|
+
{
|
|
3534
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
3535
|
+
},
|
|
3536
|
+
{
|
|
3537
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
3538
|
+
},
|
|
3137
3539
|
{
|
|
3138
3540
|
path: "entity.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3139
3541
|
},
|
|
@@ -3167,9 +3569,27 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
3167
3569
|
{
|
|
3168
3570
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3169
3571
|
},
|
|
3572
|
+
{
|
|
3573
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3577
|
+
},
|
|
3578
|
+
{
|
|
3579
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3580
|
+
},
|
|
3170
3581
|
{
|
|
3171
3582
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3172
3583
|
},
|
|
3584
|
+
{
|
|
3585
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3589
|
+
},
|
|
3590
|
+
{
|
|
3591
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3592
|
+
},
|
|
3173
3593
|
{
|
|
3174
3594
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3175
3595
|
},
|
|
@@ -3203,6 +3623,15 @@ var onExperienceCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
3203
3623
|
{
|
|
3204
3624
|
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3205
3625
|
},
|
|
3626
|
+
{
|
|
3627
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3628
|
+
},
|
|
3629
|
+
{
|
|
3630
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3631
|
+
},
|
|
3632
|
+
{
|
|
3633
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3634
|
+
},
|
|
3206
3635
|
{
|
|
3207
3636
|
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3208
3637
|
},
|
|
@@ -3290,6 +3719,18 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
|
|
|
3290
3719
|
{
|
|
3291
3720
|
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3292
3721
|
},
|
|
3722
|
+
{
|
|
3723
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
3724
|
+
},
|
|
3725
|
+
{
|
|
3726
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
3730
|
+
},
|
|
3731
|
+
{
|
|
3732
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
3733
|
+
},
|
|
3293
3734
|
{
|
|
3294
3735
|
path: "data.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3295
3736
|
},
|
|
@@ -3323,9 +3764,27 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
|
|
|
3323
3764
|
{
|
|
3324
3765
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3325
3766
|
},
|
|
3767
|
+
{
|
|
3768
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3769
|
+
},
|
|
3770
|
+
{
|
|
3771
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3772
|
+
},
|
|
3773
|
+
{
|
|
3774
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3775
|
+
},
|
|
3326
3776
|
{
|
|
3327
3777
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3328
3778
|
},
|
|
3779
|
+
{
|
|
3780
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3787
|
+
},
|
|
3329
3788
|
{
|
|
3330
3789
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3331
3790
|
},
|
|
@@ -3359,6 +3818,15 @@ var onExperienceTagsModified = (0, import_sdk_types.EventDefinition)(
|
|
|
3359
3818
|
{
|
|
3360
3819
|
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3361
3820
|
},
|
|
3821
|
+
{
|
|
3822
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3826
|
+
},
|
|
3827
|
+
{
|
|
3828
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3829
|
+
},
|
|
3362
3830
|
{
|
|
3363
3831
|
path: "data.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3364
3832
|
},
|
|
@@ -3460,6 +3928,18 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3460
3928
|
{
|
|
3461
3929
|
path: "entity.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3462
3930
|
},
|
|
3931
|
+
{
|
|
3932
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
3933
|
+
},
|
|
3934
|
+
{
|
|
3935
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
3936
|
+
},
|
|
3937
|
+
{
|
|
3938
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
3942
|
+
},
|
|
3463
3943
|
{
|
|
3464
3944
|
path: "entity.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3465
3945
|
},
|
|
@@ -3493,9 +3973,27 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3493
3973
|
{
|
|
3494
3974
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3495
3975
|
},
|
|
3976
|
+
{
|
|
3977
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3981
|
+
},
|
|
3982
|
+
{
|
|
3983
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3984
|
+
},
|
|
3496
3985
|
{
|
|
3497
3986
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3498
3987
|
},
|
|
3988
|
+
{
|
|
3989
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3990
|
+
},
|
|
3991
|
+
{
|
|
3992
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3993
|
+
},
|
|
3994
|
+
{
|
|
3995
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3996
|
+
},
|
|
3499
3997
|
{
|
|
3500
3998
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3501
3999
|
},
|
|
@@ -3529,6 +4027,15 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3529
4027
|
{
|
|
3530
4028
|
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3531
4029
|
},
|
|
4030
|
+
{
|
|
4031
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
4032
|
+
},
|
|
4033
|
+
{
|
|
4034
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
4038
|
+
},
|
|
3532
4039
|
{
|
|
3533
4040
|
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3534
4041
|
},
|
|
@@ -3571,6 +4078,18 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3571
4078
|
{
|
|
3572
4079
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3573
4080
|
},
|
|
4081
|
+
{
|
|
4082
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
4083
|
+
},
|
|
4084
|
+
{
|
|
4085
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
4086
|
+
},
|
|
4087
|
+
{
|
|
4088
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
4089
|
+
},
|
|
4090
|
+
{
|
|
4091
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
4092
|
+
},
|
|
3574
4093
|
{
|
|
3575
4094
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3576
4095
|
},
|
|
@@ -3604,9 +4123,27 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3604
4123
|
{
|
|
3605
4124
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3606
4125
|
},
|
|
4126
|
+
{
|
|
4127
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
4128
|
+
},
|
|
4129
|
+
{
|
|
4130
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
4131
|
+
},
|
|
4132
|
+
{
|
|
4133
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
4134
|
+
},
|
|
3607
4135
|
{
|
|
3608
4136
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3609
4137
|
},
|
|
4138
|
+
{
|
|
4139
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
4140
|
+
},
|
|
4141
|
+
{
|
|
4142
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
4143
|
+
},
|
|
4144
|
+
{
|
|
4145
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
4146
|
+
},
|
|
3610
4147
|
{
|
|
3611
4148
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3612
4149
|
},
|
|
@@ -3640,6 +4177,15 @@ var onExperienceUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3640
4177
|
{
|
|
3641
4178
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3642
4179
|
},
|
|
4180
|
+
{
|
|
4181
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
4185
|
+
},
|
|
4186
|
+
{
|
|
4187
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
4188
|
+
},
|
|
3643
4189
|
{
|
|
3644
4190
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3645
4191
|
},
|