@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
|
@@ -305,6 +305,10 @@ function createQuestionEntry(payload) {
|
|
|
305
305
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
306
306
|
},
|
|
307
307
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
308
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
309
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
310
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
311
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
308
312
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
309
313
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
310
314
|
{
|
|
@@ -330,9 +334,27 @@ function createQuestionEntry(payload) {
|
|
|
330
334
|
{
|
|
331
335
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
332
336
|
},
|
|
337
|
+
{
|
|
338
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
345
|
+
},
|
|
333
346
|
{
|
|
334
347
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
335
348
|
},
|
|
349
|
+
{
|
|
350
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
357
|
+
},
|
|
336
358
|
{
|
|
337
359
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
338
360
|
},
|
|
@@ -364,6 +386,15 @@ function createQuestionEntry(payload) {
|
|
|
364
386
|
{
|
|
365
387
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
366
388
|
},
|
|
389
|
+
{
|
|
390
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
397
|
+
},
|
|
367
398
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
368
399
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
369
400
|
{
|
|
@@ -434,6 +465,10 @@ function createQuestionEntry(payload) {
|
|
|
434
465
|
{
|
|
435
466
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
436
467
|
},
|
|
468
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
469
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
470
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
471
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
437
472
|
{
|
|
438
473
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
439
474
|
},
|
|
@@ -467,9 +502,27 @@ function createQuestionEntry(payload) {
|
|
|
467
502
|
{
|
|
468
503
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
469
504
|
},
|
|
505
|
+
{
|
|
506
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
513
|
+
},
|
|
470
514
|
{
|
|
471
515
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
472
516
|
},
|
|
517
|
+
{
|
|
518
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
525
|
+
},
|
|
473
526
|
{
|
|
474
527
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
475
528
|
},
|
|
@@ -503,6 +556,15 @@ function createQuestionEntry(payload) {
|
|
|
503
556
|
{
|
|
504
557
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
505
558
|
},
|
|
559
|
+
{
|
|
560
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
567
|
+
},
|
|
506
568
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
507
569
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
508
570
|
{
|
|
@@ -580,6 +642,10 @@ function getQuestionEntry(payload) {
|
|
|
580
642
|
{
|
|
581
643
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
582
644
|
},
|
|
645
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
646
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
647
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
648
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
583
649
|
{
|
|
584
650
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
585
651
|
},
|
|
@@ -613,9 +679,27 @@ function getQuestionEntry(payload) {
|
|
|
613
679
|
{
|
|
614
680
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
615
681
|
},
|
|
682
|
+
{
|
|
683
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
690
|
+
},
|
|
616
691
|
{
|
|
617
692
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
618
693
|
},
|
|
694
|
+
{
|
|
695
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
702
|
+
},
|
|
619
703
|
{
|
|
620
704
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
621
705
|
},
|
|
@@ -649,6 +733,15 @@ function getQuestionEntry(payload) {
|
|
|
649
733
|
{
|
|
650
734
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
651
735
|
},
|
|
736
|
+
{
|
|
737
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
744
|
+
},
|
|
652
745
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
653
746
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
654
747
|
{
|
|
@@ -714,6 +807,10 @@ function updateQuestionEntry(payload) {
|
|
|
714
807
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
715
808
|
},
|
|
716
809
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
810
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
811
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
812
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
813
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
717
814
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
718
815
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
719
816
|
{
|
|
@@ -739,9 +836,27 @@ function updateQuestionEntry(payload) {
|
|
|
739
836
|
{
|
|
740
837
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
741
838
|
},
|
|
839
|
+
{
|
|
840
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
847
|
+
},
|
|
742
848
|
{
|
|
743
849
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
744
850
|
},
|
|
851
|
+
{
|
|
852
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
859
|
+
},
|
|
745
860
|
{
|
|
746
861
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
747
862
|
},
|
|
@@ -773,6 +888,15 @@ function updateQuestionEntry(payload) {
|
|
|
773
888
|
{
|
|
774
889
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
775
890
|
},
|
|
891
|
+
{
|
|
892
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
899
|
+
},
|
|
776
900
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
777
901
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
778
902
|
{
|
|
@@ -843,6 +967,10 @@ function updateQuestionEntry(payload) {
|
|
|
843
967
|
{
|
|
844
968
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
845
969
|
},
|
|
970
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
971
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
972
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
973
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
846
974
|
{
|
|
847
975
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
848
976
|
},
|
|
@@ -876,9 +1004,27 @@ function updateQuestionEntry(payload) {
|
|
|
876
1004
|
{
|
|
877
1005
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
878
1006
|
},
|
|
1007
|
+
{
|
|
1008
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1015
|
+
},
|
|
879
1016
|
{
|
|
880
1017
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
881
1018
|
},
|
|
1019
|
+
{
|
|
1020
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1027
|
+
},
|
|
882
1028
|
{
|
|
883
1029
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
884
1030
|
},
|
|
@@ -912,6 +1058,15 @@ function updateQuestionEntry(payload) {
|
|
|
912
1058
|
{
|
|
913
1059
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
914
1060
|
},
|
|
1061
|
+
{
|
|
1062
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1069
|
+
},
|
|
915
1070
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
916
1071
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
917
1072
|
{
|
|
@@ -1010,6 +1165,14 @@ function listQuestionEntries(payload) {
|
|
|
1010
1165
|
{
|
|
1011
1166
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1012
1167
|
},
|
|
1168
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1169
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1170
|
+
{
|
|
1171
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1175
|
+
},
|
|
1013
1176
|
{
|
|
1014
1177
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1015
1178
|
},
|
|
@@ -1043,9 +1206,27 @@ function listQuestionEntries(payload) {
|
|
|
1043
1206
|
{
|
|
1044
1207
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1045
1208
|
},
|
|
1209
|
+
{
|
|
1210
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1217
|
+
},
|
|
1046
1218
|
{
|
|
1047
1219
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1048
1220
|
},
|
|
1221
|
+
{
|
|
1222
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1229
|
+
},
|
|
1049
1230
|
{
|
|
1050
1231
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1051
1232
|
},
|
|
@@ -1079,6 +1260,15 @@ function listQuestionEntries(payload) {
|
|
|
1079
1260
|
{
|
|
1080
1261
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1081
1262
|
},
|
|
1263
|
+
{
|
|
1264
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1271
|
+
},
|
|
1082
1272
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1083
1273
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1084
1274
|
{
|
|
@@ -1156,6 +1346,14 @@ function queryQuestionEntries(payload) {
|
|
|
1156
1346
|
{
|
|
1157
1347
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1158
1348
|
},
|
|
1349
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1350
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1351
|
+
{
|
|
1352
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1356
|
+
},
|
|
1159
1357
|
{
|
|
1160
1358
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1161
1359
|
},
|
|
@@ -1189,9 +1387,27 @@ function queryQuestionEntries(payload) {
|
|
|
1189
1387
|
{
|
|
1190
1388
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1191
1389
|
},
|
|
1390
|
+
{
|
|
1391
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1398
|
+
},
|
|
1192
1399
|
{
|
|
1193
1400
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1194
1401
|
},
|
|
1402
|
+
{
|
|
1403
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1404
|
+
},
|
|
1405
|
+
{
|
|
1406
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1407
|
+
},
|
|
1408
|
+
{
|
|
1409
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1410
|
+
},
|
|
1195
1411
|
{
|
|
1196
1412
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1197
1413
|
},
|
|
@@ -1225,6 +1441,15 @@ function queryQuestionEntries(payload) {
|
|
|
1225
1441
|
{
|
|
1226
1442
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1227
1443
|
},
|
|
1444
|
+
{
|
|
1445
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1452
|
+
},
|
|
1228
1453
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1229
1454
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1230
1455
|
{
|
|
@@ -1323,6 +1548,10 @@ function updateExtendedFields(payload) {
|
|
|
1323
1548
|
{
|
|
1324
1549
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1325
1550
|
},
|
|
1551
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1552
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1553
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1554
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1326
1555
|
{
|
|
1327
1556
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1328
1557
|
},
|
|
@@ -1356,9 +1585,27 @@ function updateExtendedFields(payload) {
|
|
|
1356
1585
|
{
|
|
1357
1586
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1358
1587
|
},
|
|
1588
|
+
{
|
|
1589
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1596
|
+
},
|
|
1359
1597
|
{
|
|
1360
1598
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1361
1599
|
},
|
|
1600
|
+
{
|
|
1601
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1608
|
+
},
|
|
1362
1609
|
{
|
|
1363
1610
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1364
1611
|
},
|
|
@@ -1392,6 +1639,15 @@ function updateExtendedFields(payload) {
|
|
|
1392
1639
|
{
|
|
1393
1640
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1394
1641
|
},
|
|
1642
|
+
{
|
|
1643
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1644
|
+
},
|
|
1645
|
+
{
|
|
1646
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1650
|
+
},
|
|
1395
1651
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1396
1652
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1397
1653
|
{
|
|
@@ -1475,6 +1731,10 @@ function setQuestionEntryLabels(payload) {
|
|
|
1475
1731
|
{
|
|
1476
1732
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1477
1733
|
},
|
|
1734
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1735
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1736
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1737
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1478
1738
|
{
|
|
1479
1739
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1480
1740
|
},
|
|
@@ -1508,9 +1768,27 @@ function setQuestionEntryLabels(payload) {
|
|
|
1508
1768
|
{
|
|
1509
1769
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1510
1770
|
},
|
|
1771
|
+
{
|
|
1772
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1779
|
+
},
|
|
1511
1780
|
{
|
|
1512
1781
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1513
1782
|
},
|
|
1783
|
+
{
|
|
1784
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1788
|
+
},
|
|
1789
|
+
{
|
|
1790
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1791
|
+
},
|
|
1514
1792
|
{
|
|
1515
1793
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1516
1794
|
},
|
|
@@ -1544,6 +1822,15 @@ function setQuestionEntryLabels(payload) {
|
|
|
1544
1822
|
{
|
|
1545
1823
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1546
1824
|
},
|
|
1825
|
+
{
|
|
1826
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1830
|
+
},
|
|
1831
|
+
{
|
|
1832
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1833
|
+
},
|
|
1547
1834
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1548
1835
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1549
1836
|
{
|
|
@@ -1615,6 +1902,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1615
1902
|
{
|
|
1616
1903
|
path: "questionEntries.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1617
1904
|
},
|
|
1905
|
+
{
|
|
1906
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1907
|
+
},
|
|
1908
|
+
{
|
|
1909
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1910
|
+
},
|
|
1911
|
+
{
|
|
1912
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.height"
|
|
1916
|
+
},
|
|
1618
1917
|
{
|
|
1619
1918
|
path: "questionEntries.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1620
1919
|
},
|
|
@@ -1648,9 +1947,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1648
1947
|
{
|
|
1649
1948
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1650
1949
|
},
|
|
1950
|
+
{
|
|
1951
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1955
|
+
},
|
|
1956
|
+
{
|
|
1957
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1958
|
+
},
|
|
1651
1959
|
{
|
|
1652
1960
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1653
1961
|
},
|
|
1962
|
+
{
|
|
1963
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1964
|
+
},
|
|
1965
|
+
{
|
|
1966
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1970
|
+
},
|
|
1654
1971
|
{
|
|
1655
1972
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1656
1973
|
},
|
|
@@ -1684,6 +2001,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1684
2001
|
{
|
|
1685
2002
|
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1686
2003
|
},
|
|
2004
|
+
{
|
|
2005
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2012
|
+
},
|
|
1687
2013
|
{
|
|
1688
2014
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1689
2015
|
},
|
|
@@ -1762,6 +2088,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1762
2088
|
{
|
|
1763
2089
|
path: "results.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1764
2090
|
},
|
|
2091
|
+
{
|
|
2092
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.x"
|
|
2093
|
+
},
|
|
2094
|
+
{
|
|
2095
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.y"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.width"
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.height"
|
|
2102
|
+
},
|
|
1765
2103
|
{
|
|
1766
2104
|
path: "results.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1767
2105
|
},
|
|
@@ -1795,9 +2133,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1795
2133
|
{
|
|
1796
2134
|
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1797
2135
|
},
|
|
2136
|
+
{
|
|
2137
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2138
|
+
},
|
|
2139
|
+
{
|
|
2140
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2144
|
+
},
|
|
1798
2145
|
{
|
|
1799
2146
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1800
2147
|
},
|
|
2148
|
+
{
|
|
2149
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2156
|
+
},
|
|
1801
2157
|
{
|
|
1802
2158
|
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1803
2159
|
},
|
|
@@ -1831,6 +2187,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1831
2187
|
{
|
|
1832
2188
|
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1833
2189
|
},
|
|
2190
|
+
{
|
|
2191
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2192
|
+
},
|
|
2193
|
+
{
|
|
2194
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2198
|
+
},
|
|
1834
2199
|
{
|
|
1835
2200
|
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1836
2201
|
},
|
|
@@ -2161,6 +2526,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2161
2526
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2162
2527
|
return ImagePosition2;
|
|
2163
2528
|
})(ImagePosition || {});
|
|
2529
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2530
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2531
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2532
|
+
return LayoutDataBackgroundType2;
|
|
2533
|
+
})(LayoutDataBackgroundType || {});
|
|
2164
2534
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2165
2535
|
Origin2["IMAGE"] = "IMAGE";
|
|
2166
2536
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2171,11 +2541,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2171
2541
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2172
2542
|
return BannerPosition2;
|
|
2173
2543
|
})(BannerPosition || {});
|
|
2174
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2175
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2176
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2177
|
-
return LayoutDataBackgroundType2;
|
|
2178
|
-
})(LayoutDataBackgroundType || {});
|
|
2179
2544
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2180
2545
|
BackdropType2["COLOR"] = "COLOR";
|
|
2181
2546
|
BackdropType2["GRADIENT"] = "GRADIENT";
|