@wix/auto_sdk_faq_question-entry 1.0.40 → 1.0.42
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 +802 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +275 -29
- package/build/cjs/index.typings.js +652 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +270 -26
- package/build/cjs/meta.js +649 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +793 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +275 -29
- package/build/es/index.typings.mjs +643 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +270 -26
- package/build/es/meta.mjs +640 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +802 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +275 -29
- package/build/internal/cjs/index.typings.js +652 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +270 -26
- package/build/internal/cjs/meta.js +649 -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 +793 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +275 -29
- package/build/internal/es/index.typings.mjs +643 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +270 -26
- package/build/internal/es/meta.mjs +640 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -23,8 +23,10 @@ __export(index_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,11 +36,17 @@ __export(index_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,
|
|
43
|
+
Indentation: () => Indentation,
|
|
38
44
|
InitialExpandedItems: () => InitialExpandedItems,
|
|
39
45
|
Layout: () => Layout,
|
|
46
|
+
LayoutDataBackgroundType: () => LayoutDataBackgroundType,
|
|
40
47
|
LayoutType: () => LayoutType,
|
|
41
48
|
LineStyle: () => LineStyle,
|
|
49
|
+
ListStyle: () => ListStyle,
|
|
42
50
|
MapType: () => MapType,
|
|
43
51
|
NodeType: () => NodeType,
|
|
44
52
|
NullValue: () => NullValue,
|
|
@@ -46,6 +54,7 @@ __export(index_exports, {
|
|
|
46
54
|
Origin: () => Origin,
|
|
47
55
|
Placement: () => Placement,
|
|
48
56
|
PluginContainerDataAlignment: () => PluginContainerDataAlignment,
|
|
57
|
+
PollDesignBackgroundType: () => PollDesignBackgroundType,
|
|
49
58
|
PollLayoutDirection: () => PollLayoutDirection,
|
|
50
59
|
PollLayoutType: () => PollLayoutType,
|
|
51
60
|
Position: () => Position,
|
|
@@ -262,6 +271,24 @@ function createQuestionEntry(payload) {
|
|
|
262
271
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
263
272
|
paths: [
|
|
264
273
|
{ path: "questionEntry.sortOrder" },
|
|
274
|
+
{
|
|
275
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
291
|
+
},
|
|
265
292
|
{
|
|
266
293
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
267
294
|
},
|
|
@@ -303,7 +330,39 @@ function createQuestionEntry(payload) {
|
|
|
303
330
|
{
|
|
304
331
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
305
332
|
},
|
|
333
|
+
{
|
|
334
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
347
|
+
},
|
|
348
|
+
{
|
|
349
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
350
|
+
},
|
|
306
351
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
352
|
+
{
|
|
353
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
363
|
+
},
|
|
364
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
365
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
307
366
|
{ path: "questionEntry.labels.sortOrder" }
|
|
308
367
|
]
|
|
309
368
|
}
|
|
@@ -336,6 +395,24 @@ function createQuestionEntry(payload) {
|
|
|
336
395
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
337
396
|
paths: [
|
|
338
397
|
{ path: "questionEntry.sortOrder" },
|
|
398
|
+
{
|
|
399
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
415
|
+
},
|
|
339
416
|
{
|
|
340
417
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
341
418
|
},
|
|
@@ -387,9 +464,41 @@ function createQuestionEntry(payload) {
|
|
|
387
464
|
{
|
|
388
465
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
389
466
|
},
|
|
467
|
+
{
|
|
468
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
484
|
+
},
|
|
390
485
|
{
|
|
391
486
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
392
487
|
},
|
|
488
|
+
{
|
|
489
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
499
|
+
},
|
|
500
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
501
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
393
502
|
{ path: "questionEntry.labels.sortOrder" }
|
|
394
503
|
]
|
|
395
504
|
}
|
|
@@ -429,6 +538,24 @@ function getQuestionEntry(payload) {
|
|
|
429
538
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
430
539
|
paths: [
|
|
431
540
|
{ path: "questionEntry.sortOrder" },
|
|
541
|
+
{
|
|
542
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
558
|
+
},
|
|
432
559
|
{
|
|
433
560
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
434
561
|
},
|
|
@@ -480,9 +607,41 @@ function getQuestionEntry(payload) {
|
|
|
480
607
|
{
|
|
481
608
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
482
609
|
},
|
|
610
|
+
{
|
|
611
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
627
|
+
},
|
|
483
628
|
{
|
|
484
629
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
485
630
|
},
|
|
631
|
+
{
|
|
632
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
642
|
+
},
|
|
643
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
644
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
486
645
|
{ path: "questionEntry.labels.sortOrder" }
|
|
487
646
|
]
|
|
488
647
|
}
|
|
@@ -512,6 +671,24 @@ function updateQuestionEntry(payload) {
|
|
|
512
671
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
513
672
|
paths: [
|
|
514
673
|
{ path: "questionEntry.sortOrder" },
|
|
674
|
+
{
|
|
675
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
691
|
+
},
|
|
515
692
|
{
|
|
516
693
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
517
694
|
},
|
|
@@ -553,7 +730,39 @@ function updateQuestionEntry(payload) {
|
|
|
553
730
|
{
|
|
554
731
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
555
732
|
},
|
|
733
|
+
{
|
|
734
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
750
|
+
},
|
|
556
751
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
752
|
+
{
|
|
753
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
763
|
+
},
|
|
764
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
765
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
557
766
|
{ path: "questionEntry.labels.sortOrder" }
|
|
558
767
|
]
|
|
559
768
|
}
|
|
@@ -586,6 +795,24 @@ function updateQuestionEntry(payload) {
|
|
|
586
795
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
587
796
|
paths: [
|
|
588
797
|
{ path: "questionEntry.sortOrder" },
|
|
798
|
+
{
|
|
799
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
812
|
+
},
|
|
813
|
+
{
|
|
814
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
815
|
+
},
|
|
589
816
|
{
|
|
590
817
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
591
818
|
},
|
|
@@ -637,9 +864,41 @@ function updateQuestionEntry(payload) {
|
|
|
637
864
|
{
|
|
638
865
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
639
866
|
},
|
|
867
|
+
{
|
|
868
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
884
|
+
},
|
|
640
885
|
{
|
|
641
886
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
642
887
|
},
|
|
888
|
+
{
|
|
889
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
899
|
+
},
|
|
900
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
901
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
643
902
|
{ path: "questionEntry.labels.sortOrder" }
|
|
644
903
|
]
|
|
645
904
|
}
|
|
@@ -700,6 +959,24 @@ function listQuestionEntries(payload) {
|
|
|
700
959
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
701
960
|
paths: [
|
|
702
961
|
{ path: "questionEntries.sortOrder" },
|
|
962
|
+
{
|
|
963
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
979
|
+
},
|
|
703
980
|
{
|
|
704
981
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
705
982
|
},
|
|
@@ -751,9 +1028,41 @@ function listQuestionEntries(payload) {
|
|
|
751
1028
|
{
|
|
752
1029
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
753
1030
|
},
|
|
1031
|
+
{
|
|
1032
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1039
|
+
},
|
|
1040
|
+
{
|
|
1041
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1048
|
+
},
|
|
754
1049
|
{
|
|
755
1050
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
756
1051
|
},
|
|
1052
|
+
{
|
|
1053
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1063
|
+
},
|
|
1064
|
+
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1065
|
+
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
757
1066
|
{ path: "questionEntries.labels.sortOrder" }
|
|
758
1067
|
]
|
|
759
1068
|
}
|
|
@@ -793,6 +1102,24 @@ function queryQuestionEntries(payload) {
|
|
|
793
1102
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
794
1103
|
paths: [
|
|
795
1104
|
{ path: "questionEntries.sortOrder" },
|
|
1105
|
+
{
|
|
1106
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1110
|
+
},
|
|
1111
|
+
{
|
|
1112
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1119
|
+
},
|
|
1120
|
+
{
|
|
1121
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1122
|
+
},
|
|
796
1123
|
{
|
|
797
1124
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
798
1125
|
},
|
|
@@ -844,9 +1171,41 @@ function queryQuestionEntries(payload) {
|
|
|
844
1171
|
{
|
|
845
1172
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
846
1173
|
},
|
|
1174
|
+
{
|
|
1175
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1191
|
+
},
|
|
847
1192
|
{
|
|
848
1193
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
849
1194
|
},
|
|
1195
|
+
{
|
|
1196
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1197
|
+
},
|
|
1198
|
+
{
|
|
1199
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1200
|
+
},
|
|
1201
|
+
{
|
|
1202
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1206
|
+
},
|
|
1207
|
+
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1208
|
+
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
850
1209
|
{ path: "questionEntries.labels.sortOrder" }
|
|
851
1210
|
]
|
|
852
1211
|
}
|
|
@@ -907,6 +1266,24 @@ function updateExtendedFields(payload) {
|
|
|
907
1266
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
908
1267
|
paths: [
|
|
909
1268
|
{ path: "questionEntry.sortOrder" },
|
|
1269
|
+
{
|
|
1270
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1274
|
+
},
|
|
1275
|
+
{
|
|
1276
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1277
|
+
},
|
|
1278
|
+
{
|
|
1279
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1280
|
+
},
|
|
1281
|
+
{
|
|
1282
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1283
|
+
},
|
|
1284
|
+
{
|
|
1285
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1286
|
+
},
|
|
910
1287
|
{
|
|
911
1288
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
912
1289
|
},
|
|
@@ -958,9 +1335,41 @@ function updateExtendedFields(payload) {
|
|
|
958
1335
|
{
|
|
959
1336
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
960
1337
|
},
|
|
1338
|
+
{
|
|
1339
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1340
|
+
},
|
|
1341
|
+
{
|
|
1342
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1349
|
+
},
|
|
1350
|
+
{
|
|
1351
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1352
|
+
},
|
|
1353
|
+
{
|
|
1354
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1355
|
+
},
|
|
961
1356
|
{
|
|
962
1357
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
963
1358
|
},
|
|
1359
|
+
{
|
|
1360
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1367
|
+
},
|
|
1368
|
+
{
|
|
1369
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1370
|
+
},
|
|
1371
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1372
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
964
1373
|
{ path: "questionEntry.labels.sortOrder" }
|
|
965
1374
|
]
|
|
966
1375
|
}
|
|
@@ -1006,6 +1415,24 @@ function setQuestionEntryLabels(payload) {
|
|
|
1006
1415
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1007
1416
|
paths: [
|
|
1008
1417
|
{ path: "questionEntry.sortOrder" },
|
|
1418
|
+
{
|
|
1419
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1423
|
+
},
|
|
1424
|
+
{
|
|
1425
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1435
|
+
},
|
|
1009
1436
|
{
|
|
1010
1437
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1011
1438
|
},
|
|
@@ -1057,9 +1484,41 @@ function setQuestionEntryLabels(payload) {
|
|
|
1057
1484
|
{
|
|
1058
1485
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1059
1486
|
},
|
|
1487
|
+
{
|
|
1488
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1495
|
+
},
|
|
1496
|
+
{
|
|
1497
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1504
|
+
},
|
|
1060
1505
|
{
|
|
1061
1506
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1062
1507
|
},
|
|
1508
|
+
{
|
|
1509
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1519
|
+
},
|
|
1520
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1521
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
1063
1522
|
{ path: "questionEntry.labels.sortOrder" }
|
|
1064
1523
|
]
|
|
1065
1524
|
}
|
|
@@ -1093,6 +1552,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1093
1552
|
transformFn: import_float.transformSDKFloatToRESTFloat,
|
|
1094
1553
|
paths: [
|
|
1095
1554
|
{ path: "questionEntries.questionEntry.sortOrder" },
|
|
1555
|
+
{
|
|
1556
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1563
|
+
},
|
|
1564
|
+
{
|
|
1565
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1572
|
+
},
|
|
1096
1573
|
{
|
|
1097
1574
|
path: "questionEntries.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1098
1575
|
},
|
|
@@ -1144,9 +1621,45 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1144
1621
|
{
|
|
1145
1622
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1146
1623
|
},
|
|
1624
|
+
{
|
|
1625
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1629
|
+
},
|
|
1630
|
+
{
|
|
1631
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1632
|
+
},
|
|
1633
|
+
{
|
|
1634
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1635
|
+
},
|
|
1636
|
+
{
|
|
1637
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1641
|
+
},
|
|
1147
1642
|
{
|
|
1148
1643
|
path: "questionEntries.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1149
1644
|
},
|
|
1645
|
+
{
|
|
1646
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1650
|
+
},
|
|
1651
|
+
{
|
|
1652
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1653
|
+
},
|
|
1654
|
+
{
|
|
1655
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
path: "questionEntries.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1662
|
+
},
|
|
1150
1663
|
{ path: "questionEntries.questionEntry.labels.sortOrder" }
|
|
1151
1664
|
]
|
|
1152
1665
|
}
|
|
@@ -1183,6 +1696,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1183
1696
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1184
1697
|
paths: [
|
|
1185
1698
|
{ path: "results.questionEntry.sortOrder" },
|
|
1699
|
+
{
|
|
1700
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1704
|
+
},
|
|
1705
|
+
{
|
|
1706
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1707
|
+
},
|
|
1708
|
+
{
|
|
1709
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1710
|
+
},
|
|
1711
|
+
{
|
|
1712
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1716
|
+
},
|
|
1186
1717
|
{
|
|
1187
1718
|
path: "results.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1188
1719
|
},
|
|
@@ -1234,9 +1765,45 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1234
1765
|
{
|
|
1235
1766
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1236
1767
|
},
|
|
1768
|
+
{
|
|
1769
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1779
|
+
},
|
|
1780
|
+
{
|
|
1781
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1785
|
+
},
|
|
1237
1786
|
{
|
|
1238
1787
|
path: "results.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1239
1788
|
},
|
|
1789
|
+
{
|
|
1790
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1794
|
+
},
|
|
1795
|
+
{
|
|
1796
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1797
|
+
},
|
|
1798
|
+
{
|
|
1799
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1800
|
+
},
|
|
1801
|
+
{
|
|
1802
|
+
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1803
|
+
},
|
|
1804
|
+
{
|
|
1805
|
+
path: "results.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1806
|
+
},
|
|
1240
1807
|
{ path: "results.questionEntry.labels.sortOrder" }
|
|
1241
1808
|
]
|
|
1242
1809
|
}
|
|
@@ -1285,8 +1852,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1285
1852
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1286
1853
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1287
1854
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1855
|
+
NodeType2["CARD"] = "CARD";
|
|
1856
|
+
NodeType2["TOC"] = "TOC";
|
|
1288
1857
|
return NodeType2;
|
|
1289
1858
|
})(NodeType || {});
|
|
1859
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1860
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1861
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1862
|
+
return BackgroundType2;
|
|
1863
|
+
})(BackgroundType || {});
|
|
1864
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1865
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1866
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1867
|
+
return GradientType2;
|
|
1868
|
+
})(GradientType || {});
|
|
1290
1869
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1291
1870
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1292
1871
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1385,6 +1964,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1385
1964
|
Source2["HTML"] = "HTML";
|
|
1386
1965
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1387
1966
|
Source2["AI"] = "AI";
|
|
1967
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1388
1968
|
return Source2;
|
|
1389
1969
|
})(Source || {});
|
|
1390
1970
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1422,12 +2002,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1422
2002
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1423
2003
|
return PollLayoutDirection2;
|
|
1424
2004
|
})(PollLayoutDirection || {});
|
|
1425
|
-
var
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
return
|
|
1430
|
-
})(
|
|
2005
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
2006
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
2007
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
2008
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2009
|
+
return PollDesignBackgroundType2;
|
|
2010
|
+
})(PollDesignBackgroundType || {});
|
|
1431
2011
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1432
2012
|
DecorationType2["BOLD"] = "BOLD";
|
|
1433
2013
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1514,12 +2094,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1514
2094
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1515
2095
|
return NullValue2;
|
|
1516
2096
|
})(NullValue || {});
|
|
1517
|
-
var
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
return
|
|
1522
|
-
})(
|
|
2097
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2098
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2099
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2100
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2101
|
+
return ImageScalingScaling2;
|
|
2102
|
+
})(ImageScalingScaling || {});
|
|
1523
2103
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1524
2104
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1525
2105
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1537,6 +2117,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1537
2117
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1538
2118
|
return Origin2;
|
|
1539
2119
|
})(Origin || {});
|
|
2120
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2121
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2122
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2123
|
+
return LayoutDataBackgroundType2;
|
|
2124
|
+
})(LayoutDataBackgroundType || {});
|
|
2125
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2126
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2127
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2128
|
+
return BackdropType2;
|
|
2129
|
+
})(BackdropType || {});
|
|
1540
2130
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1541
2131
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1542
2132
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1553,6 +2143,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1553
2143
|
DesignTarget2["CELL"] = "CELL";
|
|
1554
2144
|
return DesignTarget2;
|
|
1555
2145
|
})(DesignTarget || {});
|
|
2146
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2147
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2148
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2149
|
+
Scaling2["COVER"] = "COVER";
|
|
2150
|
+
return Scaling2;
|
|
2151
|
+
})(Scaling || {});
|
|
2152
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2153
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2154
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2155
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2156
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2157
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2158
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2159
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2160
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2161
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2162
|
+
return ImagePositionPosition2;
|
|
2163
|
+
})(ImagePositionPosition || {});
|
|
2164
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2165
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2166
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2167
|
+
return CardDataBackgroundType2;
|
|
2168
|
+
})(CardDataBackgroundType || {});
|
|
2169
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
2170
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
2171
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
2172
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
2173
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
2174
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
2175
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
2176
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
2177
|
+
return ListStyle2;
|
|
2178
|
+
})(ListStyle || {});
|
|
2179
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
2180
|
+
Indentation2["NESTED"] = "NESTED";
|
|
2181
|
+
Indentation2["FLAT"] = "FLAT";
|
|
2182
|
+
return Indentation2;
|
|
2183
|
+
})(Indentation || {});
|
|
1556
2184
|
var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
|
|
1557
2185
|
QuestionStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1558
2186
|
QuestionStatus2["VISIBLE"] = "VISIBLE";
|
|
@@ -1823,7 +2451,9 @@ async function typedQueryQuestionEntries(query, options) {
|
|
|
1823
2451
|
}
|
|
1824
2452
|
}
|
|
1825
2453
|
var utils = {
|
|
1826
|
-
|
|
2454
|
+
query: {
|
|
2455
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
2456
|
+
}
|
|
1827
2457
|
};
|
|
1828
2458
|
async function bulkDeleteQuestionEntries2(questionEntryIds) {
|
|
1829
2459
|
const { httpClient, sideEffects } = arguments[1];
|
|
@@ -2057,6 +2687,24 @@ var onQuestionEntryCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2057
2687
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
2058
2688
|
paths: [
|
|
2059
2689
|
{ path: "entity.sortOrder" },
|
|
2690
|
+
{
|
|
2691
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2692
|
+
},
|
|
2693
|
+
{
|
|
2694
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2701
|
+
},
|
|
2702
|
+
{
|
|
2703
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2707
|
+
},
|
|
2060
2708
|
{
|
|
2061
2709
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
2062
2710
|
},
|
|
@@ -2088,7 +2736,39 @@ var onQuestionEntryCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
2088
2736
|
{
|
|
2089
2737
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2090
2738
|
},
|
|
2739
|
+
{
|
|
2740
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2747
|
+
},
|
|
2748
|
+
{
|
|
2749
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2756
|
+
},
|
|
2091
2757
|
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
2758
|
+
{
|
|
2759
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
2760
|
+
},
|
|
2761
|
+
{
|
|
2762
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
2763
|
+
},
|
|
2764
|
+
{
|
|
2765
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2766
|
+
},
|
|
2767
|
+
{
|
|
2768
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2769
|
+
},
|
|
2770
|
+
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2771
|
+
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2092
2772
|
{ path: "entity.labels.sortOrder" }
|
|
2093
2773
|
]
|
|
2094
2774
|
}
|
|
@@ -2114,6 +2794,24 @@ var onQuestionEntryDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
2114
2794
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
2115
2795
|
paths: [
|
|
2116
2796
|
{ path: "undefined.sortOrder" },
|
|
2797
|
+
{
|
|
2798
|
+
path: "undefined.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2799
|
+
},
|
|
2800
|
+
{
|
|
2801
|
+
path: "undefined.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
path: "undefined.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2805
|
+
},
|
|
2806
|
+
{
|
|
2807
|
+
path: "undefined.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2808
|
+
},
|
|
2809
|
+
{
|
|
2810
|
+
path: "undefined.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
path: "undefined.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2814
|
+
},
|
|
2117
2815
|
{
|
|
2118
2816
|
path: "undefined.richContent.nodes.galleryData.items.image.media.duration"
|
|
2119
2817
|
},
|
|
@@ -2153,7 +2851,39 @@ var onQuestionEntryDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
2153
2851
|
{
|
|
2154
2852
|
path: "undefined.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2155
2853
|
},
|
|
2854
|
+
{
|
|
2855
|
+
path: "undefined.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2856
|
+
},
|
|
2857
|
+
{
|
|
2858
|
+
path: "undefined.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
path: "undefined.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2862
|
+
},
|
|
2863
|
+
{
|
|
2864
|
+
path: "undefined.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
path: "undefined.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
path: "undefined.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2871
|
+
},
|
|
2156
2872
|
{ path: "undefined.richContent.nodes.shapeData.shape.duration" },
|
|
2873
|
+
{
|
|
2874
|
+
path: "undefined.richContent.nodes.cardData.background.gradient.centerX"
|
|
2875
|
+
},
|
|
2876
|
+
{
|
|
2877
|
+
path: "undefined.richContent.nodes.cardData.background.gradient.centerY"
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
path: "undefined.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2884
|
+
},
|
|
2885
|
+
{ path: "undefined.richContent.nodes.tocData.fontSize" },
|
|
2886
|
+
{ path: "undefined.richContent.nodes.tocData.itemSpacing" },
|
|
2157
2887
|
{ path: "undefined.labels.sortOrder" }
|
|
2158
2888
|
]
|
|
2159
2889
|
}
|
|
@@ -2179,6 +2909,24 @@ var onQuestionEntryUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
2179
2909
|
transformFn: import_float3.transformRESTFloatToSDKFloat,
|
|
2180
2910
|
paths: [
|
|
2181
2911
|
{ path: "entity.sortOrder" },
|
|
2912
|
+
{
|
|
2913
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2914
|
+
},
|
|
2915
|
+
{
|
|
2916
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2917
|
+
},
|
|
2918
|
+
{
|
|
2919
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2920
|
+
},
|
|
2921
|
+
{
|
|
2922
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2923
|
+
},
|
|
2924
|
+
{
|
|
2925
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2926
|
+
},
|
|
2927
|
+
{
|
|
2928
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2929
|
+
},
|
|
2182
2930
|
{
|
|
2183
2931
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
2184
2932
|
},
|
|
@@ -2210,7 +2958,39 @@ var onQuestionEntryUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
2210
2958
|
{
|
|
2211
2959
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2212
2960
|
},
|
|
2961
|
+
{
|
|
2962
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2963
|
+
},
|
|
2964
|
+
{
|
|
2965
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2972
|
+
},
|
|
2973
|
+
{
|
|
2974
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2978
|
+
},
|
|
2213
2979
|
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
2980
|
+
{
|
|
2981
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
2982
|
+
},
|
|
2983
|
+
{
|
|
2984
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2991
|
+
},
|
|
2992
|
+
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2993
|
+
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2214
2994
|
{ path: "entity.labels.sortOrder" }
|
|
2215
2995
|
]
|
|
2216
2996
|
}
|
|
@@ -2257,8 +3037,10 @@ var onQuestionEntryUpdated2 = (0, import_event_definition_modules.createEventMod
|
|
|
2257
3037
|
Alignment,
|
|
2258
3038
|
AppType,
|
|
2259
3039
|
AspectRatio,
|
|
3040
|
+
BackdropType,
|
|
2260
3041
|
BackgroundType,
|
|
2261
3042
|
ButtonDataType,
|
|
3043
|
+
CardDataBackgroundType,
|
|
2262
3044
|
ContentFormat,
|
|
2263
3045
|
Crop,
|
|
2264
3046
|
DecorationType,
|
|
@@ -2268,11 +3050,17 @@ var onQuestionEntryUpdated2 = (0, import_event_definition_modules.createEventMod
|
|
|
2268
3050
|
FieldSet,
|
|
2269
3051
|
FontType,
|
|
2270
3052
|
GIFType,
|
|
3053
|
+
GradientType,
|
|
2271
3054
|
ImagePosition,
|
|
3055
|
+
ImagePositionPosition,
|
|
3056
|
+
ImageScalingScaling,
|
|
3057
|
+
Indentation,
|
|
2272
3058
|
InitialExpandedItems,
|
|
2273
3059
|
Layout,
|
|
3060
|
+
LayoutDataBackgroundType,
|
|
2274
3061
|
LayoutType,
|
|
2275
3062
|
LineStyle,
|
|
3063
|
+
ListStyle,
|
|
2276
3064
|
MapType,
|
|
2277
3065
|
NodeType,
|
|
2278
3066
|
NullValue,
|
|
@@ -2280,6 +3068,7 @@ var onQuestionEntryUpdated2 = (0, import_event_definition_modules.createEventMod
|
|
|
2280
3068
|
Origin,
|
|
2281
3069
|
Placement,
|
|
2282
3070
|
PluginContainerDataAlignment,
|
|
3071
|
+
PollDesignBackgroundType,
|
|
2283
3072
|
PollLayoutDirection,
|
|
2284
3073
|
PollLayoutType,
|
|
2285
3074
|
Position,
|