@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
|
@@ -298,6 +298,10 @@ function createQuestionEntry(payload) {
|
|
|
298
298
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
299
299
|
},
|
|
300
300
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
301
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
302
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
303
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
304
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
301
305
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
302
306
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
303
307
|
{
|
|
@@ -323,9 +327,27 @@ function createQuestionEntry(payload) {
|
|
|
323
327
|
{
|
|
324
328
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
325
329
|
},
|
|
330
|
+
{
|
|
331
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
338
|
+
},
|
|
326
339
|
{
|
|
327
340
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
328
341
|
},
|
|
342
|
+
{
|
|
343
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
350
|
+
},
|
|
329
351
|
{
|
|
330
352
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
331
353
|
},
|
|
@@ -357,6 +379,15 @@ function createQuestionEntry(payload) {
|
|
|
357
379
|
{
|
|
358
380
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
359
381
|
},
|
|
382
|
+
{
|
|
383
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
390
|
+
},
|
|
360
391
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
361
392
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
362
393
|
{
|
|
@@ -427,6 +458,10 @@ function createQuestionEntry(payload) {
|
|
|
427
458
|
{
|
|
428
459
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
429
460
|
},
|
|
461
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
462
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
463
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
464
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
430
465
|
{
|
|
431
466
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
432
467
|
},
|
|
@@ -460,9 +495,27 @@ function createQuestionEntry(payload) {
|
|
|
460
495
|
{
|
|
461
496
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
462
497
|
},
|
|
498
|
+
{
|
|
499
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
506
|
+
},
|
|
463
507
|
{
|
|
464
508
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
465
509
|
},
|
|
510
|
+
{
|
|
511
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
518
|
+
},
|
|
466
519
|
{
|
|
467
520
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
468
521
|
},
|
|
@@ -496,6 +549,15 @@ function createQuestionEntry(payload) {
|
|
|
496
549
|
{
|
|
497
550
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
498
551
|
},
|
|
552
|
+
{
|
|
553
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
560
|
+
},
|
|
499
561
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
500
562
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
501
563
|
{
|
|
@@ -573,6 +635,10 @@ function getQuestionEntry(payload) {
|
|
|
573
635
|
{
|
|
574
636
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
575
637
|
},
|
|
638
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
639
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
640
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
641
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
576
642
|
{
|
|
577
643
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
578
644
|
},
|
|
@@ -606,9 +672,27 @@ function getQuestionEntry(payload) {
|
|
|
606
672
|
{
|
|
607
673
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
608
674
|
},
|
|
675
|
+
{
|
|
676
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
683
|
+
},
|
|
609
684
|
{
|
|
610
685
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
611
686
|
},
|
|
687
|
+
{
|
|
688
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
695
|
+
},
|
|
612
696
|
{
|
|
613
697
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
614
698
|
},
|
|
@@ -642,6 +726,15 @@ function getQuestionEntry(payload) {
|
|
|
642
726
|
{
|
|
643
727
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
644
728
|
},
|
|
729
|
+
{
|
|
730
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
737
|
+
},
|
|
645
738
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
646
739
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
647
740
|
{
|
|
@@ -707,6 +800,10 @@ function updateQuestionEntry(payload) {
|
|
|
707
800
|
path: "questionEntry.richContent.nodes.galleryData.options.item.ratio"
|
|
708
801
|
},
|
|
709
802
|
{ path: "questionEntry.richContent.nodes.imageData.image.duration" },
|
|
803
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
804
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
805
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
806
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
710
807
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lat" },
|
|
711
808
|
{ path: "questionEntry.richContent.nodes.mapData.mapSettings.lng" },
|
|
712
809
|
{
|
|
@@ -732,9 +829,27 @@ function updateQuestionEntry(payload) {
|
|
|
732
829
|
{
|
|
733
830
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
734
831
|
},
|
|
832
|
+
{
|
|
833
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
834
|
+
},
|
|
835
|
+
{
|
|
836
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
837
|
+
},
|
|
838
|
+
{
|
|
839
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
840
|
+
},
|
|
735
841
|
{
|
|
736
842
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
737
843
|
},
|
|
844
|
+
{
|
|
845
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
852
|
+
},
|
|
738
853
|
{
|
|
739
854
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
740
855
|
},
|
|
@@ -766,6 +881,15 @@ function updateQuestionEntry(payload) {
|
|
|
766
881
|
{
|
|
767
882
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
768
883
|
},
|
|
884
|
+
{
|
|
885
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
892
|
+
},
|
|
769
893
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
770
894
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
771
895
|
{
|
|
@@ -836,6 +960,10 @@ function updateQuestionEntry(payload) {
|
|
|
836
960
|
{
|
|
837
961
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
838
962
|
},
|
|
963
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
964
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
965
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
966
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
839
967
|
{
|
|
840
968
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
841
969
|
},
|
|
@@ -869,9 +997,27 @@ function updateQuestionEntry(payload) {
|
|
|
869
997
|
{
|
|
870
998
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
871
999
|
},
|
|
1000
|
+
{
|
|
1001
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1002
|
+
},
|
|
1003
|
+
{
|
|
1004
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1008
|
+
},
|
|
872
1009
|
{
|
|
873
1010
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
874
1011
|
},
|
|
1012
|
+
{
|
|
1013
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1020
|
+
},
|
|
875
1021
|
{
|
|
876
1022
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
877
1023
|
},
|
|
@@ -905,6 +1051,15 @@ function updateQuestionEntry(payload) {
|
|
|
905
1051
|
{
|
|
906
1052
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
907
1053
|
},
|
|
1054
|
+
{
|
|
1055
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1059
|
+
},
|
|
1060
|
+
{
|
|
1061
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1062
|
+
},
|
|
908
1063
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
909
1064
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
910
1065
|
{
|
|
@@ -1003,6 +1158,14 @@ function listQuestionEntries(payload) {
|
|
|
1003
1158
|
{
|
|
1004
1159
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1005
1160
|
},
|
|
1161
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1162
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1163
|
+
{
|
|
1164
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1168
|
+
},
|
|
1006
1169
|
{
|
|
1007
1170
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1008
1171
|
},
|
|
@@ -1036,9 +1199,27 @@ function listQuestionEntries(payload) {
|
|
|
1036
1199
|
{
|
|
1037
1200
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1038
1201
|
},
|
|
1202
|
+
{
|
|
1203
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1207
|
+
},
|
|
1208
|
+
{
|
|
1209
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1210
|
+
},
|
|
1039
1211
|
{
|
|
1040
1212
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1041
1213
|
},
|
|
1214
|
+
{
|
|
1215
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1222
|
+
},
|
|
1042
1223
|
{
|
|
1043
1224
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1044
1225
|
},
|
|
@@ -1072,6 +1253,15 @@ function listQuestionEntries(payload) {
|
|
|
1072
1253
|
{
|
|
1073
1254
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1074
1255
|
},
|
|
1256
|
+
{
|
|
1257
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1264
|
+
},
|
|
1075
1265
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1076
1266
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1077
1267
|
{
|
|
@@ -1149,6 +1339,14 @@ function queryQuestionEntries(payload) {
|
|
|
1149
1339
|
{
|
|
1150
1340
|
path: "questionEntries.richContent.nodes.imageData.image.duration"
|
|
1151
1341
|
},
|
|
1342
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.x" },
|
|
1343
|
+
{ path: "questionEntries.richContent.nodes.imageData.crop.y" },
|
|
1344
|
+
{
|
|
1345
|
+
path: "questionEntries.richContent.nodes.imageData.crop.width"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
path: "questionEntries.richContent.nodes.imageData.crop.height"
|
|
1349
|
+
},
|
|
1152
1350
|
{
|
|
1153
1351
|
path: "questionEntries.richContent.nodes.mapData.mapSettings.lat"
|
|
1154
1352
|
},
|
|
@@ -1182,9 +1380,27 @@ function queryQuestionEntries(payload) {
|
|
|
1182
1380
|
{
|
|
1183
1381
|
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1184
1382
|
},
|
|
1383
|
+
{
|
|
1384
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
path: "questionEntries.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1391
|
+
},
|
|
1185
1392
|
{
|
|
1186
1393
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1187
1394
|
},
|
|
1395
|
+
{
|
|
1396
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
path: "questionEntries.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1403
|
+
},
|
|
1188
1404
|
{
|
|
1189
1405
|
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1190
1406
|
},
|
|
@@ -1218,6 +1434,15 @@ function queryQuestionEntries(payload) {
|
|
|
1218
1434
|
{
|
|
1219
1435
|
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1220
1436
|
},
|
|
1437
|
+
{
|
|
1438
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1442
|
+
},
|
|
1443
|
+
{
|
|
1444
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1445
|
+
},
|
|
1221
1446
|
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1222
1447
|
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
1223
1448
|
{
|
|
@@ -1316,6 +1541,10 @@ function updateExtendedFields(payload) {
|
|
|
1316
1541
|
{
|
|
1317
1542
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1318
1543
|
},
|
|
1544
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1545
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1546
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1547
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1319
1548
|
{
|
|
1320
1549
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1321
1550
|
},
|
|
@@ -1349,9 +1578,27 @@ function updateExtendedFields(payload) {
|
|
|
1349
1578
|
{
|
|
1350
1579
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1351
1580
|
},
|
|
1581
|
+
{
|
|
1582
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1589
|
+
},
|
|
1352
1590
|
{
|
|
1353
1591
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1354
1592
|
},
|
|
1593
|
+
{
|
|
1594
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1598
|
+
},
|
|
1599
|
+
{
|
|
1600
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1601
|
+
},
|
|
1355
1602
|
{
|
|
1356
1603
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1357
1604
|
},
|
|
@@ -1385,6 +1632,15 @@ function updateExtendedFields(payload) {
|
|
|
1385
1632
|
{
|
|
1386
1633
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1387
1634
|
},
|
|
1635
|
+
{
|
|
1636
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1640
|
+
},
|
|
1641
|
+
{
|
|
1642
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1643
|
+
},
|
|
1388
1644
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1389
1645
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1390
1646
|
{
|
|
@@ -1468,6 +1724,10 @@ function setQuestionEntryLabels(payload) {
|
|
|
1468
1724
|
{
|
|
1469
1725
|
path: "questionEntry.richContent.nodes.imageData.image.duration"
|
|
1470
1726
|
},
|
|
1727
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.x" },
|
|
1728
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.y" },
|
|
1729
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.width" },
|
|
1730
|
+
{ path: "questionEntry.richContent.nodes.imageData.crop.height" },
|
|
1471
1731
|
{
|
|
1472
1732
|
path: "questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1473
1733
|
},
|
|
@@ -1501,9 +1761,27 @@ function setQuestionEntryLabels(payload) {
|
|
|
1501
1761
|
{
|
|
1502
1762
|
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1503
1763
|
},
|
|
1764
|
+
{
|
|
1765
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
path: "questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1772
|
+
},
|
|
1504
1773
|
{
|
|
1505
1774
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1506
1775
|
},
|
|
1776
|
+
{
|
|
1777
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
path: "questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1784
|
+
},
|
|
1507
1785
|
{
|
|
1508
1786
|
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1509
1787
|
},
|
|
@@ -1537,6 +1815,15 @@ function setQuestionEntryLabels(payload) {
|
|
|
1537
1815
|
{
|
|
1538
1816
|
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1539
1817
|
},
|
|
1818
|
+
{
|
|
1819
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1826
|
+
},
|
|
1540
1827
|
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1541
1828
|
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1542
1829
|
{
|
|
@@ -1608,6 +1895,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1608
1895
|
{
|
|
1609
1896
|
path: "questionEntries.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1610
1897
|
},
|
|
1898
|
+
{
|
|
1899
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.x"
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.y"
|
|
1903
|
+
},
|
|
1904
|
+
{
|
|
1905
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.width"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
path: "questionEntries.questionEntry.richContent.nodes.imageData.crop.height"
|
|
1909
|
+
},
|
|
1611
1910
|
{
|
|
1612
1911
|
path: "questionEntries.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1613
1912
|
},
|
|
@@ -1641,9 +1940,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1641
1940
|
{
|
|
1642
1941
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1643
1942
|
},
|
|
1943
|
+
{
|
|
1944
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1948
|
+
},
|
|
1949
|
+
{
|
|
1950
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1951
|
+
},
|
|
1644
1952
|
{
|
|
1645
1953
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1646
1954
|
},
|
|
1955
|
+
{
|
|
1956
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1957
|
+
},
|
|
1958
|
+
{
|
|
1959
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1963
|
+
},
|
|
1647
1964
|
{
|
|
1648
1965
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1649
1966
|
},
|
|
@@ -1677,6 +1994,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1677
1994
|
{
|
|
1678
1995
|
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1679
1996
|
},
|
|
1997
|
+
{
|
|
1998
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2005
|
+
},
|
|
1680
2006
|
{
|
|
1681
2007
|
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1682
2008
|
},
|
|
@@ -1755,6 +2081,18 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1755
2081
|
{
|
|
1756
2082
|
path: "results.questionEntry.richContent.nodes.imageData.image.duration"
|
|
1757
2083
|
},
|
|
2084
|
+
{
|
|
2085
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.x"
|
|
2086
|
+
},
|
|
2087
|
+
{
|
|
2088
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.y"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.width"
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
path: "results.questionEntry.richContent.nodes.imageData.crop.height"
|
|
2095
|
+
},
|
|
1758
2096
|
{
|
|
1759
2097
|
path: "results.questionEntry.richContent.nodes.mapData.mapSettings.lat"
|
|
1760
2098
|
},
|
|
@@ -1788,9 +2126,27 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1788
2126
|
{
|
|
1789
2127
|
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
1790
2128
|
},
|
|
2129
|
+
{
|
|
2130
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
2131
|
+
},
|
|
2132
|
+
{
|
|
2133
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
2134
|
+
},
|
|
2135
|
+
{
|
|
2136
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
2137
|
+
},
|
|
1791
2138
|
{
|
|
1792
2139
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1793
2140
|
},
|
|
2141
|
+
{
|
|
2142
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
2143
|
+
},
|
|
2144
|
+
{
|
|
2145
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
2149
|
+
},
|
|
1794
2150
|
{
|
|
1795
2151
|
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1796
2152
|
},
|
|
@@ -1824,6 +2180,15 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1824
2180
|
{
|
|
1825
2181
|
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1826
2182
|
},
|
|
2183
|
+
{
|
|
2184
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
2191
|
+
},
|
|
1827
2192
|
{
|
|
1828
2193
|
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1829
2194
|
},
|
|
@@ -2152,6 +2517,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
2152
2517
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2153
2518
|
return ImagePosition2;
|
|
2154
2519
|
})(ImagePosition || {});
|
|
2520
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2521
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2522
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2523
|
+
return LayoutDataBackgroundType2;
|
|
2524
|
+
})(LayoutDataBackgroundType || {});
|
|
2155
2525
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
2156
2526
|
Origin2["IMAGE"] = "IMAGE";
|
|
2157
2527
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -2162,11 +2532,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
2162
2532
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
2163
2533
|
return BannerPosition2;
|
|
2164
2534
|
})(BannerPosition || {});
|
|
2165
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2166
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2167
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2168
|
-
return LayoutDataBackgroundType2;
|
|
2169
|
-
})(LayoutDataBackgroundType || {});
|
|
2170
2535
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2171
2536
|
BackdropType2["COLOR"] = "COLOR";
|
|
2172
2537
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -2346,6 +2711,7 @@ var Namespace = /* @__PURE__ */ ((Namespace2) => {
|
|
|
2346
2711
|
Namespace2["CHANNELS"] = "CHANNELS";
|
|
2347
2712
|
Namespace2["NAUTILUS"] = "NAUTILUS";
|
|
2348
2713
|
Namespace2["SYMPHONY"] = "SYMPHONY";
|
|
2714
|
+
Namespace2["NAUTILUS_APPS"] = "NAUTILUS_APPS";
|
|
2349
2715
|
return Namespace2;
|
|
2350
2716
|
})(Namespace || {});
|
|
2351
2717
|
var DeleteStatus = /* @__PURE__ */ ((DeleteStatus2) => {
|