@wix/auto_sdk_faq_question-entry 1.0.53 → 1.0.54
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 +1 -1
- package/build/cjs/index.js +463 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +59 -33
- package/build/cjs/index.typings.js +370 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +59 -33
- package/build/cjs/meta.js +370 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +463 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +59 -33
- package/build/es/index.typings.mjs +370 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +59 -33
- package/build/es/meta.mjs +370 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +463 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +59 -33
- package/build/internal/cjs/index.typings.js +370 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +59 -33
- package/build/internal/cjs/meta.js +370 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +463 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +59 -33
- package/build/internal/es/index.typings.mjs +370 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +59 -33
- package/build/internal/es/meta.mjs +370 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -211,6 +211,10 @@ function createQuestionEntry(payload) {
|
|
|
211
211
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
212
212
|
},
|
|
213
213
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
214
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
215
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
216
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
217
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
214
218
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
215
219
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
216
220
|
{
|
|
@@ -236,9 +240,27 @@ function createQuestionEntry(payload) {
|
|
|
236
240
|
{
|
|
237
241
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
238
242
|
},
|
|
243
|
+
{
|
|
244
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
251
|
+
},
|
|
239
252
|
{
|
|
240
253
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
241
254
|
},
|
|
255
|
+
{
|
|
256
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
263
|
+
},
|
|
242
264
|
{
|
|
243
265
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
244
266
|
},
|
|
@@ -270,6 +292,15 @@ function createQuestionEntry(payload) {
|
|
|
270
292
|
{
|
|
271
293
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
272
294
|
},
|
|
295
|
+
{
|
|
296
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
303
|
+
},
|
|
273
304
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
274
305
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
275
306
|
{
|
|
@@ -340,6 +371,10 @@ function createQuestionEntry(payload) {
|
|
|
340
371
|
{
|
|
341
372
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
342
373
|
},
|
|
374
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
375
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
376
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
377
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
343
378
|
{
|
|
344
379
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
345
380
|
},
|
|
@@ -373,9 +408,27 @@ function createQuestionEntry(payload) {
|
|
|
373
408
|
{
|
|
374
409
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
375
410
|
},
|
|
411
|
+
{
|
|
412
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
419
|
+
},
|
|
376
420
|
{
|
|
377
421
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
378
422
|
},
|
|
423
|
+
{
|
|
424
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
431
|
+
},
|
|
379
432
|
{
|
|
380
433
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
381
434
|
},
|
|
@@ -409,6 +462,15 @@ function createQuestionEntry(payload) {
|
|
|
409
462
|
{
|
|
410
463
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
411
464
|
},
|
|
465
|
+
{
|
|
466
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
473
|
+
},
|
|
412
474
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
413
475
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
414
476
|
{
|
|
@@ -486,6 +548,10 @@ function getQuestionEntry(payload) {
|
|
|
486
548
|
{
|
|
487
549
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
488
550
|
},
|
|
551
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
552
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
553
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
554
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
489
555
|
{
|
|
490
556
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
491
557
|
},
|
|
@@ -519,9 +585,27 @@ function getQuestionEntry(payload) {
|
|
|
519
585
|
{
|
|
520
586
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
521
587
|
},
|
|
588
|
+
{
|
|
589
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
596
|
+
},
|
|
522
597
|
{
|
|
523
598
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
524
599
|
},
|
|
600
|
+
{
|
|
601
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
608
|
+
},
|
|
525
609
|
{
|
|
526
610
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
527
611
|
},
|
|
@@ -555,6 +639,15 @@ function getQuestionEntry(payload) {
|
|
|
555
639
|
{
|
|
556
640
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
557
641
|
},
|
|
642
|
+
{
|
|
643
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
650
|
+
},
|
|
558
651
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
559
652
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
560
653
|
{
|
|
@@ -620,6 +713,10 @@ function updateQuestionEntry(payload) {
|
|
|
620
713
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
621
714
|
},
|
|
622
715
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
716
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
717
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
718
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
719
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
623
720
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
624
721
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
625
722
|
{
|
|
@@ -645,9 +742,27 @@ function updateQuestionEntry(payload) {
|
|
|
645
742
|
{
|
|
646
743
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
647
744
|
},
|
|
745
|
+
{
|
|
746
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
753
|
+
},
|
|
648
754
|
{
|
|
649
755
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
650
756
|
},
|
|
757
|
+
{
|
|
758
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
759
|
+
},
|
|
760
|
+
{
|
|
761
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
765
|
+
},
|
|
651
766
|
{
|
|
652
767
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
653
768
|
},
|
|
@@ -679,6 +794,15 @@ function updateQuestionEntry(payload) {
|
|
|
679
794
|
{
|
|
680
795
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
681
796
|
},
|
|
797
|
+
{
|
|
798
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
802
|
+
},
|
|
803
|
+
{
|
|
804
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
805
|
+
},
|
|
682
806
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
683
807
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
684
808
|
{
|
|
@@ -749,6 +873,10 @@ function updateQuestionEntry(payload) {
|
|
|
749
873
|
{
|
|
750
874
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
751
875
|
},
|
|
876
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
877
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
878
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
879
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
752
880
|
{
|
|
753
881
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
754
882
|
},
|
|
@@ -782,9 +910,27 @@ function updateQuestionEntry(payload) {
|
|
|
782
910
|
{
|
|
783
911
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
784
912
|
},
|
|
913
|
+
{
|
|
914
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
921
|
+
},
|
|
785
922
|
{
|
|
786
923
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
787
924
|
},
|
|
925
|
+
{
|
|
926
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
933
|
+
},
|
|
788
934
|
{
|
|
789
935
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
790
936
|
},
|
|
@@ -818,6 +964,15 @@ function updateQuestionEntry(payload) {
|
|
|
818
964
|
{
|
|
819
965
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
820
966
|
},
|
|
967
|
+
{
|
|
968
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
975
|
+
},
|
|
821
976
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
822
977
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
823
978
|
{
|
|
@@ -916,6 +1071,14 @@ function listQuestionEntries(payload) {
|
|
|
916
1071
|
{
|
|
917
1072
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
918
1073
|
},
|
|
1074
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1075
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1076
|
+
{
|
|
1077
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1081
|
+
},
|
|
919
1082
|
{
|
|
920
1083
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
921
1084
|
},
|
|
@@ -949,9 +1112,27 @@ function listQuestionEntries(payload) {
|
|
|
949
1112
|
{
|
|
950
1113
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
951
1114
|
},
|
|
1115
|
+
{
|
|
1116
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1123
|
+
},
|
|
952
1124
|
{
|
|
953
1125
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
954
1126
|
},
|
|
1127
|
+
{
|
|
1128
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1132
|
+
},
|
|
1133
|
+
{
|
|
1134
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1135
|
+
},
|
|
955
1136
|
{
|
|
956
1137
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
957
1138
|
},
|
|
@@ -985,6 +1166,15 @@ function listQuestionEntries(payload) {
|
|
|
985
1166
|
{
|
|
986
1167
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
987
1168
|
},
|
|
1169
|
+
{
|
|
1170
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1177
|
+
},
|
|
988
1178
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
989
1179
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
990
1180
|
{
|
|
@@ -1062,6 +1252,14 @@ function queryQuestionEntries(payload) {
|
|
|
1062
1252
|
{
|
|
1063
1253
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1064
1254
|
},
|
|
1255
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1256
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1257
|
+
{
|
|
1258
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1262
|
+
},
|
|
1065
1263
|
{
|
|
1066
1264
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1067
1265
|
},
|
|
@@ -1095,9 +1293,27 @@ function queryQuestionEntries(payload) {
|
|
|
1095
1293
|
{
|
|
1096
1294
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1097
1295
|
},
|
|
1296
|
+
{
|
|
1297
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1304
|
+
},
|
|
1098
1305
|
{
|
|
1099
1306
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1100
1307
|
},
|
|
1308
|
+
{
|
|
1309
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1316
|
+
},
|
|
1101
1317
|
{
|
|
1102
1318
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1103
1319
|
},
|
|
@@ -1131,6 +1347,15 @@ function queryQuestionEntries(payload) {
|
|
|
1131
1347
|
{
|
|
1132
1348
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1133
1349
|
},
|
|
1350
|
+
{
|
|
1351
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1358
|
+
},
|
|
1134
1359
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1135
1360
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1136
1361
|
{
|
|
@@ -1229,6 +1454,10 @@ function updateExtendedFields(payload) {
|
|
|
1229
1454
|
{
|
|
1230
1455
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1231
1456
|
},
|
|
1457
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1458
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1459
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1460
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1232
1461
|
{
|
|
1233
1462
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1234
1463
|
},
|
|
@@ -1262,9 +1491,27 @@ function updateExtendedFields(payload) {
|
|
|
1262
1491
|
{
|
|
1263
1492
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1264
1493
|
},
|
|
1494
|
+
{
|
|
1495
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1502
|
+
},
|
|
1265
1503
|
{
|
|
1266
1504
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1267
1505
|
},
|
|
1506
|
+
{
|
|
1507
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1514
|
+
},
|
|
1268
1515
|
{
|
|
1269
1516
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1270
1517
|
},
|
|
@@ -1298,6 +1545,15 @@ function updateExtendedFields(payload) {
|
|
|
1298
1545
|
{
|
|
1299
1546
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1300
1547
|
},
|
|
1548
|
+
{
|
|
1549
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1556
|
+
},
|
|
1301
1557
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1302
1558
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1303
1559
|
{
|
|
@@ -1381,6 +1637,10 @@ function setQuestionEntryLabels(payload) {
|
|
|
1381
1637
|
{
|
|
1382
1638
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1383
1639
|
},
|
|
1640
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1641
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1642
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1643
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1384
1644
|
{
|
|
1385
1645
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1386
1646
|
},
|
|
@@ -1414,9 +1674,27 @@ function setQuestionEntryLabels(payload) {
|
|
|
1414
1674
|
{
|
|
1415
1675
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1416
1676
|
},
|
|
1677
|
+
{
|
|
1678
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1685
|
+
},
|
|
1417
1686
|
{
|
|
1418
1687
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1419
1688
|
},
|
|
1689
|
+
{
|
|
1690
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1697
|
+
},
|
|
1420
1698
|
{
|
|
1421
1699
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1422
1700
|
},
|
|
@@ -1450,6 +1728,15 @@ function setQuestionEntryLabels(payload) {
|
|
|
1450
1728
|
{
|
|
1451
1729
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1452
1730
|
},
|
|
1731
|
+
{
|
|
1732
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1739
|
+
},
|
|
1453
1740
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1454
1741
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1455
1742
|
{
|
|
@@ -1521,6 +1808,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1521
1808
|
{
|
|
1522
1809
|
path: "questionEntries.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1523
1810
|
},
|
|
1811
|
+
{
|
|
1812
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1813
|
+
},
|
|
1814
|
+
{
|
|
1815
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1819
|
+
},
|
|
1820
|
+
{
|
|
1821
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.height"
|
|
1822
|
+
},
|
|
1524
1823
|
{
|
|
1525
1824
|
path: "questionEntries.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1526
1825
|
},
|
|
@@ -1554,9 +1853,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1554
1853
|
{
|
|
1555
1854
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1556
1855
|
},
|
|
1856
|
+
{
|
|
1857
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1861
|
+
},
|
|
1862
|
+
{
|
|
1863
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1864
|
+
},
|
|
1557
1865
|
{
|
|
1558
1866
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1559
1867
|
},
|
|
1868
|
+
{
|
|
1869
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1876
|
+
},
|
|
1560
1877
|
{
|
|
1561
1878
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1562
1879
|
},
|
|
@@ -1590,6 +1907,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1590
1907
|
{
|
|
1591
1908
|
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1592
1909
|
},
|
|
1910
|
+
{
|
|
1911
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1912
|
+
},
|
|
1913
|
+
{
|
|
1914
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1918
|
+
},
|
|
1593
1919
|
{
|
|
1594
1920
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1595
1921
|
},
|
|
@@ -1668,6 +1994,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1668
1994
|
{
|
|
1669
1995
|
path: "results.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1670
1996
|
},
|
|
1997
|
+
{
|
|
1998
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.y"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.width"
|
|
2005
|
+
},
|
|
2006
|
+
{
|
|
2007
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.height"
|
|
2008
|
+
},
|
|
1671
2009
|
{
|
|
1672
2010
|
path: "results.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1673
2011
|
},
|
|
@@ -1701,9 +2039,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1701
2039
|
{
|
|
1702
2040
|
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1703
2041
|
},
|
|
2042
|
+
{
|
|
2043
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2050
|
+
},
|
|
1704
2051
|
{
|
|
1705
2052
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1706
2053
|
},
|
|
2054
|
+
{
|
|
2055
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2056
|
+
},
|
|
2057
|
+
{
|
|
2058
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2059
|
+
},
|
|
2060
|
+
{
|
|
2061
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2062
|
+
},
|
|
1707
2063
|
{
|
|
1708
2064
|
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1709
2065
|
},
|
|
@@ -1737,6 +2093,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1737
2093
|
{
|
|
1738
2094
|
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1739
2095
|
},
|
|
2096
|
+
{
|
|
2097
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2098
|
+
},
|
|
2099
|
+
{
|
|
2100
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2104
|
+
},
|
|
1740
2105
|
{
|
|
1741
2106
|
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1742
2107
|
},
|
|
@@ -2067,6 +2432,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2067
2432
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2068
2433
|
return ImagePosition2;
|
|
2069
2434
|
})(ImagePosition || {});
|
|
2435
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2436
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2437
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2438
|
+
return LayoutDataBackgroundType2;
|
|
2439
|
+
})(LayoutDataBackgroundType || {});
|
|
2070
2440
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2071
2441
|
Origin2["IMAGE"] = "IMAGE";
|
|
2072
2442
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2077,11 +2447,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2077
2447
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2078
2448
|
return BannerPosition2;
|
|
2079
2449
|
})(BannerPosition || {});
|
|
2080
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2081
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2082
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2083
|
-
return LayoutDataBackgroundType2;
|
|
2084
|
-
})(LayoutDataBackgroundType || {});
|
|
2085
2450
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2086
2451
|
BackdropType2["COLOR"] = "COLOR";
|
|
2087
2452
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -2774,6 +3139,10 @@ var onQuestionEntryCreated = EventDefinition(
|
|
|
2774
3139
|
},
|
|
2775
3140
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
2776
3141
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
3142
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
3143
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
3144
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
3145
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
2777
3146
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
2778
3147
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
2779
3148
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -2791,9 +3160,27 @@ var onQuestionEntryCreated = EventDefinition(
|
|
|
2791
3160
|
{
|
|
2792
3161
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2793
3162
|
},
|
|
3163
|
+
{
|
|
3164
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3168
|
+
},
|
|
3169
|
+
{
|
|
3170
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3171
|
+
},
|
|
2794
3172
|
{
|
|
2795
3173
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2796
3174
|
},
|
|
3175
|
+
{
|
|
3176
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3183
|
+
},
|
|
2797
3184
|
{
|
|
2798
3185
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2799
3186
|
},
|
|
@@ -2825,6 +3212,15 @@ var onQuestionEntryCreated = EventDefinition(
|
|
|
2825
3212
|
{
|
|
2826
3213
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2827
3214
|
},
|
|
3215
|
+
{
|
|
3216
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3220
|
+
},
|
|
3221
|
+
{
|
|
3222
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3223
|
+
},
|
|
2828
3224
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2829
3225
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2830
3226
|
{
|
|
@@ -2886,6 +3282,10 @@ var onQuestionEntryDeleted = EventDefinition(
|
|
|
2886
3282
|
path: "undefined.richContent.nodes.galleryData.options.item.ratio"
|
|
2887
3283
|
},
|
|
2888
3284
|
{ path: "undefined.richContent.nodes.imageData.image.duration" },
|
|
3285
|
+
{ path: "undefined.richContent.nodes.imageData.crop.x" },
|
|
3286
|
+
{ path: "undefined.richContent.nodes.imageData.crop.y" },
|
|
3287
|
+
{ path: "undefined.richContent.nodes.imageData.crop.width" },
|
|
3288
|
+
{ path: "undefined.richContent.nodes.imageData.crop.height" },
|
|
2889
3289
|
{ path: "undefined.richContent.nodes.mapData.mapSettings.lat" },
|
|
2890
3290
|
{ path: "undefined.richContent.nodes.mapData.mapSettings.lng" },
|
|
2891
3291
|
{
|
|
@@ -2909,9 +3309,27 @@ var onQuestionEntryDeleted = EventDefinition(
|
|
|
2909
3309
|
{
|
|
2910
3310
|
path: "undefined.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2911
3311
|
},
|
|
3312
|
+
{
|
|
3313
|
+
path: "undefined.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3314
|
+
},
|
|
3315
|
+
{
|
|
3316
|
+
path: "undefined.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3317
|
+
},
|
|
3318
|
+
{
|
|
3319
|
+
path: "undefined.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3320
|
+
},
|
|
2912
3321
|
{
|
|
2913
3322
|
path: "undefined.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2914
3323
|
},
|
|
3324
|
+
{
|
|
3325
|
+
path: "undefined.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3326
|
+
},
|
|
3327
|
+
{
|
|
3328
|
+
path: "undefined.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
path: "undefined.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3332
|
+
},
|
|
2915
3333
|
{
|
|
2916
3334
|
path: "undefined.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2917
3335
|
},
|
|
@@ -2943,6 +3361,15 @@ var onQuestionEntryDeleted = EventDefinition(
|
|
|
2943
3361
|
{
|
|
2944
3362
|
path: "undefined.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2945
3363
|
},
|
|
3364
|
+
{
|
|
3365
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3366
|
+
},
|
|
3367
|
+
{
|
|
3368
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3369
|
+
},
|
|
3370
|
+
{
|
|
3371
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3372
|
+
},
|
|
2946
3373
|
{ path: "undefined.richContent.nodes.tocData.fontSize" },
|
|
2947
3374
|
{ path: "undefined.richContent.nodes.tocData.itemSpacing" },
|
|
2948
3375
|
{
|
|
@@ -3002,6 +3429,10 @@ var onQuestionEntryUpdated = EventDefinition(
|
|
|
3002
3429
|
},
|
|
3003
3430
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
3004
3431
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
3432
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
3433
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
3434
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
3435
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
3005
3436
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
3006
3437
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
3007
3438
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -3019,9 +3450,27 @@ var onQuestionEntryUpdated = EventDefinition(
|
|
|
3019
3450
|
{
|
|
3020
3451
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3021
3452
|
},
|
|
3453
|
+
{
|
|
3454
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3458
|
+
},
|
|
3459
|
+
{
|
|
3460
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3461
|
+
},
|
|
3022
3462
|
{
|
|
3023
3463
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3024
3464
|
},
|
|
3465
|
+
{
|
|
3466
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3467
|
+
},
|
|
3468
|
+
{
|
|
3469
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3470
|
+
},
|
|
3471
|
+
{
|
|
3472
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3473
|
+
},
|
|
3025
3474
|
{
|
|
3026
3475
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3027
3476
|
},
|
|
@@ -3053,6 +3502,15 @@ var onQuestionEntryUpdated = EventDefinition(
|
|
|
3053
3502
|
{
|
|
3054
3503
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3055
3504
|
},
|
|
3505
|
+
{
|
|
3506
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3507
|
+
},
|
|
3508
|
+
{
|
|
3509
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3510
|
+
},
|
|
3511
|
+
{
|
|
3512
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3513
|
+
},
|
|
3056
3514
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
3057
3515
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
3058
3516
|
{
|