@wix/auto_sdk_faq_question-entry 1.0.52 → 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 +464 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +63 -35
- package/build/cjs/index.typings.js +371 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +63 -35
- package/build/cjs/meta.js +371 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +464 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +63 -35
- package/build/es/index.typings.mjs +371 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +63 -35
- package/build/es/meta.mjs +371 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +464 -5
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +63 -35
- package/build/internal/cjs/index.typings.js +371 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +63 -35
- package/build/internal/cjs/meta.js +371 -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 +464 -5
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +63 -35
- package/build/internal/es/index.typings.mjs +371 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +63 -35
- package/build/internal/es/meta.mjs +371 -5
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -314,6 +314,10 @@ function createQuestionEntry(payload) {
|
|
|
314
314
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
315
315
|
},
|
|
316
316
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
317
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
318
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
319
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
320
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
317
321
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
318
322
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
319
323
|
{
|
|
@@ -339,9 +343,27 @@ function createQuestionEntry(payload) {
|
|
|
339
343
|
{
|
|
340
344
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
341
345
|
},
|
|
346
|
+
{
|
|
347
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
354
|
+
},
|
|
342
355
|
{
|
|
343
356
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
344
357
|
},
|
|
358
|
+
{
|
|
359
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
366
|
+
},
|
|
345
367
|
{
|
|
346
368
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
347
369
|
},
|
|
@@ -373,6 +395,15 @@ function createQuestionEntry(payload) {
|
|
|
373
395
|
{
|
|
374
396
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
375
397
|
},
|
|
398
|
+
{
|
|
399
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
406
|
+
},
|
|
376
407
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
377
408
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
378
409
|
{
|
|
@@ -443,6 +474,10 @@ function createQuestionEntry(payload) {
|
|
|
443
474
|
{
|
|
444
475
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
445
476
|
},
|
|
477
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
478
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
479
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
480
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
446
481
|
{
|
|
447
482
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
448
483
|
},
|
|
@@ -476,9 +511,27 @@ function createQuestionEntry(payload) {
|
|
|
476
511
|
{
|
|
477
512
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
478
513
|
},
|
|
514
|
+
{
|
|
515
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
522
|
+
},
|
|
479
523
|
{
|
|
480
524
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
481
525
|
},
|
|
526
|
+
{
|
|
527
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
534
|
+
},
|
|
482
535
|
{
|
|
483
536
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
484
537
|
},
|
|
@@ -512,6 +565,15 @@ function createQuestionEntry(payload) {
|
|
|
512
565
|
{
|
|
513
566
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
514
567
|
},
|
|
568
|
+
{
|
|
569
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
576
|
+
},
|
|
515
577
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
516
578
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
517
579
|
{
|
|
@@ -589,6 +651,10 @@ function getQuestionEntry(payload) {
|
|
|
589
651
|
{
|
|
590
652
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
591
653
|
},
|
|
654
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
655
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
656
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
657
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
592
658
|
{
|
|
593
659
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
594
660
|
},
|
|
@@ -622,9 +688,27 @@ function getQuestionEntry(payload) {
|
|
|
622
688
|
{
|
|
623
689
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
624
690
|
},
|
|
691
|
+
{
|
|
692
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
699
|
+
},
|
|
625
700
|
{
|
|
626
701
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
627
702
|
},
|
|
703
|
+
{
|
|
704
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
711
|
+
},
|
|
628
712
|
{
|
|
629
713
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
630
714
|
},
|
|
@@ -658,6 +742,15 @@ function getQuestionEntry(payload) {
|
|
|
658
742
|
{
|
|
659
743
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
660
744
|
},
|
|
745
|
+
{
|
|
746
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
753
|
+
},
|
|
661
754
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
662
755
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
663
756
|
{
|
|
@@ -723,6 +816,10 @@ function updateQuestionEntry(payload) {
|
|
|
723
816
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
724
817
|
},
|
|
725
818
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
819
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
820
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
821
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
822
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
726
823
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
727
824
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
728
825
|
{
|
|
@@ -748,9 +845,27 @@ function updateQuestionEntry(payload) {
|
|
|
748
845
|
{
|
|
749
846
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
750
847
|
},
|
|
848
|
+
{
|
|
849
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
856
|
+
},
|
|
751
857
|
{
|
|
752
858
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
753
859
|
},
|
|
860
|
+
{
|
|
861
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
868
|
+
},
|
|
754
869
|
{
|
|
755
870
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
756
871
|
},
|
|
@@ -782,6 +897,15 @@ function updateQuestionEntry(payload) {
|
|
|
782
897
|
{
|
|
783
898
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
784
899
|
},
|
|
900
|
+
{
|
|
901
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
908
|
+
},
|
|
785
909
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
786
910
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
787
911
|
{
|
|
@@ -852,6 +976,10 @@ function updateQuestionEntry(payload) {
|
|
|
852
976
|
{
|
|
853
977
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
854
978
|
},
|
|
979
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
980
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
981
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
982
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
855
983
|
{
|
|
856
984
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
857
985
|
},
|
|
@@ -885,9 +1013,27 @@ function updateQuestionEntry(payload) {
|
|
|
885
1013
|
{
|
|
886
1014
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
887
1015
|
},
|
|
1016
|
+
{
|
|
1017
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1024
|
+
},
|
|
888
1025
|
{
|
|
889
1026
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
890
1027
|
},
|
|
1028
|
+
{
|
|
1029
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1036
|
+
},
|
|
891
1037
|
{
|
|
892
1038
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
893
1039
|
},
|
|
@@ -921,6 +1067,15 @@ function updateQuestionEntry(payload) {
|
|
|
921
1067
|
{
|
|
922
1068
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
923
1069
|
},
|
|
1070
|
+
{
|
|
1071
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1072
|
+
},
|
|
1073
|
+
{
|
|
1074
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1078
|
+
},
|
|
924
1079
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
925
1080
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
926
1081
|
{
|
|
@@ -1019,6 +1174,14 @@ function listQuestionEntries(payload) {
|
|
|
1019
1174
|
{
|
|
1020
1175
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1021
1176
|
},
|
|
1177
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1178
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1179
|
+
{
|
|
1180
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1184
|
+
},
|
|
1022
1185
|
{
|
|
1023
1186
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1024
1187
|
},
|
|
@@ -1052,9 +1215,27 @@ function listQuestionEntries(payload) {
|
|
|
1052
1215
|
{
|
|
1053
1216
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1054
1217
|
},
|
|
1218
|
+
{
|
|
1219
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1220
|
+
},
|
|
1221
|
+
{
|
|
1222
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1226
|
+
},
|
|
1055
1227
|
{
|
|
1056
1228
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1057
1229
|
},
|
|
1230
|
+
{
|
|
1231
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1235
|
+
},
|
|
1236
|
+
{
|
|
1237
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1238
|
+
},
|
|
1058
1239
|
{
|
|
1059
1240
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1060
1241
|
},
|
|
@@ -1088,6 +1269,15 @@ function listQuestionEntries(payload) {
|
|
|
1088
1269
|
{
|
|
1089
1270
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1090
1271
|
},
|
|
1272
|
+
{
|
|
1273
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1280
|
+
},
|
|
1091
1281
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1092
1282
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1093
1283
|
{
|
|
@@ -1165,6 +1355,14 @@ function queryQuestionEntries(payload) {
|
|
|
1165
1355
|
{
|
|
1166
1356
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1167
1357
|
},
|
|
1358
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1359
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1360
|
+
{
|
|
1361
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1365
|
+
},
|
|
1168
1366
|
{
|
|
1169
1367
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1170
1368
|
},
|
|
@@ -1198,9 +1396,27 @@ function queryQuestionEntries(payload) {
|
|
|
1198
1396
|
{
|
|
1199
1397
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1200
1398
|
},
|
|
1399
|
+
{
|
|
1400
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1407
|
+
},
|
|
1201
1408
|
{
|
|
1202
1409
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1203
1410
|
},
|
|
1411
|
+
{
|
|
1412
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1413
|
+
},
|
|
1414
|
+
{
|
|
1415
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1419
|
+
},
|
|
1204
1420
|
{
|
|
1205
1421
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1206
1422
|
},
|
|
@@ -1234,6 +1450,15 @@ function queryQuestionEntries(payload) {
|
|
|
1234
1450
|
{
|
|
1235
1451
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1236
1452
|
},
|
|
1453
|
+
{
|
|
1454
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1461
|
+
},
|
|
1237
1462
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1238
1463
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1239
1464
|
{
|
|
@@ -1332,6 +1557,10 @@ function updateExtendedFields(payload) {
|
|
|
1332
1557
|
{
|
|
1333
1558
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1334
1559
|
},
|
|
1560
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1561
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1562
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1563
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1335
1564
|
{
|
|
1336
1565
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1337
1566
|
},
|
|
@@ -1365,9 +1594,27 @@ function updateExtendedFields(payload) {
|
|
|
1365
1594
|
{
|
|
1366
1595
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1367
1596
|
},
|
|
1597
|
+
{
|
|
1598
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1605
|
+
},
|
|
1368
1606
|
{
|
|
1369
1607
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1370
1608
|
},
|
|
1609
|
+
{
|
|
1610
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1617
|
+
},
|
|
1371
1618
|
{
|
|
1372
1619
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1373
1620
|
},
|
|
@@ -1401,6 +1648,15 @@ function updateExtendedFields(payload) {
|
|
|
1401
1648
|
{
|
|
1402
1649
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1403
1650
|
},
|
|
1651
|
+
{
|
|
1652
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1659
|
+
},
|
|
1404
1660
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1405
1661
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1406
1662
|
{
|
|
@@ -1484,6 +1740,10 @@ function setQuestionEntryLabels(payload) {
|
|
|
1484
1740
|
{
|
|
1485
1741
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1486
1742
|
},
|
|
1743
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1744
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1745
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1746
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1487
1747
|
{
|
|
1488
1748
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1489
1749
|
},
|
|
@@ -1517,9 +1777,27 @@ function setQuestionEntryLabels(payload) {
|
|
|
1517
1777
|
{
|
|
1518
1778
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1519
1779
|
},
|
|
1780
|
+
{
|
|
1781
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1788
|
+
},
|
|
1520
1789
|
{
|
|
1521
1790
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1522
1791
|
},
|
|
1792
|
+
{
|
|
1793
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1800
|
+
},
|
|
1523
1801
|
{
|
|
1524
1802
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1525
1803
|
},
|
|
@@ -1553,6 +1831,15 @@ function setQuestionEntryLabels(payload) {
|
|
|
1553
1831
|
{
|
|
1554
1832
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1555
1833
|
},
|
|
1834
|
+
{
|
|
1835
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1836
|
+
},
|
|
1837
|
+
{
|
|
1838
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1839
|
+
},
|
|
1840
|
+
{
|
|
1841
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1842
|
+
},
|
|
1556
1843
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1557
1844
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1558
1845
|
{
|
|
@@ -1624,6 +1911,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1624
1911
|
{
|
|
1625
1912
|
path: "questionEntries.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1626
1913
|
},
|
|
1914
|
+
{
|
|
1915
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1919
|
+
},
|
|
1920
|
+
{
|
|
1921
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.height"
|
|
1925
|
+
},
|
|
1627
1926
|
{
|
|
1628
1927
|
path: "questionEntries.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1629
1928
|
},
|
|
@@ -1657,9 +1956,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1657
1956
|
{
|
|
1658
1957
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1659
1958
|
},
|
|
1959
|
+
{
|
|
1960
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1967
|
+
},
|
|
1660
1968
|
{
|
|
1661
1969
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1662
1970
|
},
|
|
1971
|
+
{
|
|
1972
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1973
|
+
},
|
|
1974
|
+
{
|
|
1975
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1979
|
+
},
|
|
1663
1980
|
{
|
|
1664
1981
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1665
1982
|
},
|
|
@@ -1693,6 +2010,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1693
2010
|
{
|
|
1694
2011
|
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1695
2012
|
},
|
|
2013
|
+
{
|
|
2014
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2015
|
+
},
|
|
2016
|
+
{
|
|
2017
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2021
|
+
},
|
|
1696
2022
|
{
|
|
1697
2023
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1698
2024
|
},
|
|
@@ -1771,6 +2097,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1771
2097
|
{
|
|
1772
2098
|
path: "results.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1773
2099
|
},
|
|
2100
|
+
{
|
|
2101
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.x"
|
|
2102
|
+
},
|
|
2103
|
+
{
|
|
2104
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.y"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.width"
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.height"
|
|
2111
|
+
},
|
|
1774
2112
|
{
|
|
1775
2113
|
path: "results.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1776
2114
|
},
|
|
@@ -1804,9 +2142,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1804
2142
|
{
|
|
1805
2143
|
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1806
2144
|
},
|
|
2145
|
+
{
|
|
2146
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2147
|
+
},
|
|
2148
|
+
{
|
|
2149
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2153
|
+
},
|
|
1807
2154
|
{
|
|
1808
2155
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1809
2156
|
},
|
|
2157
|
+
{
|
|
2158
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2165
|
+
},
|
|
1810
2166
|
{
|
|
1811
2167
|
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1812
2168
|
},
|
|
@@ -1840,6 +2196,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1840
2196
|
{
|
|
1841
2197
|
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1842
2198
|
},
|
|
2199
|
+
{
|
|
2200
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2207
|
+
},
|
|
1843
2208
|
{
|
|
1844
2209
|
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1845
2210
|
},
|
|
@@ -2170,6 +2535,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2170
2535
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2171
2536
|
return ImagePosition2;
|
|
2172
2537
|
})(ImagePosition || {});
|
|
2538
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2539
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2540
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2541
|
+
return LayoutDataBackgroundType2;
|
|
2542
|
+
})(LayoutDataBackgroundType || {});
|
|
2173
2543
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2174
2544
|
Origin2["IMAGE"] = "IMAGE";
|
|
2175
2545
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2180,11 +2550,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2180
2550
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2181
2551
|
return BannerPosition2;
|
|
2182
2552
|
})(BannerPosition || {});
|
|
2183
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2184
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2185
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2186
|
-
return LayoutDataBackgroundType2;
|
|
2187
|
-
})(LayoutDataBackgroundType || {});
|
|
2188
2553
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2189
2554
|
BackdropType2["COLOR"] = "COLOR";
|
|
2190
2555
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -2364,6 +2729,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
2364
2729
|
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2365
2730
|
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2366
2731
|
Namespace2["SYMPHONY"] = "SYMPHONY";
|
|
2732
|
+
Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
|
|
2367
2733
|
return Namespace2;
|
|
2368
2734
|
})(Namespace || {});
|
|
2369
2735
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|
|
@@ -2876,6 +3242,10 @@ var onQuestionEntryCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2876
3242
|
},
|
|
2877
3243
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
2878
3244
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
3245
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
3246
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
3247
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
3248
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
2879
3249
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
2880
3250
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
2881
3251
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -2893,9 +3263,27 @@ var onQuestionEntryCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2893
3263
|
{
|
|
2894
3264
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
2895
3265
|
},
|
|
3266
|
+
{
|
|
3267
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3271
|
+
},
|
|
3272
|
+
{
|
|
3273
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3274
|
+
},
|
|
2896
3275
|
{
|
|
2897
3276
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2898
3277
|
},
|
|
3278
|
+
{
|
|
3279
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3286
|
+
},
|
|
2899
3287
|
{
|
|
2900
3288
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2901
3289
|
},
|
|
@@ -2927,6 +3315,15 @@ var onQuestionEntryCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2927
3315
|
{
|
|
2928
3316
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2929
3317
|
},
|
|
3318
|
+
{
|
|
3319
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3320
|
+
},
|
|
3321
|
+
{
|
|
3322
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3326
|
+
},
|
|
2930
3327
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2931
3328
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2932
3329
|
{
|
|
@@ -2988,6 +3385,10 @@ var onQuestionEntryDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
2988
3385
|
path: "undefined.richContent.nodes.galleryData.options.item.ratio"
|
|
2989
3386
|
},
|
|
2990
3387
|
{ path: "undefined.richContent.nodes.imageData.image.duration" },
|
|
3388
|
+
{ path: "undefined.richContent.nodes.imageData.crop.x" },
|
|
3389
|
+
{ path: "undefined.richContent.nodes.imageData.crop.y" },
|
|
3390
|
+
{ path: "undefined.richContent.nodes.imageData.crop.width" },
|
|
3391
|
+
{ path: "undefined.richContent.nodes.imageData.crop.height" },
|
|
2991
3392
|
{ path: "undefined.richContent.nodes.mapData.mapSettings.lat" },
|
|
2992
3393
|
{ path: "undefined.richContent.nodes.mapData.mapSettings.lng" },
|
|
2993
3394
|
{
|
|
@@ -3011,9 +3412,27 @@ var onQuestionEntryDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
3011
3412
|
{
|
|
3012
3413
|
path: "undefined.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3013
3414
|
},
|
|
3415
|
+
{
|
|
3416
|
+
path: "undefined.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
path: "undefined.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3420
|
+
},
|
|
3421
|
+
{
|
|
3422
|
+
path: "undefined.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3423
|
+
},
|
|
3014
3424
|
{
|
|
3015
3425
|
path: "undefined.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3016
3426
|
},
|
|
3427
|
+
{
|
|
3428
|
+
path: "undefined.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3429
|
+
},
|
|
3430
|
+
{
|
|
3431
|
+
path: "undefined.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
path: "undefined.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3435
|
+
},
|
|
3017
3436
|
{
|
|
3018
3437
|
path: "undefined.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3019
3438
|
},
|
|
@@ -3045,6 +3464,15 @@ var onQuestionEntryDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
3045
3464
|
{
|
|
3046
3465
|
path: "undefined.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3047
3466
|
},
|
|
3467
|
+
{
|
|
3468
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3469
|
+
},
|
|
3470
|
+
{
|
|
3471
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3475
|
+
},
|
|
3048
3476
|
{ path: "undefined.richContent.nodes.tocData.fontSize" },
|
|
3049
3477
|
{ path: "undefined.richContent.nodes.tocData.itemSpacing" },
|
|
3050
3478
|
{
|
|
@@ -3104,6 +3532,10 @@ var onQuestionEntryUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3104
3532
|
},
|
|
3105
3533
|
{ path: "entity.richContent.nodes.galleryData.options.item.ratio" },
|
|
3106
3534
|
{ path: "entity.richContent.nodes.imageData.image.duration" },
|
|
3535
|
+
{ path: "entity.richContent.nodes.imageData.crop.x" },
|
|
3536
|
+
{ path: "entity.richContent.nodes.imageData.crop.y" },
|
|
3537
|
+
{ path: "entity.richContent.nodes.imageData.crop.width" },
|
|
3538
|
+
{ path: "entity.richContent.nodes.imageData.crop.height" },
|
|
3107
3539
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lat" },
|
|
3108
3540
|
{ path: "entity.richContent.nodes.mapData.mapSettings.lng" },
|
|
3109
3541
|
{ path: "entity.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -3121,9 +3553,27 @@ var onQuestionEntryUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3121
3553
|
{
|
|
3122
3554
|
path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
3123
3555
|
},
|
|
3556
|
+
{
|
|
3557
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
3558
|
+
},
|
|
3559
|
+
{
|
|
3560
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
3561
|
+
},
|
|
3562
|
+
{
|
|
3563
|
+
path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
3564
|
+
},
|
|
3124
3565
|
{
|
|
3125
3566
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
3126
3567
|
},
|
|
3568
|
+
{
|
|
3569
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
3570
|
+
},
|
|
3571
|
+
{
|
|
3572
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
3573
|
+
},
|
|
3574
|
+
{
|
|
3575
|
+
path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
3576
|
+
},
|
|
3127
3577
|
{
|
|
3128
3578
|
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
3129
3579
|
},
|
|
@@ -3155,6 +3605,15 @@ var onQuestionEntryUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
3155
3605
|
{
|
|
3156
3606
|
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
3157
3607
|
},
|
|
3608
|
+
{
|
|
3609
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
3610
|
+
},
|
|
3611
|
+
{
|
|
3612
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
3613
|
+
},
|
|
3614
|
+
{
|
|
3615
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
3616
|
+
},
|
|
3158
3617
|
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
3159
3618
|
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
3160
3619
|
{
|