@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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +802 -13
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +275 -29
  5. package/build/cjs/index.typings.js +652 -13
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +270 -26
  8. package/build/cjs/meta.js +649 -12
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +793 -13
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +275 -29
  14. package/build/es/index.typings.mjs +643 -13
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +270 -26
  17. package/build/es/meta.mjs +640 -12
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +802 -13
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +275 -29
  23. package/build/internal/cjs/index.typings.js +652 -13
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +270 -26
  26. package/build/internal/cjs/meta.js +649 -12
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +793 -13
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +275 -29
  32. package/build/internal/es/index.typings.mjs +643 -13
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +270 -26
  35. package/build/internal/es/meta.mjs +640 -12
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
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,39 @@ 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
+ },
254
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
255
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
206
256
  { path: "questionEntry.labels.sortOrder" }
207
257
  ]
208
258
  }
@@ -235,6 +285,24 @@ function createQuestionEntry(payload) {
235
285
  transformFn: transformRESTFloatToSDKFloat,
236
286
  paths: [
237
287
  { path: "questionEntry.sortOrder" },
288
+ {
289
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
290
+ },
291
+ {
292
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
293
+ },
294
+ {
295
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
296
+ },
297
+ {
298
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
299
+ },
300
+ {
301
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
302
+ },
303
+ {
304
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
305
+ },
238
306
  {
239
307
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
240
308
  },
@@ -286,9 +354,41 @@ function createQuestionEntry(payload) {
286
354
  {
287
355
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
288
356
  },
357
+ {
358
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
359
+ },
360
+ {
361
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
362
+ },
363
+ {
364
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
365
+ },
366
+ {
367
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
368
+ },
369
+ {
370
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
371
+ },
372
+ {
373
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
374
+ },
289
375
  {
290
376
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
291
377
  },
378
+ {
379
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
380
+ },
381
+ {
382
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
383
+ },
384
+ {
385
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
386
+ },
387
+ {
388
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
389
+ },
390
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
391
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
292
392
  { path: "questionEntry.labels.sortOrder" }
293
393
  ]
294
394
  }
@@ -328,6 +428,24 @@ function getQuestionEntry(payload) {
328
428
  transformFn: transformRESTFloatToSDKFloat,
329
429
  paths: [
330
430
  { path: "questionEntry.sortOrder" },
431
+ {
432
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
433
+ },
434
+ {
435
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
436
+ },
437
+ {
438
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
439
+ },
440
+ {
441
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
442
+ },
443
+ {
444
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
445
+ },
446
+ {
447
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
448
+ },
331
449
  {
332
450
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
333
451
  },
@@ -379,9 +497,41 @@ function getQuestionEntry(payload) {
379
497
  {
380
498
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
381
499
  },
500
+ {
501
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
502
+ },
503
+ {
504
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
505
+ },
506
+ {
507
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
508
+ },
509
+ {
510
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
511
+ },
512
+ {
513
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
514
+ },
515
+ {
516
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
517
+ },
382
518
  {
383
519
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
384
520
  },
521
+ {
522
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
523
+ },
524
+ {
525
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
526
+ },
527
+ {
528
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
529
+ },
530
+ {
531
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
532
+ },
533
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
534
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
385
535
  { path: "questionEntry.labels.sortOrder" }
386
536
  ]
387
537
  }
@@ -411,6 +561,24 @@ function updateQuestionEntry(payload) {
411
561
  transformFn: transformSDKFloatToRESTFloat,
412
562
  paths: [
413
563
  { path: "questionEntry.sortOrder" },
564
+ {
565
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
566
+ },
567
+ {
568
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
569
+ },
570
+ {
571
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
572
+ },
573
+ {
574
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
575
+ },
576
+ {
577
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
578
+ },
579
+ {
580
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
581
+ },
414
582
  {
415
583
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
416
584
  },
@@ -452,7 +620,39 @@ function updateQuestionEntry(payload) {
452
620
  {
453
621
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
454
622
  },
623
+ {
624
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
625
+ },
626
+ {
627
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
628
+ },
629
+ {
630
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
631
+ },
632
+ {
633
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
634
+ },
635
+ {
636
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
637
+ },
638
+ {
639
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
640
+ },
455
641
  { path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
642
+ {
643
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
644
+ },
645
+ {
646
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
647
+ },
648
+ {
649
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
650
+ },
651
+ {
652
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
653
+ },
654
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
655
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
456
656
  { path: "questionEntry.labels.sortOrder" }
457
657
  ]
458
658
  }
@@ -485,6 +685,24 @@ function updateQuestionEntry(payload) {
485
685
  transformFn: transformRESTFloatToSDKFloat,
486
686
  paths: [
487
687
  { path: "questionEntry.sortOrder" },
688
+ {
689
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
690
+ },
691
+ {
692
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
693
+ },
694
+ {
695
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
696
+ },
697
+ {
698
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
699
+ },
700
+ {
701
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
702
+ },
703
+ {
704
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
705
+ },
488
706
  {
489
707
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
490
708
  },
@@ -536,9 +754,41 @@ function updateQuestionEntry(payload) {
536
754
  {
537
755
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
538
756
  },
757
+ {
758
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
759
+ },
760
+ {
761
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
762
+ },
763
+ {
764
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
765
+ },
766
+ {
767
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
768
+ },
769
+ {
770
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
771
+ },
772
+ {
773
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
774
+ },
539
775
  {
540
776
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
541
777
  },
778
+ {
779
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
780
+ },
781
+ {
782
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
783
+ },
784
+ {
785
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
786
+ },
787
+ {
788
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
789
+ },
790
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
791
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
542
792
  { path: "questionEntry.labels.sortOrder" }
543
793
  ]
544
794
  }
@@ -599,6 +849,24 @@ function listQuestionEntries(payload) {
599
849
  transformFn: transformRESTFloatToSDKFloat,
600
850
  paths: [
601
851
  { path: "questionEntries.sortOrder" },
852
+ {
853
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
854
+ },
855
+ {
856
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
857
+ },
858
+ {
859
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
860
+ },
861
+ {
862
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
863
+ },
864
+ {
865
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
866
+ },
867
+ {
868
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
869
+ },
602
870
  {
603
871
  path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
604
872
  },
@@ -650,9 +918,41 @@ function listQuestionEntries(payload) {
650
918
  {
651
919
  path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
652
920
  },
921
+ {
922
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
923
+ },
924
+ {
925
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
926
+ },
927
+ {
928
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
929
+ },
930
+ {
931
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
932
+ },
933
+ {
934
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
935
+ },
936
+ {
937
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
938
+ },
653
939
  {
654
940
  path: "questionEntries.richContent.nodes.shapeData.shape.duration"
655
941
  },
942
+ {
943
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
944
+ },
945
+ {
946
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
947
+ },
948
+ {
949
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
950
+ },
951
+ {
952
+ path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
953
+ },
954
+ { path: "questionEntries.richContent.nodes.tocData.fontSize" },
955
+ { path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
656
956
  { path: "questionEntries.labels.sortOrder" }
657
957
  ]
658
958
  }
@@ -692,6 +992,24 @@ function queryQuestionEntries(payload) {
692
992
  transformFn: transformRESTFloatToSDKFloat,
693
993
  paths: [
694
994
  { path: "questionEntries.sortOrder" },
995
+ {
996
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
997
+ },
998
+ {
999
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
1000
+ },
1001
+ {
1002
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1003
+ },
1004
+ {
1005
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1006
+ },
1007
+ {
1008
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1009
+ },
1010
+ {
1011
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1012
+ },
695
1013
  {
696
1014
  path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
697
1015
  },
@@ -743,9 +1061,41 @@ function queryQuestionEntries(payload) {
743
1061
  {
744
1062
  path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
745
1063
  },
1064
+ {
1065
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
1066
+ },
1067
+ {
1068
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
1069
+ },
1070
+ {
1071
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
1072
+ },
1073
+ {
1074
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
1075
+ },
1076
+ {
1077
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
1078
+ },
1079
+ {
1080
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1081
+ },
746
1082
  {
747
1083
  path: "questionEntries.richContent.nodes.shapeData.shape.duration"
748
1084
  },
1085
+ {
1086
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
1087
+ },
1088
+ {
1089
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
1090
+ },
1091
+ {
1092
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
1093
+ },
1094
+ {
1095
+ path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
1096
+ },
1097
+ { path: "questionEntries.richContent.nodes.tocData.fontSize" },
1098
+ { path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
749
1099
  { path: "questionEntries.labels.sortOrder" }
750
1100
  ]
751
1101
  }
@@ -806,6 +1156,24 @@ function updateExtendedFields(payload) {
806
1156
  transformFn: transformRESTFloatToSDKFloat,
807
1157
  paths: [
808
1158
  { path: "questionEntry.sortOrder" },
1159
+ {
1160
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1161
+ },
1162
+ {
1163
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1164
+ },
1165
+ {
1166
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1167
+ },
1168
+ {
1169
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1170
+ },
1171
+ {
1172
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1173
+ },
1174
+ {
1175
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1176
+ },
809
1177
  {
810
1178
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
811
1179
  },
@@ -857,9 +1225,41 @@ function updateExtendedFields(payload) {
857
1225
  {
858
1226
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
859
1227
  },
1228
+ {
1229
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1230
+ },
1231
+ {
1232
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1233
+ },
1234
+ {
1235
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1236
+ },
1237
+ {
1238
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1239
+ },
1240
+ {
1241
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1242
+ },
1243
+ {
1244
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1245
+ },
860
1246
  {
861
1247
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
862
1248
  },
1249
+ {
1250
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1251
+ },
1252
+ {
1253
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1254
+ },
1255
+ {
1256
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1257
+ },
1258
+ {
1259
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1260
+ },
1261
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
1262
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
863
1263
  { path: "questionEntry.labels.sortOrder" }
864
1264
  ]
865
1265
  }
@@ -905,6 +1305,24 @@ function setQuestionEntryLabels(payload) {
905
1305
  transformFn: transformRESTFloatToSDKFloat,
906
1306
  paths: [
907
1307
  { path: "questionEntry.sortOrder" },
1308
+ {
1309
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1310
+ },
1311
+ {
1312
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1313
+ },
1314
+ {
1315
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1316
+ },
1317
+ {
1318
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1319
+ },
1320
+ {
1321
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1322
+ },
1323
+ {
1324
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1325
+ },
908
1326
  {
909
1327
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
910
1328
  },
@@ -956,9 +1374,41 @@ function setQuestionEntryLabels(payload) {
956
1374
  {
957
1375
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
958
1376
  },
1377
+ {
1378
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1379
+ },
1380
+ {
1381
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1382
+ },
1383
+ {
1384
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1385
+ },
1386
+ {
1387
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1388
+ },
1389
+ {
1390
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1391
+ },
1392
+ {
1393
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1394
+ },
959
1395
  {
960
1396
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
961
1397
  },
1398
+ {
1399
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1400
+ },
1401
+ {
1402
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1403
+ },
1404
+ {
1405
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1406
+ },
1407
+ {
1408
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1409
+ },
1410
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
1411
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
962
1412
  { path: "questionEntry.labels.sortOrder" }
963
1413
  ]
964
1414
  }
@@ -992,6 +1442,24 @@ function bulkUpdateQuestionEntry(payload) {
992
1442
  transformFn: transformSDKFloatToRESTFloat,
993
1443
  paths: [
994
1444
  { path: "questionEntries.questionEntry.sortOrder" },
1445
+ {
1446
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1447
+ },
1448
+ {
1449
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1450
+ },
1451
+ {
1452
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1453
+ },
1454
+ {
1455
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1456
+ },
1457
+ {
1458
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1459
+ },
1460
+ {
1461
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1462
+ },
995
1463
  {
996
1464
  path: "questionEntries.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
997
1465
  },
@@ -1043,9 +1511,45 @@ function bulkUpdateQuestionEntry(payload) {
1043
1511
  {
1044
1512
  path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
1045
1513
  },
1514
+ {
1515
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1516
+ },
1517
+ {
1518
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1519
+ },
1520
+ {
1521
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1522
+ },
1523
+ {
1524
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1525
+ },
1526
+ {
1527
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1528
+ },
1529
+ {
1530
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1531
+ },
1046
1532
  {
1047
1533
  path: "questionEntries.questionEntry.richContent.nodes.shapeData.shape.duration"
1048
1534
  },
1535
+ {
1536
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1537
+ },
1538
+ {
1539
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1540
+ },
1541
+ {
1542
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1543
+ },
1544
+ {
1545
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1546
+ },
1547
+ {
1548
+ path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
1549
+ },
1550
+ {
1551
+ path: "questionEntries.questionEntry.richContent.nodes.tocData.itemSpacing"
1552
+ },
1049
1553
  { path: "questionEntries.questionEntry.labels.sortOrder" }
1050
1554
  ]
1051
1555
  }
@@ -1082,6 +1586,24 @@ function bulkUpdateQuestionEntry(payload) {
1082
1586
  transformFn: transformRESTFloatToSDKFloat,
1083
1587
  paths: [
1084
1588
  { path: "results.questionEntry.sortOrder" },
1589
+ {
1590
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1591
+ },
1592
+ {
1593
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1594
+ },
1595
+ {
1596
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1597
+ },
1598
+ {
1599
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1600
+ },
1601
+ {
1602
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1603
+ },
1604
+ {
1605
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1606
+ },
1085
1607
  {
1086
1608
  path: "results.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
1087
1609
  },
@@ -1133,9 +1655,45 @@ function bulkUpdateQuestionEntry(payload) {
1133
1655
  {
1134
1656
  path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
1135
1657
  },
1658
+ {
1659
+ path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1660
+ },
1661
+ {
1662
+ path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1663
+ },
1664
+ {
1665
+ path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1666
+ },
1667
+ {
1668
+ path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1669
+ },
1670
+ {
1671
+ path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1672
+ },
1673
+ {
1674
+ path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1675
+ },
1136
1676
  {
1137
1677
  path: "results.questionEntry.richContent.nodes.shapeData.shape.duration"
1138
1678
  },
1679
+ {
1680
+ path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1681
+ },
1682
+ {
1683
+ path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1684
+ },
1685
+ {
1686
+ path: "results.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1687
+ },
1688
+ {
1689
+ path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1690
+ },
1691
+ {
1692
+ path: "results.questionEntry.richContent.nodes.tocData.fontSize"
1693
+ },
1694
+ {
1695
+ path: "results.questionEntry.richContent.nodes.tocData.itemSpacing"
1696
+ },
1139
1697
  { path: "results.questionEntry.labels.sortOrder" }
1140
1698
  ]
1141
1699
  }
@@ -1182,8 +1740,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1182
1740
  NodeType2["LAYOUT"] = "LAYOUT";
1183
1741
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1184
1742
  NodeType2["SHAPE"] = "SHAPE";
1743
+ NodeType2["CARD"] = "CARD";
1744
+ NodeType2["TOC"] = "TOC";
1185
1745
  return NodeType2;
1186
1746
  })(NodeType || {});
1747
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1748
+ BackgroundType2["COLOR"] = "COLOR";
1749
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1750
+ return BackgroundType2;
1751
+ })(BackgroundType || {});
1752
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1753
+ GradientType2["LINEAR"] = "LINEAR";
1754
+ GradientType2["RADIAL"] = "RADIAL";
1755
+ return GradientType2;
1756
+ })(GradientType || {});
1187
1757
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1188
1758
  WidthType2["CONTENT"] = "CONTENT";
1189
1759
  WidthType2["SMALL"] = "SMALL";
@@ -1282,6 +1852,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
1282
1852
  Source2["HTML"] = "HTML";
1283
1853
  Source2["ADSENSE"] = "ADSENSE";
1284
1854
  Source2["AI"] = "AI";
1855
+ Source2["AI_WIDGET"] = "AI_WIDGET";
1285
1856
  return Source2;
1286
1857
  })(Source || {});
1287
1858
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -1319,12 +1890,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1319
1890
  PollLayoutDirection2["RTL"] = "RTL";
1320
1891
  return PollLayoutDirection2;
1321
1892
  })(PollLayoutDirection || {});
1322
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1323
- BackgroundType2["COLOR"] = "COLOR";
1324
- BackgroundType2["IMAGE"] = "IMAGE";
1325
- BackgroundType2["GRADIENT"] = "GRADIENT";
1326
- return BackgroundType2;
1327
- })(BackgroundType || {});
1893
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1894
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1895
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1896
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1897
+ return PollDesignBackgroundType2;
1898
+ })(PollDesignBackgroundType || {});
1328
1899
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1329
1900
  DecorationType2["BOLD"] = "BOLD";
1330
1901
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1411,12 +1982,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1411
1982
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1412
1983
  return NullValue2;
1413
1984
  })(NullValue || {});
1414
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1415
- Scaling2["AUTO"] = "AUTO";
1416
- Scaling2["CONTAIN"] = "CONTAIN";
1417
- Scaling2["COVER"] = "COVER";
1418
- return Scaling2;
1419
- })(Scaling || {});
1985
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1986
+ ImageScalingScaling2["AUTO"] = "AUTO";
1987
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1988
+ ImageScalingScaling2["COVER"] = "COVER";
1989
+ return ImageScalingScaling2;
1990
+ })(ImageScalingScaling || {});
1420
1991
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1421
1992
  ImagePosition2["CENTER"] = "CENTER";
1422
1993
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1434,6 +2005,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
1434
2005
  Origin2["LAYOUT"] = "LAYOUT";
1435
2006
  return Origin2;
1436
2007
  })(Origin || {});
2008
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2009
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2010
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2011
+ return LayoutDataBackgroundType2;
2012
+ })(LayoutDataBackgroundType || {});
2013
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2014
+ BackdropType2["COLOR"] = "COLOR";
2015
+ BackdropType2["GRADIENT"] = "GRADIENT";
2016
+ return BackdropType2;
2017
+ })(BackdropType || {});
1437
2018
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1438
2019
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1439
2020
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1450,6 +2031,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1450
2031
  DesignTarget2["CELL"] = "CELL";
1451
2032
  return DesignTarget2;
1452
2033
  })(DesignTarget || {});
2034
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2035
+ Scaling2["AUTO"] = "AUTO";
2036
+ Scaling2["CONTAIN"] = "CONTAIN";
2037
+ Scaling2["COVER"] = "COVER";
2038
+ return Scaling2;
2039
+ })(Scaling || {});
2040
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
2041
+ ImagePositionPosition2["CENTER"] = "CENTER";
2042
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
2043
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
2044
+ ImagePositionPosition2["TOP"] = "TOP";
2045
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
2046
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
2047
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
2048
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
2049
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2050
+ return ImagePositionPosition2;
2051
+ })(ImagePositionPosition || {});
2052
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
2053
+ CardDataBackgroundType2["COLOR"] = "COLOR";
2054
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
2055
+ return CardDataBackgroundType2;
2056
+ })(CardDataBackgroundType || {});
2057
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
2058
+ ListStyle2["PLAIN"] = "PLAIN";
2059
+ ListStyle2["NUMBERED"] = "NUMBERED";
2060
+ ListStyle2["LETTERS"] = "LETTERS";
2061
+ ListStyle2["ROMAN"] = "ROMAN";
2062
+ ListStyle2["BULLETED"] = "BULLETED";
2063
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
2064
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
2065
+ return ListStyle2;
2066
+ })(ListStyle || {});
2067
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
2068
+ Indentation2["NESTED"] = "NESTED";
2069
+ Indentation2["FLAT"] = "FLAT";
2070
+ return Indentation2;
2071
+ })(Indentation || {});
1453
2072
  var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
1454
2073
  QuestionStatus2["UNKNOWN"] = "UNKNOWN";
1455
2074
  QuestionStatus2["VISIBLE"] = "VISIBLE";
@@ -1683,8 +2302,10 @@ export {
1683
2302
  Alignment as AlignmentOriginal,
1684
2303
  AppType as AppTypeOriginal,
1685
2304
  AspectRatio as AspectRatioOriginal,
2305
+ BackdropType as BackdropTypeOriginal,
1686
2306
  BackgroundType as BackgroundTypeOriginal,
1687
2307
  ButtonDataType as ButtonDataTypeOriginal,
2308
+ CardDataBackgroundType as CardDataBackgroundTypeOriginal,
1688
2309
  ContentFormat as ContentFormatOriginal,
1689
2310
  Crop as CropOriginal,
1690
2311
  DecorationType as DecorationTypeOriginal,
@@ -1694,11 +2315,17 @@ export {
1694
2315
  FieldSet as FieldSetOriginal,
1695
2316
  FontType as FontTypeOriginal,
1696
2317
  GIFType as GIFTypeOriginal,
2318
+ GradientType as GradientTypeOriginal,
1697
2319
  ImagePosition as ImagePositionOriginal,
2320
+ ImagePositionPosition as ImagePositionPositionOriginal,
2321
+ ImageScalingScaling as ImageScalingScalingOriginal,
2322
+ Indentation as IndentationOriginal,
1698
2323
  InitialExpandedItems as InitialExpandedItemsOriginal,
2324
+ LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
1699
2325
  Layout as LayoutOriginal,
1700
2326
  LayoutType as LayoutTypeOriginal,
1701
2327
  LineStyle as LineStyleOriginal,
2328
+ ListStyle as ListStyleOriginal,
1702
2329
  MapType as MapTypeOriginal,
1703
2330
  NodeType as NodeTypeOriginal,
1704
2331
  NullValue as NullValueOriginal,
@@ -1706,6 +2333,7 @@ export {
1706
2333
  Origin as OriginOriginal,
1707
2334
  Placement as PlacementOriginal,
1708
2335
  PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
2336
+ PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
1709
2337
  PollLayoutDirection as PollLayoutDirectionOriginal,
1710
2338
  PollLayoutType as PollLayoutTypeOriginal,
1711
2339
  Position as PositionOriginal,