@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
@@ -169,6 +169,24 @@ function createQuestionEntry(payload) {
169
169
  transformFn: transformSDKFloatToRESTFloat,
170
170
  paths: [
171
171
  { path: "questionEntry.sortOrder" },
172
+ {
173
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
174
+ },
175
+ {
176
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
177
+ },
178
+ {
179
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
180
+ },
181
+ {
182
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
183
+ },
184
+ {
185
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
186
+ },
187
+ {
188
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
189
+ },
172
190
  {
173
191
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
174
192
  },
@@ -210,7 +228,39 @@ function createQuestionEntry(payload) {
210
228
  {
211
229
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
212
230
  },
231
+ {
232
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
233
+ },
234
+ {
235
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
236
+ },
237
+ {
238
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
239
+ },
240
+ {
241
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
242
+ },
243
+ {
244
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
245
+ },
246
+ {
247
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
248
+ },
213
249
  { path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
250
+ {
251
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
252
+ },
253
+ {
254
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
255
+ },
256
+ {
257
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
258
+ },
259
+ {
260
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
261
+ },
262
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
263
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
214
264
  { path: "questionEntry.labels.sortOrder" }
215
265
  ]
216
266
  }
@@ -243,6 +293,24 @@ function createQuestionEntry(payload) {
243
293
  transformFn: transformRESTFloatToSDKFloat,
244
294
  paths: [
245
295
  { path: "questionEntry.sortOrder" },
296
+ {
297
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
298
+ },
299
+ {
300
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
301
+ },
302
+ {
303
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
304
+ },
305
+ {
306
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
307
+ },
308
+ {
309
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
310
+ },
311
+ {
312
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
313
+ },
246
314
  {
247
315
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
248
316
  },
@@ -294,9 +362,41 @@ function createQuestionEntry(payload) {
294
362
  {
295
363
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
296
364
  },
365
+ {
366
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
367
+ },
368
+ {
369
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
370
+ },
371
+ {
372
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
373
+ },
374
+ {
375
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
376
+ },
377
+ {
378
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
379
+ },
380
+ {
381
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
382
+ },
297
383
  {
298
384
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
299
385
  },
386
+ {
387
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
388
+ },
389
+ {
390
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
391
+ },
392
+ {
393
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
394
+ },
395
+ {
396
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
397
+ },
398
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
399
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
300
400
  { path: "questionEntry.labels.sortOrder" }
301
401
  ]
302
402
  }
@@ -336,6 +436,24 @@ function getQuestionEntry(payload) {
336
436
  transformFn: transformRESTFloatToSDKFloat,
337
437
  paths: [
338
438
  { path: "questionEntry.sortOrder" },
439
+ {
440
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
441
+ },
442
+ {
443
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
444
+ },
445
+ {
446
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
447
+ },
448
+ {
449
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
450
+ },
451
+ {
452
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
453
+ },
454
+ {
455
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
456
+ },
339
457
  {
340
458
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
341
459
  },
@@ -387,9 +505,41 @@ function getQuestionEntry(payload) {
387
505
  {
388
506
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
389
507
  },
508
+ {
509
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
510
+ },
511
+ {
512
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
513
+ },
514
+ {
515
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
516
+ },
517
+ {
518
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
519
+ },
520
+ {
521
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
522
+ },
523
+ {
524
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
525
+ },
390
526
  {
391
527
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
392
528
  },
529
+ {
530
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
531
+ },
532
+ {
533
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
534
+ },
535
+ {
536
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
537
+ },
538
+ {
539
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
540
+ },
541
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
542
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
393
543
  { path: "questionEntry.labels.sortOrder" }
394
544
  ]
395
545
  }
@@ -419,6 +569,24 @@ function updateQuestionEntry(payload) {
419
569
  transformFn: transformSDKFloatToRESTFloat,
420
570
  paths: [
421
571
  { path: "questionEntry.sortOrder" },
572
+ {
573
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
574
+ },
575
+ {
576
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
577
+ },
578
+ {
579
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
580
+ },
581
+ {
582
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
583
+ },
584
+ {
585
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
586
+ },
587
+ {
588
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
589
+ },
422
590
  {
423
591
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
424
592
  },
@@ -460,7 +628,39 @@ function updateQuestionEntry(payload) {
460
628
  {
461
629
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
462
630
  },
631
+ {
632
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
633
+ },
634
+ {
635
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
636
+ },
637
+ {
638
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
639
+ },
640
+ {
641
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
642
+ },
643
+ {
644
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
645
+ },
646
+ {
647
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
648
+ },
463
649
  { path: "questionEntry.richContent.nodes.shapeData.shape.duration" },
650
+ {
651
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
652
+ },
653
+ {
654
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
655
+ },
656
+ {
657
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
658
+ },
659
+ {
660
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
661
+ },
662
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
663
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
464
664
  { path: "questionEntry.labels.sortOrder" }
465
665
  ]
466
666
  }
@@ -493,6 +693,24 @@ function updateQuestionEntry(payload) {
493
693
  transformFn: transformRESTFloatToSDKFloat,
494
694
  paths: [
495
695
  { path: "questionEntry.sortOrder" },
696
+ {
697
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
698
+ },
699
+ {
700
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
701
+ },
702
+ {
703
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
704
+ },
705
+ {
706
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
707
+ },
708
+ {
709
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
710
+ },
711
+ {
712
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
713
+ },
496
714
  {
497
715
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
498
716
  },
@@ -544,9 +762,41 @@ function updateQuestionEntry(payload) {
544
762
  {
545
763
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
546
764
  },
765
+ {
766
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
767
+ },
768
+ {
769
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
770
+ },
771
+ {
772
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
773
+ },
774
+ {
775
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
776
+ },
777
+ {
778
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
779
+ },
780
+ {
781
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
782
+ },
547
783
  {
548
784
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
549
785
  },
786
+ {
787
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
788
+ },
789
+ {
790
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
791
+ },
792
+ {
793
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
794
+ },
795
+ {
796
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
797
+ },
798
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
799
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
550
800
  { path: "questionEntry.labels.sortOrder" }
551
801
  ]
552
802
  }
@@ -607,6 +857,24 @@ function listQuestionEntries(payload) {
607
857
  transformFn: transformRESTFloatToSDKFloat,
608
858
  paths: [
609
859
  { path: "questionEntries.sortOrder" },
860
+ {
861
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
862
+ },
863
+ {
864
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
865
+ },
866
+ {
867
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
868
+ },
869
+ {
870
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
871
+ },
872
+ {
873
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
874
+ },
875
+ {
876
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
877
+ },
610
878
  {
611
879
  path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
612
880
  },
@@ -658,9 +926,41 @@ function listQuestionEntries(payload) {
658
926
  {
659
927
  path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
660
928
  },
929
+ {
930
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
931
+ },
932
+ {
933
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
934
+ },
935
+ {
936
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
937
+ },
938
+ {
939
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
940
+ },
941
+ {
942
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
943
+ },
944
+ {
945
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
946
+ },
661
947
  {
662
948
  path: "questionEntries.richContent.nodes.shapeData.shape.duration"
663
949
  },
950
+ {
951
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
952
+ },
953
+ {
954
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
955
+ },
956
+ {
957
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
958
+ },
959
+ {
960
+ path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
961
+ },
962
+ { path: "questionEntries.richContent.nodes.tocData.fontSize" },
963
+ { path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
664
964
  { path: "questionEntries.labels.sortOrder" }
665
965
  ]
666
966
  }
@@ -700,6 +1000,24 @@ function queryQuestionEntries(payload) {
700
1000
  transformFn: transformRESTFloatToSDKFloat,
701
1001
  paths: [
702
1002
  { path: "questionEntries.sortOrder" },
1003
+ {
1004
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerX"
1005
+ },
1006
+ {
1007
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.centerY"
1008
+ },
1009
+ {
1010
+ path: "questionEntries.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1011
+ },
1012
+ {
1013
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1014
+ },
1015
+ {
1016
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1017
+ },
1018
+ {
1019
+ path: "questionEntries.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1020
+ },
703
1021
  {
704
1022
  path: "questionEntries.richContent.nodes.galleryData.items.image.media.duration"
705
1023
  },
@@ -751,9 +1069,41 @@ function queryQuestionEntries(payload) {
751
1069
  {
752
1070
  path: "questionEntries.richContent.nodes.layoutData.backdropImage.media.duration"
753
1071
  },
1072
+ {
1073
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerX"
1074
+ },
1075
+ {
1076
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.centerY"
1077
+ },
1078
+ {
1079
+ path: "questionEntries.richContent.nodes.layoutData.background.gradient.stops.position"
1080
+ },
1081
+ {
1082
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerX"
1083
+ },
1084
+ {
1085
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.centerY"
1086
+ },
1087
+ {
1088
+ path: "questionEntries.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1089
+ },
754
1090
  {
755
1091
  path: "questionEntries.richContent.nodes.shapeData.shape.duration"
756
1092
  },
1093
+ {
1094
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerX"
1095
+ },
1096
+ {
1097
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.centerY"
1098
+ },
1099
+ {
1100
+ path: "questionEntries.richContent.nodes.cardData.background.gradient.stops.position"
1101
+ },
1102
+ {
1103
+ path: "questionEntries.richContent.nodes.cardData.backgroundImage.media.duration"
1104
+ },
1105
+ { path: "questionEntries.richContent.nodes.tocData.fontSize" },
1106
+ { path: "questionEntries.richContent.nodes.tocData.itemSpacing" },
757
1107
  { path: "questionEntries.labels.sortOrder" }
758
1108
  ]
759
1109
  }
@@ -814,6 +1164,24 @@ function updateExtendedFields(payload) {
814
1164
  transformFn: transformRESTFloatToSDKFloat,
815
1165
  paths: [
816
1166
  { path: "questionEntry.sortOrder" },
1167
+ {
1168
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1169
+ },
1170
+ {
1171
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1172
+ },
1173
+ {
1174
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1175
+ },
1176
+ {
1177
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1178
+ },
1179
+ {
1180
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1181
+ },
1182
+ {
1183
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1184
+ },
817
1185
  {
818
1186
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
819
1187
  },
@@ -865,9 +1233,41 @@ function updateExtendedFields(payload) {
865
1233
  {
866
1234
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
867
1235
  },
1236
+ {
1237
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1238
+ },
1239
+ {
1240
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1241
+ },
1242
+ {
1243
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1244
+ },
1245
+ {
1246
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1247
+ },
1248
+ {
1249
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1250
+ },
1251
+ {
1252
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1253
+ },
868
1254
  {
869
1255
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
870
1256
  },
1257
+ {
1258
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1259
+ },
1260
+ {
1261
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1262
+ },
1263
+ {
1264
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1265
+ },
1266
+ {
1267
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1268
+ },
1269
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
1270
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
871
1271
  { path: "questionEntry.labels.sortOrder" }
872
1272
  ]
873
1273
  }
@@ -913,6 +1313,24 @@ function setQuestionEntryLabels(payload) {
913
1313
  transformFn: transformRESTFloatToSDKFloat,
914
1314
  paths: [
915
1315
  { path: "questionEntry.sortOrder" },
1316
+ {
1317
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1318
+ },
1319
+ {
1320
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1321
+ },
1322
+ {
1323
+ path: "questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1324
+ },
1325
+ {
1326
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1327
+ },
1328
+ {
1329
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1330
+ },
1331
+ {
1332
+ path: "questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1333
+ },
916
1334
  {
917
1335
  path: "questionEntry.richContent.nodes.galleryData.items.image.media.duration"
918
1336
  },
@@ -964,9 +1382,41 @@ function setQuestionEntryLabels(payload) {
964
1382
  {
965
1383
  path: "questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
966
1384
  },
1385
+ {
1386
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1387
+ },
1388
+ {
1389
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1390
+ },
1391
+ {
1392
+ path: "questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1393
+ },
1394
+ {
1395
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1396
+ },
1397
+ {
1398
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1399
+ },
1400
+ {
1401
+ path: "questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1402
+ },
967
1403
  {
968
1404
  path: "questionEntry.richContent.nodes.shapeData.shape.duration"
969
1405
  },
1406
+ {
1407
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1408
+ },
1409
+ {
1410
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1411
+ },
1412
+ {
1413
+ path: "questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1414
+ },
1415
+ {
1416
+ path: "questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1417
+ },
1418
+ { path: "questionEntry.richContent.nodes.tocData.fontSize" },
1419
+ { path: "questionEntry.richContent.nodes.tocData.itemSpacing" },
970
1420
  { path: "questionEntry.labels.sortOrder" }
971
1421
  ]
972
1422
  }
@@ -1000,6 +1450,24 @@ function bulkUpdateQuestionEntry(payload) {
1000
1450
  transformFn: transformSDKFloatToRESTFloat,
1001
1451
  paths: [
1002
1452
  { path: "questionEntries.questionEntry.sortOrder" },
1453
+ {
1454
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1455
+ },
1456
+ {
1457
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1458
+ },
1459
+ {
1460
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1461
+ },
1462
+ {
1463
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1464
+ },
1465
+ {
1466
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1467
+ },
1468
+ {
1469
+ path: "questionEntries.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1470
+ },
1003
1471
  {
1004
1472
  path: "questionEntries.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
1005
1473
  },
@@ -1051,9 +1519,45 @@ function bulkUpdateQuestionEntry(payload) {
1051
1519
  {
1052
1520
  path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
1053
1521
  },
1522
+ {
1523
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1524
+ },
1525
+ {
1526
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1527
+ },
1528
+ {
1529
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1530
+ },
1531
+ {
1532
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1533
+ },
1534
+ {
1535
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1536
+ },
1537
+ {
1538
+ path: "questionEntries.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1539
+ },
1054
1540
  {
1055
1541
  path: "questionEntries.questionEntry.richContent.nodes.shapeData.shape.duration"
1056
1542
  },
1543
+ {
1544
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1545
+ },
1546
+ {
1547
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1548
+ },
1549
+ {
1550
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1551
+ },
1552
+ {
1553
+ path: "questionEntries.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1554
+ },
1555
+ {
1556
+ path: "questionEntries.questionEntry.richContent.nodes.tocData.fontSize"
1557
+ },
1558
+ {
1559
+ path: "questionEntries.questionEntry.richContent.nodes.tocData.itemSpacing"
1560
+ },
1057
1561
  { path: "questionEntries.questionEntry.labels.sortOrder" }
1058
1562
  ]
1059
1563
  }
@@ -1090,6 +1594,24 @@ function bulkUpdateQuestionEntry(payload) {
1090
1594
  transformFn: transformRESTFloatToSDKFloat,
1091
1595
  paths: [
1092
1596
  { path: "results.questionEntry.sortOrder" },
1597
+ {
1598
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerX"
1599
+ },
1600
+ {
1601
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.centerY"
1602
+ },
1603
+ {
1604
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1605
+ },
1606
+ {
1607
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1608
+ },
1609
+ {
1610
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1611
+ },
1612
+ {
1613
+ path: "results.questionEntry.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1614
+ },
1093
1615
  {
1094
1616
  path: "results.questionEntry.richContent.nodes.galleryData.items.image.media.duration"
1095
1617
  },
@@ -1141,9 +1663,45 @@ function bulkUpdateQuestionEntry(payload) {
1141
1663
  {
1142
1664
  path: "results.questionEntry.richContent.nodes.layoutData.backdropImage.media.duration"
1143
1665
  },
1666
+ {
1667
+ path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerX"
1668
+ },
1669
+ {
1670
+ path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.centerY"
1671
+ },
1672
+ {
1673
+ path: "results.questionEntry.richContent.nodes.layoutData.background.gradient.stops.position"
1674
+ },
1675
+ {
1676
+ path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerX"
1677
+ },
1678
+ {
1679
+ path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.centerY"
1680
+ },
1681
+ {
1682
+ path: "results.questionEntry.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1683
+ },
1144
1684
  {
1145
1685
  path: "results.questionEntry.richContent.nodes.shapeData.shape.duration"
1146
1686
  },
1687
+ {
1688
+ path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerX"
1689
+ },
1690
+ {
1691
+ path: "results.questionEntry.richContent.nodes.cardData.background.gradient.centerY"
1692
+ },
1693
+ {
1694
+ path: "results.questionEntry.richContent.nodes.cardData.background.gradient.stops.position"
1695
+ },
1696
+ {
1697
+ path: "results.questionEntry.richContent.nodes.cardData.backgroundImage.media.duration"
1698
+ },
1699
+ {
1700
+ path: "results.questionEntry.richContent.nodes.tocData.fontSize"
1701
+ },
1702
+ {
1703
+ path: "results.questionEntry.richContent.nodes.tocData.itemSpacing"
1704
+ },
1147
1705
  { path: "results.questionEntry.labels.sortOrder" }
1148
1706
  ]
1149
1707
  }
@@ -1192,8 +1750,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1192
1750
  NodeType2["LAYOUT"] = "LAYOUT";
1193
1751
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1194
1752
  NodeType2["SHAPE"] = "SHAPE";
1753
+ NodeType2["CARD"] = "CARD";
1754
+ NodeType2["TOC"] = "TOC";
1195
1755
  return NodeType2;
1196
1756
  })(NodeType || {});
1757
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1758
+ BackgroundType2["COLOR"] = "COLOR";
1759
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1760
+ return BackgroundType2;
1761
+ })(BackgroundType || {});
1762
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1763
+ GradientType2["LINEAR"] = "LINEAR";
1764
+ GradientType2["RADIAL"] = "RADIAL";
1765
+ return GradientType2;
1766
+ })(GradientType || {});
1197
1767
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1198
1768
  WidthType2["CONTENT"] = "CONTENT";
1199
1769
  WidthType2["SMALL"] = "SMALL";
@@ -1292,6 +1862,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
1292
1862
  Source2["HTML"] = "HTML";
1293
1863
  Source2["ADSENSE"] = "ADSENSE";
1294
1864
  Source2["AI"] = "AI";
1865
+ Source2["AI_WIDGET"] = "AI_WIDGET";
1295
1866
  return Source2;
1296
1867
  })(Source || {});
1297
1868
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -1329,12 +1900,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1329
1900
  PollLayoutDirection2["RTL"] = "RTL";
1330
1901
  return PollLayoutDirection2;
1331
1902
  })(PollLayoutDirection || {});
1332
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1333
- BackgroundType2["COLOR"] = "COLOR";
1334
- BackgroundType2["IMAGE"] = "IMAGE";
1335
- BackgroundType2["GRADIENT"] = "GRADIENT";
1336
- return BackgroundType2;
1337
- })(BackgroundType || {});
1903
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1904
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1905
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1906
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1907
+ return PollDesignBackgroundType2;
1908
+ })(PollDesignBackgroundType || {});
1338
1909
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1339
1910
  DecorationType2["BOLD"] = "BOLD";
1340
1911
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1421,12 +1992,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1421
1992
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1422
1993
  return NullValue2;
1423
1994
  })(NullValue || {});
1424
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1425
- Scaling2["AUTO"] = "AUTO";
1426
- Scaling2["CONTAIN"] = "CONTAIN";
1427
- Scaling2["COVER"] = "COVER";
1428
- return Scaling2;
1429
- })(Scaling || {});
1995
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1996
+ ImageScalingScaling2["AUTO"] = "AUTO";
1997
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1998
+ ImageScalingScaling2["COVER"] = "COVER";
1999
+ return ImageScalingScaling2;
2000
+ })(ImageScalingScaling || {});
1430
2001
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1431
2002
  ImagePosition2["CENTER"] = "CENTER";
1432
2003
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1444,6 +2015,16 @@ var Origin = /* @__PURE__ */ ((Origin2) => {
1444
2015
  Origin2["LAYOUT"] = "LAYOUT";
1445
2016
  return Origin2;
1446
2017
  })(Origin || {});
2018
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2019
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2020
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2021
+ return LayoutDataBackgroundType2;
2022
+ })(LayoutDataBackgroundType || {});
2023
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2024
+ BackdropType2["COLOR"] = "COLOR";
2025
+ BackdropType2["GRADIENT"] = "GRADIENT";
2026
+ return BackdropType2;
2027
+ })(BackdropType || {});
1447
2028
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1448
2029
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1449
2030
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1460,6 +2041,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1460
2041
  DesignTarget2["CELL"] = "CELL";
1461
2042
  return DesignTarget2;
1462
2043
  })(DesignTarget || {});
2044
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2045
+ Scaling2["AUTO"] = "AUTO";
2046
+ Scaling2["CONTAIN"] = "CONTAIN";
2047
+ Scaling2["COVER"] = "COVER";
2048
+ return Scaling2;
2049
+ })(Scaling || {});
2050
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
2051
+ ImagePositionPosition2["CENTER"] = "CENTER";
2052
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
2053
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
2054
+ ImagePositionPosition2["TOP"] = "TOP";
2055
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
2056
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
2057
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
2058
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
2059
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2060
+ return ImagePositionPosition2;
2061
+ })(ImagePositionPosition || {});
2062
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
2063
+ CardDataBackgroundType2["COLOR"] = "COLOR";
2064
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
2065
+ return CardDataBackgroundType2;
2066
+ })(CardDataBackgroundType || {});
2067
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
2068
+ ListStyle2["PLAIN"] = "PLAIN";
2069
+ ListStyle2["NUMBERED"] = "NUMBERED";
2070
+ ListStyle2["LETTERS"] = "LETTERS";
2071
+ ListStyle2["ROMAN"] = "ROMAN";
2072
+ ListStyle2["BULLETED"] = "BULLETED";
2073
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
2074
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
2075
+ return ListStyle2;
2076
+ })(ListStyle || {});
2077
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
2078
+ Indentation2["NESTED"] = "NESTED";
2079
+ Indentation2["FLAT"] = "FLAT";
2080
+ return Indentation2;
2081
+ })(Indentation || {});
1463
2082
  var QuestionStatus = /* @__PURE__ */ ((QuestionStatus2) => {
1464
2083
  QuestionStatus2["UNKNOWN"] = "UNKNOWN";
1465
2084
  QuestionStatus2["VISIBLE"] = "VISIBLE";
@@ -1730,7 +2349,9 @@ async function typedQueryQuestionEntries(query, options) {
1730
2349
  }
1731
2350
  }
1732
2351
  var utils = {
1733
- ...createQueryUtils()
2352
+ query: {
2353
+ ...createQueryUtils()
2354
+ }
1734
2355
  };
1735
2356
  async function bulkDeleteQuestionEntries2(questionEntryIds) {
1736
2357
  const { httpClient, sideEffects } = arguments[1];
@@ -1865,8 +2486,10 @@ export {
1865
2486
  Alignment,
1866
2487
  AppType,
1867
2488
  AspectRatio,
2489
+ BackdropType,
1868
2490
  BackgroundType,
1869
2491
  ButtonDataType,
2492
+ CardDataBackgroundType,
1870
2493
  ContentFormat,
1871
2494
  Crop,
1872
2495
  DecorationType,
@@ -1876,11 +2499,17 @@ export {
1876
2499
  FieldSet,
1877
2500
  FontType,
1878
2501
  GIFType,
2502
+ GradientType,
1879
2503
  ImagePosition,
2504
+ ImagePositionPosition,
2505
+ ImageScalingScaling,
2506
+ Indentation,
1880
2507
  InitialExpandedItems,
1881
2508
  Layout,
2509
+ LayoutDataBackgroundType,
1882
2510
  LayoutType,
1883
2511
  LineStyle,
2512
+ ListStyle,
1884
2513
  MapType,
1885
2514
  NodeType,
1886
2515
  NullValue,
@@ -1888,6 +2517,7 @@ export {
1888
2517
  Origin,
1889
2518
  Placement,
1890
2519
  PluginContainerDataAlignment,
2520
+ PollDesignBackgroundType,
1891
2521
  PollLayoutDirection,
1892
2522
  PollLayoutType,
1893
2523
  Position,