@wix/auto_sdk_blog_draft-posts 1.0.75 → 1.0.77

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 +961 -35
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +242 -24
  5. package/build/cjs/index.typings.js +805 -23
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +242 -24
  8. package/build/cjs/meta.js +805 -23
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +954 -35
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +242 -24
  14. package/build/es/index.typings.mjs +798 -23
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +242 -24
  17. package/build/es/meta.mjs +798 -23
  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 +961 -35
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +242 -24
  23. package/build/internal/cjs/index.typings.js +805 -23
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +242 -24
  26. package/build/internal/cjs/meta.js +805 -23
  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 +954 -35
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +242 -24
  32. package/build/internal/es/index.typings.mjs +798 -23
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +242 -24
  35. package/build/internal/es/meta.mjs +798 -23
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -135,6 +135,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
135
135
  {
136
136
  srcPath: "/_api/communities-blog-node-api/v3/moderation",
137
137
  destPath: "/v3/moderation"
138
+ },
139
+ {
140
+ srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
141
+ destPath: "/v3/bulk/moderation"
138
142
  }
139
143
  ],
140
144
  "social-blog._base_domain_": [
@@ -214,6 +218,24 @@ function createDraftPost(payload) {
214
218
  },
215
219
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
216
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
+ },
217
239
  {
218
240
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
219
241
  },
@@ -247,7 +269,37 @@ function createDraftPost(payload) {
247
269
  {
248
270
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
249
271
  },
250
- { 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
+ }
251
303
  ]
252
304
  }
253
305
  ]);
@@ -304,6 +356,24 @@ function createDraftPost(payload) {
304
356
  },
305
357
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
306
358
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
359
+ {
360
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
361
+ },
362
+ {
363
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
364
+ },
365
+ {
366
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
367
+ },
368
+ {
369
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
370
+ },
371
+ {
372
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
373
+ },
374
+ {
375
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
376
+ },
307
377
  {
308
378
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
309
379
  },
@@ -345,7 +415,37 @@ function createDraftPost(payload) {
345
415
  {
346
416
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
347
417
  },
348
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
418
+ {
419
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
420
+ },
421
+ {
422
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
423
+ },
424
+ {
425
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
426
+ },
427
+ {
428
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
429
+ },
430
+ {
431
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
432
+ },
433
+ {
434
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
435
+ },
436
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
437
+ {
438
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
439
+ },
440
+ {
441
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
442
+ },
443
+ {
444
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
445
+ },
446
+ {
447
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
448
+ }
349
449
  ]
350
450
  }
351
451
  ])
@@ -397,6 +497,24 @@ function bulkCreateDraftPosts(payload) {
397
497
  },
398
498
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
399
499
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
500
+ {
501
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
502
+ },
503
+ {
504
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
505
+ },
506
+ {
507
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
508
+ },
509
+ {
510
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
511
+ },
512
+ {
513
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
514
+ },
515
+ {
516
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
517
+ },
400
518
  {
401
519
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
402
520
  },
@@ -432,7 +550,37 @@ function bulkCreateDraftPosts(payload) {
432
550
  {
433
551
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
434
552
  },
435
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
553
+ {
554
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
555
+ },
556
+ {
557
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
558
+ },
559
+ {
560
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
561
+ },
562
+ {
563
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
564
+ },
565
+ {
566
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
567
+ },
568
+ {
569
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
570
+ },
571
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
572
+ {
573
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
574
+ },
575
+ {
576
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
577
+ },
578
+ {
579
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
580
+ },
581
+ {
582
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
583
+ }
436
584
  ]
437
585
  }
438
586
  ]);
@@ -493,6 +641,24 @@ function bulkCreateDraftPosts(payload) {
493
641
  {
494
642
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
495
643
  },
644
+ {
645
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
646
+ },
647
+ {
648
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
649
+ },
650
+ {
651
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
652
+ },
653
+ {
654
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
655
+ },
656
+ {
657
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
658
+ },
659
+ {
660
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
661
+ },
496
662
  {
497
663
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
498
664
  },
@@ -544,8 +710,38 @@ function bulkCreateDraftPosts(payload) {
544
710
  {
545
711
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
546
712
  },
713
+ {
714
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
715
+ },
716
+ {
717
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
718
+ },
719
+ {
720
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
721
+ },
722
+ {
723
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
724
+ },
725
+ {
726
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
727
+ },
728
+ {
729
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
730
+ },
547
731
  {
548
732
  path: "results.item.richContent.nodes.shapeData.shape.duration"
733
+ },
734
+ {
735
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
736
+ },
737
+ {
738
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
739
+ },
740
+ {
741
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
742
+ },
743
+ {
744
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
549
745
  }
550
746
  ]
551
747
  }
@@ -615,6 +811,24 @@ function bulkUpdateDraftPosts(payload) {
615
811
  {
616
812
  path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
617
813
  },
814
+ {
815
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
816
+ },
817
+ {
818
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
819
+ },
820
+ {
821
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
822
+ },
823
+ {
824
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
825
+ },
826
+ {
827
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
828
+ },
829
+ {
830
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
831
+ },
618
832
  {
619
833
  path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
620
834
  },
@@ -666,8 +880,38 @@ function bulkUpdateDraftPosts(payload) {
666
880
  {
667
881
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
668
882
  },
883
+ {
884
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
885
+ },
886
+ {
887
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
888
+ },
889
+ {
890
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
891
+ },
892
+ {
893
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
894
+ },
895
+ {
896
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
897
+ },
898
+ {
899
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
900
+ },
669
901
  {
670
902
  path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
903
+ },
904
+ {
905
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
906
+ },
907
+ {
908
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
909
+ },
910
+ {
911
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
912
+ },
913
+ {
914
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
671
915
  }
672
916
  ]
673
917
  }
@@ -729,6 +973,24 @@ function bulkUpdateDraftPosts(payload) {
729
973
  {
730
974
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
731
975
  },
976
+ {
977
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
978
+ },
979
+ {
980
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
981
+ },
982
+ {
983
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
984
+ },
985
+ {
986
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
987
+ },
988
+ {
989
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
990
+ },
991
+ {
992
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
993
+ },
732
994
  {
733
995
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
734
996
  },
@@ -780,8 +1042,38 @@ function bulkUpdateDraftPosts(payload) {
780
1042
  {
781
1043
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
782
1044
  },
1045
+ {
1046
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1047
+ },
1048
+ {
1049
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1050
+ },
1051
+ {
1052
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1053
+ },
1054
+ {
1055
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1056
+ },
1057
+ {
1058
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1059
+ },
1060
+ {
1061
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1062
+ },
783
1063
  {
784
1064
  path: "results.item.richContent.nodes.shapeData.shape.duration"
1065
+ },
1066
+ {
1067
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1068
+ },
1069
+ {
1070
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1071
+ },
1072
+ {
1073
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1074
+ },
1075
+ {
1076
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
785
1077
  }
786
1078
  ]
787
1079
  }
@@ -850,6 +1142,24 @@ function listDeletedDraftPosts(payload) {
850
1142
  {
851
1143
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
852
1144
  },
1145
+ {
1146
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1147
+ },
1148
+ {
1149
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1150
+ },
1151
+ {
1152
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1153
+ },
1154
+ {
1155
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1156
+ },
1157
+ {
1158
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1159
+ },
1160
+ {
1161
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1162
+ },
853
1163
  {
854
1164
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
855
1165
  },
@@ -891,7 +1201,37 @@ function listDeletedDraftPosts(payload) {
891
1201
  {
892
1202
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
893
1203
  },
894
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
1204
+ {
1205
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1206
+ },
1207
+ {
1208
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
1209
+ },
1210
+ {
1211
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
1212
+ },
1213
+ {
1214
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
1215
+ },
1216
+ {
1217
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
1218
+ },
1219
+ {
1220
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1221
+ },
1222
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
1223
+ {
1224
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
1225
+ },
1226
+ {
1227
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
1228
+ },
1229
+ {
1230
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
1231
+ },
1232
+ {
1233
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1234
+ }
895
1235
  ]
896
1236
  }
897
1237
  ])
@@ -955,6 +1295,24 @@ function getDraftPost(payload) {
955
1295
  },
956
1296
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
957
1297
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1298
+ {
1299
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1300
+ },
1301
+ {
1302
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1303
+ },
1304
+ {
1305
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1306
+ },
1307
+ {
1308
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1309
+ },
1310
+ {
1311
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1312
+ },
1313
+ {
1314
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1315
+ },
958
1316
  {
959
1317
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
960
1318
  },
@@ -996,7 +1354,37 @@ function getDraftPost(payload) {
996
1354
  {
997
1355
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
998
1356
  },
999
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1357
+ {
1358
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1359
+ },
1360
+ {
1361
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1362
+ },
1363
+ {
1364
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1365
+ },
1366
+ {
1367
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1368
+ },
1369
+ {
1370
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1371
+ },
1372
+ {
1373
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1374
+ },
1375
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1376
+ {
1377
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1378
+ },
1379
+ {
1380
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1381
+ },
1382
+ {
1383
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1384
+ },
1385
+ {
1386
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1387
+ }
1000
1388
  ]
1001
1389
  }
1002
1390
  ])
@@ -1053,6 +1441,24 @@ function updateDraftPost(payload) {
1053
1441
  },
1054
1442
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1055
1443
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1444
+ {
1445
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1446
+ },
1447
+ {
1448
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1449
+ },
1450
+ {
1451
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1452
+ },
1453
+ {
1454
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1455
+ },
1456
+ {
1457
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1458
+ },
1459
+ {
1460
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1461
+ },
1056
1462
  {
1057
1463
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1058
1464
  },
@@ -1086,7 +1492,37 @@ function updateDraftPost(payload) {
1086
1492
  {
1087
1493
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1088
1494
  },
1089
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1495
+ {
1496
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1497
+ },
1498
+ {
1499
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1500
+ },
1501
+ {
1502
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1503
+ },
1504
+ {
1505
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1506
+ },
1507
+ {
1508
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1509
+ },
1510
+ {
1511
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1512
+ },
1513
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1514
+ {
1515
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1516
+ },
1517
+ {
1518
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1519
+ },
1520
+ {
1521
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1522
+ },
1523
+ {
1524
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1525
+ }
1090
1526
  ]
1091
1527
  }
1092
1528
  ]);
@@ -1147,6 +1583,24 @@ function updateDraftPost(payload) {
1147
1583
  },
1148
1584
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1149
1585
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1586
+ {
1587
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1588
+ },
1589
+ {
1590
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1591
+ },
1592
+ {
1593
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1594
+ },
1595
+ {
1596
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1597
+ },
1598
+ {
1599
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1600
+ },
1601
+ {
1602
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1603
+ },
1150
1604
  {
1151
1605
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1152
1606
  },
@@ -1188,7 +1642,37 @@ function updateDraftPost(payload) {
1188
1642
  {
1189
1643
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1190
1644
  },
1191
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1645
+ {
1646
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1647
+ },
1648
+ {
1649
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1650
+ },
1651
+ {
1652
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1653
+ },
1654
+ {
1655
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1656
+ },
1657
+ {
1658
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1659
+ },
1660
+ {
1661
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1662
+ },
1663
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1664
+ {
1665
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1666
+ },
1667
+ {
1668
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1669
+ },
1670
+ {
1671
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1672
+ },
1673
+ {
1674
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1675
+ }
1192
1676
  ]
1193
1677
  }
1194
1678
  ])
@@ -1298,6 +1782,24 @@ function bulkDeleteDraftPosts(payload) {
1298
1782
  {
1299
1783
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
1300
1784
  },
1785
+ {
1786
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1787
+ },
1788
+ {
1789
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1790
+ },
1791
+ {
1792
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1793
+ },
1794
+ {
1795
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1796
+ },
1797
+ {
1798
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1799
+ },
1800
+ {
1801
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1802
+ },
1301
1803
  {
1302
1804
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
1303
1805
  },
@@ -1326,31 +1828,61 @@ function bulkDeleteDraftPosts(payload) {
1326
1828
  path: "results.item.richContent.nodes.pollData.poll.options.image.duration"
1327
1829
  },
1328
1830
  {
1329
- path: "results.item.richContent.nodes.pollData.design.poll.background.image.duration"
1831
+ path: "results.item.richContent.nodes.pollData.design.poll.background.image.duration"
1832
+ },
1833
+ {
1834
+ path: "results.item.richContent.nodes.appEmbedData.image.duration"
1835
+ },
1836
+ {
1837
+ path: "results.item.richContent.nodes.videoData.video.duration"
1838
+ },
1839
+ {
1840
+ path: "results.item.richContent.nodes.videoData.thumbnail.duration"
1841
+ },
1842
+ {
1843
+ path: "results.item.richContent.nodes.audioData.audio.duration"
1844
+ },
1845
+ {
1846
+ path: "results.item.richContent.nodes.audioData.coverImage.duration"
1847
+ },
1848
+ {
1849
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1850
+ },
1851
+ {
1852
+ path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1853
+ },
1854
+ {
1855
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1856
+ },
1857
+ {
1858
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1859
+ },
1860
+ {
1861
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1330
1862
  },
1331
1863
  {
1332
- path: "results.item.richContent.nodes.appEmbedData.image.duration"
1864
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1333
1865
  },
1334
1866
  {
1335
- path: "results.item.richContent.nodes.videoData.video.duration"
1867
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1336
1868
  },
1337
1869
  {
1338
- path: "results.item.richContent.nodes.videoData.thumbnail.duration"
1870
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1339
1871
  },
1340
1872
  {
1341
- path: "results.item.richContent.nodes.audioData.audio.duration"
1873
+ path: "results.item.richContent.nodes.shapeData.shape.duration"
1342
1874
  },
1343
1875
  {
1344
- path: "results.item.richContent.nodes.audioData.coverImage.duration"
1876
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1345
1877
  },
1346
1878
  {
1347
- path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1879
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1348
1880
  },
1349
1881
  {
1350
- path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1882
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1351
1883
  },
1352
1884
  {
1353
- path: "results.item.richContent.nodes.shapeData.shape.duration"
1885
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1354
1886
  }
1355
1887
  ]
1356
1888
  }
@@ -1419,6 +1951,24 @@ function listDraftPosts(payload) {
1419
1951
  {
1420
1952
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1421
1953
  },
1954
+ {
1955
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1956
+ },
1957
+ {
1958
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1959
+ },
1960
+ {
1961
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1962
+ },
1963
+ {
1964
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1965
+ },
1966
+ {
1967
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1968
+ },
1969
+ {
1970
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1971
+ },
1422
1972
  {
1423
1973
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1424
1974
  },
@@ -1460,7 +2010,37 @@ function listDraftPosts(payload) {
1460
2010
  {
1461
2011
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1462
2012
  },
1463
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2013
+ {
2014
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2015
+ },
2016
+ {
2017
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2018
+ },
2019
+ {
2020
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2021
+ },
2022
+ {
2023
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2024
+ },
2025
+ {
2026
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2027
+ },
2028
+ {
2029
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2030
+ },
2031
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2032
+ {
2033
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2034
+ },
2035
+ {
2036
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2037
+ },
2038
+ {
2039
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2040
+ },
2041
+ {
2042
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2043
+ }
1464
2044
  ]
1465
2045
  }
1466
2046
  ])
@@ -1528,6 +2108,24 @@ function getDeletedDraftPost(payload) {
1528
2108
  },
1529
2109
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1530
2110
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2111
+ {
2112
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2113
+ },
2114
+ {
2115
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2116
+ },
2117
+ {
2118
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2119
+ },
2120
+ {
2121
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2122
+ },
2123
+ {
2124
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2125
+ },
2126
+ {
2127
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2128
+ },
1531
2129
  {
1532
2130
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1533
2131
  },
@@ -1569,7 +2167,37 @@ function getDeletedDraftPost(payload) {
1569
2167
  {
1570
2168
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1571
2169
  },
1572
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2170
+ {
2171
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2172
+ },
2173
+ {
2174
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2175
+ },
2176
+ {
2177
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2178
+ },
2179
+ {
2180
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2181
+ },
2182
+ {
2183
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2184
+ },
2185
+ {
2186
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2187
+ },
2188
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2189
+ {
2190
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2191
+ },
2192
+ {
2193
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2194
+ },
2195
+ {
2196
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2197
+ },
2198
+ {
2199
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2200
+ }
1573
2201
  ]
1574
2202
  }
1575
2203
  ])
@@ -1637,6 +2265,24 @@ function restoreFromTrashBin(payload) {
1637
2265
  },
1638
2266
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1639
2267
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2268
+ {
2269
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2270
+ },
2271
+ {
2272
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2273
+ },
2274
+ {
2275
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2276
+ },
2277
+ {
2278
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2279
+ },
2280
+ {
2281
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2282
+ },
2283
+ {
2284
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2285
+ },
1640
2286
  {
1641
2287
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1642
2288
  },
@@ -1678,7 +2324,37 @@ function restoreFromTrashBin(payload) {
1678
2324
  {
1679
2325
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1680
2326
  },
1681
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2327
+ {
2328
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2329
+ },
2330
+ {
2331
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2332
+ },
2333
+ {
2334
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2335
+ },
2336
+ {
2337
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2338
+ },
2339
+ {
2340
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2341
+ },
2342
+ {
2343
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2344
+ },
2345
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2346
+ {
2347
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2348
+ },
2349
+ {
2350
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2351
+ },
2352
+ {
2353
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2354
+ },
2355
+ {
2356
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2357
+ }
1682
2358
  ]
1683
2359
  }
1684
2360
  ])
@@ -1746,6 +2422,24 @@ function queryDraftPosts(payload) {
1746
2422
  {
1747
2423
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1748
2424
  },
2425
+ {
2426
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2427
+ },
2428
+ {
2429
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2430
+ },
2431
+ {
2432
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2433
+ },
2434
+ {
2435
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2436
+ },
2437
+ {
2438
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2439
+ },
2440
+ {
2441
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2442
+ },
1749
2443
  {
1750
2444
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1751
2445
  },
@@ -1787,7 +2481,37 @@ function queryDraftPosts(payload) {
1787
2481
  {
1788
2482
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1789
2483
  },
1790
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2484
+ {
2485
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2486
+ },
2487
+ {
2488
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2489
+ },
2490
+ {
2491
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2492
+ },
2493
+ {
2494
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2495
+ },
2496
+ {
2497
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2498
+ },
2499
+ {
2500
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2501
+ },
2502
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2503
+ {
2504
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2505
+ },
2506
+ {
2507
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2508
+ },
2509
+ {
2510
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2511
+ },
2512
+ {
2513
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2514
+ }
1791
2515
  ]
1792
2516
  }
1793
2517
  ])
@@ -1903,8 +2627,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1903
2627
  NodeType2["LAYOUT"] = "LAYOUT";
1904
2628
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1905
2629
  NodeType2["SHAPE"] = "SHAPE";
2630
+ NodeType2["CARD"] = "CARD";
1906
2631
  return NodeType2;
1907
2632
  })(NodeType || {});
2633
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2634
+ BackgroundType2["COLOR"] = "COLOR";
2635
+ BackgroundType2["GRADIENT"] = "GRADIENT";
2636
+ return BackgroundType2;
2637
+ })(BackgroundType || {});
2638
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
2639
+ GradientType2["LINEAR"] = "LINEAR";
2640
+ GradientType2["RADIAL"] = "RADIAL";
2641
+ return GradientType2;
2642
+ })(GradientType || {});
1908
2643
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1909
2644
  WidthType2["CONTENT"] = "CONTENT";
1910
2645
  WidthType2["SMALL"] = "SMALL";
@@ -2040,12 +2775,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
2040
2775
  PollLayoutDirection2["RTL"] = "RTL";
2041
2776
  return PollLayoutDirection2;
2042
2777
  })(PollLayoutDirection || {});
2043
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2044
- BackgroundType2["COLOR"] = "COLOR";
2045
- BackgroundType2["IMAGE"] = "IMAGE";
2046
- BackgroundType2["GRADIENT"] = "GRADIENT";
2047
- return BackgroundType2;
2048
- })(BackgroundType || {});
2778
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
2779
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
2780
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
2781
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
2782
+ return PollDesignBackgroundType2;
2783
+ })(PollDesignBackgroundType || {});
2049
2784
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2050
2785
  DecorationType2["BOLD"] = "BOLD";
2051
2786
  DecorationType2["ITALIC"] = "ITALIC";
@@ -2132,12 +2867,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
2132
2867
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
2133
2868
  return NullValue2;
2134
2869
  })(NullValue || {});
2135
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
2136
- Scaling2["AUTO"] = "AUTO";
2137
- Scaling2["CONTAIN"] = "CONTAIN";
2138
- Scaling2["COVER"] = "COVER";
2139
- return Scaling2;
2140
- })(Scaling || {});
2870
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
2871
+ ImageScalingScaling2["AUTO"] = "AUTO";
2872
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
2873
+ ImageScalingScaling2["COVER"] = "COVER";
2874
+ return ImageScalingScaling2;
2875
+ })(ImageScalingScaling || {});
2141
2876
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2142
2877
  ImagePosition2["CENTER"] = "CENTER";
2143
2878
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -2155,6 +2890,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2155
2890
  BannerOrigin2["LAYOUT"] = "LAYOUT";
2156
2891
  return BannerOrigin2;
2157
2892
  })(BannerOrigin || {});
2893
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2894
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2895
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2896
+ return LayoutDataBackgroundType2;
2897
+ })(LayoutDataBackgroundType || {});
2898
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2899
+ BackdropType2["COLOR"] = "COLOR";
2900
+ BackdropType2["GRADIENT"] = "GRADIENT";
2901
+ return BackdropType2;
2902
+ })(BackdropType || {});
2158
2903
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2159
2904
  VerticalAlignmentAlignment2["TOP"] = "TOP";
2160
2905
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -2171,6 +2916,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
2171
2916
  DesignTarget2["CELL"] = "CELL";
2172
2917
  return DesignTarget2;
2173
2918
  })(DesignTarget || {});
2919
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2920
+ Scaling2["AUTO"] = "AUTO";
2921
+ Scaling2["CONTAIN"] = "CONTAIN";
2922
+ Scaling2["COVER"] = "COVER";
2923
+ return Scaling2;
2924
+ })(Scaling || {});
2925
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
2926
+ ImagePositionPosition2["CENTER"] = "CENTER";
2927
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
2928
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
2929
+ ImagePositionPosition2["TOP"] = "TOP";
2930
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
2931
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
2932
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
2933
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
2934
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2935
+ return ImagePositionPosition2;
2936
+ })(ImagePositionPosition || {});
2937
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
2938
+ CardDataBackgroundType2["COLOR"] = "COLOR";
2939
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
2940
+ return CardDataBackgroundType2;
2941
+ })(CardDataBackgroundType || {});
2174
2942
  var Status = /* @__PURE__ */ ((Status2) => {
2175
2943
  Status2["UNKNOWN"] = "UNKNOWN";
2176
2944
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -3220,6 +3988,24 @@ var onDraftCreated = EventDefinition(
3220
3988
  {
3221
3989
  transformFn: transformRESTFloatToSDKFloat2,
3222
3990
  paths: [
3991
+ {
3992
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
3993
+ },
3994
+ {
3995
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
3996
+ },
3997
+ {
3998
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
3999
+ },
4000
+ {
4001
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4002
+ },
4003
+ {
4004
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4005
+ },
4006
+ {
4007
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4008
+ },
3223
4009
  {
3224
4010
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3225
4011
  },
@@ -3251,7 +4037,37 @@ var onDraftCreated = EventDefinition(
3251
4037
  {
3252
4038
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3253
4039
  },
3254
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4040
+ {
4041
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4042
+ },
4043
+ {
4044
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4045
+ },
4046
+ {
4047
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4048
+ },
4049
+ {
4050
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4051
+ },
4052
+ {
4053
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4054
+ },
4055
+ {
4056
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4057
+ },
4058
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4059
+ {
4060
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4061
+ },
4062
+ {
4063
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4064
+ },
4065
+ {
4066
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4067
+ },
4068
+ {
4069
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4070
+ }
3255
4071
  ]
3256
4072
  },
3257
4073
  {
@@ -3294,6 +4110,24 @@ var onDraftDeleted = EventDefinition(
3294
4110
  {
3295
4111
  transformFn: transformRESTFloatToSDKFloat2,
3296
4112
  paths: [
4113
+ {
4114
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4115
+ },
4116
+ {
4117
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4118
+ },
4119
+ {
4120
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4121
+ },
4122
+ {
4123
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4124
+ },
4125
+ {
4126
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4127
+ },
4128
+ {
4129
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4130
+ },
3297
4131
  {
3298
4132
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3299
4133
  },
@@ -3325,7 +4159,37 @@ var onDraftDeleted = EventDefinition(
3325
4159
  {
3326
4160
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3327
4161
  },
3328
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4162
+ {
4163
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4164
+ },
4165
+ {
4166
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4167
+ },
4168
+ {
4169
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4170
+ },
4171
+ {
4172
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4173
+ },
4174
+ {
4175
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4176
+ },
4177
+ {
4178
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4179
+ },
4180
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4181
+ {
4182
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4183
+ },
4184
+ {
4185
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4186
+ },
4187
+ {
4188
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4189
+ },
4190
+ {
4191
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4192
+ }
3329
4193
  ]
3330
4194
  },
3331
4195
  {
@@ -3368,6 +4232,24 @@ var onDraftUpdated = EventDefinition(
3368
4232
  {
3369
4233
  transformFn: transformRESTFloatToSDKFloat2,
3370
4234
  paths: [
4235
+ {
4236
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
4237
+ },
4238
+ {
4239
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
4240
+ },
4241
+ {
4242
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
4243
+ },
4244
+ {
4245
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
4246
+ },
4247
+ {
4248
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
4249
+ },
4250
+ {
4251
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
4252
+ },
3371
4253
  {
3372
4254
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
3373
4255
  },
@@ -3399,7 +4281,37 @@ var onDraftUpdated = EventDefinition(
3399
4281
  {
3400
4282
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
3401
4283
  },
3402
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
4284
+ {
4285
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4286
+ },
4287
+ {
4288
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
4289
+ },
4290
+ {
4291
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
4292
+ },
4293
+ {
4294
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
4295
+ },
4296
+ {
4297
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
4298
+ },
4299
+ {
4300
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
4301
+ },
4302
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
4303
+ {
4304
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
4305
+ },
4306
+ {
4307
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
4308
+ },
4309
+ {
4310
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
4311
+ },
4312
+ {
4313
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4314
+ }
3403
4315
  ]
3404
4316
  },
3405
4317
  {
@@ -3447,9 +4359,11 @@ export {
3447
4359
  Alignment,
3448
4360
  AppType,
3449
4361
  AspectRatio,
4362
+ BackdropType,
3450
4363
  BackgroundType,
3451
4364
  BannerOrigin,
3452
4365
  ButtonDataType,
4366
+ CardDataBackgroundType,
3453
4367
  CardStylesType,
3454
4368
  Crop,
3455
4369
  DecorationType,
@@ -3460,9 +4374,13 @@ export {
3460
4374
  FontType,
3461
4375
  GIFType,
3462
4376
  GetDraftPostsSort,
4377
+ GradientType,
3463
4378
  ImagePosition,
4379
+ ImagePositionPosition,
4380
+ ImageScalingScaling,
3464
4381
  InitialExpandedItems,
3465
4382
  Layout,
4383
+ LayoutDataBackgroundType,
3466
4384
  LayoutType,
3467
4385
  LineStyle,
3468
4386
  MapType,
@@ -3473,6 +4391,7 @@ export {
3473
4391
  Origin,
3474
4392
  Placement,
3475
4393
  PluginContainerDataAlignment,
4394
+ PollDesignBackgroundType,
3476
4395
  PollLayoutDirection,
3477
4396
  PollLayoutType,
3478
4397
  Position,