@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(meta_exports, {
24
24
  AlignmentOriginal: () => Alignment,
25
25
  AppTypeOriginal: () => AppType,
26
26
  AspectRatioOriginal: () => AspectRatio,
27
+ BackdropTypeOriginal: () => BackdropType,
27
28
  BackgroundTypeOriginal: () => BackgroundType,
28
29
  BannerOriginOriginal: () => BannerOrigin,
29
30
  ButtonDataTypeOriginal: () => ButtonDataType,
31
+ CardDataBackgroundTypeOriginal: () => CardDataBackgroundType,
30
32
  CardStylesTypeOriginal: () => CardStylesType,
31
33
  CropOriginal: () => Crop,
32
34
  DecorationTypeOriginal: () => DecorationType,
@@ -37,11 +39,17 @@ __export(meta_exports, {
37
39
  FontTypeOriginal: () => FontType,
38
40
  GIFTypeOriginal: () => GIFType,
39
41
  GetDraftPostsSortOriginal: () => GetDraftPostsSort,
42
+ GradientTypeOriginal: () => GradientType,
40
43
  ImagePositionOriginal: () => ImagePosition,
44
+ ImagePositionPositionOriginal: () => ImagePositionPosition,
45
+ ImageScalingScalingOriginal: () => ImageScalingScaling,
46
+ IndentationOriginal: () => Indentation,
41
47
  InitialExpandedItemsOriginal: () => InitialExpandedItems,
48
+ LayoutDataBackgroundTypeOriginal: () => LayoutDataBackgroundType,
42
49
  LayoutOriginal: () => Layout,
43
50
  LayoutTypeOriginal: () => LayoutType,
44
51
  LineStyleOriginal: () => LineStyle,
52
+ ListStyleOriginal: () => ListStyle,
45
53
  MapTypeOriginal: () => MapType,
46
54
  ModerationStatusStatusOriginal: () => ModerationStatusStatus,
47
55
  NodeTypeOriginal: () => NodeType,
@@ -50,6 +58,7 @@ __export(meta_exports, {
50
58
  OriginOriginal: () => Origin,
51
59
  PlacementOriginal: () => Placement,
52
60
  PluginContainerDataAlignmentOriginal: () => PluginContainerDataAlignment,
61
+ PollDesignBackgroundTypeOriginal: () => PollDesignBackgroundType,
53
62
  PollLayoutDirectionOriginal: () => PollLayoutDirection,
54
63
  PollLayoutTypeOriginal: () => PollLayoutType,
55
64
  PositionOriginal: () => Position,
@@ -292,6 +301,24 @@ function createDraftPost(payload) {
292
301
  },
293
302
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
294
303
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
304
+ {
305
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
306
+ },
307
+ {
308
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
309
+ },
310
+ {
311
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
312
+ },
313
+ {
314
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
315
+ },
316
+ {
317
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
318
+ },
319
+ {
320
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
321
+ },
295
322
  {
296
323
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
297
324
  },
@@ -325,7 +352,39 @@ function createDraftPost(payload) {
325
352
  {
326
353
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
327
354
  },
328
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
355
+ {
356
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
357
+ },
358
+ {
359
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
360
+ },
361
+ {
362
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
363
+ },
364
+ {
365
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
366
+ },
367
+ {
368
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
369
+ },
370
+ {
371
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
372
+ },
373
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
374
+ {
375
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
376
+ },
377
+ {
378
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
379
+ },
380
+ {
381
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
382
+ },
383
+ {
384
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
385
+ },
386
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
387
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
329
388
  ]
330
389
  }
331
390
  ]);
@@ -382,6 +441,24 @@ function createDraftPost(payload) {
382
441
  },
383
442
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
384
443
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
444
+ {
445
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
446
+ },
447
+ {
448
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
449
+ },
450
+ {
451
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
452
+ },
453
+ {
454
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
455
+ },
456
+ {
457
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
458
+ },
459
+ {
460
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
461
+ },
385
462
  {
386
463
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
387
464
  },
@@ -423,7 +500,39 @@ function createDraftPost(payload) {
423
500
  {
424
501
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
425
502
  },
426
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
503
+ {
504
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
505
+ },
506
+ {
507
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
508
+ },
509
+ {
510
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
511
+ },
512
+ {
513
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
514
+ },
515
+ {
516
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
517
+ },
518
+ {
519
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
520
+ },
521
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
522
+ {
523
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
524
+ },
525
+ {
526
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
527
+ },
528
+ {
529
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
530
+ },
531
+ {
532
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
533
+ },
534
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
535
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
427
536
  ]
428
537
  }
429
538
  ])
@@ -475,6 +584,24 @@ function bulkCreateDraftPosts(payload) {
475
584
  },
476
585
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
477
586
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
587
+ {
588
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
589
+ },
590
+ {
591
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
592
+ },
593
+ {
594
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
595
+ },
596
+ {
597
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
598
+ },
599
+ {
600
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
601
+ },
602
+ {
603
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
604
+ },
478
605
  {
479
606
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
480
607
  },
@@ -510,7 +637,39 @@ function bulkCreateDraftPosts(payload) {
510
637
  {
511
638
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
512
639
  },
513
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
640
+ {
641
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
642
+ },
643
+ {
644
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
645
+ },
646
+ {
647
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
648
+ },
649
+ {
650
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
651
+ },
652
+ {
653
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
654
+ },
655
+ {
656
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
657
+ },
658
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
659
+ {
660
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
661
+ },
662
+ {
663
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
664
+ },
665
+ {
666
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
667
+ },
668
+ {
669
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
670
+ },
671
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
672
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
514
673
  ]
515
674
  }
516
675
  ]);
@@ -571,6 +730,24 @@ function bulkCreateDraftPosts(payload) {
571
730
  {
572
731
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
573
732
  },
733
+ {
734
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
735
+ },
736
+ {
737
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
738
+ },
739
+ {
740
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
741
+ },
742
+ {
743
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
744
+ },
745
+ {
746
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
747
+ },
748
+ {
749
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
750
+ },
574
751
  {
575
752
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
576
753
  },
@@ -622,9 +799,41 @@ function bulkCreateDraftPosts(payload) {
622
799
  {
623
800
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
624
801
  },
802
+ {
803
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
804
+ },
805
+ {
806
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
807
+ },
808
+ {
809
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
810
+ },
811
+ {
812
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
813
+ },
814
+ {
815
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
816
+ },
817
+ {
818
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
819
+ },
625
820
  {
626
821
  path: "results.item.richContent.nodes.shapeData.shape.duration"
627
- }
822
+ },
823
+ {
824
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
825
+ },
826
+ {
827
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
828
+ },
829
+ {
830
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
831
+ },
832
+ {
833
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
834
+ },
835
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
836
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
628
837
  ]
629
838
  }
630
839
  ])
@@ -693,6 +902,24 @@ function bulkUpdateDraftPosts(payload) {
693
902
  {
694
903
  path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
695
904
  },
905
+ {
906
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
907
+ },
908
+ {
909
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
910
+ },
911
+ {
912
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
913
+ },
914
+ {
915
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
916
+ },
917
+ {
918
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
919
+ },
920
+ {
921
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
922
+ },
696
923
  {
697
924
  path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
698
925
  },
@@ -744,8 +971,42 @@ function bulkUpdateDraftPosts(payload) {
744
971
  {
745
972
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
746
973
  },
974
+ {
975
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
976
+ },
977
+ {
978
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
979
+ },
980
+ {
981
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
982
+ },
983
+ {
984
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
985
+ },
986
+ {
987
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
988
+ },
989
+ {
990
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
991
+ },
747
992
  {
748
993
  path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
994
+ },
995
+ {
996
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
997
+ },
998
+ {
999
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
1000
+ },
1001
+ {
1002
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1003
+ },
1004
+ {
1005
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1006
+ },
1007
+ { path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
1008
+ {
1009
+ path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
749
1010
  }
750
1011
  ]
751
1012
  }
@@ -807,6 +1068,24 @@ function bulkUpdateDraftPosts(payload) {
807
1068
  {
808
1069
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
809
1070
  },
1071
+ {
1072
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1073
+ },
1074
+ {
1075
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1076
+ },
1077
+ {
1078
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1079
+ },
1080
+ {
1081
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1082
+ },
1083
+ {
1084
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1085
+ },
1086
+ {
1087
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1088
+ },
810
1089
  {
811
1090
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
812
1091
  },
@@ -858,9 +1137,41 @@ function bulkUpdateDraftPosts(payload) {
858
1137
  {
859
1138
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
860
1139
  },
1140
+ {
1141
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1142
+ },
1143
+ {
1144
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1145
+ },
1146
+ {
1147
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1148
+ },
1149
+ {
1150
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1151
+ },
1152
+ {
1153
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1154
+ },
1155
+ {
1156
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1157
+ },
861
1158
  {
862
1159
  path: "results.item.richContent.nodes.shapeData.shape.duration"
863
- }
1160
+ },
1161
+ {
1162
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1163
+ },
1164
+ {
1165
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1166
+ },
1167
+ {
1168
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1169
+ },
1170
+ {
1171
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1172
+ },
1173
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
1174
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
864
1175
  ]
865
1176
  }
866
1177
  ])
@@ -928,6 +1239,24 @@ function listDeletedDraftPosts(payload) {
928
1239
  {
929
1240
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
930
1241
  },
1242
+ {
1243
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1244
+ },
1245
+ {
1246
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1247
+ },
1248
+ {
1249
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1250
+ },
1251
+ {
1252
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1253
+ },
1254
+ {
1255
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1256
+ },
1257
+ {
1258
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1259
+ },
931
1260
  {
932
1261
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
933
1262
  },
@@ -969,7 +1298,39 @@ function listDeletedDraftPosts(payload) {
969
1298
  {
970
1299
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
971
1300
  },
972
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
1301
+ {
1302
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1303
+ },
1304
+ {
1305
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
1306
+ },
1307
+ {
1308
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
1309
+ },
1310
+ {
1311
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
1312
+ },
1313
+ {
1314
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
1315
+ },
1316
+ {
1317
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1318
+ },
1319
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
1320
+ {
1321
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
1322
+ },
1323
+ {
1324
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
1325
+ },
1326
+ {
1327
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
1328
+ },
1329
+ {
1330
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1331
+ },
1332
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
1333
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
973
1334
  ]
974
1335
  }
975
1336
  ])
@@ -1033,6 +1394,24 @@ function getDraftPost(payload) {
1033
1394
  },
1034
1395
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1035
1396
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1397
+ {
1398
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1399
+ },
1400
+ {
1401
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1402
+ },
1403
+ {
1404
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1405
+ },
1406
+ {
1407
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1408
+ },
1409
+ {
1410
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1411
+ },
1412
+ {
1413
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1414
+ },
1036
1415
  {
1037
1416
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1038
1417
  },
@@ -1074,7 +1453,39 @@ function getDraftPost(payload) {
1074
1453
  {
1075
1454
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1076
1455
  },
1077
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1456
+ {
1457
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1458
+ },
1459
+ {
1460
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1461
+ },
1462
+ {
1463
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1464
+ },
1465
+ {
1466
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1467
+ },
1468
+ {
1469
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1470
+ },
1471
+ {
1472
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1473
+ },
1474
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1475
+ {
1476
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1477
+ },
1478
+ {
1479
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1480
+ },
1481
+ {
1482
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1483
+ },
1484
+ {
1485
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1486
+ },
1487
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1488
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1078
1489
  ]
1079
1490
  }
1080
1491
  ])
@@ -1131,6 +1542,24 @@ function updateDraftPost(payload) {
1131
1542
  },
1132
1543
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1133
1544
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1545
+ {
1546
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1547
+ },
1548
+ {
1549
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1550
+ },
1551
+ {
1552
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1553
+ },
1554
+ {
1555
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1556
+ },
1557
+ {
1558
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1559
+ },
1560
+ {
1561
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1562
+ },
1134
1563
  {
1135
1564
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1136
1565
  },
@@ -1164,7 +1593,39 @@ function updateDraftPost(payload) {
1164
1593
  {
1165
1594
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1166
1595
  },
1167
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1596
+ {
1597
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1598
+ },
1599
+ {
1600
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1601
+ },
1602
+ {
1603
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1604
+ },
1605
+ {
1606
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1607
+ },
1608
+ {
1609
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1610
+ },
1611
+ {
1612
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1613
+ },
1614
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1615
+ {
1616
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1617
+ },
1618
+ {
1619
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1620
+ },
1621
+ {
1622
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1623
+ },
1624
+ {
1625
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1626
+ },
1627
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1628
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1168
1629
  ]
1169
1630
  }
1170
1631
  ]);
@@ -1225,6 +1686,24 @@ function updateDraftPost(payload) {
1225
1686
  },
1226
1687
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1227
1688
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1689
+ {
1690
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1691
+ },
1692
+ {
1693
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1694
+ },
1695
+ {
1696
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1697
+ },
1698
+ {
1699
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1700
+ },
1701
+ {
1702
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1703
+ },
1704
+ {
1705
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1706
+ },
1228
1707
  {
1229
1708
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1230
1709
  },
@@ -1266,7 +1745,39 @@ function updateDraftPost(payload) {
1266
1745
  {
1267
1746
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1268
1747
  },
1269
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1748
+ {
1749
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1750
+ },
1751
+ {
1752
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1753
+ },
1754
+ {
1755
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1756
+ },
1757
+ {
1758
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1759
+ },
1760
+ {
1761
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1762
+ },
1763
+ {
1764
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1765
+ },
1766
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1767
+ {
1768
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1769
+ },
1770
+ {
1771
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1772
+ },
1773
+ {
1774
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1775
+ },
1776
+ {
1777
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1778
+ },
1779
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1780
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1270
1781
  ]
1271
1782
  }
1272
1783
  ])
@@ -1376,6 +1887,24 @@ function bulkDeleteDraftPosts(payload) {
1376
1887
  {
1377
1888
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
1378
1889
  },
1890
+ {
1891
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1892
+ },
1893
+ {
1894
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1895
+ },
1896
+ {
1897
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1898
+ },
1899
+ {
1900
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1901
+ },
1902
+ {
1903
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1904
+ },
1905
+ {
1906
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1907
+ },
1379
1908
  {
1380
1909
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
1381
1910
  },
@@ -1427,9 +1956,41 @@ function bulkDeleteDraftPosts(payload) {
1427
1956
  {
1428
1957
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1429
1958
  },
1959
+ {
1960
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1961
+ },
1962
+ {
1963
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1964
+ },
1965
+ {
1966
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1967
+ },
1968
+ {
1969
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1970
+ },
1971
+ {
1972
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1973
+ },
1974
+ {
1975
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1976
+ },
1430
1977
  {
1431
1978
  path: "results.item.richContent.nodes.shapeData.shape.duration"
1432
- }
1979
+ },
1980
+ {
1981
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1982
+ },
1983
+ {
1984
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1985
+ },
1986
+ {
1987
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1988
+ },
1989
+ {
1990
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1991
+ },
1992
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
1993
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
1433
1994
  ]
1434
1995
  }
1435
1996
  ])
@@ -1497,6 +2058,24 @@ function listDraftPosts(payload) {
1497
2058
  {
1498
2059
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1499
2060
  },
2061
+ {
2062
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2063
+ },
2064
+ {
2065
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2066
+ },
2067
+ {
2068
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2069
+ },
2070
+ {
2071
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2072
+ },
2073
+ {
2074
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2075
+ },
2076
+ {
2077
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2078
+ },
1500
2079
  {
1501
2080
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1502
2081
  },
@@ -1538,7 +2117,39 @@ function listDraftPosts(payload) {
1538
2117
  {
1539
2118
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1540
2119
  },
1541
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2120
+ {
2121
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2122
+ },
2123
+ {
2124
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2125
+ },
2126
+ {
2127
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2128
+ },
2129
+ {
2130
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2131
+ },
2132
+ {
2133
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2134
+ },
2135
+ {
2136
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2137
+ },
2138
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2139
+ {
2140
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2141
+ },
2142
+ {
2143
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2144
+ },
2145
+ {
2146
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2147
+ },
2148
+ {
2149
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2150
+ },
2151
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2152
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1542
2153
  ]
1543
2154
  }
1544
2155
  ])
@@ -1606,6 +2217,24 @@ function getDeletedDraftPost(payload) {
1606
2217
  },
1607
2218
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1608
2219
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2220
+ {
2221
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2222
+ },
2223
+ {
2224
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2225
+ },
2226
+ {
2227
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2228
+ },
2229
+ {
2230
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2231
+ },
2232
+ {
2233
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2234
+ },
2235
+ {
2236
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2237
+ },
1609
2238
  {
1610
2239
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1611
2240
  },
@@ -1647,7 +2276,39 @@ function getDeletedDraftPost(payload) {
1647
2276
  {
1648
2277
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1649
2278
  },
1650
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2279
+ {
2280
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2281
+ },
2282
+ {
2283
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2284
+ },
2285
+ {
2286
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2287
+ },
2288
+ {
2289
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2290
+ },
2291
+ {
2292
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2293
+ },
2294
+ {
2295
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2296
+ },
2297
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2298
+ {
2299
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2300
+ },
2301
+ {
2302
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2303
+ },
2304
+ {
2305
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2306
+ },
2307
+ {
2308
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2309
+ },
2310
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2311
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1651
2312
  ]
1652
2313
  }
1653
2314
  ])
@@ -1715,6 +2376,24 @@ function restoreFromTrashBin(payload) {
1715
2376
  },
1716
2377
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1717
2378
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2379
+ {
2380
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2381
+ },
2382
+ {
2383
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2384
+ },
2385
+ {
2386
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2387
+ },
2388
+ {
2389
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2390
+ },
2391
+ {
2392
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2393
+ },
2394
+ {
2395
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2396
+ },
1718
2397
  {
1719
2398
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1720
2399
  },
@@ -1756,7 +2435,39 @@ function restoreFromTrashBin(payload) {
1756
2435
  {
1757
2436
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1758
2437
  },
1759
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2438
+ {
2439
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2440
+ },
2441
+ {
2442
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2443
+ },
2444
+ {
2445
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2446
+ },
2447
+ {
2448
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2449
+ },
2450
+ {
2451
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2452
+ },
2453
+ {
2454
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2455
+ },
2456
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2457
+ {
2458
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2459
+ },
2460
+ {
2461
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2462
+ },
2463
+ {
2464
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2465
+ },
2466
+ {
2467
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2468
+ },
2469
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2470
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1760
2471
  ]
1761
2472
  }
1762
2473
  ])
@@ -1824,6 +2535,24 @@ function queryDraftPosts(payload) {
1824
2535
  {
1825
2536
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1826
2537
  },
2538
+ {
2539
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2540
+ },
2541
+ {
2542
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2543
+ },
2544
+ {
2545
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2546
+ },
2547
+ {
2548
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2549
+ },
2550
+ {
2551
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2552
+ },
2553
+ {
2554
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2555
+ },
1827
2556
  {
1828
2557
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1829
2558
  },
@@ -1865,7 +2594,39 @@ function queryDraftPosts(payload) {
1865
2594
  {
1866
2595
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1867
2596
  },
1868
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2597
+ {
2598
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2599
+ },
2600
+ {
2601
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2602
+ },
2603
+ {
2604
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2605
+ },
2606
+ {
2607
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2608
+ },
2609
+ {
2610
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2611
+ },
2612
+ {
2613
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2614
+ },
2615
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2616
+ {
2617
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2618
+ },
2619
+ {
2620
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2621
+ },
2622
+ {
2623
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2624
+ },
2625
+ {
2626
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2627
+ },
2628
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2629
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1869
2630
  ]
1870
2631
  }
1871
2632
  ])
@@ -1973,8 +2734,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1973
2734
  NodeType2["LAYOUT"] = "LAYOUT";
1974
2735
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1975
2736
  NodeType2["SHAPE"] = "SHAPE";
2737
+ NodeType2["CARD"] = "CARD";
2738
+ NodeType2["TOC"] = "TOC";
1976
2739
  return NodeType2;
1977
2740
  })(NodeType || {});
2741
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2742
+ BackgroundType2["COLOR"] = "COLOR";
2743
+ BackgroundType2["GRADIENT"] = "GRADIENT";
2744
+ return BackgroundType2;
2745
+ })(BackgroundType || {});
2746
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
2747
+ GradientType2["LINEAR"] = "LINEAR";
2748
+ GradientType2["RADIAL"] = "RADIAL";
2749
+ return GradientType2;
2750
+ })(GradientType || {});
1978
2751
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1979
2752
  WidthType2["CONTENT"] = "CONTENT";
1980
2753
  WidthType2["SMALL"] = "SMALL";
@@ -2073,6 +2846,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
2073
2846
  Source2["HTML"] = "HTML";
2074
2847
  Source2["ADSENSE"] = "ADSENSE";
2075
2848
  Source2["AI"] = "AI";
2849
+ Source2["AI_WIDGET"] = "AI_WIDGET";
2076
2850
  return Source2;
2077
2851
  })(Source || {});
2078
2852
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -2110,12 +2884,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
2110
2884
  PollLayoutDirection2["RTL"] = "RTL";
2111
2885
  return PollLayoutDirection2;
2112
2886
  })(PollLayoutDirection || {});
2113
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2114
- BackgroundType2["COLOR"] = "COLOR";
2115
- BackgroundType2["IMAGE"] = "IMAGE";
2116
- BackgroundType2["GRADIENT"] = "GRADIENT";
2117
- return BackgroundType2;
2118
- })(BackgroundType || {});
2887
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
2888
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
2889
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
2890
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
2891
+ return PollDesignBackgroundType2;
2892
+ })(PollDesignBackgroundType || {});
2119
2893
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2120
2894
  DecorationType2["BOLD"] = "BOLD";
2121
2895
  DecorationType2["ITALIC"] = "ITALIC";
@@ -2202,12 +2976,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
2202
2976
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
2203
2977
  return NullValue2;
2204
2978
  })(NullValue || {});
2205
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
2206
- Scaling2["AUTO"] = "AUTO";
2207
- Scaling2["CONTAIN"] = "CONTAIN";
2208
- Scaling2["COVER"] = "COVER";
2209
- return Scaling2;
2210
- })(Scaling || {});
2979
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
2980
+ ImageScalingScaling2["AUTO"] = "AUTO";
2981
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
2982
+ ImageScalingScaling2["COVER"] = "COVER";
2983
+ return ImageScalingScaling2;
2984
+ })(ImageScalingScaling || {});
2211
2985
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2212
2986
  ImagePosition2["CENTER"] = "CENTER";
2213
2987
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -2225,6 +2999,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2225
2999
  BannerOrigin2["LAYOUT"] = "LAYOUT";
2226
3000
  return BannerOrigin2;
2227
3001
  })(BannerOrigin || {});
3002
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
3003
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
3004
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
3005
+ return LayoutDataBackgroundType2;
3006
+ })(LayoutDataBackgroundType || {});
3007
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
3008
+ BackdropType2["COLOR"] = "COLOR";
3009
+ BackdropType2["GRADIENT"] = "GRADIENT";
3010
+ return BackdropType2;
3011
+ })(BackdropType || {});
2228
3012
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2229
3013
  VerticalAlignmentAlignment2["TOP"] = "TOP";
2230
3014
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -2241,6 +3025,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
2241
3025
  DesignTarget2["CELL"] = "CELL";
2242
3026
  return DesignTarget2;
2243
3027
  })(DesignTarget || {});
3028
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
3029
+ Scaling2["AUTO"] = "AUTO";
3030
+ Scaling2["CONTAIN"] = "CONTAIN";
3031
+ Scaling2["COVER"] = "COVER";
3032
+ return Scaling2;
3033
+ })(Scaling || {});
3034
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
3035
+ ImagePositionPosition2["CENTER"] = "CENTER";
3036
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
3037
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
3038
+ ImagePositionPosition2["TOP"] = "TOP";
3039
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
3040
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
3041
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
3042
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
3043
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
3044
+ return ImagePositionPosition2;
3045
+ })(ImagePositionPosition || {});
3046
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
3047
+ CardDataBackgroundType2["COLOR"] = "COLOR";
3048
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
3049
+ return CardDataBackgroundType2;
3050
+ })(CardDataBackgroundType || {});
3051
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
3052
+ ListStyle2["PLAIN"] = "PLAIN";
3053
+ ListStyle2["NUMBERED"] = "NUMBERED";
3054
+ ListStyle2["LETTERS"] = "LETTERS";
3055
+ ListStyle2["ROMAN"] = "ROMAN";
3056
+ ListStyle2["BULLETED"] = "BULLETED";
3057
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
3058
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
3059
+ return ListStyle2;
3060
+ })(ListStyle || {});
3061
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
3062
+ Indentation2["NESTED"] = "NESTED";
3063
+ Indentation2["FLAT"] = "FLAT";
3064
+ return Indentation2;
3065
+ })(Indentation || {});
2244
3066
  var Status = /* @__PURE__ */ ((Status2) => {
2245
3067
  Status2["UNKNOWN"] = "UNKNOWN";
2246
3068
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -2566,9 +3388,11 @@ function publishDraftPost2() {
2566
3388
  AlignmentOriginal,
2567
3389
  AppTypeOriginal,
2568
3390
  AspectRatioOriginal,
3391
+ BackdropTypeOriginal,
2569
3392
  BackgroundTypeOriginal,
2570
3393
  BannerOriginOriginal,
2571
3394
  ButtonDataTypeOriginal,
3395
+ CardDataBackgroundTypeOriginal,
2572
3396
  CardStylesTypeOriginal,
2573
3397
  CropOriginal,
2574
3398
  DecorationTypeOriginal,
@@ -2579,11 +3403,17 @@ function publishDraftPost2() {
2579
3403
  FontTypeOriginal,
2580
3404
  GIFTypeOriginal,
2581
3405
  GetDraftPostsSortOriginal,
3406
+ GradientTypeOriginal,
2582
3407
  ImagePositionOriginal,
3408
+ ImagePositionPositionOriginal,
3409
+ ImageScalingScalingOriginal,
3410
+ IndentationOriginal,
2583
3411
  InitialExpandedItemsOriginal,
3412
+ LayoutDataBackgroundTypeOriginal,
2584
3413
  LayoutOriginal,
2585
3414
  LayoutTypeOriginal,
2586
3415
  LineStyleOriginal,
3416
+ ListStyleOriginal,
2587
3417
  MapTypeOriginal,
2588
3418
  ModerationStatusStatusOriginal,
2589
3419
  NodeTypeOriginal,
@@ -2592,6 +3422,7 @@ function publishDraftPost2() {
2592
3422
  OriginOriginal,
2593
3423
  PlacementOriginal,
2594
3424
  PluginContainerDataAlignmentOriginal,
3425
+ PollDesignBackgroundTypeOriginal,
2595
3426
  PollLayoutDirectionOriginal,
2596
3427
  PollLayoutTypeOriginal,
2597
3428
  PositionOriginal,