@wix/auto_sdk_faq_question-entry 1.0.40 → 1.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +745 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +218 -27
- package/build/cjs/index.typings.js +601 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +213 -24
- package/build/cjs/meta.js +598 -12
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +738 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +218 -27
- package/build/es/index.typings.mjs +594 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +213 -24
- package/build/es/meta.mjs +591 -12
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +745 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +218 -27
- package/build/internal/cjs/index.typings.js +601 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +213 -24
- package/build/internal/cjs/meta.js +598 -12
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +738 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +218 -27
- package/build/internal/es/index.typings.mjs +594 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +213 -24
- package/build/internal/es/meta.mjs +591 -12
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -161,6 +161,24 @@ function createQuestionEntry(payload) {
|
|
|
161
161
|
transformFn: transformSDKFloatToRESTFloat,
|
|
162
162
|
paths: [
|
|
163
163
|
{ path: "questionEntry.sortOrder" },
|
|
164
|
+
{
|
|
165
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
181
|
+
},
|
|
164
182
|
{
|
|
165
183
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
166
184
|
},
|
|
@@ -202,7 +220,37 @@ function createQuestionEntry(payload) {
|
|
|
202
220
|
{
|
|
203
221
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
204
222
|
},
|
|
223
|
+
{
|
|
224
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
240
|
+
},
|
|
205
241
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
242
|
+
{
|
|
243
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
253
|
+
},
|
|
206
254
|
{ path: "questionEntry.labels.sortOrder" }
|
|
207
255
|
]
|
|
208
256
|
}
|
|
@@ -235,6 +283,24 @@ function createQuestionEntry(payload) {
|
|
|
235
283
|
transformFn: transformRESTFloatToSDKFloat,
|
|
236
284
|
paths: [
|
|
237
285
|
{ path: "questionEntry.sortOrder" },
|
|
286
|
+
{
|
|
287
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
303
|
+
},
|
|
238
304
|
{
|
|
239
305
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
240
306
|
},
|
|
@@ -286,9 +352,39 @@ function createQuestionEntry(payload) {
|
|
|
286
352
|
{
|
|
287
353
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
288
354
|
},
|
|
355
|
+
{
|
|
356
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
372
|
+
},
|
|
289
373
|
{
|
|
290
374
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
291
375
|
},
|
|
376
|
+
{
|
|
377
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
387
|
+
},
|
|
292
388
|
{ path: "questionEntry.labels.sortOrder" }
|
|
293
389
|
]
|
|
294
390
|
}
|
|
@@ -328,6 +424,24 @@ function getQuestionEntry(payload) {
|
|
|
328
424
|
transformFn: transformRESTFloatToSDKFloat,
|
|
329
425
|
paths: [
|
|
330
426
|
{ path: "questionEntry.sortOrder" },
|
|
427
|
+
{
|
|
428
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
444
|
+
},
|
|
331
445
|
{
|
|
332
446
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
333
447
|
},
|
|
@@ -379,9 +493,39 @@ function getQuestionEntry(payload) {
|
|
|
379
493
|
{
|
|
380
494
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
381
495
|
},
|
|
496
|
+
{
|
|
497
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
513
|
+
},
|
|
382
514
|
{
|
|
383
515
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
384
516
|
},
|
|
517
|
+
{
|
|
518
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
528
|
+
},
|
|
385
529
|
{ path: "questionEntry.labels.sortOrder" }
|
|
386
530
|
]
|
|
387
531
|
}
|
|
@@ -411,6 +555,24 @@ function updateQuestionEntry(payload) {
|
|
|
411
555
|
transformFn: transformSDKFloatToRESTFloat,
|
|
412
556
|
paths: [
|
|
413
557
|
{ path: "questionEntry.sortOrder" },
|
|
558
|
+
{
|
|
559
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
575
|
+
},
|
|
414
576
|
{
|
|
415
577
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
416
578
|
},
|
|
@@ -452,7 +614,37 @@ function updateQuestionEntry(payload) {
|
|
|
452
614
|
{
|
|
453
615
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
454
616
|
},
|
|
617
|
+
{
|
|
618
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
628
|
+
},
|
|
629
|
+
{
|
|
630
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
634
|
+
},
|
|
455
635
|
{ path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
|
|
636
|
+
{
|
|
637
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
647
|
+
},
|
|
456
648
|
{ path: "questionEntry.labels.sortOrder" }
|
|
457
649
|
]
|
|
458
650
|
}
|
|
@@ -485,6 +677,24 @@ function updateQuestionEntry(payload) {
|
|
|
485
677
|
transformFn: transformRESTFloatToSDKFloat,
|
|
486
678
|
paths: [
|
|
487
679
|
{ path: "questionEntry.sortOrder" },
|
|
680
|
+
{
|
|
681
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
697
|
+
},
|
|
488
698
|
{
|
|
489
699
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
490
700
|
},
|
|
@@ -536,9 +746,39 @@ function updateQuestionEntry(payload) {
|
|
|
536
746
|
{
|
|
537
747
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
538
748
|
},
|
|
749
|
+
{
|
|
750
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
766
|
+
},
|
|
539
767
|
{
|
|
540
768
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
541
769
|
},
|
|
770
|
+
{
|
|
771
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
781
|
+
},
|
|
542
782
|
{ path: "questionEntry.labels.sortOrder" }
|
|
543
783
|
]
|
|
544
784
|
}
|
|
@@ -599,6 +839,24 @@ function listQuestionEntries(payload) {
|
|
|
599
839
|
transformFn: transformRESTFloatToSDKFloat,
|
|
600
840
|
paths: [
|
|
601
841
|
{ path: "questionEntries.sortOrder" },
|
|
842
|
+
{
|
|
843
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
844
|
+
},
|
|
845
|
+
{
|
|
846
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
847
|
+
},
|
|
848
|
+
{
|
|
849
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
859
|
+
},
|
|
602
860
|
{
|
|
603
861
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
604
862
|
},
|
|
@@ -650,9 +908,39 @@ function listQuestionEntries(payload) {
|
|
|
650
908
|
{
|
|
651
909
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
652
910
|
},
|
|
911
|
+
{
|
|
912
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
928
|
+
},
|
|
653
929
|
{
|
|
654
930
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
655
931
|
},
|
|
932
|
+
{
|
|
933
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
943
|
+
},
|
|
656
944
|
{ path: "questionEntries.labels.sortOrder" }
|
|
657
945
|
]
|
|
658
946
|
}
|
|
@@ -692,6 +980,24 @@ function queryQuestionEntries(payload) {
|
|
|
692
980
|
transformFn: transformRESTFloatToSDKFloat,
|
|
693
981
|
paths: [
|
|
694
982
|
{ path: "questionEntries.sortOrder" },
|
|
983
|
+
{
|
|
984
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
994
|
+
},
|
|
995
|
+
{
|
|
996
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1000
|
+
},
|
|
695
1001
|
{
|
|
696
1002
|
path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
|
|
697
1003
|
},
|
|
@@ -743,9 +1049,39 @@ function queryQuestionEntries(payload) {
|
|
|
743
1049
|
{
|
|
744
1050
|
path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
745
1051
|
},
|
|
1052
|
+
{
|
|
1053
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1060
|
+
},
|
|
1061
|
+
{
|
|
1062
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1069
|
+
},
|
|
746
1070
|
{
|
|
747
1071
|
path: "questionEntries.richContent.nodes.shapeData.shape.duration"
|
|
748
1072
|
},
|
|
1073
|
+
{
|
|
1074
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
|
|
1075
|
+
},
|
|
1076
|
+
{
|
|
1077
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1084
|
+
},
|
|
749
1085
|
{ path: "questionEntries.labels.sortOrder" }
|
|
750
1086
|
]
|
|
751
1087
|
}
|
|
@@ -806,6 +1142,24 @@ function updateExtendedFields(payload) {
|
|
|
806
1142
|
transformFn: transformRESTFloatToSDKFloat,
|
|
807
1143
|
paths: [
|
|
808
1144
|
{ path: "questionEntry.sortOrder" },
|
|
1145
|
+
{
|
|
1146
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1150
|
+
},
|
|
1151
|
+
{
|
|
1152
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1162
|
+
},
|
|
809
1163
|
{
|
|
810
1164
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
811
1165
|
},
|
|
@@ -857,9 +1211,39 @@ function updateExtendedFields(payload) {
|
|
|
857
1211
|
{
|
|
858
1212
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
859
1213
|
},
|
|
1214
|
+
{
|
|
1215
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1222
|
+
},
|
|
1223
|
+
{
|
|
1224
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1231
|
+
},
|
|
860
1232
|
{
|
|
861
1233
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
862
1234
|
},
|
|
1235
|
+
{
|
|
1236
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1246
|
+
},
|
|
863
1247
|
{ path: "questionEntry.labels.sortOrder" }
|
|
864
1248
|
]
|
|
865
1249
|
}
|
|
@@ -905,6 +1289,24 @@ function setQuestionEntryLabels(payload) {
|
|
|
905
1289
|
transformFn: transformRESTFloatToSDKFloat,
|
|
906
1290
|
paths: [
|
|
907
1291
|
{ path: "questionEntry.sortOrder" },
|
|
1292
|
+
{
|
|
1293
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1303
|
+
},
|
|
1304
|
+
{
|
|
1305
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1309
|
+
},
|
|
908
1310
|
{
|
|
909
1311
|
path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
910
1312
|
},
|
|
@@ -956,9 +1358,39 @@ function setQuestionEntryLabels(payload) {
|
|
|
956
1358
|
{
|
|
957
1359
|
path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
958
1360
|
},
|
|
1361
|
+
{
|
|
1362
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1363
|
+
},
|
|
1364
|
+
{
|
|
1365
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1375
|
+
},
|
|
1376
|
+
{
|
|
1377
|
+
path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1378
|
+
},
|
|
959
1379
|
{
|
|
960
1380
|
path: "questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
961
1381
|
},
|
|
1382
|
+
{
|
|
1383
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1387
|
+
},
|
|
1388
|
+
{
|
|
1389
|
+
path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1393
|
+
},
|
|
962
1394
|
{ path: "questionEntry.labels.sortOrder" }
|
|
963
1395
|
]
|
|
964
1396
|
}
|
|
@@ -992,6 +1424,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
992
1424
|
transformFn: transformSDKFloatToRESTFloat,
|
|
993
1425
|
paths: [
|
|
994
1426
|
{ path: "questionEntries.questionEntry.sortOrder" },
|
|
1427
|
+
{
|
|
1428
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1429
|
+
},
|
|
1430
|
+
{
|
|
1431
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1444
|
+
},
|
|
995
1445
|
{
|
|
996
1446
|
path: "questionEntries.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
997
1447
|
},
|
|
@@ -1043,9 +1493,39 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1043
1493
|
{
|
|
1044
1494
|
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1045
1495
|
},
|
|
1496
|
+
{
|
|
1497
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1507
|
+
},
|
|
1508
|
+
{
|
|
1509
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1513
|
+
},
|
|
1046
1514
|
{
|
|
1047
1515
|
path: "questionEntries.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1048
1516
|
},
|
|
1517
|
+
{
|
|
1518
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1522
|
+
},
|
|
1523
|
+
{
|
|
1524
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1528
|
+
},
|
|
1049
1529
|
{ path: "questionEntries.questionEntry.labels.sortOrder" }
|
|
1050
1530
|
]
|
|
1051
1531
|
}
|
|
@@ -1082,6 +1562,24 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1082
1562
|
transformFn: transformRESTFloatToSDKFloat,
|
|
1083
1563
|
paths: [
|
|
1084
1564
|
{ path: "results.questionEntry.sortOrder" },
|
|
1565
|
+
{
|
|
1566
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1570
|
+
},
|
|
1571
|
+
{
|
|
1572
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
1573
|
+
},
|
|
1574
|
+
{
|
|
1575
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1581
|
+
path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
1582
|
+
},
|
|
1085
1583
|
{
|
|
1086
1584
|
path: "results.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
|
|
1087
1585
|
},
|
|
@@ -1133,9 +1631,39 @@ function bulkUpdateQuestionEntry(payload) {
|
|
|
1133
1631
|
{
|
|
1134
1632
|
path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1135
1633
|
},
|
|
1634
|
+
{
|
|
1635
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
|
|
1636
|
+
},
|
|
1637
|
+
{
|
|
1638
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
1642
|
+
},
|
|
1643
|
+
{
|
|
1644
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
1648
|
+
},
|
|
1649
|
+
{
|
|
1650
|
+
path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
1651
|
+
},
|
|
1136
1652
|
{
|
|
1137
1653
|
path: "results.questionEntry.richContent.nodes.shapeData.shape.duration"
|
|
1138
1654
|
},
|
|
1655
|
+
{
|
|
1656
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
path: "results.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1663
|
+
},
|
|
1664
|
+
{
|
|
1665
|
+
path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1666
|
+
},
|
|
1139
1667
|
{ path: "results.questionEntry.labels.sortOrder" }
|
|
1140
1668
|
]
|
|
1141
1669
|
}
|
|
@@ -1182,8 +1710,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
1182
1710
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
1183
1711
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
1184
1712
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1713
|
+
NodeType2["CARD"] = "CARD";
|
|
1185
1714
|
return NodeType2;
|
|
1186
1715
|
})(NodeType || {});
|
|
1716
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1717
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1718
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1719
|
+
return BackgroundType2;
|
|
1720
|
+
})(BackgroundType || {});
|
|
1721
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1722
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1723
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1724
|
+
return GradientType2;
|
|
1725
|
+
})(GradientType || {});
|
|
1187
1726
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
1188
1727
|
WidthType2["CONTENT"] = "CONTENT";
|
|
1189
1728
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1319,12 +1858,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1319
1858
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1320
1859
|
return PollLayoutDirection2;
|
|
1321
1860
|
})(PollLayoutDirection || {});
|
|
1322
|
-
var
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
return
|
|
1327
|
-
})(
|
|
1861
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1862
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1863
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1864
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1865
|
+
return PollDesignBackgroundType2;
|
|
1866
|
+
})(PollDesignBackgroundType || {});
|
|
1328
1867
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1329
1868
|
DecorationType2["BOLD"] = "BOLD";
|
|
1330
1869
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1411,12 +1950,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1411
1950
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1412
1951
|
return NullValue2;
|
|
1413
1952
|
})(NullValue || {});
|
|
1414
|
-
var
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
return
|
|
1419
|
-
})(
|
|
1953
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1954
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1955
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1956
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1957
|
+
return ImageScalingScaling2;
|
|
1958
|
+
})(ImageScalingScaling || {});
|
|
1420
1959
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1421
1960
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1422
1961
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1434,6 +1973,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
|
1434
1973
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
1435
1974
|
return Origin2;
|
|
1436
1975
|
})(Origin || {});
|
|
1976
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1977
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1978
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1979
|
+
return LayoutDataBackgroundType2;
|
|
1980
|
+
})(LayoutDataBackgroundType || {});
|
|
1981
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1982
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1983
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1984
|
+
return BackdropType2;
|
|
1985
|
+
})(BackdropType || {});
|
|
1437
1986
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1438
1987
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1439
1988
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1450,6 +1999,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1450
1999
|
DesignTarget2["CELL"] = "CELL";
|
|
1451
2000
|
return DesignTarget2;
|
|
1452
2001
|
})(DesignTarget || {});
|
|
2002
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
2003
|
+
Scaling2["AUTO"] = "AUTO";
|
|
2004
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
2005
|
+
Scaling2["COVER"] = "COVER";
|
|
2006
|
+
return Scaling2;
|
|
2007
|
+
})(Scaling || {});
|
|
2008
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
2009
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
2010
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
2011
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
2012
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
2013
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
2014
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
2015
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
2016
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
2017
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
2018
|
+
return ImagePositionPosition2;
|
|
2019
|
+
})(ImagePositionPosition || {});
|
|
2020
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
2021
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
2022
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
2023
|
+
return CardDataBackgroundType2;
|
|
2024
|
+
})(CardDataBackgroundType || {});
|
|
1453
2025
|
var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
|
|
1454
2026
|
QuestionStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1455
2027
|
QuestionStatus2["VISIBLE"] = "VISIBLE";
|
|
@@ -1683,8 +2255,10 @@ export {
|
|
|
1683
2255
|
Alignment as AlignmentOriginal,
|
|
1684
2256
|
AppType as AppTypeOriginal,
|
|
1685
2257
|
AspectRatio as AspectRatioOriginal,
|
|
2258
|
+
BackdropType as BackdropTypeOriginal,
|
|
1686
2259
|
BackgroundType as BackgroundTypeOriginal,
|
|
1687
2260
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
2261
|
+
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
1688
2262
|
ContentFormat as ContentFormatOriginal,
|
|
1689
2263
|
Crop as CropOriginal,
|
|
1690
2264
|
DecorationType as DecorationTypeOriginal,
|
|
@@ -1694,8 +2268,12 @@ export {
|
|
|
1694
2268
|
FieldSet as FieldSetOriginal,
|
|
1695
2269
|
FontType as FontTypeOriginal,
|
|
1696
2270
|
GIFType as GIFTypeOriginal,
|
|
2271
|
+
GradientType as GradientTypeOriginal,
|
|
1697
2272
|
ImagePosition as ImagePositionOriginal,
|
|
2273
|
+
ImagePositionPosition as ImagePositionPositionOriginal,
|
|
2274
|
+
ImageScalingScaling as ImageScalingScalingOriginal,
|
|
1698
2275
|
InitialExpandedItems as InitialExpandedItemsOriginal,
|
|
2276
|
+
LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
|
|
1699
2277
|
Layout as LayoutOriginal,
|
|
1700
2278
|
LayoutType as LayoutTypeOriginal,
|
|
1701
2279
|
LineStyle as LineStyleOriginal,
|
|
@@ -1706,6 +2284,7 @@ export {
|
|
|
1706
2284
|
Origin as OriginOriginal,
|
|
1707
2285
|
Placement as PlacementOriginal,
|
|
1708
2286
|
PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
|
|
2287
|
+
PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
|
|
1709
2288
|
PollLayoutDirection as PollLayoutDirectionOriginal,
|
|
1710
2289
|
PollLayoutType as PollLayoutTypeOriginal,
|
|
1711
2290
|
Position as PositionOriginal,
|