@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
|
@@ -204,6 +204,10 @@ function createQuestionEntry(payload) {
|
|
|
204
204
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
205
205
|
},
|
|
206
206
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
207
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
208
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
209
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
210
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
207
211
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
208
212
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
209
213
|
{
|
|
@@ -229,9 +233,27 @@ function createQuestionEntry(payload) {
|
|
|
229
233
|
{
|
|
230
234
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
231
235
|
},
|
|
236
|
+
{
|
|
237
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
244
|
+
},
|
|
232
245
|
{
|
|
233
246
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
234
247
|
},
|
|
248
|
+
{
|
|
249
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
256
|
+
},
|
|
235
257
|
{
|
|
236
258
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
237
259
|
},
|
|
@@ -263,6 +285,15 @@ function createQuestionEntry(payload) {
|
|
|
263
285
|
{
|
|
264
286
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
265
287
|
},
|
|
288
|
+
{
|
|
289
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
296
|
+
},
|
|
266
297
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
267
298
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
268
299
|
{
|
|
@@ -333,6 +364,10 @@ function createQuestionEntry(payload) {
|
|
|
333
364
|
{
|
|
334
365
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
335
366
|
},
|
|
367
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
368
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
369
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
370
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
336
371
|
{
|
|
337
372
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
338
373
|
},
|
|
@@ -366,9 +401,27 @@ function createQuestionEntry(payload) {
|
|
|
366
401
|
{
|
|
367
402
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
368
403
|
},
|
|
404
|
+
{
|
|
405
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
412
|
+
},
|
|
369
413
|
{
|
|
370
414
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
371
415
|
},
|
|
416
|
+
{
|
|
417
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
424
|
+
},
|
|
372
425
|
{
|
|
373
426
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
374
427
|
},
|
|
@@ -402,6 +455,15 @@ function createQuestionEntry(payload) {
|
|
|
402
455
|
{
|
|
403
456
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
404
457
|
},
|
|
458
|
+
{
|
|
459
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
466
|
+
},
|
|
405
467
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
406
468
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
407
469
|
{
|
|
@@ -479,6 +541,10 @@ function getQuestionEntry(payload) {
|
|
|
479
541
|
{
|
|
480
542
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
481
543
|
},
|
|
544
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
545
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
546
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
547
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
482
548
|
{
|
|
483
549
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
484
550
|
},
|
|
@@ -512,9 +578,27 @@ function getQuestionEntry(payload) {
|
|
|
512
578
|
{
|
|
513
579
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
514
580
|
},
|
|
581
|
+
{
|
|
582
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
589
|
+
},
|
|
515
590
|
{
|
|
516
591
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
517
592
|
},
|
|
593
|
+
{
|
|
594
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
595
|
+
},
|
|
596
|
+
{
|
|
597
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
601
|
+
},
|
|
518
602
|
{
|
|
519
603
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
520
604
|
},
|
|
@@ -548,6 +632,15 @@ function getQuestionEntry(payload) {
|
|
|
548
632
|
{
|
|
549
633
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
550
634
|
},
|
|
635
|
+
{
|
|
636
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
637
|
+
},
|
|
638
|
+
{
|
|
639
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
643
|
+
},
|
|
551
644
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
552
645
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
553
646
|
{
|
|
@@ -613,6 +706,10 @@ function updateQuestionEntry(payload) {
|
|
|
613
706
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
614
707
|
},
|
|
615
708
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
709
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
710
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
711
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
712
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
616
713
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
617
714
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
618
715
|
{
|
|
@@ -638,9 +735,27 @@ function updateQuestionEntry(payload) {
|
|
|
638
735
|
{
|
|
639
736
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
640
737
|
},
|
|
738
|
+
{
|
|
739
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
746
|
+
},
|
|
641
747
|
{
|
|
642
748
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
643
749
|
},
|
|
750
|
+
{
|
|
751
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
752
|
+
},
|
|
753
|
+
{
|
|
754
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
758
|
+
},
|
|
644
759
|
{
|
|
645
760
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
646
761
|
},
|
|
@@ -672,6 +787,15 @@ function updateQuestionEntry(payload) {
|
|
|
672
787
|
{
|
|
673
788
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
674
789
|
},
|
|
790
|
+
{
|
|
791
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
792
|
+
},
|
|
793
|
+
{
|
|
794
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
798
|
+
},
|
|
675
799
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
676
800
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
677
801
|
{
|
|
@@ -742,6 +866,10 @@ function updateQuestionEntry(payload) {
|
|
|
742
866
|
{
|
|
743
867
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
744
868
|
},
|
|
869
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
870
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
871
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
872
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
745
873
|
{
|
|
746
874
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
747
875
|
},
|
|
@@ -775,9 +903,27 @@ function updateQuestionEntry(payload) {
|
|
|
775
903
|
{
|
|
776
904
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
777
905
|
},
|
|
906
|
+
{
|
|
907
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
908
|
+
},
|
|
909
|
+
{
|
|
910
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
914
|
+
},
|
|
778
915
|
{
|
|
779
916
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
780
917
|
},
|
|
918
|
+
{
|
|
919
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
926
|
+
},
|
|
781
927
|
{
|
|
782
928
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
783
929
|
},
|
|
@@ -811,6 +957,15 @@ function updateQuestionEntry(payload) {
|
|
|
811
957
|
{
|
|
812
958
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
813
959
|
},
|
|
960
|
+
{
|
|
961
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
968
|
+
},
|
|
814
969
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
815
970
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
816
971
|
{
|
|
@@ -909,6 +1064,14 @@ function listQuestionEntries(payload) {
|
|
|
909
1064
|
{
|
|
910
1065
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
911
1066
|
},
|
|
1067
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1068
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1069
|
+
{
|
|
1070
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1074
|
+
},
|
|
912
1075
|
{
|
|
913
1076
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
914
1077
|
},
|
|
@@ -942,9 +1105,27 @@ function listQuestionEntries(payload) {
|
|
|
942
1105
|
{
|
|
943
1106
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
944
1107
|
},
|
|
1108
|
+
{
|
|
1109
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1116
|
+
},
|
|
945
1117
|
{
|
|
946
1118
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
947
1119
|
},
|
|
1120
|
+
{
|
|
1121
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1128
|
+
},
|
|
948
1129
|
{
|
|
949
1130
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
950
1131
|
},
|
|
@@ -978,6 +1159,15 @@ function listQuestionEntries(payload) {
|
|
|
978
1159
|
{
|
|
979
1160
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
980
1161
|
},
|
|
1162
|
+
{
|
|
1163
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1170
|
+
},
|
|
981
1171
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
982
1172
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
983
1173
|
{
|
|
@@ -1055,6 +1245,14 @@ function queryQuestionEntries(payload) {
|
|
|
1055
1245
|
{
|
|
1056
1246
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1057
1247
|
},
|
|
1248
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1249
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1250
|
+
{
|
|
1251
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1255
|
+
},
|
|
1058
1256
|
{
|
|
1059
1257
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1060
1258
|
},
|
|
@@ -1088,9 +1286,27 @@ function queryQuestionEntries(payload) {
|
|
|
1088
1286
|
{
|
|
1089
1287
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1090
1288
|
},
|
|
1289
|
+
{
|
|
1290
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1297
|
+
},
|
|
1091
1298
|
{
|
|
1092
1299
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1093
1300
|
},
|
|
1301
|
+
{
|
|
1302
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1309
|
+
},
|
|
1094
1310
|
{
|
|
1095
1311
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1096
1312
|
},
|
|
@@ -1124,6 +1340,15 @@ function queryQuestionEntries(payload) {
|
|
|
1124
1340
|
{
|
|
1125
1341
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1126
1342
|
},
|
|
1343
|
+
{
|
|
1344
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1348
|
+
},
|
|
1349
|
+
{
|
|
1350
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1351
|
+
},
|
|
1127
1352
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1128
1353
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1129
1354
|
{
|
|
@@ -1222,6 +1447,10 @@ function updateExtendedFields(payload) {
|
|
|
1222
1447
|
{
|
|
1223
1448
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1224
1449
|
},
|
|
1450
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1451
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1452
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1453
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1225
1454
|
{
|
|
1226
1455
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1227
1456
|
},
|
|
@@ -1255,9 +1484,27 @@ function updateExtendedFields(payload) {
|
|
|
1255
1484
|
{
|
|
1256
1485
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1257
1486
|
},
|
|
1487
|
+
{
|
|
1488
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1495
|
+
},
|
|
1258
1496
|
{
|
|
1259
1497
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1260
1498
|
},
|
|
1499
|
+
{
|
|
1500
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1507
|
+
},
|
|
1261
1508
|
{
|
|
1262
1509
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1263
1510
|
},
|
|
@@ -1291,6 +1538,15 @@ function updateExtendedFields(payload) {
|
|
|
1291
1538
|
{
|
|
1292
1539
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1293
1540
|
},
|
|
1541
|
+
{
|
|
1542
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1549
|
+
},
|
|
1294
1550
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1295
1551
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1296
1552
|
{
|
|
@@ -1374,6 +1630,10 @@ function setQuestionEntryLabels(payload) {
|
|
|
1374
1630
|
{
|
|
1375
1631
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1376
1632
|
},
|
|
1633
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1634
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1635
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1636
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1377
1637
|
{
|
|
1378
1638
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1379
1639
|
},
|
|
@@ -1407,9 +1667,27 @@ function setQuestionEntryLabels(payload) {
|
|
|
1407
1667
|
{
|
|
1408
1668
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1409
1669
|
},
|
|
1670
|
+
{
|
|
1671
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1678
|
+
},
|
|
1410
1679
|
{
|
|
1411
1680
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1412
1681
|
},
|
|
1682
|
+
{
|
|
1683
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1690
|
+
},
|
|
1413
1691
|
{
|
|
1414
1692
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1415
1693
|
},
|
|
@@ -1443,6 +1721,15 @@ function setQuestionEntryLabels(payload) {
|
|
|
1443
1721
|
{
|
|
1444
1722
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1445
1723
|
},
|
|
1724
|
+
{
|
|
1725
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1732
|
+
},
|
|
1446
1733
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1447
1734
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1448
1735
|
{
|
|
@@ -1514,6 +1801,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1514
1801
|
{
|
|
1515
1802
|
path: "questionEntries.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1516
1803
|
},
|
|
1804
|
+
{
|
|
1805
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1806
|
+
},
|
|
1807
|
+
{
|
|
1808
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.height"
|
|
1815
|
+
},
|
|
1517
1816
|
{
|
|
1518
1817
|
path: "questionEntries.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1519
1818
|
},
|
|
@@ -1547,9 +1846,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1547
1846
|
{
|
|
1548
1847
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1549
1848
|
},
|
|
1849
|
+
{
|
|
1850
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1851
|
+
},
|
|
1852
|
+
{
|
|
1853
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1854
|
+
},
|
|
1855
|
+
{
|
|
1856
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1857
|
+
},
|
|
1550
1858
|
{
|
|
1551
1859
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1552
1860
|
},
|
|
1861
|
+
{
|
|
1862
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1866
|
+
},
|
|
1867
|
+
{
|
|
1868
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1869
|
+
},
|
|
1553
1870
|
{
|
|
1554
1871
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1555
1872
|
},
|
|
@@ -1583,6 +1900,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1583
1900
|
{
|
|
1584
1901
|
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1585
1902
|
},
|
|
1903
|
+
{
|
|
1904
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1908
|
+
},
|
|
1909
|
+
{
|
|
1910
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1911
|
+
},
|
|
1586
1912
|
{
|
|
1587
1913
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1588
1914
|
},
|
|
@@ -1661,6 +1987,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1661
1987
|
{
|
|
1662
1988
|
path: "results.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1663
1989
|
},
|
|
1990
|
+
{
|
|
1991
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1995
|
+
},
|
|
1996
|
+
{
|
|
1997
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1998
|
+
},
|
|
1999
|
+
{
|
|
2000
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.height"
|
|
2001
|
+
},
|
|
1664
2002
|
{
|
|
1665
2003
|
path: "results.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1666
2004
|
},
|
|
@@ -1694,9 +2032,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1694
2032
|
{
|
|
1695
2033
|
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1696
2034
|
},
|
|
2035
|
+
{
|
|
2036
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2040
|
+
},
|
|
2041
|
+
{
|
|
2042
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2043
|
+
},
|
|
1697
2044
|
{
|
|
1698
2045
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1699
2046
|
},
|
|
2047
|
+
{
|
|
2048
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2055
|
+
},
|
|
1700
2056
|
{
|
|
1701
2057
|
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1702
2058
|
},
|
|
@@ -1730,6 +2086,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1730
2086
|
{
|
|
1731
2087
|
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1732
2088
|
},
|
|
2089
|
+
{
|
|
2090
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2091
|
+
},
|
|
2092
|
+
{
|
|
2093
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2097
|
+
},
|
|
1733
2098
|
{
|
|
1734
2099
|
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1735
2100
|
},
|
|
@@ -2060,6 +2425,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2060
2425
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2061
2426
|
return ImagePosition2;
|
|
2062
2427
|
})(ImagePosition || {});
|
|
2428
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2429
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2430
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2431
|
+
return LayoutDataBackgroundType2;
|
|
2432
|
+
})(LayoutDataBackgroundType || {});
|
|
2063
2433
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2064
2434
|
Origin2["IMAGE"] = "IMAGE";
|
|
2065
2435
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2070,11 +2440,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2070
2440
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2071
2441
|
return BannerPosition2;
|
|
2072
2442
|
})(BannerPosition || {});
|
|
2073
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2074
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2075
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2076
|
-
return LayoutDataBackgroundType2;
|
|
2077
|
-
})(LayoutDataBackgroundType || {});
|
|
2078
2443
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2079
2444
|
BackdropType2["COLOR"] = "COLOR";
|
|
2080
2445
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -2254,6 +2619,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
2254
2619
|
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2255
2620
|
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2256
2621
|
Namespace2["SYMPHONY"] = "SYMPHONY";
|
|
2622
|
+
Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
|
|
2257
2623
|
return Namespace2;
|
|
2258
2624
|
})(Namespace || {});
|
|
2259
2625
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|