@wix/auto_sdk_faq_question-entry 1.0.40 → 1.0.41
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 +745 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +218 -27
- package/build/cjs/index.typings.js +601 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +213 -24
- package/build/cjs/meta.js +598 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +738 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +218 -27
- package/build/es/index.typings.mjs +594 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +213 -24
- package/build/es/meta.mjs +591 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +745 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +218 -27
- package/build/internal/cjs/index.typings.js +601 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +213 -24
- package/build/internal/cjs/meta.js +598 -12
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +738 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +218 -27
- package/build/internal/es/index.typings.mjs +594 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +213 -24
- package/build/internal/es/meta.mjs +591 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -23,8 +23,10 @@ __export(index_typings_exports, {
|
|
|
23
23
|
Alignment: () => Alignment,
|
|
24
24
|
AppType: () => AppType,
|
|
25
25
|
AspectRatio: () => AspectRatio,
|
|
26
|
+
BackdropType: () => BackdropType,
|
|
26
27
|
BackgroundType: () => BackgroundType,
|
|
27
28
|
ButtonDataType: () => ButtonDataType,
|
|
29
|
+
CardDataBackgroundType: () => CardDataBackgroundType,
|
|
28
30
|
ContentFormat: () => ContentFormat,
|
|
29
31
|
Crop: () => Crop,
|
|
30
32
|
DecorationType: () => DecorationType,
|
|
@@ -34,9 +36,13 @@ __export(index_typings_exports, {
|
|
|
34
36
|
FieldSet: () => FieldSet,
|
|
35
37
|
FontType: () => FontType,
|
|
36
38
|
GIFType: () => GIFType,
|
|
39
|
+
GradientType: () => GradientType,
|
|
37
40
|
ImagePosition: () => ImagePosition,
|
|
41
|
+
ImagePositionPosition: () => ImagePositionPosition,
|
|
42
|
+
ImageScalingScaling: () => ImageScalingScaling,
|
|
38
43
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
39
44
|
Layout: () => Layout,
|
|
45
|
+
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
40
46
|
LayoutType: () => LayoutType,
|
|
41
47
|
LineStyle: () => LineStyle,
|
|
42
48
|
MapType: () => MapType,
|
|
@@ -46,6 +52,7 @@ __export(index_typings_exports, {
|
|
|
46
52
|
Origin: () => Origin,
|
|
47
53
|
Placement: () => Placement,
|
|
48
54
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
55
|
+
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
49
56
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
50
57
|
PollLayoutType: () => PollLayoutType,
|
|
51
58
|
Position: () => Position,
|
|
@@ -253,6 +260,24 @@ function createQuestionEntry(payload) {
|
|
|
253
260
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
254
261
|
paths: [
|
|
255
262
|
{ path: "questionEntry.sortOrder" },
|
|
263
|
+
{
|
|
264
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
268
|
+
},
|
|
269
|
+
{
|
|
270
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
280
|
+
},
|
|
256
281
|
{
|
|
257
282
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
258
283
|
},
|
|
@@ -294,7 +319,37 @@ function createQuestionEntry(payload) {
|
|
|
294
319
|
{
|
|
295
320
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
296
321
|
},
|
|
322
|
+
{
|
|
323
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
339
|
+
},
|
|
297
340
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
341
|
+
{
|
|
342
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
352
|
+
},
|
|
298
353
|
{ path: "questionEntry.labels.sortOrder" }
|
|
299
354
|
]
|
|
300
355
|
}
|
|
@@ -327,6 +382,24 @@ function createQuestionEntry(payload) {
|
|
|
327
382
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
328
383
|
paths: [
|
|
329
384
|
{ path: "questionEntry.sortOrder" },
|
|
385
|
+
{
|
|
386
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
402
|
+
},
|
|
330
403
|
{
|
|
331
404
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
332
405
|
},
|
|
@@ -378,9 +451,39 @@ function createQuestionEntry(payload) {
|
|
|
378
451
|
{
|
|
379
452
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
380
453
|
},
|
|
454
|
+
{
|
|
455
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
471
|
+
},
|
|
381
472
|
{
|
|
382
473
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
383
474
|
},
|
|
475
|
+
{
|
|
476
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
486
|
+
},
|
|
384
487
|
{ path: "questionEntry.labels.sortOrder" }
|
|
385
488
|
]
|
|
386
489
|
}
|
|
@@ -420,6 +523,24 @@ function getQuestionEntry(payload) {
|
|
|
420
523
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
421
524
|
paths: [
|
|
422
525
|
{ path: "questionEntry.sortOrder" },
|
|
526
|
+
{
|
|
527
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
543
|
+
},
|
|
423
544
|
{
|
|
424
545
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
425
546
|
},
|
|
@@ -471,9 +592,39 @@ function getQuestionEntry(payload) {
|
|
|
471
592
|
{
|
|
472
593
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
473
594
|
},
|
|
595
|
+
{
|
|
596
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
612
|
+
},
|
|
474
613
|
{
|
|
475
614
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
476
615
|
},
|
|
616
|
+
{
|
|
617
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
627
|
+
},
|
|
477
628
|
{ path: "questionEntry.labels.sortOrder" }
|
|
478
629
|
]
|
|
479
630
|
}
|
|
@@ -503,6 +654,24 @@ function updateQuestionEntry(payload) {
|
|
|
503
654
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
504
655
|
paths: [
|
|
505
656
|
{ path: "questionEntry.sortOrder" },
|
|
657
|
+
{
|
|
658
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
674
|
+
},
|
|
506
675
|
{
|
|
507
676
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
508
677
|
},
|
|
@@ -544,7 +713,37 @@ function updateQuestionEntry(payload) {
|
|
|
544
713
|
{
|
|
545
714
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
546
715
|
},
|
|
716
|
+
{
|
|
717
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
733
|
+
},
|
|
547
734
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
735
|
+
{
|
|
736
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
740
|
+
},
|
|
741
|
+
{
|
|
742
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
746
|
+
},
|
|
548
747
|
{ path: "questionEntry.labels.sortOrder" }
|
|
549
748
|
]
|
|
550
749
|
}
|
|
@@ -577,6 +776,24 @@ function updateQuestionEntry(payload) {
|
|
|
577
776
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
578
777
|
paths: [
|
|
579
778
|
{ path: "questionEntry.sortOrder" },
|
|
779
|
+
{
|
|
780
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
796
|
+
},
|
|
580
797
|
{
|
|
581
798
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
582
799
|
},
|
|
@@ -628,9 +845,39 @@ function updateQuestionEntry(payload) {
|
|
|
628
845
|
{
|
|
629
846
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
630
847
|
},
|
|
848
|
+
{
|
|
849
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
862
|
+
},
|
|
863
|
+
{
|
|
864
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
865
|
+
},
|
|
631
866
|
{
|
|
632
867
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
633
868
|
},
|
|
869
|
+
{
|
|
870
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
877
|
+
},
|
|
878
|
+
{
|
|
879
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
880
|
+
},
|
|
634
881
|
{ path: "questionEntry.labels.sortOrder" }
|
|
635
882
|
]
|
|
636
883
|
}
|
|
@@ -691,6 +938,24 @@ function listQuestionEntries(payload) {
|
|
|
691
938
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
692
939
|
paths: [
|
|
693
940
|
{ path: "questionEntries.sortOrder" },
|
|
941
|
+
{
|
|
942
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
958
|
+
},
|
|
694
959
|
{
|
|
695
960
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
696
961
|
},
|
|
@@ -742,9 +1007,39 @@ function listQuestionEntries(payload) {
|
|
|
742
1007
|
{
|
|
743
1008
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
744
1009
|
},
|
|
1010
|
+
{
|
|
1011
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1027
|
+
},
|
|
745
1028
|
{
|
|
746
1029
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
747
1030
|
},
|
|
1031
|
+
{
|
|
1032
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1042
|
+
},
|
|
748
1043
|
{ path: "questionEntries.labels.sortOrder" }
|
|
749
1044
|
]
|
|
750
1045
|
}
|
|
@@ -784,6 +1079,24 @@ function queryQuestionEntries(payload) {
|
|
|
784
1079
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
785
1080
|
paths: [
|
|
786
1081
|
{ path: "questionEntries.sortOrder" },
|
|
1082
|
+
{
|
|
1083
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1099
|
+
},
|
|
787
1100
|
{
|
|
788
1101
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
789
1102
|
},
|
|
@@ -835,9 +1148,39 @@ function queryQuestionEntries(payload) {
|
|
|
835
1148
|
{
|
|
836
1149
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
837
1150
|
},
|
|
1151
|
+
{
|
|
1152
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1168
|
+
},
|
|
838
1169
|
{
|
|
839
1170
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
840
1171
|
},
|
|
1172
|
+
{
|
|
1173
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1183
|
+
},
|
|
841
1184
|
{ path: "questionEntries.labels.sortOrder" }
|
|
842
1185
|
]
|
|
843
1186
|
}
|
|
@@ -898,6 +1241,24 @@ function updateExtendedFields(payload) {
|
|
|
898
1241
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
899
1242
|
paths: [
|
|
900
1243
|
{ path: "questionEntry.sortOrder" },
|
|
1244
|
+
{
|
|
1245
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1252
|
+
},
|
|
1253
|
+
{
|
|
1254
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1261
|
+
},
|
|
901
1262
|
{
|
|
902
1263
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
903
1264
|
},
|
|
@@ -949,9 +1310,39 @@ function updateExtendedFields(payload) {
|
|
|
949
1310
|
{
|
|
950
1311
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
951
1312
|
},
|
|
1313
|
+
{
|
|
1314
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1315
|
+
},
|
|
1316
|
+
{
|
|
1317
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1318
|
+
},
|
|
1319
|
+
{
|
|
1320
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1327
|
+
},
|
|
1328
|
+
{
|
|
1329
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1330
|
+
},
|
|
952
1331
|
{
|
|
953
1332
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
954
1333
|
},
|
|
1334
|
+
{
|
|
1335
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1342
|
+
},
|
|
1343
|
+
{
|
|
1344
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1345
|
+
},
|
|
955
1346
|
{ path: "questionEntry.labels.sortOrder" }
|
|
956
1347
|
]
|
|
957
1348
|
}
|
|
@@ -997,6 +1388,24 @@ function setQuestionEntryLabels(payload) {
|
|
|
997
1388
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
998
1389
|
paths: [
|
|
999
1390
|
{ path: "questionEntry.sortOrder" },
|
|
1391
|
+
{
|
|
1392
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1399
|
+
},
|
|
1400
|
+
{
|
|
1401
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1402
|
+
},
|
|
1403
|
+
{
|
|
1404
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1408
|
+
},
|
|
1000
1409
|
{
|
|
1001
1410
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1002
1411
|
},
|
|
@@ -1048,9 +1457,39 @@ function setQuestionEntryLabels(payload) {
|
|
|
1048
1457
|
{
|
|
1049
1458
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1050
1459
|
},
|
|
1460
|
+
{
|
|
1461
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1477
|
+
},
|
|
1051
1478
|
{
|
|
1052
1479
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1053
1480
|
},
|
|
1481
|
+
{
|
|
1482
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1492
|
+
},
|
|
1054
1493
|
{ path: "questionEntry.labels.sortOrder" }
|
|
1055
1494
|
]
|
|
1056
1495
|
}
|
|
@@ -1084,6 +1523,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1084
1523
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
1085
1524
|
paths: [
|
|
1086
1525
|
{ path: "questionEntries.questionEntry.sortOrder" },
|
|
1526
|
+
{
|
|
1527
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1528
|
+
},
|
|
1529
|
+
{
|
|
1530
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1543
|
+
},
|
|
1087
1544
|
{
|
|
1088
1545
|
path: "questionEntries.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1089
1546
|
},
|
|
@@ -1135,9 +1592,39 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1135
1592
|
{
|
|
1136
1593
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1137
1594
|
},
|
|
1595
|
+
{
|
|
1596
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1597
|
+
},
|
|
1598
|
+
{
|
|
1599
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1600
|
+
},
|
|
1601
|
+
{
|
|
1602
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1603
|
+
},
|
|
1604
|
+
{
|
|
1605
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1612
|
+
},
|
|
1138
1613
|
{
|
|
1139
1614
|
path: "questionEntries.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1140
1615
|
},
|
|
1616
|
+
{
|
|
1617
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1621
|
+
},
|
|
1622
|
+
{
|
|
1623
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1627
|
+
},
|
|
1141
1628
|
{ path: "questionEntries.questionEntry.labels.sortOrder" }
|
|
1142
1629
|
]
|
|
1143
1630
|
}
|
|
@@ -1174,6 +1661,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1174
1661
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1175
1662
|
paths: [
|
|
1176
1663
|
{ path: "results.questionEntry.sortOrder" },
|
|
1664
|
+
{
|
|
1665
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1666
|
+
},
|
|
1667
|
+
{
|
|
1668
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1672
|
+
},
|
|
1673
|
+
{
|
|
1674
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1681
|
+
},
|
|
1177
1682
|
{
|
|
1178
1683
|
path: "results.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1179
1684
|
},
|
|
@@ -1225,9 +1730,39 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1225
1730
|
{
|
|
1226
1731
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1227
1732
|
},
|
|
1733
|
+
{
|
|
1734
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1735
|
+
},
|
|
1736
|
+
{
|
|
1737
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1738
|
+
},
|
|
1739
|
+
{
|
|
1740
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1744
|
+
},
|
|
1745
|
+
{
|
|
1746
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1747
|
+
},
|
|
1748
|
+
{
|
|
1749
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1750
|
+
},
|
|
1228
1751
|
{
|
|
1229
1752
|
path: "results.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1230
1753
|
},
|
|
1754
|
+
{
|
|
1755
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1756
|
+
},
|
|
1757
|
+
{
|
|
1758
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1765
|
+
},
|
|
1231
1766
|
{ path: "results.questionEntry.labels.sortOrder" }
|
|
1232
1767
|
]
|
|
1233
1768
|
}
|
|
@@ -1276,8 +1811,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1276
1811
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1277
1812
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1278
1813
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1814
|
+
NodeType2["CARD"] = "CARD";
|
|
1279
1815
|
return NodeType2;
|
|
1280
1816
|
})(NodeType || {});
|
|
1817
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1818
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1819
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1820
|
+
return BackgroundType2;
|
|
1821
|
+
})(BackgroundType || {});
|
|
1822
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1823
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1824
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1825
|
+
return GradientType2;
|
|
1826
|
+
})(GradientType || {});
|
|
1281
1827
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1282
1828
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1283
1829
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1413,12 +1959,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1413
1959
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1414
1960
|
return PollLayoutDirection2;
|
|
1415
1961
|
})(PollLayoutDirection || {});
|
|
1416
|
-
var
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
return
|
|
1421
|
-
})(
|
|
1962
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1963
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1964
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1965
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1966
|
+
return PollDesignBackgroundType2;
|
|
1967
|
+
})(PollDesignBackgroundType || {});
|
|
1422
1968
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1423
1969
|
DecorationType2["BOLD"] = "BOLD";
|
|
1424
1970
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1505,12 +2051,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1505
2051
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1506
2052
|
return NullValue2;
|
|
1507
2053
|
})(NullValue || {});
|
|
1508
|
-
var
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
return
|
|
1513
|
-
})(
|
|
2054
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2055
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2056
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2057
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2058
|
+
return ImageScalingScaling2;
|
|
2059
|
+
})(ImageScalingScaling || {});
|
|
1514
2060
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1515
2061
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1516
2062
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1528,6 +2074,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1528
2074
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1529
2075
|
return Origin2;
|
|
1530
2076
|
})(Origin || {});
|
|
2077
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2078
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2079
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2080
|
+
return LayoutDataBackgroundType2;
|
|
2081
|
+
})(LayoutDataBackgroundType || {});
|
|
2082
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2083
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2084
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2085
|
+
return BackdropType2;
|
|
2086
|
+
})(BackdropType || {});
|
|
1531
2087
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1532
2088
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1533
2089
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1544,6 +2100,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1544
2100
|
DesignTarget2["CELL"] = "CELL";
|
|
1545
2101
|
return DesignTarget2;
|
|
1546
2102
|
})(DesignTarget || {});
|
|
2103
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2104
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2105
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2106
|
+
Scaling2["COVER"] = "COVER";
|
|
2107
|
+
return Scaling2;
|
|
2108
|
+
})(Scaling || {});
|
|
2109
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2110
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2111
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2112
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2113
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2114
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2115
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2116
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2117
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2118
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2119
|
+
return ImagePositionPosition2;
|
|
2120
|
+
})(ImagePositionPosition || {});
|
|
2121
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2122
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2123
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2124
|
+
return CardDataBackgroundType2;
|
|
2125
|
+
})(CardDataBackgroundType || {});
|
|
1547
2126
|
var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
|
|
1548
2127
|
QuestionStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1549
2128
|
QuestionStatus2["VISIBLE"] = "VISIBLE";
|
|
@@ -1814,7 +2393,9 @@ async function typedQueryQuestionEntries(query, options) {
|
|
|
1814
2393
|
}
|
|
1815
2394
|
}
|
|
1816
2395
|
var utils = {
|
|
1817
|
-
|
|
2396
|
+
query: {
|
|
2397
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
2398
|
+
}
|
|
1818
2399
|
};
|
|
1819
2400
|
async function bulkDeleteQuestionEntries2(questionEntryIds) {
|
|
1820
2401
|
const { httpClient, sideEffects } = arguments[1];
|
|
@@ -1950,8 +2531,10 @@ async function bulkUpdateQuestionEntry2(options) {
|
|
|
1950
2531
|
Alignment,
|
|
1951
2532
|
AppType,
|
|
1952
2533
|
AspectRatio,
|
|
2534
|
+
BackdropType,
|
|
1953
2535
|
BackgroundType,
|
|
1954
2536
|
ButtonDataType,
|
|
2537
|
+
CardDataBackgroundType,
|
|
1955
2538
|
ContentFormat,
|
|
1956
2539
|
Crop,
|
|
1957
2540
|
DecorationType,
|
|
@@ -1961,9 +2544,13 @@ async function bulkUpdateQuestionEntry2(options) {
|
|
|
1961
2544
|
FieldSet,
|
|
1962
2545
|
FontType,
|
|
1963
2546
|
GIFType,
|
|
2547
|
+
GradientType,
|
|
1964
2548
|
ImagePosition,
|
|
2549
|
+
ImagePositionPosition,
|
|
2550
|
+
ImageScalingScaling,
|
|
1965
2551
|
InitialExpandedItems,
|
|
1966
2552
|
Layout,
|
|
2553
|
+
LayoutDataBackgroundType,
|
|
1967
2554
|
LayoutType,
|
|
1968
2555
|
LineStyle,
|
|
1969
2556
|
MapType,
|
|
@@ -1973,6 +2560,7 @@ async function bulkUpdateQuestionEntry2(options) {
|
|
|
1973
2560
|
Origin,
|
|
1974
2561
|
Placement,
|
|
1975
2562
|
PluginContainerDataAlignment,
|
|
2563
|
+
PollDesignBackgroundType,
|
|
1976
2564
|
PollLayoutDirection,
|
|
1977
2565
|
PollLayoutType,
|
|
1978
2566
|
Position,
|