@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
@@ -218,6 +218,24 @@ function createDraftPost(payload) {
218
218
  },
219
219
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
220
220
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
221
+ {
222
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
223
+ },
224
+ {
225
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
226
+ },
227
+ {
228
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
229
+ },
230
+ {
231
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
232
+ },
233
+ {
234
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
235
+ },
236
+ {
237
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
238
+ },
221
239
  {
222
240
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
223
241
  },
@@ -251,7 +269,39 @@ function createDraftPost(payload) {
251
269
  {
252
270
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
253
271
  },
254
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
272
+ {
273
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
274
+ },
275
+ {
276
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
277
+ },
278
+ {
279
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
280
+ },
281
+ {
282
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
283
+ },
284
+ {
285
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
286
+ },
287
+ {
288
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
289
+ },
290
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
291
+ {
292
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
293
+ },
294
+ {
295
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
296
+ },
297
+ {
298
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
299
+ },
300
+ {
301
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
302
+ },
303
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
304
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
255
305
  ]
256
306
  }
257
307
  ]);
@@ -308,6 +358,24 @@ function createDraftPost(payload) {
308
358
  },
309
359
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
310
360
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
361
+ {
362
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
363
+ },
364
+ {
365
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
366
+ },
367
+ {
368
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
369
+ },
370
+ {
371
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
372
+ },
373
+ {
374
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
375
+ },
376
+ {
377
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
378
+ },
311
379
  {
312
380
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
313
381
  },
@@ -349,7 +417,39 @@ function createDraftPost(payload) {
349
417
  {
350
418
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
351
419
  },
352
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
420
+ {
421
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
422
+ },
423
+ {
424
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
425
+ },
426
+ {
427
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
428
+ },
429
+ {
430
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
431
+ },
432
+ {
433
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
434
+ },
435
+ {
436
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
437
+ },
438
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
439
+ {
440
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
441
+ },
442
+ {
443
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
444
+ },
445
+ {
446
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
447
+ },
448
+ {
449
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
450
+ },
451
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
452
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
353
453
  ]
354
454
  }
355
455
  ])
@@ -401,6 +501,24 @@ function bulkCreateDraftPosts(payload) {
401
501
  },
402
502
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
403
503
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
504
+ {
505
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
506
+ },
507
+ {
508
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
509
+ },
510
+ {
511
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
512
+ },
513
+ {
514
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
515
+ },
516
+ {
517
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
518
+ },
519
+ {
520
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
521
+ },
404
522
  {
405
523
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
406
524
  },
@@ -436,7 +554,39 @@ function bulkCreateDraftPosts(payload) {
436
554
  {
437
555
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
438
556
  },
439
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
557
+ {
558
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
559
+ },
560
+ {
561
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
562
+ },
563
+ {
564
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
565
+ },
566
+ {
567
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
568
+ },
569
+ {
570
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
571
+ },
572
+ {
573
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
574
+ },
575
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
576
+ {
577
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
578
+ },
579
+ {
580
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
581
+ },
582
+ {
583
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
584
+ },
585
+ {
586
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
587
+ },
588
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
589
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
440
590
  ]
441
591
  }
442
592
  ]);
@@ -497,6 +647,24 @@ function bulkCreateDraftPosts(payload) {
497
647
  {
498
648
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
499
649
  },
650
+ {
651
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
652
+ },
653
+ {
654
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
655
+ },
656
+ {
657
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
658
+ },
659
+ {
660
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
661
+ },
662
+ {
663
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
664
+ },
665
+ {
666
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
667
+ },
500
668
  {
501
669
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
502
670
  },
@@ -548,9 +716,41 @@ function bulkCreateDraftPosts(payload) {
548
716
  {
549
717
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
550
718
  },
719
+ {
720
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
721
+ },
722
+ {
723
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
724
+ },
725
+ {
726
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
727
+ },
728
+ {
729
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
730
+ },
731
+ {
732
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
733
+ },
734
+ {
735
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
736
+ },
551
737
  {
552
738
  path: "results.item.richContent.nodes.shapeData.shape.duration"
553
- }
739
+ },
740
+ {
741
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
742
+ },
743
+ {
744
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
745
+ },
746
+ {
747
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
748
+ },
749
+ {
750
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
751
+ },
752
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
753
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
554
754
  ]
555
755
  }
556
756
  ])
@@ -619,6 +819,24 @@ function bulkUpdateDraftPosts(payload) {
619
819
  {
620
820
  path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
621
821
  },
822
+ {
823
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
824
+ },
825
+ {
826
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
827
+ },
828
+ {
829
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
830
+ },
831
+ {
832
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
833
+ },
834
+ {
835
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
836
+ },
837
+ {
838
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
839
+ },
622
840
  {
623
841
  path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
624
842
  },
@@ -670,8 +888,42 @@ function bulkUpdateDraftPosts(payload) {
670
888
  {
671
889
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
672
890
  },
891
+ {
892
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
893
+ },
894
+ {
895
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
896
+ },
897
+ {
898
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
899
+ },
900
+ {
901
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
902
+ },
903
+ {
904
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
905
+ },
906
+ {
907
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
908
+ },
673
909
  {
674
910
  path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
911
+ },
912
+ {
913
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
914
+ },
915
+ {
916
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
917
+ },
918
+ {
919
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
920
+ },
921
+ {
922
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
923
+ },
924
+ { path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
925
+ {
926
+ path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
675
927
  }
676
928
  ]
677
929
  }
@@ -733,6 +985,24 @@ function bulkUpdateDraftPosts(payload) {
733
985
  {
734
986
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
735
987
  },
988
+ {
989
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
990
+ },
991
+ {
992
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
993
+ },
994
+ {
995
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
996
+ },
997
+ {
998
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
999
+ },
1000
+ {
1001
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1002
+ },
1003
+ {
1004
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1005
+ },
736
1006
  {
737
1007
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
738
1008
  },
@@ -784,9 +1054,41 @@ function bulkUpdateDraftPosts(payload) {
784
1054
  {
785
1055
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
786
1056
  },
1057
+ {
1058
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1059
+ },
1060
+ {
1061
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1062
+ },
1063
+ {
1064
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1065
+ },
1066
+ {
1067
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1068
+ },
1069
+ {
1070
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1071
+ },
1072
+ {
1073
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1074
+ },
787
1075
  {
788
1076
  path: "results.item.richContent.nodes.shapeData.shape.duration"
789
- }
1077
+ },
1078
+ {
1079
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1080
+ },
1081
+ {
1082
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1083
+ },
1084
+ {
1085
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1086
+ },
1087
+ {
1088
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1089
+ },
1090
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
1091
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
790
1092
  ]
791
1093
  }
792
1094
  ])
@@ -854,6 +1156,24 @@ function listDeletedDraftPosts(payload) {
854
1156
  {
855
1157
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
856
1158
  },
1159
+ {
1160
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1161
+ },
1162
+ {
1163
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1164
+ },
1165
+ {
1166
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1167
+ },
1168
+ {
1169
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1170
+ },
1171
+ {
1172
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1173
+ },
1174
+ {
1175
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1176
+ },
857
1177
  {
858
1178
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
859
1179
  },
@@ -895,7 +1215,39 @@ function listDeletedDraftPosts(payload) {
895
1215
  {
896
1216
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
897
1217
  },
898
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
1218
+ {
1219
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1220
+ },
1221
+ {
1222
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
1223
+ },
1224
+ {
1225
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
1226
+ },
1227
+ {
1228
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
1229
+ },
1230
+ {
1231
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
1232
+ },
1233
+ {
1234
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1235
+ },
1236
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
1237
+ {
1238
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
1239
+ },
1240
+ {
1241
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
1242
+ },
1243
+ {
1244
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
1245
+ },
1246
+ {
1247
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1248
+ },
1249
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
1250
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
899
1251
  ]
900
1252
  }
901
1253
  ])
@@ -959,6 +1311,24 @@ function getDraftPost(payload) {
959
1311
  },
960
1312
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
961
1313
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1314
+ {
1315
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1316
+ },
1317
+ {
1318
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1319
+ },
1320
+ {
1321
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1322
+ },
1323
+ {
1324
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1325
+ },
1326
+ {
1327
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1328
+ },
1329
+ {
1330
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1331
+ },
962
1332
  {
963
1333
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
964
1334
  },
@@ -1000,7 +1370,39 @@ function getDraftPost(payload) {
1000
1370
  {
1001
1371
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1002
1372
  },
1003
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1373
+ {
1374
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1375
+ },
1376
+ {
1377
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1378
+ },
1379
+ {
1380
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1381
+ },
1382
+ {
1383
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1384
+ },
1385
+ {
1386
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1387
+ },
1388
+ {
1389
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1390
+ },
1391
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1392
+ {
1393
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1394
+ },
1395
+ {
1396
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1397
+ },
1398
+ {
1399
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1400
+ },
1401
+ {
1402
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1403
+ },
1404
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1405
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1004
1406
  ]
1005
1407
  }
1006
1408
  ])
@@ -1057,6 +1459,24 @@ function updateDraftPost(payload) {
1057
1459
  },
1058
1460
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1059
1461
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1462
+ {
1463
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1464
+ },
1465
+ {
1466
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1467
+ },
1468
+ {
1469
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1470
+ },
1471
+ {
1472
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1473
+ },
1474
+ {
1475
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1476
+ },
1477
+ {
1478
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1479
+ },
1060
1480
  {
1061
1481
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1062
1482
  },
@@ -1090,7 +1510,39 @@ function updateDraftPost(payload) {
1090
1510
  {
1091
1511
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1092
1512
  },
1093
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1513
+ {
1514
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1515
+ },
1516
+ {
1517
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1518
+ },
1519
+ {
1520
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1521
+ },
1522
+ {
1523
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1524
+ },
1525
+ {
1526
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1527
+ },
1528
+ {
1529
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1530
+ },
1531
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1532
+ {
1533
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1534
+ },
1535
+ {
1536
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1537
+ },
1538
+ {
1539
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1540
+ },
1541
+ {
1542
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1543
+ },
1544
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1545
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1094
1546
  ]
1095
1547
  }
1096
1548
  ]);
@@ -1151,6 +1603,24 @@ function updateDraftPost(payload) {
1151
1603
  },
1152
1604
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1153
1605
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1606
+ {
1607
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1608
+ },
1609
+ {
1610
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1611
+ },
1612
+ {
1613
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1614
+ },
1615
+ {
1616
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1617
+ },
1618
+ {
1619
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1620
+ },
1621
+ {
1622
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1623
+ },
1154
1624
  {
1155
1625
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1156
1626
  },
@@ -1192,7 +1662,39 @@ function updateDraftPost(payload) {
1192
1662
  {
1193
1663
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1194
1664
  },
1195
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1665
+ {
1666
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1667
+ },
1668
+ {
1669
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1670
+ },
1671
+ {
1672
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1673
+ },
1674
+ {
1675
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1676
+ },
1677
+ {
1678
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1679
+ },
1680
+ {
1681
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1682
+ },
1683
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1684
+ {
1685
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1686
+ },
1687
+ {
1688
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1689
+ },
1690
+ {
1691
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1692
+ },
1693
+ {
1694
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1695
+ },
1696
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
1697
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1196
1698
  ]
1197
1699
  }
1198
1700
  ])
@@ -1302,6 +1804,24 @@ function bulkDeleteDraftPosts(payload) {
1302
1804
  {
1303
1805
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
1304
1806
  },
1807
+ {
1808
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1809
+ },
1810
+ {
1811
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1812
+ },
1813
+ {
1814
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1815
+ },
1816
+ {
1817
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1818
+ },
1819
+ {
1820
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1821
+ },
1822
+ {
1823
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1824
+ },
1305
1825
  {
1306
1826
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
1307
1827
  },
@@ -1336,26 +1856,58 @@ function bulkDeleteDraftPosts(payload) {
1336
1856
  path: "results.item.richContent.nodes.appEmbedData.image.duration"
1337
1857
  },
1338
1858
  {
1339
- path: "results.item.richContent.nodes.videoData.video.duration"
1859
+ path: "results.item.richContent.nodes.videoData.video.duration"
1860
+ },
1861
+ {
1862
+ path: "results.item.richContent.nodes.videoData.thumbnail.duration"
1863
+ },
1864
+ {
1865
+ path: "results.item.richContent.nodes.audioData.audio.duration"
1866
+ },
1867
+ {
1868
+ path: "results.item.richContent.nodes.audioData.coverImage.duration"
1869
+ },
1870
+ {
1871
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1872
+ },
1873
+ {
1874
+ path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1875
+ },
1876
+ {
1877
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1878
+ },
1879
+ {
1880
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1881
+ },
1882
+ {
1883
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1884
+ },
1885
+ {
1886
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1887
+ },
1888
+ {
1889
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1340
1890
  },
1341
1891
  {
1342
- path: "results.item.richContent.nodes.videoData.thumbnail.duration"
1892
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1343
1893
  },
1344
1894
  {
1345
- path: "results.item.richContent.nodes.audioData.audio.duration"
1895
+ path: "results.item.richContent.nodes.shapeData.shape.duration"
1346
1896
  },
1347
1897
  {
1348
- path: "results.item.richContent.nodes.audioData.coverImage.duration"
1898
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1349
1899
  },
1350
1900
  {
1351
- path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1901
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1352
1902
  },
1353
1903
  {
1354
- path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1904
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1355
1905
  },
1356
1906
  {
1357
- path: "results.item.richContent.nodes.shapeData.shape.duration"
1358
- }
1907
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1908
+ },
1909
+ { path: "results.item.richContent.nodes.tocData.fontSize" },
1910
+ { path: "results.item.richContent.nodes.tocData.itemSpacing" }
1359
1911
  ]
1360
1912
  }
1361
1913
  ])
@@ -1423,6 +1975,24 @@ function listDraftPosts(payload) {
1423
1975
  {
1424
1976
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1425
1977
  },
1978
+ {
1979
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1980
+ },
1981
+ {
1982
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1983
+ },
1984
+ {
1985
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1986
+ },
1987
+ {
1988
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1989
+ },
1990
+ {
1991
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1992
+ },
1993
+ {
1994
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1995
+ },
1426
1996
  {
1427
1997
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1428
1998
  },
@@ -1464,7 +2034,39 @@ function listDraftPosts(payload) {
1464
2034
  {
1465
2035
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1466
2036
  },
1467
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2037
+ {
2038
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2039
+ },
2040
+ {
2041
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2042
+ },
2043
+ {
2044
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2045
+ },
2046
+ {
2047
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2048
+ },
2049
+ {
2050
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2051
+ },
2052
+ {
2053
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2054
+ },
2055
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2056
+ {
2057
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2058
+ },
2059
+ {
2060
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2061
+ },
2062
+ {
2063
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2064
+ },
2065
+ {
2066
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2067
+ },
2068
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2069
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1468
2070
  ]
1469
2071
  }
1470
2072
  ])
@@ -1532,6 +2134,24 @@ function getDeletedDraftPost(payload) {
1532
2134
  },
1533
2135
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1534
2136
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2137
+ {
2138
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2139
+ },
2140
+ {
2141
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2142
+ },
2143
+ {
2144
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2145
+ },
2146
+ {
2147
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2148
+ },
2149
+ {
2150
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2151
+ },
2152
+ {
2153
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2154
+ },
1535
2155
  {
1536
2156
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1537
2157
  },
@@ -1573,7 +2193,39 @@ function getDeletedDraftPost(payload) {
1573
2193
  {
1574
2194
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1575
2195
  },
1576
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2196
+ {
2197
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2198
+ },
2199
+ {
2200
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2201
+ },
2202
+ {
2203
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2204
+ },
2205
+ {
2206
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2207
+ },
2208
+ {
2209
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2210
+ },
2211
+ {
2212
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2213
+ },
2214
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2215
+ {
2216
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2217
+ },
2218
+ {
2219
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2220
+ },
2221
+ {
2222
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2223
+ },
2224
+ {
2225
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2226
+ },
2227
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2228
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1577
2229
  ]
1578
2230
  }
1579
2231
  ])
@@ -1641,6 +2293,24 @@ function restoreFromTrashBin(payload) {
1641
2293
  },
1642
2294
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1643
2295
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2296
+ {
2297
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2298
+ },
2299
+ {
2300
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2301
+ },
2302
+ {
2303
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2304
+ },
2305
+ {
2306
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2307
+ },
2308
+ {
2309
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2310
+ },
2311
+ {
2312
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2313
+ },
1644
2314
  {
1645
2315
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1646
2316
  },
@@ -1682,7 +2352,39 @@ function restoreFromTrashBin(payload) {
1682
2352
  {
1683
2353
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1684
2354
  },
1685
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2355
+ {
2356
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2357
+ },
2358
+ {
2359
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2360
+ },
2361
+ {
2362
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2363
+ },
2364
+ {
2365
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2366
+ },
2367
+ {
2368
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2369
+ },
2370
+ {
2371
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2372
+ },
2373
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2374
+ {
2375
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2376
+ },
2377
+ {
2378
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2379
+ },
2380
+ {
2381
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2382
+ },
2383
+ {
2384
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2385
+ },
2386
+ { path: "draftPost.richContent.nodes.tocData.fontSize" },
2387
+ { path: "draftPost.richContent.nodes.tocData.itemSpacing" }
1686
2388
  ]
1687
2389
  }
1688
2390
  ])
@@ -1750,6 +2452,24 @@ function queryDraftPosts(payload) {
1750
2452
  {
1751
2453
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1752
2454
  },
2455
+ {
2456
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2457
+ },
2458
+ {
2459
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2460
+ },
2461
+ {
2462
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2463
+ },
2464
+ {
2465
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2466
+ },
2467
+ {
2468
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2469
+ },
2470
+ {
2471
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2472
+ },
1753
2473
  {
1754
2474
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1755
2475
  },
@@ -1791,7 +2511,39 @@ function queryDraftPosts(payload) {
1791
2511
  {
1792
2512
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1793
2513
  },
1794
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2514
+ {
2515
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2516
+ },
2517
+ {
2518
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2519
+ },
2520
+ {
2521
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2522
+ },
2523
+ {
2524
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2525
+ },
2526
+ {
2527
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2528
+ },
2529
+ {
2530
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2531
+ },
2532
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2533
+ {
2534
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2535
+ },
2536
+ {
2537
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2538
+ },
2539
+ {
2540
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2541
+ },
2542
+ {
2543
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2544
+ },
2545
+ { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2546
+ { path: "draftPosts.richContent.nodes.tocData.itemSpacing" }
1795
2547
  ]
1796
2548
  }
1797
2549
  ])
@@ -1907,8 +2659,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1907
2659
  NodeType2["LAYOUT"] = "LAYOUT";
1908
2660
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1909
2661
  NodeType2["SHAPE"] = "SHAPE";
2662
+ NodeType2["CARD"] = "CARD";
2663
+ NodeType2["TOC"] = "TOC";
1910
2664
  return NodeType2;
1911
2665
  })(NodeType || {});
2666
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2667
+ BackgroundType2["COLOR"] = "COLOR";
2668
+ BackgroundType2["GRADIENT"] = "GRADIENT";
2669
+ return BackgroundType2;
2670
+ })(BackgroundType || {});
2671
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
2672
+ GradientType2["LINEAR"] = "LINEAR";
2673
+ GradientType2["RADIAL"] = "RADIAL";
2674
+ return GradientType2;
2675
+ })(GradientType || {});
1912
2676
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1913
2677
  WidthType2["CONTENT"] = "CONTENT";
1914
2678
  WidthType2["SMALL"] = "SMALL";
@@ -2007,6 +2771,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
2007
2771
  Source2["HTML"] = "HTML";
2008
2772
  Source2["ADSENSE"] = "ADSENSE";
2009
2773
  Source2["AI"] = "AI";
2774
+ Source2["AI_WIDGET"] = "AI_WIDGET";
2010
2775
  return Source2;
2011
2776
  })(Source || {});
2012
2777
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -2044,12 +2809,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
2044
2809
  PollLayoutDirection2["RTL"] = "RTL";
2045
2810
  return PollLayoutDirection2;
2046
2811
  })(PollLayoutDirection || {});
2047
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2048
- BackgroundType2["COLOR"] = "COLOR";
2049
- BackgroundType2["IMAGE"] = "IMAGE";
2050
- BackgroundType2["GRADIENT"] = "GRADIENT";
2051
- return BackgroundType2;
2052
- })(BackgroundType || {});
2812
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
2813
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
2814
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
2815
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
2816
+ return PollDesignBackgroundType2;
2817
+ })(PollDesignBackgroundType || {});
2053
2818
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2054
2819
  DecorationType2["BOLD"] = "BOLD";
2055
2820
  DecorationType2["ITALIC"] = "ITALIC";
@@ -2136,12 +2901,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
2136
2901
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
2137
2902
  return NullValue2;
2138
2903
  })(NullValue || {});
2139
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
2140
- Scaling2["AUTO"] = "AUTO";
2141
- Scaling2["CONTAIN"] = "CONTAIN";
2142
- Scaling2["COVER"] = "COVER";
2143
- return Scaling2;
2144
- })(Scaling || {});
2904
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
2905
+ ImageScalingScaling2["AUTO"] = "AUTO";
2906
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
2907
+ ImageScalingScaling2["COVER"] = "COVER";
2908
+ return ImageScalingScaling2;
2909
+ })(ImageScalingScaling || {});
2145
2910
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2146
2911
  ImagePosition2["CENTER"] = "CENTER";
2147
2912
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -2159,6 +2924,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2159
2924
  BannerOrigin2["LAYOUT"] = "LAYOUT";
2160
2925
  return BannerOrigin2;
2161
2926
  })(BannerOrigin || {});
2927
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2928
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2929
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2930
+ return LayoutDataBackgroundType2;
2931
+ })(LayoutDataBackgroundType || {});
2932
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2933
+ BackdropType2["COLOR"] = "COLOR";
2934
+ BackdropType2["GRADIENT"] = "GRADIENT";
2935
+ return BackdropType2;
2936
+ })(BackdropType || {});
2162
2937
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2163
2938
  VerticalAlignmentAlignment2["TOP"] = "TOP";
2164
2939
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -2175,6 +2950,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
2175
2950
  DesignTarget2["CELL"] = "CELL";
2176
2951
  return DesignTarget2;
2177
2952
  })(DesignTarget || {});
2953
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2954
+ Scaling2["AUTO"] = "AUTO";
2955
+ Scaling2["CONTAIN"] = "CONTAIN";
2956
+ Scaling2["COVER"] = "COVER";
2957
+ return Scaling2;
2958
+ })(Scaling || {});
2959
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
2960
+ ImagePositionPosition2["CENTER"] = "CENTER";
2961
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
2962
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
2963
+ ImagePositionPosition2["TOP"] = "TOP";
2964
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
2965
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
2966
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
2967
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
2968
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2969
+ return ImagePositionPosition2;
2970
+ })(ImagePositionPosition || {});
2971
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
2972
+ CardDataBackgroundType2["COLOR"] = "COLOR";
2973
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
2974
+ return CardDataBackgroundType2;
2975
+ })(CardDataBackgroundType || {});
2976
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
2977
+ ListStyle2["PLAIN"] = "PLAIN";
2978
+ ListStyle2["NUMBERED"] = "NUMBERED";
2979
+ ListStyle2["LETTERS"] = "LETTERS";
2980
+ ListStyle2["ROMAN"] = "ROMAN";
2981
+ ListStyle2["BULLETED"] = "BULLETED";
2982
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
2983
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
2984
+ return ListStyle2;
2985
+ })(ListStyle || {});
2986
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
2987
+ Indentation2["NESTED"] = "NESTED";
2988
+ Indentation2["FLAT"] = "FLAT";
2989
+ return Indentation2;
2990
+ })(Indentation || {});
2178
2991
  var Status = /* @__PURE__ */ ((Status2) => {
2179
2992
  Status2["UNKNOWN"] = "UNKNOWN";
2180
2993
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -3224,6 +4037,24 @@ var onDraftCreated = EventDefinition(
3224
4037
  {
3225
4038
  transformFn: transformRESTFloatToSDKFloat2,
3226
4039
  paths: [
4040
+ {
4041
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4042
+ },
4043
+ {
4044
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4045
+ },
4046
+ {
4047
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4048
+ },
4049
+ {
4050
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4051
+ },
4052
+ {
4053
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4054
+ },
4055
+ {
4056
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4057
+ },
3227
4058
  {
3228
4059
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3229
4060
  },
@@ -3255,7 +4086,39 @@ var onDraftCreated = EventDefinition(
3255
4086
  {
3256
4087
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3257
4088
  },
3258
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4089
+ {
4090
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4091
+ },
4092
+ {
4093
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4094
+ },
4095
+ {
4096
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4097
+ },
4098
+ {
4099
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4100
+ },
4101
+ {
4102
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4103
+ },
4104
+ {
4105
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4106
+ },
4107
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4108
+ {
4109
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4110
+ },
4111
+ {
4112
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4113
+ },
4114
+ {
4115
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4116
+ },
4117
+ {
4118
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4119
+ },
4120
+ { path: "entity.richContent.nodes.tocData.fontSize" },
4121
+ { path: "entity.richContent.nodes.tocData.itemSpacing" }
3259
4122
  ]
3260
4123
  },
3261
4124
  {
@@ -3298,6 +4161,24 @@ var onDraftDeleted = EventDefinition(
3298
4161
  {
3299
4162
  transformFn: transformRESTFloatToSDKFloat2,
3300
4163
  paths: [
4164
+ {
4165
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4166
+ },
4167
+ {
4168
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4169
+ },
4170
+ {
4171
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4172
+ },
4173
+ {
4174
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4175
+ },
4176
+ {
4177
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4178
+ },
4179
+ {
4180
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4181
+ },
3301
4182
  {
3302
4183
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3303
4184
  },
@@ -3329,7 +4210,39 @@ var onDraftDeleted = EventDefinition(
3329
4210
  {
3330
4211
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3331
4212
  },
3332
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4213
+ {
4214
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4215
+ },
4216
+ {
4217
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4218
+ },
4219
+ {
4220
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4221
+ },
4222
+ {
4223
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4224
+ },
4225
+ {
4226
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4227
+ },
4228
+ {
4229
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4230
+ },
4231
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4232
+ {
4233
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4234
+ },
4235
+ {
4236
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4237
+ },
4238
+ {
4239
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4240
+ },
4241
+ {
4242
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4243
+ },
4244
+ { path: "entity.richContent.nodes.tocData.fontSize" },
4245
+ { path: "entity.richContent.nodes.tocData.itemSpacing" }
3333
4246
  ]
3334
4247
  },
3335
4248
  {
@@ -3372,6 +4285,24 @@ var onDraftUpdated = EventDefinition(
3372
4285
  {
3373
4286
  transformFn: transformRESTFloatToSDKFloat2,
3374
4287
  paths: [
4288
+ {
4289
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4290
+ },
4291
+ {
4292
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4293
+ },
4294
+ {
4295
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4296
+ },
4297
+ {
4298
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4299
+ },
4300
+ {
4301
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4302
+ },
4303
+ {
4304
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4305
+ },
3375
4306
  {
3376
4307
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3377
4308
  },
@@ -3403,7 +4334,39 @@ var onDraftUpdated = EventDefinition(
3403
4334
  {
3404
4335
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3405
4336
  },
3406
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4337
+ {
4338
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4339
+ },
4340
+ {
4341
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4342
+ },
4343
+ {
4344
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4345
+ },
4346
+ {
4347
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4348
+ },
4349
+ {
4350
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4351
+ },
4352
+ {
4353
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4354
+ },
4355
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4356
+ {
4357
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4358
+ },
4359
+ {
4360
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4361
+ },
4362
+ {
4363
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4364
+ },
4365
+ {
4366
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4367
+ },
4368
+ { path: "entity.richContent.nodes.tocData.fontSize" },
4369
+ { path: "entity.richContent.nodes.tocData.itemSpacing" }
3407
4370
  ]
3408
4371
  },
3409
4372
  {
@@ -3451,9 +4414,11 @@ export {
3451
4414
  Alignment,
3452
4415
  AppType,
3453
4416
  AspectRatio,
4417
+ BackdropType,
3454
4418
  BackgroundType,
3455
4419
  BannerOrigin,
3456
4420
  ButtonDataType,
4421
+ CardDataBackgroundType,
3457
4422
  CardStylesType,
3458
4423
  Crop,
3459
4424
  DecorationType,
@@ -3464,11 +4429,17 @@ export {
3464
4429
  FontType,
3465
4430
  GIFType,
3466
4431
  GetDraftPostsSort,
4432
+ GradientType,
3467
4433
  ImagePosition,
4434
+ ImagePositionPosition,
4435
+ ImageScalingScaling,
4436
+ Indentation,
3468
4437
  InitialExpandedItems,
3469
4438
  Layout,
4439
+ LayoutDataBackgroundType,
3470
4440
  LayoutType,
3471
4441
  LineStyle,
4442
+ ListStyle,
3472
4443
  MapType,
3473
4444
  ModerationStatusStatus,
3474
4445
  NodeType,
@@ -3477,6 +4448,7 @@ export {
3477
4448
  Origin,
3478
4449
  Placement,
3479
4450
  PluginContainerDataAlignment,
4451
+ PollDesignBackgroundType,
3480
4452
  PollLayoutDirection,
3481
4453
  PollLayoutType,
3482
4454
  Position,