@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
package/build/es/index.mjs
CHANGED
|
@@ -176,6 +176,24 @@ function createQuestionEntry(payload) {
|
|
|
176
176
|
transformFn: transformSDKFloatToRESTFloat,
|
|
177
177
|
paths: [
|
|
178
178
|
{ path: "questionEntry.sortOrder" },
|
|
179
|
+
{
|
|
180
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
196
|
+
},
|
|
179
197
|
{
|
|
180
198
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
181
199
|
},
|
|
@@ -217,7 +235,39 @@ function createQuestionEntry(payload) {
|
|
|
217
235
|
{
|
|
218
236
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
219
237
|
},
|
|
238
|
+
{
|
|
239
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
255
|
+
},
|
|
220
256
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
257
|
+
{
|
|
258
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
268
|
+
},
|
|
269
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
270
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
221
271
|
{ path: "questionEntry.labels.sortOrder" }
|
|
222
272
|
]
|
|
223
273
|
}
|
|
@@ -250,6 +300,24 @@ function createQuestionEntry(payload) {
|
|
|
250
300
|
transformFn: transformRESTFloatToSDKFloat,
|
|
251
301
|
paths: [
|
|
252
302
|
{ path: "questionEntry.sortOrder" },
|
|
303
|
+
{
|
|
304
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
308
|
+
},
|
|
309
|
+
{
|
|
310
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
320
|
+
},
|
|
253
321
|
{
|
|
254
322
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
255
323
|
},
|
|
@@ -301,9 +369,41 @@ function createQuestionEntry(payload) {
|
|
|
301
369
|
{
|
|
302
370
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
303
371
|
},
|
|
372
|
+
{
|
|
373
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
389
|
+
},
|
|
304
390
|
{
|
|
305
391
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
306
392
|
},
|
|
393
|
+
{
|
|
394
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
395
|
+
},
|
|
396
|
+
{
|
|
397
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
404
|
+
},
|
|
405
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
406
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
307
407
|
{ path: "questionEntry.labels.sortOrder" }
|
|
308
408
|
]
|
|
309
409
|
}
|
|
@@ -343,6 +443,24 @@ function getQuestionEntry(payload) {
|
|
|
343
443
|
transformFn: transformRESTFloatToSDKFloat,
|
|
344
444
|
paths: [
|
|
345
445
|
{ path: "questionEntry.sortOrder" },
|
|
446
|
+
{
|
|
447
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
463
|
+
},
|
|
346
464
|
{
|
|
347
465
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
348
466
|
},
|
|
@@ -394,9 +512,41 @@ function getQuestionEntry(payload) {
|
|
|
394
512
|
{
|
|
395
513
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
396
514
|
},
|
|
515
|
+
{
|
|
516
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
532
|
+
},
|
|
397
533
|
{
|
|
398
534
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
399
535
|
},
|
|
536
|
+
{
|
|
537
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
547
|
+
},
|
|
548
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
549
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
400
550
|
{ path: "questionEntry.labels.sortOrder" }
|
|
401
551
|
]
|
|
402
552
|
}
|
|
@@ -426,6 +576,24 @@ function updateQuestionEntry(payload) {
|
|
|
426
576
|
transformFn: transformSDKFloatToRESTFloat,
|
|
427
577
|
paths: [
|
|
428
578
|
{ path: "questionEntry.sortOrder" },
|
|
579
|
+
{
|
|
580
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
584
|
+
},
|
|
585
|
+
{
|
|
586
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
596
|
+
},
|
|
429
597
|
{
|
|
430
598
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
431
599
|
},
|
|
@@ -467,7 +635,39 @@ function updateQuestionEntry(payload) {
|
|
|
467
635
|
{
|
|
468
636
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
469
637
|
},
|
|
638
|
+
{
|
|
639
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
655
|
+
},
|
|
470
656
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
657
|
+
{
|
|
658
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
659
|
+
},
|
|
660
|
+
{
|
|
661
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
668
|
+
},
|
|
669
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
670
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
471
671
|
{ path: "questionEntry.labels.sortOrder" }
|
|
472
672
|
]
|
|
473
673
|
}
|
|
@@ -500,6 +700,24 @@ function updateQuestionEntry(payload) {
|
|
|
500
700
|
transformFn: transformRESTFloatToSDKFloat,
|
|
501
701
|
paths: [
|
|
502
702
|
{ path: "questionEntry.sortOrder" },
|
|
703
|
+
{
|
|
704
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
708
|
+
},
|
|
709
|
+
{
|
|
710
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
720
|
+
},
|
|
503
721
|
{
|
|
504
722
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
505
723
|
},
|
|
@@ -551,9 +769,41 @@ function updateQuestionEntry(payload) {
|
|
|
551
769
|
{
|
|
552
770
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
553
771
|
},
|
|
772
|
+
{
|
|
773
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
789
|
+
},
|
|
554
790
|
{
|
|
555
791
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
556
792
|
},
|
|
793
|
+
{
|
|
794
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
804
|
+
},
|
|
805
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
806
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
557
807
|
{ path: "questionEntry.labels.sortOrder" }
|
|
558
808
|
]
|
|
559
809
|
}
|
|
@@ -614,6 +864,24 @@ function listQuestionEntries(payload) {
|
|
|
614
864
|
transformFn: transformRESTFloatToSDKFloat,
|
|
615
865
|
paths: [
|
|
616
866
|
{ path: "questionEntries.sortOrder" },
|
|
867
|
+
{
|
|
868
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
884
|
+
},
|
|
617
885
|
{
|
|
618
886
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
619
887
|
},
|
|
@@ -665,9 +933,41 @@ function listQuestionEntries(payload) {
|
|
|
665
933
|
{
|
|
666
934
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
667
935
|
},
|
|
936
|
+
{
|
|
937
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
953
|
+
},
|
|
668
954
|
{
|
|
669
955
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
670
956
|
},
|
|
957
|
+
{
|
|
958
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
968
|
+
},
|
|
969
|
+
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
970
|
+
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
671
971
|
{ path: "questionEntries.labels.sortOrder" }
|
|
672
972
|
]
|
|
673
973
|
}
|
|
@@ -707,6 +1007,24 @@ function queryQuestionEntries(payload) {
|
|
|
707
1007
|
transformFn: transformRESTFloatToSDKFloat,
|
|
708
1008
|
paths: [
|
|
709
1009
|
{ path: "questionEntries.sortOrder" },
|
|
1010
|
+
{
|
|
1011
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1015
|
+
},
|
|
1016
|
+
{
|
|
1017
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1027
|
+
},
|
|
710
1028
|
{
|
|
711
1029
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
712
1030
|
},
|
|
@@ -758,9 +1076,41 @@ function queryQuestionEntries(payload) {
|
|
|
758
1076
|
{
|
|
759
1077
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
760
1078
|
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1096
|
+
},
|
|
761
1097
|
{
|
|
762
1098
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
763
1099
|
},
|
|
1100
|
+
{
|
|
1101
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1102
|
+
},
|
|
1103
|
+
{
|
|
1104
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1111
|
+
},
|
|
1112
|
+
{ path: "questionEntries.richContent.nodes.tocData.fontSize" },
|
|
1113
|
+
{ path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
|
|
764
1114
|
{ path: "questionEntries.labels.sortOrder" }
|
|
765
1115
|
]
|
|
766
1116
|
}
|
|
@@ -821,6 +1171,24 @@ function updateExtendedFields(payload) {
|
|
|
821
1171
|
transformFn: transformRESTFloatToSDKFloat,
|
|
822
1172
|
paths: [
|
|
823
1173
|
{ path: "questionEntry.sortOrder" },
|
|
1174
|
+
{
|
|
1175
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1191
|
+
},
|
|
824
1192
|
{
|
|
825
1193
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
826
1194
|
},
|
|
@@ -872,9 +1240,41 @@ function updateExtendedFields(payload) {
|
|
|
872
1240
|
{
|
|
873
1241
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
874
1242
|
},
|
|
1243
|
+
{
|
|
1244
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1245
|
+
},
|
|
1246
|
+
{
|
|
1247
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1260
|
+
},
|
|
875
1261
|
{
|
|
876
1262
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
877
1263
|
},
|
|
1264
|
+
{
|
|
1265
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1269
|
+
},
|
|
1270
|
+
{
|
|
1271
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1275
|
+
},
|
|
1276
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1277
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
878
1278
|
{ path: "questionEntry.labels.sortOrder" }
|
|
879
1279
|
]
|
|
880
1280
|
}
|
|
@@ -920,6 +1320,24 @@ function setQuestionEntryLabels(payload) {
|
|
|
920
1320
|
transformFn: transformRESTFloatToSDKFloat,
|
|
921
1321
|
paths: [
|
|
922
1322
|
{ path: "questionEntry.sortOrder" },
|
|
1323
|
+
{
|
|
1324
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1328
|
+
},
|
|
1329
|
+
{
|
|
1330
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1340
|
+
},
|
|
923
1341
|
{
|
|
924
1342
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
925
1343
|
},
|
|
@@ -971,9 +1389,41 @@ function setQuestionEntryLabels(payload) {
|
|
|
971
1389
|
{
|
|
972
1390
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
973
1391
|
},
|
|
1392
|
+
{
|
|
1393
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1409
|
+
},
|
|
974
1410
|
{
|
|
975
1411
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
976
1412
|
},
|
|
1413
|
+
{
|
|
1414
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1424
|
+
},
|
|
1425
|
+
{ path: "questionEntry.richContent.nodes.tocData.fontSize" },
|
|
1426
|
+
{ path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
|
|
977
1427
|
{ path: "questionEntry.labels.sortOrder" }
|
|
978
1428
|
]
|
|
979
1429
|
}
|
|
@@ -1007,6 +1457,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1007
1457
|
transformFn: transformSDKFloatToRESTFloat,
|
|
1008
1458
|
paths: [
|
|
1009
1459
|
{ path: "questionEntries.questionEntry.sortOrder" },
|
|
1460
|
+
{
|
|
1461
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1468
|
+
},
|
|
1469
|
+
{
|
|
1470
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1477
|
+
},
|
|
1010
1478
|
{
|
|
1011
1479
|
path: "questionEntries.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1012
1480
|
},
|
|
@@ -1058,9 +1526,45 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1058
1526
|
{
|
|
1059
1527
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1060
1528
|
},
|
|
1529
|
+
{
|
|
1530
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1534
|
+
},
|
|
1535
|
+
{
|
|
1536
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1540
|
+
},
|
|
1541
|
+
{
|
|
1542
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1543
|
+
},
|
|
1544
|
+
{
|
|
1545
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1546
|
+
},
|
|
1061
1547
|
{
|
|
1062
1548
|
path: "questionEntries.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1063
1549
|
},
|
|
1550
|
+
{
|
|
1551
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1552
|
+
},
|
|
1553
|
+
{
|
|
1554
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1555
|
+
},
|
|
1556
|
+
{
|
|
1557
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1564
|
+
},
|
|
1565
|
+
{
|
|
1566
|
+
path: "questionEntries.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1567
|
+
},
|
|
1064
1568
|
{ path: "questionEntries.questionEntry.labels.sortOrder" }
|
|
1065
1569
|
]
|
|
1066
1570
|
}
|
|
@@ -1097,6 +1601,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1097
1601
|
transformFn: transformRESTFloatToSDKFloat,
|
|
1098
1602
|
paths: [
|
|
1099
1603
|
{ path: "results.questionEntry.sortOrder" },
|
|
1604
|
+
{
|
|
1605
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1618
|
+
},
|
|
1619
|
+
{
|
|
1620
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1621
|
+
},
|
|
1100
1622
|
{
|
|
1101
1623
|
path: "results.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1102
1624
|
},
|
|
@@ -1148,9 +1670,45 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1148
1670
|
{
|
|
1149
1671
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1150
1672
|
},
|
|
1673
|
+
{
|
|
1674
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1675
|
+
},
|
|
1676
|
+
{
|
|
1677
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1684
|
+
},
|
|
1685
|
+
{
|
|
1686
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1687
|
+
},
|
|
1688
|
+
{
|
|
1689
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1690
|
+
},
|
|
1151
1691
|
{
|
|
1152
1692
|
path: "results.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1153
1693
|
},
|
|
1694
|
+
{
|
|
1695
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1696
|
+
},
|
|
1697
|
+
{
|
|
1698
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1699
|
+
},
|
|
1700
|
+
{
|
|
1701
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
path: "results.questionEntry.richContent.nodes.tocData.fontSize"
|
|
1708
|
+
},
|
|
1709
|
+
{
|
|
1710
|
+
path: "results.questionEntry.richContent.nodes.tocData.itemSpacing"
|
|
1711
|
+
},
|
|
1154
1712
|
{ path: "results.questionEntry.labels.sortOrder" }
|
|
1155
1713
|
]
|
|
1156
1714
|
}
|
|
@@ -1199,8 +1757,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1199
1757
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1200
1758
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1201
1759
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1760
|
+
NodeType2["CARD"] = "CARD";
|
|
1761
|
+
NodeType2["TOC"] = "TOC";
|
|
1202
1762
|
return NodeType2;
|
|
1203
1763
|
})(NodeType || {});
|
|
1764
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1765
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1766
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1767
|
+
return BackgroundType2;
|
|
1768
|
+
})(BackgroundType || {});
|
|
1769
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1770
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1771
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1772
|
+
return GradientType2;
|
|
1773
|
+
})(GradientType || {});
|
|
1204
1774
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1205
1775
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1206
1776
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1299,6 +1869,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
1299
1869
|
Source2["HTML"] = "HTML";
|
|
1300
1870
|
Source2["ADSENSE"] = "ADSENSE";
|
|
1301
1871
|
Source2["AI"] = "AI";
|
|
1872
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
1302
1873
|
return Source2;
|
|
1303
1874
|
})(Source || {});
|
|
1304
1875
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -1336,12 +1907,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1336
1907
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1337
1908
|
return PollLayoutDirection2;
|
|
1338
1909
|
})(PollLayoutDirection || {});
|
|
1339
|
-
var
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
return
|
|
1344
|
-
})(
|
|
1910
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1911
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1912
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1913
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1914
|
+
return PollDesignBackgroundType2;
|
|
1915
|
+
})(PollDesignBackgroundType || {});
|
|
1345
1916
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1346
1917
|
DecorationType2["BOLD"] = "BOLD";
|
|
1347
1918
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1428,12 +1999,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1428
1999
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1429
2000
|
return NullValue2;
|
|
1430
2001
|
})(NullValue || {});
|
|
1431
|
-
var
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
return
|
|
1436
|
-
})(
|
|
2002
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
2003
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
2004
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
2005
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
2006
|
+
return ImageScalingScaling2;
|
|
2007
|
+
})(ImageScalingScaling || {});
|
|
1437
2008
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1438
2009
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1439
2010
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1451,6 +2022,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1451
2022
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1452
2023
|
return Origin2;
|
|
1453
2024
|
})(Origin || {});
|
|
2025
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
2026
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
2027
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2028
|
+
return LayoutDataBackgroundType2;
|
|
2029
|
+
})(LayoutDataBackgroundType || {});
|
|
2030
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
2031
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
2032
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
2033
|
+
return BackdropType2;
|
|
2034
|
+
})(BackdropType || {});
|
|
1454
2035
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1455
2036
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1456
2037
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1467,6 +2048,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1467
2048
|
DesignTarget2["CELL"] = "CELL";
|
|
1468
2049
|
return DesignTarget2;
|
|
1469
2050
|
})(DesignTarget || {});
|
|
2051
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2052
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2053
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2054
|
+
Scaling2["COVER"] = "COVER";
|
|
2055
|
+
return Scaling2;
|
|
2056
|
+
})(Scaling || {});
|
|
2057
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2058
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2059
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2060
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2061
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2062
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2063
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2064
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2065
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2066
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2067
|
+
return ImagePositionPosition2;
|
|
2068
|
+
})(ImagePositionPosition || {});
|
|
2069
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2070
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2071
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2072
|
+
return CardDataBackgroundType2;
|
|
2073
|
+
})(CardDataBackgroundType || {});
|
|
2074
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
2075
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
2076
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
2077
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
2078
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
2079
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
2080
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
2081
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
2082
|
+
return ListStyle2;
|
|
2083
|
+
})(ListStyle || {});
|
|
2084
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
2085
|
+
Indentation2["NESTED"] = "NESTED";
|
|
2086
|
+
Indentation2["FLAT"] = "FLAT";
|
|
2087
|
+
return Indentation2;
|
|
2088
|
+
})(Indentation || {});
|
|
1470
2089
|
var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
|
|
1471
2090
|
QuestionStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1472
2091
|
QuestionStatus2["VISIBLE"] = "VISIBLE";
|
|
@@ -1737,7 +2356,9 @@ async function typedQueryQuestionEntries(query, options) {
|
|
|
1737
2356
|
}
|
|
1738
2357
|
}
|
|
1739
2358
|
var utils = {
|
|
1740
|
-
|
|
2359
|
+
query: {
|
|
2360
|
+
...createQueryUtils()
|
|
2361
|
+
}
|
|
1741
2362
|
};
|
|
1742
2363
|
async function bulkDeleteQuestionEntries2(questionEntryIds) {
|
|
1743
2364
|
const { httpClient, sideEffects } = arguments[1];
|
|
@@ -1971,6 +2592,24 @@ var onQuestionEntryCreated = EventDefinition(
|
|
|
1971
2592
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
1972
2593
|
paths: [
|
|
1973
2594
|
{ path: "entity.sortOrder" },
|
|
2595
|
+
{
|
|
2596
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2597
|
+
},
|
|
2598
|
+
{
|
|
2599
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2600
|
+
},
|
|
2601
|
+
{
|
|
2602
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2603
|
+
},
|
|
2604
|
+
{
|
|
2605
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2612
|
+
},
|
|
1974
2613
|
{
|
|
1975
2614
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
1976
2615
|
},
|
|
@@ -2002,7 +2641,39 @@ var onQuestionEntryCreated = EventDefinition(
|
|
|
2002
2641
|
{
|
|
2003
2642
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2004
2643
|
},
|
|
2644
|
+
{
|
|
2645
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2646
|
+
},
|
|
2647
|
+
{
|
|
2648
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2655
|
+
},
|
|
2656
|
+
{
|
|
2657
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2658
|
+
},
|
|
2659
|
+
{
|
|
2660
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2661
|
+
},
|
|
2005
2662
|
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
2663
|
+
{
|
|
2664
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
2668
|
+
},
|
|
2669
|
+
{
|
|
2670
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2671
|
+
},
|
|
2672
|
+
{
|
|
2673
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2674
|
+
},
|
|
2675
|
+
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2676
|
+
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2006
2677
|
{ path: "entity.labels.sortOrder" }
|
|
2007
2678
|
]
|
|
2008
2679
|
}
|
|
@@ -2028,6 +2699,24 @@ var onQuestionEntryDeleted = EventDefinition(
|
|
|
2028
2699
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
2029
2700
|
paths: [
|
|
2030
2701
|
{ path: "undefined.sortOrder" },
|
|
2702
|
+
{
|
|
2703
|
+
path: "undefined.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
path: "undefined.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2707
|
+
},
|
|
2708
|
+
{
|
|
2709
|
+
path: "undefined.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2710
|
+
},
|
|
2711
|
+
{
|
|
2712
|
+
path: "undefined.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
path: "undefined.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
path: "undefined.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2719
|
+
},
|
|
2031
2720
|
{
|
|
2032
2721
|
path: "undefined.richContent.nodes.galleryData.items.image.media.duration"
|
|
2033
2722
|
},
|
|
@@ -2067,7 +2756,39 @@ var onQuestionEntryDeleted = EventDefinition(
|
|
|
2067
2756
|
{
|
|
2068
2757
|
path: "undefined.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2069
2758
|
},
|
|
2759
|
+
{
|
|
2760
|
+
path: "undefined.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
path: "undefined.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2764
|
+
},
|
|
2765
|
+
{
|
|
2766
|
+
path: "undefined.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
path: "undefined.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2770
|
+
},
|
|
2771
|
+
{
|
|
2772
|
+
path: "undefined.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2773
|
+
},
|
|
2774
|
+
{
|
|
2775
|
+
path: "undefined.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2776
|
+
},
|
|
2070
2777
|
{ path: "undefined.richContent.nodes.shapeData.shape.duration" },
|
|
2778
|
+
{
|
|
2779
|
+
path: "undefined.richContent.nodes.cardData.background.gradient.centerX"
|
|
2780
|
+
},
|
|
2781
|
+
{
|
|
2782
|
+
path: "undefined.richContent.nodes.cardData.background.gradient.centerY"
|
|
2783
|
+
},
|
|
2784
|
+
{
|
|
2785
|
+
path: "undefined.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
path: "undefined.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2789
|
+
},
|
|
2790
|
+
{ path: "undefined.richContent.nodes.tocData.fontSize" },
|
|
2791
|
+
{ path: "undefined.richContent.nodes.tocData.itemSpacing" },
|
|
2071
2792
|
{ path: "undefined.labels.sortOrder" }
|
|
2072
2793
|
]
|
|
2073
2794
|
}
|
|
@@ -2093,6 +2814,24 @@ var onQuestionEntryUpdated = EventDefinition(
|
|
|
2093
2814
|
transformFn: transformRESTFloatToSDKFloat2,
|
|
2094
2815
|
paths: [
|
|
2095
2816
|
{ path: "entity.sortOrder" },
|
|
2817
|
+
{
|
|
2818
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2819
|
+
},
|
|
2820
|
+
{
|
|
2821
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2822
|
+
},
|
|
2823
|
+
{
|
|
2824
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2834
|
+
},
|
|
2096
2835
|
{
|
|
2097
2836
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
2098
2837
|
},
|
|
@@ -2124,7 +2863,39 @@ var onQuestionEntryUpdated = EventDefinition(
|
|
|
2124
2863
|
{
|
|
2125
2864
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
2126
2865
|
},
|
|
2866
|
+
{
|
|
2867
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2868
|
+
},
|
|
2869
|
+
{
|
|
2870
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2871
|
+
},
|
|
2872
|
+
{
|
|
2873
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2874
|
+
},
|
|
2875
|
+
{
|
|
2876
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2877
|
+
},
|
|
2878
|
+
{
|
|
2879
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2883
|
+
},
|
|
2127
2884
|
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
2885
|
+
{
|
|
2886
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
2890
|
+
},
|
|
2891
|
+
{
|
|
2892
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2893
|
+
},
|
|
2894
|
+
{
|
|
2895
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2896
|
+
},
|
|
2897
|
+
{ path: "entity.richContent.nodes.tocData.fontSize" },
|
|
2898
|
+
{ path: "entity.richContent.nodes.tocData.itemSpacing" },
|
|
2128
2899
|
{ path: "entity.labels.sortOrder" }
|
|
2129
2900
|
]
|
|
2130
2901
|
}
|
|
@@ -2170,8 +2941,10 @@ export {
|
|
|
2170
2941
|
Alignment,
|
|
2171
2942
|
AppType,
|
|
2172
2943
|
AspectRatio,
|
|
2944
|
+
BackdropType,
|
|
2173
2945
|
BackgroundType,
|
|
2174
2946
|
ButtonDataType,
|
|
2947
|
+
CardDataBackgroundType,
|
|
2175
2948
|
ContentFormat,
|
|
2176
2949
|
Crop,
|
|
2177
2950
|
DecorationType,
|
|
@@ -2181,11 +2954,17 @@ export {
|
|
|
2181
2954
|
FieldSet,
|
|
2182
2955
|
FontType,
|
|
2183
2956
|
GIFType,
|
|
2957
|
+
GradientType,
|
|
2184
2958
|
ImagePosition,
|
|
2959
|
+
ImagePositionPosition,
|
|
2960
|
+
ImageScalingScaling,
|
|
2961
|
+
Indentation,
|
|
2185
2962
|
InitialExpandedItems,
|
|
2186
2963
|
Layout,
|
|
2964
|
+
LayoutDataBackgroundType,
|
|
2187
2965
|
LayoutType,
|
|
2188
2966
|
LineStyle,
|
|
2967
|
+
ListStyle,
|
|
2189
2968
|
MapType,
|
|
2190
2969
|
NodeType,
|
|
2191
2970
|
NullValue,
|
|
@@ -2193,6 +2972,7 @@ export {
|
|
|
2193
2972
|
Origin,
|
|
2194
2973
|
Placement,
|
|
2195
2974
|
PluginContainerDataAlignment,
|
|
2975
|
+
PollDesignBackgroundType,
|
|
2196
2976
|
PollLayoutDirection,
|
|
2197
2977
|
PollLayoutType,
|
|
2198
2978
|
Position,
|