@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
package/build/cjs/meta.js
CHANGED
|
@@ -23,8 +23,10 @@ __export(meta_exports, {
|
|
|
23
23
|
AlignmentOriginal: () => Alignment,
|
|
24
24
|
AppTypeOriginal: () => AppType,
|
|
25
25
|
AspectRatioOriginal: () => AspectRatio,
|
|
26
|
+
BackdropTypeOriginal: () => BackdropType,
|
|
26
27
|
BackgroundTypeOriginal: () => BackgroundType,
|
|
27
28
|
ButtonDataTypeOriginal: () => ButtonDataType,
|
|
29
|
+
CardDataBackgroundTypeOriginal: () => CardDataBackgroundType,
|
|
28
30
|
ContentFormatOriginal: () => ContentFormat,
|
|
29
31
|
CropOriginal: () => Crop,
|
|
30
32
|
DecorationTypeOriginal: () => DecorationType,
|
|
@@ -34,8 +36,12 @@ __export(meta_exports, {
|
|
|
34
36
|
FieldSetOriginal: () => FieldSet,
|
|
35
37
|
FontTypeOriginal: () => FontType,
|
|
36
38
|
GIFTypeOriginal: () => GIFType,
|
|
39
|
+
GradientTypeOriginal: () => GradientType,
|
|
37
40
|
ImagePositionOriginal: () => ImagePosition,
|
|
41
|
+
ImagePositionPositionOriginal: () => ImagePositionPosition,
|
|
42
|
+
ImageScalingScalingOriginal: () => ImageScalingScaling,
|
|
38
43
|
InitialExpandedItemsOriginal: () => InitialExpandedItems,
|
|
44
|
+
LayoutDataBackgroundTypeOriginal: () => LayoutDataBackgroundType,
|
|
39
45
|
LayoutOriginal: () => Layout,
|
|
40
46
|
LayoutTypeOriginal: () => LayoutType,
|
|
41
47
|
LineStyleOriginal: () => LineStyle,
|
|
@@ -46,6 +52,7 @@ __export(meta_exports, {
|
|
|
46
52
|
OriginOriginal: () => Origin,
|
|
47
53
|
PlacementOriginal: () => Placement,
|
|
48
54
|
PluginContainerDataAlignmentOriginal: () => PluginContainerDataAlignment,
|
|
55
|
+
PollDesignBackgroundTypeOriginal: () => PollDesignBackgroundType,
|
|
49
56
|
PollLayoutDirectionOriginal: () => PollLayoutDirection,
|
|
50
57
|
PollLayoutTypeOriginal: () => PollLayoutType,
|
|
51
58
|
PositionOriginal: () => Position,
|
|
@@ -246,6 +253,24 @@ function createQuestionEntry(payload) {
|
|
|
246
253
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
247
254
|
paths: [
|
|
248
255
|
{ path: "questionEntry.sortOrder" },
|
|
256
|
+
{
|
|
257
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
273
|
+
},
|
|
249
274
|
{
|
|
250
275
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
251
276
|
},
|
|
@@ -287,7 +312,37 @@ function createQuestionEntry(payload) {
|
|
|
287
312
|
{
|
|
288
313
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
289
314
|
},
|
|
315
|
+
{
|
|
316
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
332
|
+
},
|
|
290
333
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
334
|
+
{
|
|
335
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
345
|
+
},
|
|
291
346
|
{ path: "questionEntry.labels.sortOrder" }
|
|
292
347
|
]
|
|
293
348
|
}
|
|
@@ -320,6 +375,24 @@ function createQuestionEntry(payload) {
|
|
|
320
375
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
321
376
|
paths: [
|
|
322
377
|
{ path: "questionEntry.sortOrder" },
|
|
378
|
+
{
|
|
379
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
395
|
+
},
|
|
323
396
|
{
|
|
324
397
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
325
398
|
},
|
|
@@ -371,9 +444,39 @@ function createQuestionEntry(payload) {
|
|
|
371
444
|
{
|
|
372
445
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
373
446
|
},
|
|
447
|
+
{
|
|
448
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
455
|
+
},
|
|
456
|
+
{
|
|
457
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
464
|
+
},
|
|
374
465
|
{
|
|
375
466
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
376
467
|
},
|
|
468
|
+
{
|
|
469
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
479
|
+
},
|
|
377
480
|
{ path: "questionEntry.labels.sortOrder" }
|
|
378
481
|
]
|
|
379
482
|
}
|
|
@@ -413,6 +516,24 @@ function getQuestionEntry(payload) {
|
|
|
413
516
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
414
517
|
paths: [
|
|
415
518
|
{ path: "questionEntry.sortOrder" },
|
|
519
|
+
{
|
|
520
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
536
|
+
},
|
|
416
537
|
{
|
|
417
538
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
418
539
|
},
|
|
@@ -464,9 +585,39 @@ function getQuestionEntry(payload) {
|
|
|
464
585
|
{
|
|
465
586
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
466
587
|
},
|
|
588
|
+
{
|
|
589
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
605
|
+
},
|
|
467
606
|
{
|
|
468
607
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
469
608
|
},
|
|
609
|
+
{
|
|
610
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
620
|
+
},
|
|
470
621
|
{ path: "questionEntry.labels.sortOrder" }
|
|
471
622
|
]
|
|
472
623
|
}
|
|
@@ -496,6 +647,24 @@ function updateQuestionEntry(payload) {
|
|
|
496
647
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
497
648
|
paths: [
|
|
498
649
|
{ path: "questionEntry.sortOrder" },
|
|
650
|
+
{
|
|
651
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
667
|
+
},
|
|
499
668
|
{
|
|
500
669
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
501
670
|
},
|
|
@@ -537,7 +706,37 @@ function updateQuestionEntry(payload) {
|
|
|
537
706
|
{
|
|
538
707
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
539
708
|
},
|
|
709
|
+
{
|
|
710
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
726
|
+
},
|
|
540
727
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
728
|
+
{
|
|
729
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
739
|
+
},
|
|
541
740
|
{ path: "questionEntry.labels.sortOrder" }
|
|
542
741
|
]
|
|
543
742
|
}
|
|
@@ -570,6 +769,24 @@ function updateQuestionEntry(payload) {
|
|
|
570
769
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
571
770
|
paths: [
|
|
572
771
|
{ path: "questionEntry.sortOrder" },
|
|
772
|
+
{
|
|
773
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
789
|
+
},
|
|
573
790
|
{
|
|
574
791
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
575
792
|
},
|
|
@@ -621,9 +838,39 @@ function updateQuestionEntry(payload) {
|
|
|
621
838
|
{
|
|
622
839
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
623
840
|
},
|
|
841
|
+
{
|
|
842
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
855
|
+
},
|
|
856
|
+
{
|
|
857
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
858
|
+
},
|
|
624
859
|
{
|
|
625
860
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
626
861
|
},
|
|
862
|
+
{
|
|
863
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
873
|
+
},
|
|
627
874
|
{ path: "questionEntry.labels.sortOrder" }
|
|
628
875
|
]
|
|
629
876
|
}
|
|
@@ -684,6 +931,24 @@ function listQuestionEntries(payload) {
|
|
|
684
931
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
685
932
|
paths: [
|
|
686
933
|
{ path: "questionEntries.sortOrder" },
|
|
934
|
+
{
|
|
935
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
948
|
+
},
|
|
949
|
+
{
|
|
950
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
951
|
+
},
|
|
687
952
|
{
|
|
688
953
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
689
954
|
},
|
|
@@ -735,9 +1000,39 @@ function listQuestionEntries(payload) {
|
|
|
735
1000
|
{
|
|
736
1001
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
737
1002
|
},
|
|
1003
|
+
{
|
|
1004
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1020
|
+
},
|
|
738
1021
|
{
|
|
739
1022
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
740
1023
|
},
|
|
1024
|
+
{
|
|
1025
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1029
|
+
},
|
|
1030
|
+
{
|
|
1031
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1035
|
+
},
|
|
741
1036
|
{ path: "questionEntries.labels.sortOrder" }
|
|
742
1037
|
]
|
|
743
1038
|
}
|
|
@@ -777,6 +1072,24 @@ function queryQuestionEntries(payload) {
|
|
|
777
1072
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
778
1073
|
paths: [
|
|
779
1074
|
{ path: "questionEntries.sortOrder" },
|
|
1075
|
+
{
|
|
1076
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1080
|
+
},
|
|
1081
|
+
{
|
|
1082
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1092
|
+
},
|
|
780
1093
|
{
|
|
781
1094
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
782
1095
|
},
|
|
@@ -828,9 +1141,39 @@ function queryQuestionEntries(payload) {
|
|
|
828
1141
|
{
|
|
829
1142
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
830
1143
|
},
|
|
1144
|
+
{
|
|
1145
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1161
|
+
},
|
|
831
1162
|
{
|
|
832
1163
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
833
1164
|
},
|
|
1165
|
+
{
|
|
1166
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1176
|
+
},
|
|
834
1177
|
{ path: "questionEntries.labels.sortOrder" }
|
|
835
1178
|
]
|
|
836
1179
|
}
|
|
@@ -891,6 +1234,24 @@ function updateExtendedFields(payload) {
|
|
|
891
1234
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
892
1235
|
paths: [
|
|
893
1236
|
{ path: "questionEntry.sortOrder" },
|
|
1237
|
+
{
|
|
1238
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1239
|
+
},
|
|
1240
|
+
{
|
|
1241
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1254
|
+
},
|
|
894
1255
|
{
|
|
895
1256
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
896
1257
|
},
|
|
@@ -942,9 +1303,39 @@ function updateExtendedFields(payload) {
|
|
|
942
1303
|
{
|
|
943
1304
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
944
1305
|
},
|
|
1306
|
+
{
|
|
1307
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1308
|
+
},
|
|
1309
|
+
{
|
|
1310
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1314
|
+
},
|
|
1315
|
+
{
|
|
1316
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1317
|
+
},
|
|
1318
|
+
{
|
|
1319
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1320
|
+
},
|
|
1321
|
+
{
|
|
1322
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1323
|
+
},
|
|
945
1324
|
{
|
|
946
1325
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
947
1326
|
},
|
|
1327
|
+
{
|
|
1328
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1332
|
+
},
|
|
1333
|
+
{
|
|
1334
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1335
|
+
},
|
|
1336
|
+
{
|
|
1337
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1338
|
+
},
|
|
948
1339
|
{ path: "questionEntry.labels.sortOrder" }
|
|
949
1340
|
]
|
|
950
1341
|
}
|
|
@@ -990,6 +1381,24 @@ function setQuestionEntryLabels(payload) {
|
|
|
990
1381
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
991
1382
|
paths: [
|
|
992
1383
|
{ path: "questionEntry.sortOrder" },
|
|
1384
|
+
{
|
|
1385
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1401
|
+
},
|
|
993
1402
|
{
|
|
994
1403
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
995
1404
|
},
|
|
@@ -1041,9 +1450,39 @@ function setQuestionEntryLabels(payload) {
|
|
|
1041
1450
|
{
|
|
1042
1451
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1043
1452
|
},
|
|
1453
|
+
{
|
|
1454
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1458
|
+
},
|
|
1459
|
+
{
|
|
1460
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1467
|
+
},
|
|
1468
|
+
{
|
|
1469
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1470
|
+
},
|
|
1044
1471
|
{
|
|
1045
1472
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1046
1473
|
},
|
|
1474
|
+
{
|
|
1475
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1485
|
+
},
|
|
1047
1486
|
{ path: "questionEntry.labels.sortOrder" }
|
|
1048
1487
|
]
|
|
1049
1488
|
}
|
|
@@ -1077,6 +1516,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1077
1516
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
1078
1517
|
paths: [
|
|
1079
1518
|
{ path: "questionEntries.questionEntry.sortOrder" },
|
|
1519
|
+
{
|
|
1520
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1527
|
+
},
|
|
1528
|
+
{
|
|
1529
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1536
|
+
},
|
|
1080
1537
|
{
|
|
1081
1538
|
path: "questionEntries.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1082
1539
|
},
|
|
@@ -1128,9 +1585,39 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1128
1585
|
{
|
|
1129
1586
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1130
1587
|
},
|
|
1588
|
+
{
|
|
1589
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1590
|
+
},
|
|
1591
|
+
{
|
|
1592
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1599
|
+
},
|
|
1600
|
+
{
|
|
1601
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1605
|
+
},
|
|
1131
1606
|
{
|
|
1132
1607
|
path: "questionEntries.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1133
1608
|
},
|
|
1609
|
+
{
|
|
1610
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1614
|
+
},
|
|
1615
|
+
{
|
|
1616
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1620
|
+
},
|
|
1134
1621
|
{ path: "questionEntries.questionEntry.labels.sortOrder" }
|
|
1135
1622
|
]
|
|
1136
1623
|
}
|
|
@@ -1167,6 +1654,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1167
1654
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1168
1655
|
paths: [
|
|
1169
1656
|
{ path: "results.questionEntry.sortOrder" },
|
|
1657
|
+
{
|
|
1658
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1674
|
+
},
|
|
1170
1675
|
{
|
|
1171
1676
|
path: "results.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1172
1677
|
},
|
|
@@ -1218,9 +1723,39 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1218
1723
|
{
|
|
1219
1724
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1220
1725
|
},
|
|
1726
|
+
{
|
|
1727
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1734
|
+
},
|
|
1735
|
+
{
|
|
1736
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1743
|
+
},
|
|
1221
1744
|
{
|
|
1222
1745
|
path: "results.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1223
1746
|
},
|
|
1747
|
+
{
|
|
1748
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1752
|
+
},
|
|
1753
|
+
{
|
|
1754
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1758
|
+
},
|
|
1224
1759
|
{ path: "results.questionEntry.labels.sortOrder" }
|
|
1225
1760
|
]
|
|
1226
1761
|
}
|
|
@@ -1267,8 +1802,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1267
1802
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1268
1803
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1269
1804
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1805
|
+
NodeType2["CARD"] = "CARD";
|
|
1270
1806
|
return NodeType2;
|
|
1271
1807
|
})(NodeType || {});
|
|
1808
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1809
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1810
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1811
|
+
return BackgroundType2;
|
|
1812
|
+
})(BackgroundType || {});
|
|
1813
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1814
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1815
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1816
|
+
return GradientType2;
|
|
1817
|
+
})(GradientType || {});
|
|
1272
1818
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1273
1819
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1274
1820
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1404,12 +1950,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1404
1950
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1405
1951
|
return PollLayoutDirection2;
|
|
1406
1952
|
})(PollLayoutDirection || {});
|
|
1407
|
-
var
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
return
|
|
1412
|
-
})(
|
|
1953
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1954
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1955
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1956
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1957
|
+
return PollDesignBackgroundType2;
|
|
1958
|
+
})(PollDesignBackgroundType || {});
|
|
1413
1959
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1414
1960
|
DecorationType2["BOLD"] = "BOLD";
|
|
1415
1961
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1496,12 +2042,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1496
2042
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1497
2043
|
return NullValue2;
|
|
1498
2044
|
})(NullValue || {});
|
|
1499
|
-
var
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
return
|
|
1504
|
-
})(
|
|
2045
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2046
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2047
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2048
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2049
|
+
return ImageScalingScaling2;
|
|
2050
|
+
})(ImageScalingScaling || {});
|
|
1505
2051
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1506
2052
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1507
2053
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1519,6 +2065,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1519
2065
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1520
2066
|
return Origin2;
|
|
1521
2067
|
})(Origin || {});
|
|
2068
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2069
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2070
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2071
|
+
return LayoutDataBackgroundType2;
|
|
2072
|
+
})(LayoutDataBackgroundType || {});
|
|
2073
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2074
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2075
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2076
|
+
return BackdropType2;
|
|
2077
|
+
})(BackdropType || {});
|
|
1522
2078
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1523
2079
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1524
2080
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1535,6 +2091,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1535
2091
|
DesignTarget2["CELL"] = "CELL";
|
|
1536
2092
|
return DesignTarget2;
|
|
1537
2093
|
})(DesignTarget || {});
|
|
2094
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2095
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2096
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2097
|
+
Scaling2["COVER"] = "COVER";
|
|
2098
|
+
return Scaling2;
|
|
2099
|
+
})(Scaling || {});
|
|
2100
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2101
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2102
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2103
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2104
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2105
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2106
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2107
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2108
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2109
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2110
|
+
return ImagePositionPosition2;
|
|
2111
|
+
})(ImagePositionPosition || {});
|
|
2112
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2113
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2114
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2115
|
+
return CardDataBackgroundType2;
|
|
2116
|
+
})(CardDataBackgroundType || {});
|
|
1538
2117
|
var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
|
|
1539
2118
|
QuestionStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1540
2119
|
QuestionStatus2["VISIBLE"] = "VISIBLE";
|
|
@@ -1769,8 +2348,10 @@ function bulkUpdateQuestionEntry2() {
|
|
|
1769
2348
|
AlignmentOriginal,
|
|
1770
2349
|
AppTypeOriginal,
|
|
1771
2350
|
AspectRatioOriginal,
|
|
2351
|
+
BackdropTypeOriginal,
|
|
1772
2352
|
BackgroundTypeOriginal,
|
|
1773
2353
|
ButtonDataTypeOriginal,
|
|
2354
|
+
CardDataBackgroundTypeOriginal,
|
|
1774
2355
|
ContentFormatOriginal,
|
|
1775
2356
|
CropOriginal,
|
|
1776
2357
|
DecorationTypeOriginal,
|
|
@@ -1780,8 +2361,12 @@ function bulkUpdateQuestionEntry2() {
|
|
|
1780
2361
|
FieldSetOriginal,
|
|
1781
2362
|
FontTypeOriginal,
|
|
1782
2363
|
GIFTypeOriginal,
|
|
2364
|
+
GradientTypeOriginal,
|
|
1783
2365
|
ImagePositionOriginal,
|
|
2366
|
+
ImagePositionPositionOriginal,
|
|
2367
|
+
ImageScalingScalingOriginal,
|
|
1784
2368
|
InitialExpandedItemsOriginal,
|
|
2369
|
+
LayoutDataBackgroundTypeOriginal,
|
|
1785
2370
|
LayoutOriginal,
|
|
1786
2371
|
LayoutTypeOriginal,
|
|
1787
2372
|
LineStyleOriginal,
|
|
@@ -1792,6 +2377,7 @@ function bulkUpdateQuestionEntry2() {
|
|
|
1792
2377
|
OriginOriginal,
|
|
1793
2378
|
PlacementOriginal,
|
|
1794
2379
|
PluginContainerDataAlignmentOriginal,
|
|
2380
|
+
PollDesignBackgroundTypeOriginal,
|
|
1795
2381
|
PollLayoutDirectionOriginal,
|
|
1796
2382
|
PollLayoutTypeOriginal,
|
|
1797
2383
|
PositionOriginal,
|