@wix/auto_sdk_blog_draft-posts 1.0.76 → 1.0.78

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 +1017 -36
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +270 -26
  5. package/build/cjs/index.typings.js +857 -26
  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 +857 -26
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +1008 -36
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +270 -26
  14. package/build/es/index.typings.mjs +848 -26
  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 +848 -26
  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 +1017 -36
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +270 -26
  23. package/build/internal/cjs/index.typings.js +857 -26
  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 +857 -26
  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 +1008 -36
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +270 -26
  32. package/build/internal/es/index.typings.mjs +848 -26
  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 +848 -26
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
@@ -24,9 +24,11 @@ __export(index_exports, {
24
24
  Alignment: () => Alignment,
25
25
  AppType: () => AppType,
26
26
  AspectRatio: () => AspectRatio,
27
+ BackdropType: () => BackdropType,
27
28
  BackgroundType: () => BackgroundType,
28
29
  BannerOrigin: () => BannerOrigin,
29
30
  ButtonDataType: () => ButtonDataType,
31
+ CardDataBackgroundType: () => CardDataBackgroundType,
30
32
  CardStylesType: () => CardStylesType,
31
33
  Crop: () => Crop,
32
34
  DecorationType: () => DecorationType,
@@ -37,11 +39,17 @@ __export(index_exports, {
37
39
  FontType: () => FontType,
38
40
  GIFType: () => GIFType,
39
41
  GetDraftPostsSort: () => GetDraftPostsSort,
42
+ GradientType: () => GradientType,
40
43
  ImagePosition: () => ImagePosition,
44
+ ImagePositionPosition: () => ImagePositionPosition,
45
+ ImageScalingScaling: () => ImageScalingScaling,
46
+ Indentation: () => Indentation,
41
47
  InitialExpandedItems: () => InitialExpandedItems,
42
48
  Layout: () => Layout,
49
+ LayoutDataBackgroundType: () => LayoutDataBackgroundType,
43
50
  LayoutType: () => LayoutType,
44
51
  LineStyle: () => LineStyle,
52
+ ListStyle: () => ListStyle,
45
53
  MapType: () => MapType,
46
54
  ModerationStatusStatus: () => ModerationStatusStatus,
47
55
  NodeType: () => NodeType,
@@ -50,6 +58,7 @@ __export(index_exports, {
50
58
  Origin: () => Origin,
51
59
  Placement: () => Placement,
52
60
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
61
+ PollDesignBackgroundType: () => PollDesignBackgroundType,
53
62
  PollLayoutDirection: () => PollLayoutDirection,
54
63
  PollLayoutType: () => PollLayoutType,
55
64
  Position: () => Position,
@@ -311,6 +320,24 @@ function createDraftPost(payload) {
311
320
  },
312
321
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
313
322
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
323
+ {
324
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
325
+ },
326
+ {
327
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
328
+ },
329
+ {
330
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
331
+ },
332
+ {
333
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
334
+ },
335
+ {
336
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
337
+ },
338
+ {
339
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
340
+ },
314
341
  {
315
342
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
316
343
  },
@@ -344,7 +371,39 @@ function createDraftPost(payload) {
344
371
  {
345
372
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
346
373
  },
347
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
374
+ {
375
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
376
+ },
377
+ {
378
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
379
+ },
380
+ {
381
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
382
+ },
383
+ {
384
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
385
+ },
386
+ {
387
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
388
+ },
389
+ {
390
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
391
+ },
392
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
393
+ {
394
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
395
+ },
396
+ {
397
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
398
+ },
399
+ {
400
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
401
+ },
402
+ {
403
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
404
+ },
405
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
406
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
348
407
  ]
349
408
  }
350
409
  ]);
@@ -401,6 +460,24 @@ function createDraftPost(payload) {
401
460
  },
402
461
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
403
462
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
463
+ {
464
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
465
+ },
466
+ {
467
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
468
+ },
469
+ {
470
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
471
+ },
472
+ {
473
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
474
+ },
475
+ {
476
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
477
+ },
478
+ {
479
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
480
+ },
404
481
  {
405
482
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
406
483
  },
@@ -442,7 +519,39 @@ function createDraftPost(payload) {
442
519
  {
443
520
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
444
521
  },
445
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
522
+ {
523
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
524
+ },
525
+ {
526
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
527
+ },
528
+ {
529
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
530
+ },
531
+ {
532
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
533
+ },
534
+ {
535
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
536
+ },
537
+ {
538
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
539
+ },
540
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
541
+ {
542
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
543
+ },
544
+ {
545
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
546
+ },
547
+ {
548
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
549
+ },
550
+ {
551
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
552
+ },
553
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
554
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
446
555
  ]
447
556
  }
448
557
  ])
@@ -494,6 +603,24 @@ function bulkCreateDraftPosts(payload) {
494
603
  },
495
604
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
496
605
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
606
+ {
607
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
608
+ },
609
+ {
610
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
611
+ },
612
+ {
613
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
614
+ },
615
+ {
616
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
617
+ },
618
+ {
619
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
620
+ },
621
+ {
622
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
623
+ },
497
624
  {
498
625
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
499
626
  },
@@ -529,7 +656,39 @@ function bulkCreateDraftPosts(payload) {
529
656
  {
530
657
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
531
658
  },
532
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
659
+ {
660
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
661
+ },
662
+ {
663
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
664
+ },
665
+ {
666
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
667
+ },
668
+ {
669
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
670
+ },
671
+ {
672
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
673
+ },
674
+ {
675
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
676
+ },
677
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
678
+ {
679
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
680
+ },
681
+ {
682
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
683
+ },
684
+ {
685
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
686
+ },
687
+ {
688
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
689
+ },
690
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
691
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
533
692
  ]
534
693
  }
535
694
  ]);
@@ -590,6 +749,24 @@ function bulkCreateDraftPosts(payload) {
590
749
  {
591
750
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
592
751
  },
752
+ {
753
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
754
+ },
755
+ {
756
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
757
+ },
758
+ {
759
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
760
+ },
761
+ {
762
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
763
+ },
764
+ {
765
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
766
+ },
767
+ {
768
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
769
+ },
593
770
  {
594
771
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
595
772
  },
@@ -641,9 +818,41 @@ function bulkCreateDraftPosts(payload) {
641
818
  {
642
819
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
643
820
  },
821
+ {
822
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
823
+ },
824
+ {
825
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
826
+ },
827
+ {
828
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
829
+ },
830
+ {
831
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
832
+ },
833
+ {
834
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
835
+ },
836
+ {
837
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
838
+ },
644
839
  {
645
840
  path: "results.item.richContent.nodes.shapeData.shape.duration"
646
- }
841
+ },
842
+ {
843
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
844
+ },
845
+ {
846
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
847
+ },
848
+ {
849
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
850
+ },
851
+ {
852
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
853
+ },
854
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
855
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
647
856
  ]
648
857
  }
649
858
  ])
@@ -712,6 +921,24 @@ function bulkUpdateDraftPosts(payload) {
712
921
  {
713
922
  path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
714
923
  },
924
+ {
925
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
926
+ },
927
+ {
928
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
929
+ },
930
+ {
931
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
932
+ },
933
+ {
934
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
935
+ },
936
+ {
937
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
938
+ },
939
+ {
940
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
941
+ },
715
942
  {
716
943
  path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
717
944
  },
@@ -763,8 +990,42 @@ function bulkUpdateDraftPosts(payload) {
763
990
  {
764
991
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
765
992
  },
993
+ {
994
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
995
+ },
996
+ {
997
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
998
+ },
999
+ {
1000
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1001
+ },
1002
+ {
1003
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1004
+ },
1005
+ {
1006
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1007
+ },
1008
+ {
1009
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1010
+ },
766
1011
  {
767
1012
  path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
1013
+ },
1014
+ {
1015
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
1016
+ },
1017
+ {
1018
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
1019
+ },
1020
+ {
1021
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1022
+ },
1023
+ {
1024
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1025
+ },
1026
+ { path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
1027
+ {
1028
+ path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
768
1029
  }
769
1030
  ]
770
1031
  }
@@ -826,6 +1087,24 @@ function bulkUpdateDraftPosts(payload) {
826
1087
  {
827
1088
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
828
1089
  },
1090
+ {
1091
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1092
+ },
1093
+ {
1094
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1095
+ },
1096
+ {
1097
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1098
+ },
1099
+ {
1100
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1101
+ },
1102
+ {
1103
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1104
+ },
1105
+ {
1106
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1107
+ },
829
1108
  {
830
1109
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
831
1110
  },
@@ -877,9 +1156,41 @@ function bulkUpdateDraftPosts(payload) {
877
1156
  {
878
1157
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
879
1158
  },
1159
+ {
1160
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1161
+ },
1162
+ {
1163
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1164
+ },
1165
+ {
1166
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1167
+ },
1168
+ {
1169
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1170
+ },
1171
+ {
1172
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1173
+ },
1174
+ {
1175
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1176
+ },
880
1177
  {
881
1178
  path: "results.item.richContent.nodes.shapeData.shape.duration"
882
- }
1179
+ },
1180
+ {
1181
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1182
+ },
1183
+ {
1184
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1185
+ },
1186
+ {
1187
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1188
+ },
1189
+ {
1190
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1191
+ },
1192
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
1193
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
883
1194
  ]
884
1195
  }
885
1196
  ])
@@ -947,6 +1258,24 @@ function listDeletedDraftPosts(payload) {
947
1258
  {
948
1259
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
949
1260
  },
1261
+ {
1262
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1263
+ },
1264
+ {
1265
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1266
+ },
1267
+ {
1268
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1269
+ },
1270
+ {
1271
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1272
+ },
1273
+ {
1274
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1275
+ },
1276
+ {
1277
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1278
+ },
950
1279
  {
951
1280
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
952
1281
  },
@@ -988,7 +1317,39 @@ function listDeletedDraftPosts(payload) {
988
1317
  {
989
1318
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
990
1319
  },
991
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
1320
+ {
1321
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1322
+ },
1323
+ {
1324
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
1325
+ },
1326
+ {
1327
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
1328
+ },
1329
+ {
1330
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
1331
+ },
1332
+ {
1333
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
1334
+ },
1335
+ {
1336
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1337
+ },
1338
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
1339
+ {
1340
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
1341
+ },
1342
+ {
1343
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
1344
+ },
1345
+ {
1346
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
1347
+ },
1348
+ {
1349
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1350
+ },
1351
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
1352
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
992
1353
  ]
993
1354
  }
994
1355
  ])
@@ -1052,6 +1413,24 @@ function getDraftPost(payload) {
1052
1413
  },
1053
1414
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1054
1415
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1416
+ {
1417
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1418
+ },
1419
+ {
1420
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1421
+ },
1422
+ {
1423
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1424
+ },
1425
+ {
1426
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1427
+ },
1428
+ {
1429
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1430
+ },
1431
+ {
1432
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1433
+ },
1055
1434
  {
1056
1435
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1057
1436
  },
@@ -1093,7 +1472,39 @@ function getDraftPost(payload) {
1093
1472
  {
1094
1473
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1095
1474
  },
1096
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1475
+ {
1476
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1477
+ },
1478
+ {
1479
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1480
+ },
1481
+ {
1482
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1483
+ },
1484
+ {
1485
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1486
+ },
1487
+ {
1488
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1489
+ },
1490
+ {
1491
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1492
+ },
1493
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1494
+ {
1495
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1496
+ },
1497
+ {
1498
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1499
+ },
1500
+ {
1501
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1502
+ },
1503
+ {
1504
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1505
+ },
1506
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1507
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1097
1508
  ]
1098
1509
  }
1099
1510
  ])
@@ -1150,6 +1561,24 @@ function updateDraftPost(payload) {
1150
1561
  },
1151
1562
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1152
1563
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1564
+ {
1565
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1566
+ },
1567
+ {
1568
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1569
+ },
1570
+ {
1571
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1572
+ },
1573
+ {
1574
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1575
+ },
1576
+ {
1577
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1578
+ },
1579
+ {
1580
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1581
+ },
1153
1582
  {
1154
1583
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1155
1584
  },
@@ -1183,7 +1612,39 @@ function updateDraftPost(payload) {
1183
1612
  {
1184
1613
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1185
1614
  },
1186
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1615
+ {
1616
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1617
+ },
1618
+ {
1619
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1620
+ },
1621
+ {
1622
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1623
+ },
1624
+ {
1625
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1626
+ },
1627
+ {
1628
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1629
+ },
1630
+ {
1631
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1632
+ },
1633
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1634
+ {
1635
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1636
+ },
1637
+ {
1638
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1639
+ },
1640
+ {
1641
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1642
+ },
1643
+ {
1644
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1645
+ },
1646
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1647
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1187
1648
  ]
1188
1649
  }
1189
1650
  ]);
@@ -1244,6 +1705,24 @@ function updateDraftPost(payload) {
1244
1705
  },
1245
1706
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1246
1707
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1708
+ {
1709
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1710
+ },
1711
+ {
1712
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1713
+ },
1714
+ {
1715
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1716
+ },
1717
+ {
1718
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1719
+ },
1720
+ {
1721
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1722
+ },
1723
+ {
1724
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1725
+ },
1247
1726
  {
1248
1727
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1249
1728
  },
@@ -1285,7 +1764,39 @@ function updateDraftPost(payload) {
1285
1764
  {
1286
1765
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1287
1766
  },
1288
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1767
+ {
1768
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1769
+ },
1770
+ {
1771
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1772
+ },
1773
+ {
1774
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1775
+ },
1776
+ {
1777
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1778
+ },
1779
+ {
1780
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1781
+ },
1782
+ {
1783
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1784
+ },
1785
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1786
+ {
1787
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1788
+ },
1789
+ {
1790
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1791
+ },
1792
+ {
1793
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1794
+ },
1795
+ {
1796
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1797
+ },
1798
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1799
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1289
1800
  ]
1290
1801
  }
1291
1802
  ])
@@ -1395,6 +1906,24 @@ function bulkDeleteDraftPosts(payload) {
1395
1906
  {
1396
1907
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
1397
1908
  },
1909
+ {
1910
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1911
+ },
1912
+ {
1913
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1914
+ },
1915
+ {
1916
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1917
+ },
1918
+ {
1919
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1920
+ },
1921
+ {
1922
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1923
+ },
1924
+ {
1925
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1926
+ },
1398
1927
  {
1399
1928
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
1400
1929
  },
@@ -1429,26 +1958,58 @@ function bulkDeleteDraftPosts(payload) {
1429
1958
  path: "results.item.richContent.nodes.appEmbedData.image.duration"
1430
1959
  },
1431
1960
  {
1432
- path: "results.item.richContent.nodes.videoData.video.duration"
1961
+ path: "results.item.richContent.nodes.videoData.video.duration"
1962
+ },
1963
+ {
1964
+ path: "results.item.richContent.nodes.videoData.thumbnail.duration"
1965
+ },
1966
+ {
1967
+ path: "results.item.richContent.nodes.audioData.audio.duration"
1968
+ },
1969
+ {
1970
+ path: "results.item.richContent.nodes.audioData.coverImage.duration"
1971
+ },
1972
+ {
1973
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1974
+ },
1975
+ {
1976
+ path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1977
+ },
1978
+ {
1979
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1980
+ },
1981
+ {
1982
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1983
+ },
1984
+ {
1985
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1986
+ },
1987
+ {
1988
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1989
+ },
1990
+ {
1991
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1433
1992
  },
1434
1993
  {
1435
- path: "results.item.richContent.nodes.videoData.thumbnail.duration"
1994
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1436
1995
  },
1437
1996
  {
1438
- path: "results.item.richContent.nodes.audioData.audio.duration"
1997
+ path: "results.item.richContent.nodes.shapeData.shape.duration"
1439
1998
  },
1440
1999
  {
1441
- path: "results.item.richContent.nodes.audioData.coverImage.duration"
2000
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1442
2001
  },
1443
2002
  {
1444
- path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
2003
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1445
2004
  },
1446
2005
  {
1447
- path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
2006
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1448
2007
  },
1449
2008
  {
1450
- path: "results.item.richContent.nodes.shapeData.shape.duration"
1451
- }
2009
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
2010
+ },
2011
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
2012
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
1452
2013
  ]
1453
2014
  }
1454
2015
  ])
@@ -1516,6 +2077,24 @@ function listDraftPosts(payload) {
1516
2077
  {
1517
2078
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1518
2079
  },
2080
+ {
2081
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2082
+ },
2083
+ {
2084
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2085
+ },
2086
+ {
2087
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2088
+ },
2089
+ {
2090
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2091
+ },
2092
+ {
2093
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2094
+ },
2095
+ {
2096
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2097
+ },
1519
2098
  {
1520
2099
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1521
2100
  },
@@ -1557,7 +2136,39 @@ function listDraftPosts(payload) {
1557
2136
  {
1558
2137
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1559
2138
  },
1560
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2139
+ {
2140
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2141
+ },
2142
+ {
2143
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2144
+ },
2145
+ {
2146
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2147
+ },
2148
+ {
2149
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2150
+ },
2151
+ {
2152
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2153
+ },
2154
+ {
2155
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2156
+ },
2157
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2158
+ {
2159
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2160
+ },
2161
+ {
2162
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2163
+ },
2164
+ {
2165
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2166
+ },
2167
+ {
2168
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2169
+ },
2170
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2171
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1561
2172
  ]
1562
2173
  }
1563
2174
  ])
@@ -1625,6 +2236,24 @@ function getDeletedDraftPost(payload) {
1625
2236
  },
1626
2237
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1627
2238
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2239
+ {
2240
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2241
+ },
2242
+ {
2243
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2244
+ },
2245
+ {
2246
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2247
+ },
2248
+ {
2249
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2250
+ },
2251
+ {
2252
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2253
+ },
2254
+ {
2255
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2256
+ },
1628
2257
  {
1629
2258
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1630
2259
  },
@@ -1666,7 +2295,39 @@ function getDeletedDraftPost(payload) {
1666
2295
  {
1667
2296
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1668
2297
  },
1669
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2298
+ {
2299
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2300
+ },
2301
+ {
2302
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2303
+ },
2304
+ {
2305
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2306
+ },
2307
+ {
2308
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2309
+ },
2310
+ {
2311
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2312
+ },
2313
+ {
2314
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2315
+ },
2316
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2317
+ {
2318
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2319
+ },
2320
+ {
2321
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2322
+ },
2323
+ {
2324
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2325
+ },
2326
+ {
2327
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2328
+ },
2329
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2330
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1670
2331
  ]
1671
2332
  }
1672
2333
  ])
@@ -1734,6 +2395,24 @@ function restoreFromTrashBin(payload) {
1734
2395
  },
1735
2396
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1736
2397
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2398
+ {
2399
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2400
+ },
2401
+ {
2402
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2403
+ },
2404
+ {
2405
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2406
+ },
2407
+ {
2408
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2409
+ },
2410
+ {
2411
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2412
+ },
2413
+ {
2414
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2415
+ },
1737
2416
  {
1738
2417
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1739
2418
  },
@@ -1775,7 +2454,39 @@ function restoreFromTrashBin(payload) {
1775
2454
  {
1776
2455
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1777
2456
  },
1778
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2457
+ {
2458
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2459
+ },
2460
+ {
2461
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2462
+ },
2463
+ {
2464
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2465
+ },
2466
+ {
2467
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2468
+ },
2469
+ {
2470
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2471
+ },
2472
+ {
2473
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2474
+ },
2475
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2476
+ {
2477
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2478
+ },
2479
+ {
2480
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2481
+ },
2482
+ {
2483
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2484
+ },
2485
+ {
2486
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2487
+ },
2488
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2489
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1779
2490
  ]
1780
2491
  }
1781
2492
  ])
@@ -1843,6 +2554,24 @@ function queryDraftPosts(payload) {
1843
2554
  {
1844
2555
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1845
2556
  },
2557
+ {
2558
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2559
+ },
2560
+ {
2561
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2562
+ },
2563
+ {
2564
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2565
+ },
2566
+ {
2567
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2568
+ },
2569
+ {
2570
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2571
+ },
2572
+ {
2573
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2574
+ },
1846
2575
  {
1847
2576
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1848
2577
  },
@@ -1884,7 +2613,39 @@ function queryDraftPosts(payload) {
1884
2613
  {
1885
2614
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1886
2615
  },
1887
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2616
+ {
2617
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2618
+ },
2619
+ {
2620
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2621
+ },
2622
+ {
2623
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2624
+ },
2625
+ {
2626
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2627
+ },
2628
+ {
2629
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2630
+ },
2631
+ {
2632
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2633
+ },
2634
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2635
+ {
2636
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2637
+ },
2638
+ {
2639
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2640
+ },
2641
+ {
2642
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2643
+ },
2644
+ {
2645
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2646
+ },
2647
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2648
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1888
2649
  ]
1889
2650
  }
1890
2651
  ])
@@ -2000,8 +2761,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
2000
2761
  NodeType2["LAYOUT"] = "LAYOUT";
2001
2762
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
2002
2763
  NodeType2["SHAPE"] = "SHAPE";
2764
+ NodeType2["CARD"] = "CARD";
2765
+ NodeType2["TOC"] = "TOC";
2003
2766
  return NodeType2;
2004
2767
  })(NodeType || {});
2768
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2769
+ BackgroundType2["COLOR"] = "COLOR";
2770
+ BackgroundType2["GRADIENT"] = "GRADIENT";
2771
+ return BackgroundType2;
2772
+ })(BackgroundType || {});
2773
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
2774
+ GradientType2["LINEAR"] = "LINEAR";
2775
+ GradientType2["RADIAL"] = "RADIAL";
2776
+ return GradientType2;
2777
+ })(GradientType || {});
2005
2778
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
2006
2779
  WidthType2["CONTENT"] = "CONTENT";
2007
2780
  WidthType2["SMALL"] = "SMALL";
@@ -2100,6 +2873,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
2100
2873
  Source2["HTML"] = "HTML";
2101
2874
  Source2["ADSENSE"] = "ADSENSE";
2102
2875
  Source2["AI"] = "AI";
2876
+ Source2["AI_WIDGET"] = "AI_WIDGET";
2103
2877
  return Source2;
2104
2878
  })(Source || {});
2105
2879
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -2137,12 +2911,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
2137
2911
  PollLayoutDirection2["RTL"] = "RTL";
2138
2912
  return PollLayoutDirection2;
2139
2913
  })(PollLayoutDirection || {});
2140
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2141
- BackgroundType2["COLOR"] = "COLOR";
2142
- BackgroundType2["IMAGE"] = "IMAGE";
2143
- BackgroundType2["GRADIENT"] = "GRADIENT";
2144
- return BackgroundType2;
2145
- })(BackgroundType || {});
2914
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
2915
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
2916
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
2917
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
2918
+ return PollDesignBackgroundType2;
2919
+ })(PollDesignBackgroundType || {});
2146
2920
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2147
2921
  DecorationType2["BOLD"] = "BOLD";
2148
2922
  DecorationType2["ITALIC"] = "ITALIC";
@@ -2229,12 +3003,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
2229
3003
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
2230
3004
  return NullValue2;
2231
3005
  })(NullValue || {});
2232
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
2233
- Scaling2["AUTO"] = "AUTO";
2234
- Scaling2["CONTAIN"] = "CONTAIN";
2235
- Scaling2["COVER"] = "COVER";
2236
- return Scaling2;
2237
- })(Scaling || {});
3006
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
3007
+ ImageScalingScaling2["AUTO"] = "AUTO";
3008
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
3009
+ ImageScalingScaling2["COVER"] = "COVER";
3010
+ return ImageScalingScaling2;
3011
+ })(ImageScalingScaling || {});
2238
3012
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2239
3013
  ImagePosition2["CENTER"] = "CENTER";
2240
3014
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -2252,6 +3026,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2252
3026
  BannerOrigin2["LAYOUT"] = "LAYOUT";
2253
3027
  return BannerOrigin2;
2254
3028
  })(BannerOrigin || {});
3029
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
3030
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
3031
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
3032
+ return LayoutDataBackgroundType2;
3033
+ })(LayoutDataBackgroundType || {});
3034
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
3035
+ BackdropType2["COLOR"] = "COLOR";
3036
+ BackdropType2["GRADIENT"] = "GRADIENT";
3037
+ return BackdropType2;
3038
+ })(BackdropType || {});
2255
3039
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2256
3040
  VerticalAlignmentAlignment2["TOP"] = "TOP";
2257
3041
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -2268,6 +3052,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
2268
3052
  DesignTarget2["CELL"] = "CELL";
2269
3053
  return DesignTarget2;
2270
3054
  })(DesignTarget || {});
3055
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
3056
+ Scaling2["AUTO"] = "AUTO";
3057
+ Scaling2["CONTAIN"] = "CONTAIN";
3058
+ Scaling2["COVER"] = "COVER";
3059
+ return Scaling2;
3060
+ })(Scaling || {});
3061
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
3062
+ ImagePositionPosition2["CENTER"] = "CENTER";
3063
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
3064
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
3065
+ ImagePositionPosition2["TOP"] = "TOP";
3066
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
3067
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
3068
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
3069
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
3070
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
3071
+ return ImagePositionPosition2;
3072
+ })(ImagePositionPosition || {});
3073
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
3074
+ CardDataBackgroundType2["COLOR"] = "COLOR";
3075
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
3076
+ return CardDataBackgroundType2;
3077
+ })(CardDataBackgroundType || {});
3078
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
3079
+ ListStyle2["PLAIN"] = "PLAIN";
3080
+ ListStyle2["NUMBERED"] = "NUMBERED";
3081
+ ListStyle2["LETTERS"] = "LETTERS";
3082
+ ListStyle2["ROMAN"] = "ROMAN";
3083
+ ListStyle2["BULLETED"] = "BULLETED";
3084
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
3085
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
3086
+ return ListStyle2;
3087
+ })(ListStyle || {});
3088
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
3089
+ Indentation2["NESTED"] = "NESTED";
3090
+ Indentation2["FLAT"] = "FLAT";
3091
+ return Indentation2;
3092
+ })(Indentation || {});
2271
3093
  var Status = /* @__PURE__ */ ((Status2) => {
2272
3094
  Status2["UNKNOWN"] = "UNKNOWN";
2273
3095
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -3317,6 +4139,24 @@ var onDraftCreated = (0, import_sdk_types.EventDefinition)(
3317
4139
  {
3318
4140
  transformFn: import_float3.transformRESTFloatToSDKFloat,
3319
4141
  paths: [
4142
+ {
4143
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4144
+ },
4145
+ {
4146
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4147
+ },
4148
+ {
4149
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4150
+ },
4151
+ {
4152
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4153
+ },
4154
+ {
4155
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4156
+ },
4157
+ {
4158
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4159
+ },
3320
4160
  {
3321
4161
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3322
4162
  },
@@ -3348,7 +4188,39 @@ var onDraftCreated = (0, import_sdk_types.EventDefinition)(
3348
4188
  {
3349
4189
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3350
4190
  },
3351
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4191
+ {
4192
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4193
+ },
4194
+ {
4195
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4196
+ },
4197
+ {
4198
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4199
+ },
4200
+ {
4201
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4202
+ },
4203
+ {
4204
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4205
+ },
4206
+ {
4207
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4208
+ },
4209
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4210
+ {
4211
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4212
+ },
4213
+ {
4214
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4215
+ },
4216
+ {
4217
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4218
+ },
4219
+ {
4220
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4221
+ },
4222
+ { path: "entity.richContent.nodes.tocData.fontSize" },
4223
+ { path: "entity.richContent.nodes.tocData.itemSpacing" }
3352
4224
  ]
3353
4225
  },
3354
4226
  {
@@ -3391,6 +4263,24 @@ var onDraftDeleted = (0, import_sdk_types.EventDefinition)(
3391
4263
  {
3392
4264
  transformFn: import_float3.transformRESTFloatToSDKFloat,
3393
4265
  paths: [
4266
+ {
4267
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4268
+ },
4269
+ {
4270
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4271
+ },
4272
+ {
4273
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4274
+ },
4275
+ {
4276
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4277
+ },
4278
+ {
4279
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4280
+ },
4281
+ {
4282
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4283
+ },
3394
4284
  {
3395
4285
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3396
4286
  },
@@ -3422,7 +4312,39 @@ var onDraftDeleted = (0, import_sdk_types.EventDefinition)(
3422
4312
  {
3423
4313
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3424
4314
  },
3425
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4315
+ {
4316
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4317
+ },
4318
+ {
4319
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4320
+ },
4321
+ {
4322
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4323
+ },
4324
+ {
4325
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4326
+ },
4327
+ {
4328
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4329
+ },
4330
+ {
4331
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4332
+ },
4333
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4334
+ {
4335
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4336
+ },
4337
+ {
4338
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4339
+ },
4340
+ {
4341
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4342
+ },
4343
+ {
4344
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4345
+ },
4346
+ { path: "entity.richContent.nodes.tocData.fontSize" },
4347
+ { path: "entity.richContent.nodes.tocData.itemSpacing" }
3426
4348
  ]
3427
4349
  },
3428
4350
  {
@@ -3465,6 +4387,24 @@ var onDraftUpdated = (0, import_sdk_types.EventDefinition)(
3465
4387
  {
3466
4388
  transformFn: import_float3.transformRESTFloatToSDKFloat,
3467
4389
  paths: [
4390
+ {
4391
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4392
+ },
4393
+ {
4394
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4395
+ },
4396
+ {
4397
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4398
+ },
4399
+ {
4400
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4401
+ },
4402
+ {
4403
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4404
+ },
4405
+ {
4406
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4407
+ },
3468
4408
  {
3469
4409
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3470
4410
  },
@@ -3496,7 +4436,39 @@ var onDraftUpdated = (0, import_sdk_types.EventDefinition)(
3496
4436
  {
3497
4437
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3498
4438
  },
3499
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4439
+ {
4440
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4441
+ },
4442
+ {
4443
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4444
+ },
4445
+ {
4446
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4447
+ },
4448
+ {
4449
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4450
+ },
4451
+ {
4452
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4453
+ },
4454
+ {
4455
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4456
+ },
4457
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4458
+ {
4459
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4460
+ },
4461
+ {
4462
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4463
+ },
4464
+ {
4465
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4466
+ },
4467
+ {
4468
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4469
+ },
4470
+ { path: "entity.richContent.nodes.tocData.fontSize" },
4471
+ { path: "entity.richContent.nodes.tocData.itemSpacing" }
3500
4472
  ]
3501
4473
  },
3502
4474
  {
@@ -3545,9 +4517,11 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
3545
4517
  Alignment,
3546
4518
  AppType,
3547
4519
  AspectRatio,
4520
+ BackdropType,
3548
4521
  BackgroundType,
3549
4522
  BannerOrigin,
3550
4523
  ButtonDataType,
4524
+ CardDataBackgroundType,
3551
4525
  CardStylesType,
3552
4526
  Crop,
3553
4527
  DecorationType,
@@ -3558,11 +4532,17 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
3558
4532
  FontType,
3559
4533
  GIFType,
3560
4534
  GetDraftPostsSort,
4535
+ GradientType,
3561
4536
  ImagePosition,
4537
+ ImagePositionPosition,
4538
+ ImageScalingScaling,
4539
+ Indentation,
3562
4540
  InitialExpandedItems,
3563
4541
  Layout,
4542
+ LayoutDataBackgroundType,
3564
4543
  LayoutType,
3565
4544
  LineStyle,
4545
+ ListStyle,
3566
4546
  MapType,
3567
4547
  ModerationStatusStatus,
3568
4548
  NodeType,
@@ -3571,6 +4551,7 @@ var onDraftUpdated2 = (0, import_event_definition_modules.createEventModule)(onD
3571
4551
  Origin,
3572
4552
  Placement,
3573
4553
  PluginContainerDataAlignment,
4554
+ PollDesignBackgroundType,
3574
4555
  PollLayoutDirection,
3575
4556
  PollLayoutType,
3576
4557
  Position,