@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
@@ -125,6 +125,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
125
125
  {
126
126
  srcPath: "/_api/communities-blog-node-api/v3/moderation",
127
127
  destPath: "/v3/moderation"
128
+ },
129
+ {
130
+ srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
131
+ destPath: "/v3/bulk/moderation"
128
132
  }
129
133
  ],
130
134
  "social-blog._base_domain_": [
@@ -204,6 +208,24 @@ function createDraftPost(payload) {
204
208
  },
205
209
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
206
210
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
211
+ {
212
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
213
+ },
214
+ {
215
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
216
+ },
217
+ {
218
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
219
+ },
220
+ {
221
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
222
+ },
223
+ {
224
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
225
+ },
226
+ {
227
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
228
+ },
207
229
  {
208
230
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
209
231
  },
@@ -237,7 +259,37 @@ function createDraftPost(payload) {
237
259
  {
238
260
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
239
261
  },
240
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
262
+ {
263
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
264
+ },
265
+ {
266
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
267
+ },
268
+ {
269
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
270
+ },
271
+ {
272
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
273
+ },
274
+ {
275
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
276
+ },
277
+ {
278
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
279
+ },
280
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
281
+ {
282
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
283
+ },
284
+ {
285
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
286
+ },
287
+ {
288
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
289
+ },
290
+ {
291
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
292
+ }
241
293
  ]
242
294
  }
243
295
  ]);
@@ -294,6 +346,24 @@ function createDraftPost(payload) {
294
346
  },
295
347
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
296
348
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
349
+ {
350
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
351
+ },
352
+ {
353
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
354
+ },
355
+ {
356
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
357
+ },
358
+ {
359
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
360
+ },
361
+ {
362
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
363
+ },
364
+ {
365
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
366
+ },
297
367
  {
298
368
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
299
369
  },
@@ -335,7 +405,37 @@ function createDraftPost(payload) {
335
405
  {
336
406
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
337
407
  },
338
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
408
+ {
409
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
410
+ },
411
+ {
412
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
413
+ },
414
+ {
415
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
416
+ },
417
+ {
418
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
419
+ },
420
+ {
421
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
422
+ },
423
+ {
424
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
425
+ },
426
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
427
+ {
428
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
429
+ },
430
+ {
431
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
432
+ },
433
+ {
434
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
435
+ },
436
+ {
437
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
438
+ }
339
439
  ]
340
440
  }
341
441
  ])
@@ -387,6 +487,24 @@ function bulkCreateDraftPosts(payload) {
387
487
  },
388
488
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
389
489
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
490
+ {
491
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
492
+ },
493
+ {
494
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
495
+ },
496
+ {
497
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
498
+ },
499
+ {
500
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
501
+ },
502
+ {
503
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
504
+ },
505
+ {
506
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
507
+ },
390
508
  {
391
509
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
392
510
  },
@@ -422,7 +540,37 @@ function bulkCreateDraftPosts(payload) {
422
540
  {
423
541
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
424
542
  },
425
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
543
+ {
544
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
545
+ },
546
+ {
547
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
548
+ },
549
+ {
550
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
551
+ },
552
+ {
553
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
554
+ },
555
+ {
556
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
557
+ },
558
+ {
559
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
560
+ },
561
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
562
+ {
563
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
564
+ },
565
+ {
566
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
567
+ },
568
+ {
569
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
570
+ },
571
+ {
572
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
573
+ }
426
574
  ]
427
575
  }
428
576
  ]);
@@ -483,6 +631,24 @@ function bulkCreateDraftPosts(payload) {
483
631
  {
484
632
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
485
633
  },
634
+ {
635
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
636
+ },
637
+ {
638
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
639
+ },
640
+ {
641
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
642
+ },
643
+ {
644
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
645
+ },
646
+ {
647
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
648
+ },
649
+ {
650
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
651
+ },
486
652
  {
487
653
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
488
654
  },
@@ -534,8 +700,38 @@ function bulkCreateDraftPosts(payload) {
534
700
  {
535
701
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
536
702
  },
703
+ {
704
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
705
+ },
706
+ {
707
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
708
+ },
709
+ {
710
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
711
+ },
712
+ {
713
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
714
+ },
715
+ {
716
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
717
+ },
718
+ {
719
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
720
+ },
537
721
  {
538
722
  path: "results.item.richContent.nodes.shapeData.shape.duration"
723
+ },
724
+ {
725
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
726
+ },
727
+ {
728
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
729
+ },
730
+ {
731
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
732
+ },
733
+ {
734
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
539
735
  }
540
736
  ]
541
737
  }
@@ -605,6 +801,24 @@ function bulkUpdateDraftPosts(payload) {
605
801
  {
606
802
  path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
607
803
  },
804
+ {
805
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
806
+ },
807
+ {
808
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
809
+ },
810
+ {
811
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
812
+ },
813
+ {
814
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
815
+ },
816
+ {
817
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
818
+ },
819
+ {
820
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
821
+ },
608
822
  {
609
823
  path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
610
824
  },
@@ -656,8 +870,38 @@ function bulkUpdateDraftPosts(payload) {
656
870
  {
657
871
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
658
872
  },
873
+ {
874
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
875
+ },
876
+ {
877
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
878
+ },
879
+ {
880
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
881
+ },
882
+ {
883
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
884
+ },
885
+ {
886
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
887
+ },
888
+ {
889
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
890
+ },
659
891
  {
660
892
  path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
893
+ },
894
+ {
895
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
896
+ },
897
+ {
898
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
899
+ },
900
+ {
901
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
902
+ },
903
+ {
904
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
661
905
  }
662
906
  ]
663
907
  }
@@ -719,6 +963,24 @@ function bulkUpdateDraftPosts(payload) {
719
963
  {
720
964
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
721
965
  },
966
+ {
967
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
968
+ },
969
+ {
970
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
971
+ },
972
+ {
973
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
974
+ },
975
+ {
976
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
977
+ },
978
+ {
979
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
980
+ },
981
+ {
982
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
983
+ },
722
984
  {
723
985
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
724
986
  },
@@ -770,8 +1032,38 @@ function bulkUpdateDraftPosts(payload) {
770
1032
  {
771
1033
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
772
1034
  },
1035
+ {
1036
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1037
+ },
1038
+ {
1039
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1040
+ },
1041
+ {
1042
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1043
+ },
1044
+ {
1045
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1046
+ },
1047
+ {
1048
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1049
+ },
1050
+ {
1051
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1052
+ },
773
1053
  {
774
1054
  path: "results.item.richContent.nodes.shapeData.shape.duration"
1055
+ },
1056
+ {
1057
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1058
+ },
1059
+ {
1060
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1061
+ },
1062
+ {
1063
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1064
+ },
1065
+ {
1066
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
775
1067
  }
776
1068
  ]
777
1069
  }
@@ -840,6 +1132,24 @@ function listDeletedDraftPosts(payload) {
840
1132
  {
841
1133
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
842
1134
  },
1135
+ {
1136
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1137
+ },
1138
+ {
1139
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1140
+ },
1141
+ {
1142
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1143
+ },
1144
+ {
1145
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1146
+ },
1147
+ {
1148
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1149
+ },
1150
+ {
1151
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1152
+ },
843
1153
  {
844
1154
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
845
1155
  },
@@ -881,7 +1191,37 @@ function listDeletedDraftPosts(payload) {
881
1191
  {
882
1192
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
883
1193
  },
884
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
1194
+ {
1195
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1196
+ },
1197
+ {
1198
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
1199
+ },
1200
+ {
1201
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
1202
+ },
1203
+ {
1204
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
1205
+ },
1206
+ {
1207
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
1208
+ },
1209
+ {
1210
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1211
+ },
1212
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
1213
+ {
1214
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
1215
+ },
1216
+ {
1217
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
1218
+ },
1219
+ {
1220
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
1221
+ },
1222
+ {
1223
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1224
+ }
885
1225
  ]
886
1226
  }
887
1227
  ])
@@ -945,6 +1285,24 @@ function getDraftPost(payload) {
945
1285
  },
946
1286
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
947
1287
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1288
+ {
1289
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1290
+ },
1291
+ {
1292
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1293
+ },
1294
+ {
1295
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1296
+ },
1297
+ {
1298
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1299
+ },
1300
+ {
1301
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1302
+ },
1303
+ {
1304
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1305
+ },
948
1306
  {
949
1307
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
950
1308
  },
@@ -986,7 +1344,37 @@ function getDraftPost(payload) {
986
1344
  {
987
1345
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
988
1346
  },
989
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1347
+ {
1348
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1349
+ },
1350
+ {
1351
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1352
+ },
1353
+ {
1354
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1355
+ },
1356
+ {
1357
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1358
+ },
1359
+ {
1360
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1361
+ },
1362
+ {
1363
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1364
+ },
1365
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1366
+ {
1367
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1368
+ },
1369
+ {
1370
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1371
+ },
1372
+ {
1373
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1374
+ },
1375
+ {
1376
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1377
+ }
990
1378
  ]
991
1379
  }
992
1380
  ])
@@ -1043,6 +1431,24 @@ function updateDraftPost(payload) {
1043
1431
  },
1044
1432
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1045
1433
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1434
+ {
1435
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1436
+ },
1437
+ {
1438
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1439
+ },
1440
+ {
1441
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1442
+ },
1443
+ {
1444
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1445
+ },
1446
+ {
1447
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1448
+ },
1449
+ {
1450
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1451
+ },
1046
1452
  {
1047
1453
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1048
1454
  },
@@ -1076,7 +1482,37 @@ function updateDraftPost(payload) {
1076
1482
  {
1077
1483
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1078
1484
  },
1079
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1485
+ {
1486
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1487
+ },
1488
+ {
1489
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1490
+ },
1491
+ {
1492
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1493
+ },
1494
+ {
1495
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1496
+ },
1497
+ {
1498
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1499
+ },
1500
+ {
1501
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1502
+ },
1503
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1504
+ {
1505
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1506
+ },
1507
+ {
1508
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1509
+ },
1510
+ {
1511
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1512
+ },
1513
+ {
1514
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1515
+ }
1080
1516
  ]
1081
1517
  }
1082
1518
  ]);
@@ -1137,6 +1573,24 @@ function updateDraftPost(payload) {
1137
1573
  },
1138
1574
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1139
1575
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1576
+ {
1577
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1578
+ },
1579
+ {
1580
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1581
+ },
1582
+ {
1583
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1584
+ },
1585
+ {
1586
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1587
+ },
1588
+ {
1589
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1590
+ },
1591
+ {
1592
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1593
+ },
1140
1594
  {
1141
1595
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1142
1596
  },
@@ -1178,7 +1632,37 @@ function updateDraftPost(payload) {
1178
1632
  {
1179
1633
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1180
1634
  },
1181
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1635
+ {
1636
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1637
+ },
1638
+ {
1639
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1640
+ },
1641
+ {
1642
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1643
+ },
1644
+ {
1645
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1646
+ },
1647
+ {
1648
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1649
+ },
1650
+ {
1651
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1652
+ },
1653
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1654
+ {
1655
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1656
+ },
1657
+ {
1658
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1659
+ },
1660
+ {
1661
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1662
+ },
1663
+ {
1664
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1665
+ }
1182
1666
  ]
1183
1667
  }
1184
1668
  ])
@@ -1288,6 +1772,24 @@ function bulkDeleteDraftPosts(payload) {
1288
1772
  {
1289
1773
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
1290
1774
  },
1775
+ {
1776
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1777
+ },
1778
+ {
1779
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1780
+ },
1781
+ {
1782
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1783
+ },
1784
+ {
1785
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1786
+ },
1787
+ {
1788
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1789
+ },
1790
+ {
1791
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1792
+ },
1291
1793
  {
1292
1794
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
1293
1795
  },
@@ -1339,8 +1841,38 @@ function bulkDeleteDraftPosts(payload) {
1339
1841
  {
1340
1842
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1341
1843
  },
1844
+ {
1845
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1846
+ },
1847
+ {
1848
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1849
+ },
1850
+ {
1851
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1852
+ },
1853
+ {
1854
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1855
+ },
1856
+ {
1857
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1858
+ },
1859
+ {
1860
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1861
+ },
1342
1862
  {
1343
1863
  path: "results.item.richContent.nodes.shapeData.shape.duration"
1864
+ },
1865
+ {
1866
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1867
+ },
1868
+ {
1869
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1870
+ },
1871
+ {
1872
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1873
+ },
1874
+ {
1875
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1344
1876
  }
1345
1877
  ]
1346
1878
  }
@@ -1409,6 +1941,24 @@ function listDraftPosts(payload) {
1409
1941
  {
1410
1942
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1411
1943
  },
1944
+ {
1945
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1946
+ },
1947
+ {
1948
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1949
+ },
1950
+ {
1951
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1952
+ },
1953
+ {
1954
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1955
+ },
1956
+ {
1957
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1958
+ },
1959
+ {
1960
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1961
+ },
1412
1962
  {
1413
1963
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1414
1964
  },
@@ -1450,7 +2000,37 @@ function listDraftPosts(payload) {
1450
2000
  {
1451
2001
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1452
2002
  },
1453
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2003
+ {
2004
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2005
+ },
2006
+ {
2007
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2008
+ },
2009
+ {
2010
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2011
+ },
2012
+ {
2013
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2014
+ },
2015
+ {
2016
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2017
+ },
2018
+ {
2019
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2020
+ },
2021
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2022
+ {
2023
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2024
+ },
2025
+ {
2026
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2027
+ },
2028
+ {
2029
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2030
+ },
2031
+ {
2032
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2033
+ }
1454
2034
  ]
1455
2035
  }
1456
2036
  ])
@@ -1518,6 +2098,24 @@ function getDeletedDraftPost(payload) {
1518
2098
  },
1519
2099
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1520
2100
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2101
+ {
2102
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2103
+ },
2104
+ {
2105
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2106
+ },
2107
+ {
2108
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2109
+ },
2110
+ {
2111
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2112
+ },
2113
+ {
2114
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2115
+ },
2116
+ {
2117
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2118
+ },
1521
2119
  {
1522
2120
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1523
2121
  },
@@ -1559,7 +2157,37 @@ function getDeletedDraftPost(payload) {
1559
2157
  {
1560
2158
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1561
2159
  },
1562
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2160
+ {
2161
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2162
+ },
2163
+ {
2164
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2165
+ },
2166
+ {
2167
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2168
+ },
2169
+ {
2170
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2171
+ },
2172
+ {
2173
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2174
+ },
2175
+ {
2176
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2177
+ },
2178
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2179
+ {
2180
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2181
+ },
2182
+ {
2183
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2184
+ },
2185
+ {
2186
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2187
+ },
2188
+ {
2189
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2190
+ }
1563
2191
  ]
1564
2192
  }
1565
2193
  ])
@@ -1627,6 +2255,24 @@ function restoreFromTrashBin(payload) {
1627
2255
  },
1628
2256
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1629
2257
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2258
+ {
2259
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2260
+ },
2261
+ {
2262
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2263
+ },
2264
+ {
2265
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2266
+ },
2267
+ {
2268
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2269
+ },
2270
+ {
2271
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2272
+ },
2273
+ {
2274
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2275
+ },
1630
2276
  {
1631
2277
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1632
2278
  },
@@ -1668,7 +2314,37 @@ function restoreFromTrashBin(payload) {
1668
2314
  {
1669
2315
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1670
2316
  },
1671
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2317
+ {
2318
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2319
+ },
2320
+ {
2321
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2322
+ },
2323
+ {
2324
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2325
+ },
2326
+ {
2327
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2328
+ },
2329
+ {
2330
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2331
+ },
2332
+ {
2333
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2334
+ },
2335
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2336
+ {
2337
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2338
+ },
2339
+ {
2340
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2341
+ },
2342
+ {
2343
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2344
+ },
2345
+ {
2346
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2347
+ }
1672
2348
  ]
1673
2349
  }
1674
2350
  ])
@@ -1736,6 +2412,24 @@ function queryDraftPosts(payload) {
1736
2412
  {
1737
2413
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1738
2414
  },
2415
+ {
2416
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2417
+ },
2418
+ {
2419
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2420
+ },
2421
+ {
2422
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2423
+ },
2424
+ {
2425
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2426
+ },
2427
+ {
2428
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2429
+ },
2430
+ {
2431
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2432
+ },
1739
2433
  {
1740
2434
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1741
2435
  },
@@ -1777,7 +2471,37 @@ function queryDraftPosts(payload) {
1777
2471
  {
1778
2472
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1779
2473
  },
1780
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2474
+ {
2475
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2476
+ },
2477
+ {
2478
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2479
+ },
2480
+ {
2481
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2482
+ },
2483
+ {
2484
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2485
+ },
2486
+ {
2487
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2488
+ },
2489
+ {
2490
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2491
+ },
2492
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2493
+ {
2494
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2495
+ },
2496
+ {
2497
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2498
+ },
2499
+ {
2500
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2501
+ },
2502
+ {
2503
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2504
+ }
1781
2505
  ]
1782
2506
  }
1783
2507
  ])
@@ -1893,8 +2617,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1893
2617
  NodeType2["LAYOUT"] = "LAYOUT";
1894
2618
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1895
2619
  NodeType2["SHAPE"] = "SHAPE";
2620
+ NodeType2["CARD"] = "CARD";
1896
2621
  return NodeType2;
1897
2622
  })(NodeType || {});
2623
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2624
+ BackgroundType2["COLOR"] = "COLOR";
2625
+ BackgroundType2["GRADIENT"] = "GRADIENT";
2626
+ return BackgroundType2;
2627
+ })(BackgroundType || {});
2628
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
2629
+ GradientType2["LINEAR"] = "LINEAR";
2630
+ GradientType2["RADIAL"] = "RADIAL";
2631
+ return GradientType2;
2632
+ })(GradientType || {});
1898
2633
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1899
2634
  WidthType2["CONTENT"] = "CONTENT";
1900
2635
  WidthType2["SMALL"] = "SMALL";
@@ -2030,12 +2765,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
2030
2765
  PollLayoutDirection2["RTL"] = "RTL";
2031
2766
  return PollLayoutDirection2;
2032
2767
  })(PollLayoutDirection || {});
2033
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2034
- BackgroundType2["COLOR"] = "COLOR";
2035
- BackgroundType2["IMAGE"] = "IMAGE";
2036
- BackgroundType2["GRADIENT"] = "GRADIENT";
2037
- return BackgroundType2;
2038
- })(BackgroundType || {});
2768
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
2769
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
2770
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
2771
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
2772
+ return PollDesignBackgroundType2;
2773
+ })(PollDesignBackgroundType || {});
2039
2774
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2040
2775
  DecorationType2["BOLD"] = "BOLD";
2041
2776
  DecorationType2["ITALIC"] = "ITALIC";
@@ -2122,12 +2857,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
2122
2857
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
2123
2858
  return NullValue2;
2124
2859
  })(NullValue || {});
2125
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
2126
- Scaling2["AUTO"] = "AUTO";
2127
- Scaling2["CONTAIN"] = "CONTAIN";
2128
- Scaling2["COVER"] = "COVER";
2129
- return Scaling2;
2130
- })(Scaling || {});
2860
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
2861
+ ImageScalingScaling2["AUTO"] = "AUTO";
2862
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
2863
+ ImageScalingScaling2["COVER"] = "COVER";
2864
+ return ImageScalingScaling2;
2865
+ })(ImageScalingScaling || {});
2131
2866
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2132
2867
  ImagePosition2["CENTER"] = "CENTER";
2133
2868
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -2145,6 +2880,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2145
2880
  BannerOrigin2["LAYOUT"] = "LAYOUT";
2146
2881
  return BannerOrigin2;
2147
2882
  })(BannerOrigin || {});
2883
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2884
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2885
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2886
+ return LayoutDataBackgroundType2;
2887
+ })(LayoutDataBackgroundType || {});
2888
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2889
+ BackdropType2["COLOR"] = "COLOR";
2890
+ BackdropType2["GRADIENT"] = "GRADIENT";
2891
+ return BackdropType2;
2892
+ })(BackdropType || {});
2148
2893
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2149
2894
  VerticalAlignmentAlignment2["TOP"] = "TOP";
2150
2895
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -2161,6 +2906,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
2161
2906
  DesignTarget2["CELL"] = "CELL";
2162
2907
  return DesignTarget2;
2163
2908
  })(DesignTarget || {});
2909
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2910
+ Scaling2["AUTO"] = "AUTO";
2911
+ Scaling2["CONTAIN"] = "CONTAIN";
2912
+ Scaling2["COVER"] = "COVER";
2913
+ return Scaling2;
2914
+ })(Scaling || {});
2915
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
2916
+ ImagePositionPosition2["CENTER"] = "CENTER";
2917
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
2918
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
2919
+ ImagePositionPosition2["TOP"] = "TOP";
2920
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
2921
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
2922
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
2923
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
2924
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2925
+ return ImagePositionPosition2;
2926
+ })(ImagePositionPosition || {});
2927
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
2928
+ CardDataBackgroundType2["COLOR"] = "COLOR";
2929
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
2930
+ return CardDataBackgroundType2;
2931
+ })(CardDataBackgroundType || {});
2164
2932
  var Status = /* @__PURE__ */ ((Status2) => {
2165
2933
  Status2["UNKNOWN"] = "UNKNOWN";
2166
2934
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -3067,9 +3835,11 @@ export {
3067
3835
  Alignment,
3068
3836
  AppType,
3069
3837
  AspectRatio,
3838
+ BackdropType,
3070
3839
  BackgroundType,
3071
3840
  BannerOrigin,
3072
3841
  ButtonDataType,
3842
+ CardDataBackgroundType,
3073
3843
  CardStylesType,
3074
3844
  Crop,
3075
3845
  DecorationType,
@@ -3080,9 +3850,13 @@ export {
3080
3850
  FontType,
3081
3851
  GIFType,
3082
3852
  GetDraftPostsSort,
3853
+ GradientType,
3083
3854
  ImagePosition,
3855
+ ImagePositionPosition,
3856
+ ImageScalingScaling,
3084
3857
  InitialExpandedItems,
3085
3858
  Layout,
3859
+ LayoutDataBackgroundType,
3086
3860
  LayoutType,
3087
3861
  LineStyle,
3088
3862
  MapType,
@@ -3093,6 +3867,7 @@ export {
3093
3867
  Origin,
3094
3868
  Placement,
3095
3869
  PluginContainerDataAlignment,
3870
+ PollDesignBackgroundType,
3096
3871
  PollLayoutDirection,
3097
3872
  PollLayoutType,
3098
3873
  Position,