@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
|
@@ -196,6 +196,10 @@ function createQuestionEntry(payload) {
|
|
|
196
196
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
197
197
|
},
|
|
198
198
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
199
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
200
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
201
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
202
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
199
203
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
200
204
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
201
205
|
{
|
|
@@ -221,9 +225,27 @@ function createQuestionEntry(payload) {
|
|
|
221
225
|
{
|
|
222
226
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
223
227
|
},
|
|
228
|
+
{
|
|
229
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
236
|
+
},
|
|
224
237
|
{
|
|
225
238
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
226
239
|
},
|
|
240
|
+
{
|
|
241
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
248
|
+
},
|
|
227
249
|
{
|
|
228
250
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
229
251
|
},
|
|
@@ -255,6 +277,15 @@ function createQuestionEntry(payload) {
|
|
|
255
277
|
{
|
|
256
278
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
257
279
|
},
|
|
280
|
+
{
|
|
281
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
288
|
+
},
|
|
258
289
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
259
290
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
260
291
|
{
|
|
@@ -325,6 +356,10 @@ function createQuestionEntry(payload) {
|
|
|
325
356
|
{
|
|
326
357
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
327
358
|
},
|
|
359
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
360
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
361
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
362
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
328
363
|
{
|
|
329
364
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
330
365
|
},
|
|
@@ -358,9 +393,27 @@ function createQuestionEntry(payload) {
|
|
|
358
393
|
{
|
|
359
394
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
360
395
|
},
|
|
396
|
+
{
|
|
397
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
404
|
+
},
|
|
361
405
|
{
|
|
362
406
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
363
407
|
},
|
|
408
|
+
{
|
|
409
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
413
|
+
},
|
|
414
|
+
{
|
|
415
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
416
|
+
},
|
|
364
417
|
{
|
|
365
418
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
366
419
|
},
|
|
@@ -394,6 +447,15 @@ function createQuestionEntry(payload) {
|
|
|
394
447
|
{
|
|
395
448
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
396
449
|
},
|
|
450
|
+
{
|
|
451
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
458
|
+
},
|
|
397
459
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
398
460
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
399
461
|
{
|
|
@@ -471,6 +533,10 @@ function getQuestionEntry(payload) {
|
|
|
471
533
|
{
|
|
472
534
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
473
535
|
},
|
|
536
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
537
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
538
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
539
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
474
540
|
{
|
|
475
541
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
476
542
|
},
|
|
@@ -504,9 +570,27 @@ function getQuestionEntry(payload) {
|
|
|
504
570
|
{
|
|
505
571
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
506
572
|
},
|
|
573
|
+
{
|
|
574
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
581
|
+
},
|
|
507
582
|
{
|
|
508
583
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
509
584
|
},
|
|
585
|
+
{
|
|
586
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
593
|
+
},
|
|
510
594
|
{
|
|
511
595
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
512
596
|
},
|
|
@@ -540,6 +624,15 @@ function getQuestionEntry(payload) {
|
|
|
540
624
|
{
|
|
541
625
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
542
626
|
},
|
|
627
|
+
{
|
|
628
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
635
|
+
},
|
|
543
636
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
544
637
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
545
638
|
{
|
|
@@ -605,6 +698,10 @@ function updateQuestionEntry(payload) {
|
|
|
605
698
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
606
699
|
},
|
|
607
700
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
701
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
702
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
703
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
704
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
608
705
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
609
706
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
610
707
|
{
|
|
@@ -630,9 +727,27 @@ function updateQuestionEntry(payload) {
|
|
|
630
727
|
{
|
|
631
728
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
632
729
|
},
|
|
730
|
+
{
|
|
731
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
738
|
+
},
|
|
633
739
|
{
|
|
634
740
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
635
741
|
},
|
|
742
|
+
{
|
|
743
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
750
|
+
},
|
|
636
751
|
{
|
|
637
752
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
638
753
|
},
|
|
@@ -664,6 +779,15 @@ function updateQuestionEntry(payload) {
|
|
|
664
779
|
{
|
|
665
780
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
666
781
|
},
|
|
782
|
+
{
|
|
783
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
790
|
+
},
|
|
667
791
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
668
792
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
669
793
|
{
|
|
@@ -734,6 +858,10 @@ function updateQuestionEntry(payload) {
|
|
|
734
858
|
{
|
|
735
859
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
736
860
|
},
|
|
861
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
862
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
863
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
864
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
737
865
|
{
|
|
738
866
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
739
867
|
},
|
|
@@ -767,9 +895,27 @@ function updateQuestionEntry(payload) {
|
|
|
767
895
|
{
|
|
768
896
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
769
897
|
},
|
|
898
|
+
{
|
|
899
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
906
|
+
},
|
|
770
907
|
{
|
|
771
908
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
772
909
|
},
|
|
910
|
+
{
|
|
911
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
912
|
+
},
|
|
913
|
+
{
|
|
914
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
918
|
+
},
|
|
773
919
|
{
|
|
774
920
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
775
921
|
},
|
|
@@ -803,6 +949,15 @@ function updateQuestionEntry(payload) {
|
|
|
803
949
|
{
|
|
804
950
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
805
951
|
},
|
|
952
|
+
{
|
|
953
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
954
|
+
},
|
|
955
|
+
{
|
|
956
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
960
|
+
},
|
|
806
961
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
807
962
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
808
963
|
{
|
|
@@ -901,6 +1056,14 @@ function listQuestionEntries(payload) {
|
|
|
901
1056
|
{
|
|
902
1057
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
903
1058
|
},
|
|
1059
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1060
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1061
|
+
{
|
|
1062
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1066
|
+
},
|
|
904
1067
|
{
|
|
905
1068
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
906
1069
|
},
|
|
@@ -934,9 +1097,27 @@ function listQuestionEntries(payload) {
|
|
|
934
1097
|
{
|
|
935
1098
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
936
1099
|
},
|
|
1100
|
+
{
|
|
1101
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1108
|
+
},
|
|
937
1109
|
{
|
|
938
1110
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
939
1111
|
},
|
|
1112
|
+
{
|
|
1113
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1114
|
+
},
|
|
1115
|
+
{
|
|
1116
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1117
|
+
},
|
|
1118
|
+
{
|
|
1119
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1120
|
+
},
|
|
940
1121
|
{
|
|
941
1122
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
942
1123
|
},
|
|
@@ -970,6 +1151,15 @@ function listQuestionEntries(payload) {
|
|
|
970
1151
|
{
|
|
971
1152
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
972
1153
|
},
|
|
1154
|
+
{
|
|
1155
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1162
|
+
},
|
|
973
1163
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
974
1164
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
975
1165
|
{
|
|
@@ -1047,6 +1237,14 @@ function queryQuestionEntries(payload) {
|
|
|
1047
1237
|
{
|
|
1048
1238
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1049
1239
|
},
|
|
1240
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1241
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1242
|
+
{
|
|
1243
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1247
|
+
},
|
|
1050
1248
|
{
|
|
1051
1249
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1052
1250
|
},
|
|
@@ -1080,9 +1278,27 @@ function queryQuestionEntries(payload) {
|
|
|
1080
1278
|
{
|
|
1081
1279
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1082
1280
|
},
|
|
1281
|
+
{
|
|
1282
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1289
|
+
},
|
|
1083
1290
|
{
|
|
1084
1291
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1085
1292
|
},
|
|
1293
|
+
{
|
|
1294
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1295
|
+
},
|
|
1296
|
+
{
|
|
1297
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1301
|
+
},
|
|
1086
1302
|
{
|
|
1087
1303
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1088
1304
|
},
|
|
@@ -1116,6 +1332,15 @@ function queryQuestionEntries(payload) {
|
|
|
1116
1332
|
{
|
|
1117
1333
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1118
1334
|
},
|
|
1335
|
+
{
|
|
1336
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1343
|
+
},
|
|
1119
1344
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1120
1345
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1121
1346
|
{
|
|
@@ -1214,6 +1439,10 @@ function updateExtendedFields(payload) {
|
|
|
1214
1439
|
{
|
|
1215
1440
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1216
1441
|
},
|
|
1442
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1443
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1444
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1445
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1217
1446
|
{
|
|
1218
1447
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1219
1448
|
},
|
|
@@ -1247,9 +1476,27 @@ function updateExtendedFields(payload) {
|
|
|
1247
1476
|
{
|
|
1248
1477
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1249
1478
|
},
|
|
1479
|
+
{
|
|
1480
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1487
|
+
},
|
|
1250
1488
|
{
|
|
1251
1489
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1252
1490
|
},
|
|
1491
|
+
{
|
|
1492
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1499
|
+
},
|
|
1253
1500
|
{
|
|
1254
1501
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1255
1502
|
},
|
|
@@ -1283,6 +1530,15 @@ function updateExtendedFields(payload) {
|
|
|
1283
1530
|
{
|
|
1284
1531
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1285
1532
|
},
|
|
1533
|
+
{
|
|
1534
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1535
|
+
},
|
|
1536
|
+
{
|
|
1537
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1541
|
+
},
|
|
1286
1542
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1287
1543
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1288
1544
|
{
|
|
@@ -1366,6 +1622,10 @@ function setQuestionEntryLabels(payload) {
|
|
|
1366
1622
|
{
|
|
1367
1623
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1368
1624
|
},
|
|
1625
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1626
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1627
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1628
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1369
1629
|
{
|
|
1370
1630
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1371
1631
|
},
|
|
@@ -1399,9 +1659,27 @@ function setQuestionEntryLabels(payload) {
|
|
|
1399
1659
|
{
|
|
1400
1660
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1401
1661
|
},
|
|
1662
|
+
{
|
|
1663
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1667
|
+
},
|
|
1668
|
+
{
|
|
1669
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1670
|
+
},
|
|
1402
1671
|
{
|
|
1403
1672
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1404
1673
|
},
|
|
1674
|
+
{
|
|
1675
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1676
|
+
},
|
|
1677
|
+
{
|
|
1678
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1679
|
+
},
|
|
1680
|
+
{
|
|
1681
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1682
|
+
},
|
|
1405
1683
|
{
|
|
1406
1684
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1407
1685
|
},
|
|
@@ -1435,6 +1713,15 @@ function setQuestionEntryLabels(payload) {
|
|
|
1435
1713
|
{
|
|
1436
1714
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1437
1715
|
},
|
|
1716
|
+
{
|
|
1717
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1718
|
+
},
|
|
1719
|
+
{
|
|
1720
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1724
|
+
},
|
|
1438
1725
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1439
1726
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1440
1727
|
{
|
|
@@ -1506,6 +1793,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1506
1793
|
{
|
|
1507
1794
|
path: "questionEntries.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1508
1795
|
},
|
|
1796
|
+
{
|
|
1797
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1804
|
+
},
|
|
1805
|
+
{
|
|
1806
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.height"
|
|
1807
|
+
},
|
|
1509
1808
|
{
|
|
1510
1809
|
path: "questionEntries.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1511
1810
|
},
|
|
@@ -1539,9 +1838,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1539
1838
|
{
|
|
1540
1839
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1541
1840
|
},
|
|
1841
|
+
{
|
|
1842
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1849
|
+
},
|
|
1542
1850
|
{
|
|
1543
1851
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1544
1852
|
},
|
|
1853
|
+
{
|
|
1854
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1855
|
+
},
|
|
1856
|
+
{
|
|
1857
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1858
|
+
},
|
|
1859
|
+
{
|
|
1860
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1861
|
+
},
|
|
1545
1862
|
{
|
|
1546
1863
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1547
1864
|
},
|
|
@@ -1575,6 +1892,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1575
1892
|
{
|
|
1576
1893
|
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1577
1894
|
},
|
|
1895
|
+
{
|
|
1896
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1903
|
+
},
|
|
1578
1904
|
{
|
|
1579
1905
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1580
1906
|
},
|
|
@@ -1653,6 +1979,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1653
1979
|
{
|
|
1654
1980
|
path: "results.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1655
1981
|
},
|
|
1982
|
+
{
|
|
1983
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1984
|
+
},
|
|
1985
|
+
{
|
|
1986
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1987
|
+
},
|
|
1988
|
+
{
|
|
1989
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1990
|
+
},
|
|
1991
|
+
{
|
|
1992
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.height"
|
|
1993
|
+
},
|
|
1656
1994
|
{
|
|
1657
1995
|
path: "results.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1658
1996
|
},
|
|
@@ -1686,9 +2024,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1686
2024
|
{
|
|
1687
2025
|
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1688
2026
|
},
|
|
2027
|
+
{
|
|
2028
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2029
|
+
},
|
|
2030
|
+
{
|
|
2031
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2032
|
+
},
|
|
2033
|
+
{
|
|
2034
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2035
|
+
},
|
|
1689
2036
|
{
|
|
1690
2037
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1691
2038
|
},
|
|
2039
|
+
{
|
|
2040
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2047
|
+
},
|
|
1692
2048
|
{
|
|
1693
2049
|
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1694
2050
|
},
|
|
@@ -1722,6 +2078,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1722
2078
|
{
|
|
1723
2079
|
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1724
2080
|
},
|
|
2081
|
+
{
|
|
2082
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2083
|
+
},
|
|
2084
|
+
{
|
|
2085
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2089
|
+
},
|
|
1725
2090
|
{
|
|
1726
2091
|
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1727
2092
|
},
|
|
@@ -2050,6 +2415,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2050
2415
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2051
2416
|
return ImagePosition2;
|
|
2052
2417
|
})(ImagePosition || {});
|
|
2418
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2419
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2420
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2421
|
+
return LayoutDataBackgroundType2;
|
|
2422
|
+
})(LayoutDataBackgroundType || {});
|
|
2053
2423
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2054
2424
|
Origin2["IMAGE"] = "IMAGE";
|
|
2055
2425
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2060,11 +2430,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2060
2430
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2061
2431
|
return BannerPosition2;
|
|
2062
2432
|
})(BannerPosition || {});
|
|
2063
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2064
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2065
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2066
|
-
return LayoutDataBackgroundType2;
|
|
2067
|
-
})(LayoutDataBackgroundType || {});
|
|
2068
2433
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2069
2434
|
BackdropType2["COLOR"] = "COLOR";
|
|
2070
2435
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -2244,6 +2609,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
2244
2609
|
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2245
2610
|
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2246
2611
|
Namespace2["SYMPHONY"] = "SYMPHONY";
|
|
2612
|
+
Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
|
|
2247
2613
|
return Namespace2;
|
|
2248
2614
|
})(Namespace || {});
|
|
2249
2615
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|