@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
package/build/es/index.mjs
CHANGED
|
@@ -170,6 +170,18 @@ function createExperience(payload) {
|
|
|
170
170
|
{
|
|
171
171
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
172
172
|
},
|
|
173
|
+
{
|
|
174
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
184
|
+
},
|
|
173
185
|
{
|
|
174
186
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
175
187
|
},
|
|
@@ -203,9 +215,27 @@ function createExperience(payload) {
|
|
|
203
215
|
{
|
|
204
216
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
205
217
|
},
|
|
218
|
+
{
|
|
219
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
226
|
+
},
|
|
206
227
|
{
|
|
207
228
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
208
229
|
},
|
|
230
|
+
{
|
|
231
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
238
|
+
},
|
|
209
239
|
{
|
|
210
240
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
211
241
|
},
|
|
@@ -239,6 +269,15 @@ function createExperience(payload) {
|
|
|
239
269
|
{
|
|
240
270
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
241
271
|
},
|
|
272
|
+
{
|
|
273
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
280
|
+
},
|
|
242
281
|
{
|
|
243
282
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
244
283
|
},
|
|
@@ -315,6 +354,18 @@ function createExperience(payload) {
|
|
|
315
354
|
{
|
|
316
355
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
317
356
|
},
|
|
357
|
+
{
|
|
358
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
368
|
+
},
|
|
318
369
|
{
|
|
319
370
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
320
371
|
},
|
|
@@ -348,9 +399,27 @@ function createExperience(payload) {
|
|
|
348
399
|
{
|
|
349
400
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
350
401
|
},
|
|
402
|
+
{
|
|
403
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
410
|
+
},
|
|
351
411
|
{
|
|
352
412
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
353
413
|
},
|
|
414
|
+
{
|
|
415
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
422
|
+
},
|
|
354
423
|
{
|
|
355
424
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
356
425
|
},
|
|
@@ -384,6 +453,15 @@ function createExperience(payload) {
|
|
|
384
453
|
{
|
|
385
454
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
386
455
|
},
|
|
456
|
+
{
|
|
457
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
464
|
+
},
|
|
387
465
|
{
|
|
388
466
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
389
467
|
},
|
|
@@ -467,6 +545,18 @@ function getExperience(payload) {
|
|
|
467
545
|
{
|
|
468
546
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
469
547
|
},
|
|
548
|
+
{
|
|
549
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
559
|
+
},
|
|
470
560
|
{
|
|
471
561
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
472
562
|
},
|
|
@@ -500,9 +590,27 @@ function getExperience(payload) {
|
|
|
500
590
|
{
|
|
501
591
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
502
592
|
},
|
|
593
|
+
{
|
|
594
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
601
|
+
},
|
|
503
602
|
{
|
|
504
603
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
505
604
|
},
|
|
605
|
+
{
|
|
606
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
607
|
+
},
|
|
608
|
+
{
|
|
609
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
610
|
+
},
|
|
611
|
+
{
|
|
612
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
613
|
+
},
|
|
506
614
|
{
|
|
507
615
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
508
616
|
},
|
|
@@ -536,6 +644,15 @@ function getExperience(payload) {
|
|
|
536
644
|
{
|
|
537
645
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
538
646
|
},
|
|
647
|
+
{
|
|
648
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
655
|
+
},
|
|
539
656
|
{
|
|
540
657
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
541
658
|
},
|
|
@@ -619,6 +736,18 @@ function getExperienceBySlug(payload) {
|
|
|
619
736
|
{
|
|
620
737
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
621
738
|
},
|
|
739
|
+
{
|
|
740
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
750
|
+
},
|
|
622
751
|
{
|
|
623
752
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
624
753
|
},
|
|
@@ -652,9 +781,27 @@ function getExperienceBySlug(payload) {
|
|
|
652
781
|
{
|
|
653
782
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
654
783
|
},
|
|
784
|
+
{
|
|
785
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
789
|
+
},
|
|
790
|
+
{
|
|
791
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
792
|
+
},
|
|
655
793
|
{
|
|
656
794
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
657
795
|
},
|
|
796
|
+
{
|
|
797
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
804
|
+
},
|
|
658
805
|
{
|
|
659
806
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
660
807
|
},
|
|
@@ -688,6 +835,15 @@ function getExperienceBySlug(payload) {
|
|
|
688
835
|
{
|
|
689
836
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
690
837
|
},
|
|
838
|
+
{
|
|
839
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
846
|
+
},
|
|
691
847
|
{
|
|
692
848
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
693
849
|
},
|
|
@@ -761,6 +917,18 @@ function updateExperience(payload) {
|
|
|
761
917
|
{
|
|
762
918
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
763
919
|
},
|
|
920
|
+
{
|
|
921
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
931
|
+
},
|
|
764
932
|
{
|
|
765
933
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
766
934
|
},
|
|
@@ -794,9 +962,27 @@ function updateExperience(payload) {
|
|
|
794
962
|
{
|
|
795
963
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
796
964
|
},
|
|
965
|
+
{
|
|
966
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
973
|
+
},
|
|
797
974
|
{
|
|
798
975
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
799
976
|
},
|
|
977
|
+
{
|
|
978
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
985
|
+
},
|
|
800
986
|
{
|
|
801
987
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
802
988
|
},
|
|
@@ -830,6 +1016,15 @@ function updateExperience(payload) {
|
|
|
830
1016
|
{
|
|
831
1017
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
832
1018
|
},
|
|
1019
|
+
{
|
|
1020
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1027
|
+
},
|
|
833
1028
|
{
|
|
834
1029
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
835
1030
|
},
|
|
@@ -906,6 +1101,18 @@ function updateExperience(payload) {
|
|
|
906
1101
|
{
|
|
907
1102
|
path: "experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
908
1103
|
},
|
|
1104
|
+
{
|
|
1105
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1109
|
+
},
|
|
1110
|
+
{
|
|
1111
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
path: "experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1115
|
+
},
|
|
909
1116
|
{
|
|
910
1117
|
path: "experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
911
1118
|
},
|
|
@@ -939,9 +1146,27 @@ function updateExperience(payload) {
|
|
|
939
1146
|
{
|
|
940
1147
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
941
1148
|
},
|
|
1149
|
+
{
|
|
1150
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1154
|
+
},
|
|
1155
|
+
{
|
|
1156
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1157
|
+
},
|
|
942
1158
|
{
|
|
943
1159
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
944
1160
|
},
|
|
1161
|
+
{
|
|
1162
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1163
|
+
},
|
|
1164
|
+
{
|
|
1165
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1169
|
+
},
|
|
945
1170
|
{
|
|
946
1171
|
path: "experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
947
1172
|
},
|
|
@@ -975,6 +1200,15 @@ function updateExperience(payload) {
|
|
|
975
1200
|
{
|
|
976
1201
|
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
977
1202
|
},
|
|
1203
|
+
{
|
|
1204
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1205
|
+
},
|
|
1206
|
+
{
|
|
1207
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
path: "experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1211
|
+
},
|
|
978
1212
|
{
|
|
979
1213
|
path: "experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
980
1214
|
},
|
|
@@ -1058,6 +1292,18 @@ function queryExperiences(payload) {
|
|
|
1058
1292
|
{
|
|
1059
1293
|
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1060
1294
|
},
|
|
1295
|
+
{
|
|
1296
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1306
|
+
},
|
|
1061
1307
|
{
|
|
1062
1308
|
path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1063
1309
|
},
|
|
@@ -1091,9 +1337,27 @@ function queryExperiences(payload) {
|
|
|
1091
1337
|
{
|
|
1092
1338
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1093
1339
|
},
|
|
1340
|
+
{
|
|
1341
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1348
|
+
},
|
|
1094
1349
|
{
|
|
1095
1350
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1096
1351
|
},
|
|
1352
|
+
{
|
|
1353
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1354
|
+
},
|
|
1355
|
+
{
|
|
1356
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1357
|
+
},
|
|
1358
|
+
{
|
|
1359
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1360
|
+
},
|
|
1097
1361
|
{
|
|
1098
1362
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1099
1363
|
},
|
|
@@ -1127,6 +1391,15 @@ function queryExperiences(payload) {
|
|
|
1127
1391
|
{
|
|
1128
1392
|
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1129
1393
|
},
|
|
1394
|
+
{
|
|
1395
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1402
|
+
},
|
|
1130
1403
|
{
|
|
1131
1404
|
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1132
1405
|
},
|
|
@@ -1236,6 +1509,18 @@ function searchExperiences(payload) {
|
|
|
1236
1509
|
{
|
|
1237
1510
|
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1238
1511
|
},
|
|
1512
|
+
{
|
|
1513
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1523
|
+
},
|
|
1239
1524
|
{
|
|
1240
1525
|
path: "experiences.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1241
1526
|
},
|
|
@@ -1269,9 +1554,27 @@ function searchExperiences(payload) {
|
|
|
1269
1554
|
{
|
|
1270
1555
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1271
1556
|
},
|
|
1557
|
+
{
|
|
1558
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1559
|
+
},
|
|
1560
|
+
{
|
|
1561
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1562
|
+
},
|
|
1563
|
+
{
|
|
1564
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1565
|
+
},
|
|
1272
1566
|
{
|
|
1273
1567
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1274
1568
|
},
|
|
1569
|
+
{
|
|
1570
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1574
|
+
},
|
|
1575
|
+
{
|
|
1576
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1577
|
+
},
|
|
1275
1578
|
{
|
|
1276
1579
|
path: "experiences.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1277
1580
|
},
|
|
@@ -1305,6 +1608,15 @@ function searchExperiences(payload) {
|
|
|
1305
1608
|
{
|
|
1306
1609
|
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1307
1610
|
},
|
|
1611
|
+
{
|
|
1612
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
path: "experiences.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1619
|
+
},
|
|
1308
1620
|
{
|
|
1309
1621
|
path: "experiences.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1310
1622
|
},
|
|
@@ -1410,6 +1722,18 @@ function bulkUpdateExperiences(payload) {
|
|
|
1410
1722
|
{
|
|
1411
1723
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1412
1724
|
},
|
|
1725
|
+
{
|
|
1726
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1727
|
+
},
|
|
1728
|
+
{
|
|
1729
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1730
|
+
},
|
|
1731
|
+
{
|
|
1732
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1736
|
+
},
|
|
1413
1737
|
{
|
|
1414
1738
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1415
1739
|
},
|
|
@@ -1443,9 +1767,27 @@ function bulkUpdateExperiences(payload) {
|
|
|
1443
1767
|
{
|
|
1444
1768
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1445
1769
|
},
|
|
1770
|
+
{
|
|
1771
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1772
|
+
},
|
|
1773
|
+
{
|
|
1774
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1778
|
+
},
|
|
1446
1779
|
{
|
|
1447
1780
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1448
1781
|
},
|
|
1782
|
+
{
|
|
1783
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1784
|
+
},
|
|
1785
|
+
{
|
|
1786
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1787
|
+
},
|
|
1788
|
+
{
|
|
1789
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1790
|
+
},
|
|
1449
1791
|
{
|
|
1450
1792
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1451
1793
|
},
|
|
@@ -1479,6 +1821,15 @@ function bulkUpdateExperiences(payload) {
|
|
|
1479
1821
|
{
|
|
1480
1822
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1481
1823
|
},
|
|
1824
|
+
{
|
|
1825
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1829
|
+
},
|
|
1830
|
+
{
|
|
1831
|
+
path: "experiences.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1832
|
+
},
|
|
1482
1833
|
{
|
|
1483
1834
|
path: "experiences.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1484
1835
|
},
|
|
@@ -1555,6 +1906,18 @@ function bulkUpdateExperiences(payload) {
|
|
|
1555
1906
|
{
|
|
1556
1907
|
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
1557
1908
|
},
|
|
1909
|
+
{
|
|
1910
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
1917
|
+
},
|
|
1918
|
+
{
|
|
1919
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
1920
|
+
},
|
|
1558
1921
|
{
|
|
1559
1922
|
path: "results.item.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
1560
1923
|
},
|
|
@@ -1588,9 +1951,27 @@ function bulkUpdateExperiences(payload) {
|
|
|
1588
1951
|
{
|
|
1589
1952
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1590
1953
|
},
|
|
1954
|
+
{
|
|
1955
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1956
|
+
},
|
|
1957
|
+
{
|
|
1958
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1959
|
+
},
|
|
1960
|
+
{
|
|
1961
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1962
|
+
},
|
|
1591
1963
|
{
|
|
1592
1964
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1593
1965
|
},
|
|
1966
|
+
{
|
|
1967
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1968
|
+
},
|
|
1969
|
+
{
|
|
1970
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1971
|
+
},
|
|
1972
|
+
{
|
|
1973
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1974
|
+
},
|
|
1594
1975
|
{
|
|
1595
1976
|
path: "results.item.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1596
1977
|
},
|
|
@@ -1624,6 +2005,15 @@ function bulkUpdateExperiences(payload) {
|
|
|
1624
2005
|
{
|
|
1625
2006
|
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1626
2007
|
},
|
|
2008
|
+
{
|
|
2009
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
path: "results.item.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2016
|
+
},
|
|
1627
2017
|
{
|
|
1628
2018
|
path: "results.item.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
1629
2019
|
},
|
|
@@ -1984,6 +2374,7 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
1984
2374
|
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
1985
2375
|
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
1986
2376
|
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
2377
|
+
DecorationType2["SKETCH"] = "SKETCH";
|
|
1987
2378
|
return DecorationType2;
|
|
1988
2379
|
})(DecorationType || {});
|
|
1989
2380
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
@@ -1991,6 +2382,15 @@ var FontType = /* @__PURE__ */ ((FontType2) => {
|
|
|
1991
2382
|
FontType2["EM"] = "EM";
|
|
1992
2383
|
return FontType2;
|
|
1993
2384
|
})(FontType || {});
|
|
2385
|
+
var Variant = /* @__PURE__ */ ((Variant2) => {
|
|
2386
|
+
Variant2["UNDERLINE"] = "UNDERLINE";
|
|
2387
|
+
Variant2["BOX"] = "BOX";
|
|
2388
|
+
Variant2["CIRCLE"] = "CIRCLE";
|
|
2389
|
+
Variant2["HIGHLIGHT"] = "HIGHLIGHT";
|
|
2390
|
+
Variant2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
2391
|
+
Variant2["CROSSED_OFF"] = "CROSSED_OFF";
|
|
2392
|
+
return Variant2;
|
|
2393
|
+
})(Variant || {});
|
|
1994
2394
|
var Position = /* @__PURE__ */ ((Position2) => {
|
|
1995
2395
|
Position2["START"] = "START";
|
|
1996
2396
|
Position2["END"] = "END";
|
|
@@ -2073,6 +2473,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2073
2473
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2074
2474
|
return ImagePosition2;
|
|
2075
2475
|
})(ImagePosition || {});
|
|
2476
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2477
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2478
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2479
|
+
return LayoutDataBackgroundType2;
|
|
2480
|
+
})(LayoutDataBackgroundType || {});
|
|
2076
2481
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2077
2482
|
Origin2["IMAGE"] = "IMAGE";
|
|
2078
2483
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2083,11 +2488,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2083
2488
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2084
2489
|
return BannerPosition2;
|
|
2085
2490
|
})(BannerPosition || {});
|
|
2086
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2087
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2088
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2089
|
-
return LayoutDataBackgroundType2;
|
|
2090
|
-
})(LayoutDataBackgroundType || {});
|
|
2091
2491
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2092
2492
|
BackdropType2["COLOR"] = "COLOR";
|
|
2093
2493
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -3010,6 +3410,18 @@ var onExperienceCreated = EventDefinition(
|
|
|
3010
3410
|
{
|
|
3011
3411
|
path: "entity.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3012
3412
|
},
|
|
3413
|
+
{
|
|
3414
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
3415
|
+
},
|
|
3416
|
+
{
|
|
3417
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
3424
|
+
},
|
|
3013
3425
|
{
|
|
3014
3426
|
path: "entity.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3015
3427
|
},
|
|
@@ -3043,9 +3455,27 @@ var onExperienceCreated = EventDefinition(
|
|
|
3043
3455
|
{
|
|
3044
3456
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3045
3457
|
},
|
|
3458
|
+
{
|
|
3459
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3460
|
+
},
|
|
3461
|
+
{
|
|
3462
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3463
|
+
},
|
|
3464
|
+
{
|
|
3465
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3466
|
+
},
|
|
3046
3467
|
{
|
|
3047
3468
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3048
3469
|
},
|
|
3470
|
+
{
|
|
3471
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3475
|
+
},
|
|
3476
|
+
{
|
|
3477
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3478
|
+
},
|
|
3049
3479
|
{
|
|
3050
3480
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3051
3481
|
},
|
|
@@ -3079,6 +3509,15 @@ var onExperienceCreated = EventDefinition(
|
|
|
3079
3509
|
{
|
|
3080
3510
|
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3081
3511
|
},
|
|
3512
|
+
{
|
|
3513
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3514
|
+
},
|
|
3515
|
+
{
|
|
3516
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3517
|
+
},
|
|
3518
|
+
{
|
|
3519
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3520
|
+
},
|
|
3082
3521
|
{
|
|
3083
3522
|
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3084
3523
|
},
|
|
@@ -3166,6 +3605,18 @@ var onExperienceTagsModified = EventDefinition(
|
|
|
3166
3605
|
{
|
|
3167
3606
|
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3168
3607
|
},
|
|
3608
|
+
{
|
|
3609
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
3619
|
+
},
|
|
3169
3620
|
{
|
|
3170
3621
|
path: "data.experience.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3171
3622
|
},
|
|
@@ -3199,9 +3650,27 @@ var onExperienceTagsModified = EventDefinition(
|
|
|
3199
3650
|
{
|
|
3200
3651
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3201
3652
|
},
|
|
3653
|
+
{
|
|
3654
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3658
|
+
},
|
|
3659
|
+
{
|
|
3660
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3661
|
+
},
|
|
3202
3662
|
{
|
|
3203
3663
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3204
3664
|
},
|
|
3665
|
+
{
|
|
3666
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3667
|
+
},
|
|
3668
|
+
{
|
|
3669
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3673
|
+
},
|
|
3205
3674
|
{
|
|
3206
3675
|
path: "data.experience.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3207
3676
|
},
|
|
@@ -3235,6 +3704,15 @@ var onExperienceTagsModified = EventDefinition(
|
|
|
3235
3704
|
{
|
|
3236
3705
|
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3237
3706
|
},
|
|
3707
|
+
{
|
|
3708
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3709
|
+
},
|
|
3710
|
+
{
|
|
3711
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
path: "data.experience.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3715
|
+
},
|
|
3238
3716
|
{
|
|
3239
3717
|
path: "data.experience.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3240
3718
|
},
|
|
@@ -3336,6 +3814,18 @@ var onExperienceUpdated = EventDefinition(
|
|
|
3336
3814
|
{
|
|
3337
3815
|
path: "entity.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3338
3816
|
},
|
|
3817
|
+
{
|
|
3818
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
3819
|
+
},
|
|
3820
|
+
{
|
|
3821
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
3822
|
+
},
|
|
3823
|
+
{
|
|
3824
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
path: "entity.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
3828
|
+
},
|
|
3339
3829
|
{
|
|
3340
3830
|
path: "entity.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3341
3831
|
},
|
|
@@ -3369,9 +3859,27 @@ var onExperienceUpdated = EventDefinition(
|
|
|
3369
3859
|
{
|
|
3370
3860
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3371
3861
|
},
|
|
3862
|
+
{
|
|
3863
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3864
|
+
},
|
|
3865
|
+
{
|
|
3866
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3867
|
+
},
|
|
3868
|
+
{
|
|
3869
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3870
|
+
},
|
|
3372
3871
|
{
|
|
3373
3872
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3374
3873
|
},
|
|
3874
|
+
{
|
|
3875
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3876
|
+
},
|
|
3877
|
+
{
|
|
3878
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3882
|
+
},
|
|
3375
3883
|
{
|
|
3376
3884
|
path: "entity.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3377
3885
|
},
|
|
@@ -3405,6 +3913,15 @@ var onExperienceUpdated = EventDefinition(
|
|
|
3405
3913
|
{
|
|
3406
3914
|
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3407
3915
|
},
|
|
3916
|
+
{
|
|
3917
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3918
|
+
},
|
|
3919
|
+
{
|
|
3920
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3921
|
+
},
|
|
3922
|
+
{
|
|
3923
|
+
path: "entity.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3924
|
+
},
|
|
3408
3925
|
{
|
|
3409
3926
|
path: "entity.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3410
3927
|
},
|
|
@@ -3447,6 +3964,18 @@ var onExperienceUpdated = EventDefinition(
|
|
|
3447
3964
|
{
|
|
3448
3965
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.image.duration"
|
|
3449
3966
|
},
|
|
3967
|
+
{
|
|
3968
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.x"
|
|
3969
|
+
},
|
|
3970
|
+
{
|
|
3971
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.y"
|
|
3972
|
+
},
|
|
3973
|
+
{
|
|
3974
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.width"
|
|
3975
|
+
},
|
|
3976
|
+
{
|
|
3977
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.imageData.crop.height"
|
|
3978
|
+
},
|
|
3450
3979
|
{
|
|
3451
3980
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.mapData.mapSettings.lat"
|
|
3452
3981
|
},
|
|
@@ -3480,9 +4009,27 @@ var onExperienceUpdated = EventDefinition(
|
|
|
3480
4009
|
{
|
|
3481
4010
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3482
4011
|
},
|
|
4012
|
+
{
|
|
4013
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
4014
|
+
},
|
|
4015
|
+
{
|
|
4016
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
4020
|
+
},
|
|
3483
4021
|
{
|
|
3484
4022
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3485
4023
|
},
|
|
4024
|
+
{
|
|
4025
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
4026
|
+
},
|
|
4027
|
+
{
|
|
4028
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
4029
|
+
},
|
|
4030
|
+
{
|
|
4031
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
4032
|
+
},
|
|
3486
4033
|
{
|
|
3487
4034
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3488
4035
|
},
|
|
@@ -3516,6 +4063,15 @@ var onExperienceUpdated = EventDefinition(
|
|
|
3516
4063
|
{
|
|
3517
4064
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3518
4065
|
},
|
|
4066
|
+
{
|
|
4067
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
4068
|
+
},
|
|
4069
|
+
{
|
|
4070
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
4071
|
+
},
|
|
4072
|
+
{
|
|
4073
|
+
path: "modifiedFields.configuration.displayInfo.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
4074
|
+
},
|
|
3519
4075
|
{
|
|
3520
4076
|
path: "modifiedFields.configuration.displayInfo.richContent.nodes.tocData.fontSize"
|
|
3521
4077
|
},
|
|
@@ -3635,6 +4191,7 @@ export {
|
|
|
3635
4191
|
ThumbnailsAlignment,
|
|
3636
4192
|
Type,
|
|
3637
4193
|
Unit,
|
|
4194
|
+
Variant,
|
|
3638
4195
|
VerticalAlignment,
|
|
3639
4196
|
VerticalAlignmentAlignment,
|
|
3640
4197
|
ViewMode,
|