@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
package/build/cjs/meta.js CHANGED
@@ -24,9 +24,11 @@ __export(meta_exports, {
24
24
  AlignmentOriginal: () => Alignment,
25
25
  AppTypeOriginal: () => AppType,
26
26
  AspectRatioOriginal: () => AspectRatio,
27
+ BackdropTypeOriginal: () => BackdropType,
27
28
  BackgroundTypeOriginal: () => BackgroundType,
28
29
  BannerOriginOriginal: () => BannerOrigin,
29
30
  ButtonDataTypeOriginal: () => ButtonDataType,
31
+ CardDataBackgroundTypeOriginal: () => CardDataBackgroundType,
30
32
  CardStylesTypeOriginal: () => CardStylesType,
31
33
  CropOriginal: () => Crop,
32
34
  DecorationTypeOriginal: () => DecorationType,
@@ -37,8 +39,12 @@ __export(meta_exports, {
37
39
  FontTypeOriginal: () => FontType,
38
40
  GIFTypeOriginal: () => GIFType,
39
41
  GetDraftPostsSortOriginal: () => GetDraftPostsSort,
42
+ GradientTypeOriginal: () => GradientType,
40
43
  ImagePositionOriginal: () => ImagePosition,
44
+ ImagePositionPositionOriginal: () => ImagePositionPosition,
45
+ ImageScalingScalingOriginal: () => ImageScalingScaling,
41
46
  InitialExpandedItemsOriginal: () => InitialExpandedItems,
47
+ LayoutDataBackgroundTypeOriginal: () => LayoutDataBackgroundType,
42
48
  LayoutOriginal: () => Layout,
43
49
  LayoutTypeOriginal: () => LayoutType,
44
50
  LineStyleOriginal: () => LineStyle,
@@ -50,6 +56,7 @@ __export(meta_exports, {
50
56
  OriginOriginal: () => Origin,
51
57
  PlacementOriginal: () => Placement,
52
58
  PluginContainerDataAlignmentOriginal: () => PluginContainerDataAlignment,
59
+ PollDesignBackgroundTypeOriginal: () => PollDesignBackgroundType,
53
60
  PollLayoutDirectionOriginal: () => PollLayoutDirection,
54
61
  PollLayoutTypeOriginal: () => PollLayoutType,
55
62
  PositionOriginal: () => Position,
@@ -209,6 +216,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
209
216
  {
210
217
  srcPath: "/_api/communities-blog-node-api/v3/moderation",
211
218
  destPath: "/v3/moderation"
219
+ },
220
+ {
221
+ srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
222
+ destPath: "/v3/bulk/moderation"
212
223
  }
213
224
  ],
214
225
  "social-blog._base_domain_": [
@@ -288,6 +299,24 @@ function createDraftPost(payload) {
288
299
  },
289
300
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
290
301
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
302
+ {
303
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
304
+ },
305
+ {
306
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
307
+ },
308
+ {
309
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
310
+ },
311
+ {
312
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
313
+ },
314
+ {
315
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
316
+ },
317
+ {
318
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
319
+ },
291
320
  {
292
321
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
293
322
  },
@@ -321,7 +350,37 @@ function createDraftPost(payload) {
321
350
  {
322
351
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
323
352
  },
324
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
353
+ {
354
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
355
+ },
356
+ {
357
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
358
+ },
359
+ {
360
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
361
+ },
362
+ {
363
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
364
+ },
365
+ {
366
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
367
+ },
368
+ {
369
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
370
+ },
371
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
372
+ {
373
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
374
+ },
375
+ {
376
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
377
+ },
378
+ {
379
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
380
+ },
381
+ {
382
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
383
+ }
325
384
  ]
326
385
  }
327
386
  ]);
@@ -378,6 +437,24 @@ function createDraftPost(payload) {
378
437
  },
379
438
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
380
439
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
440
+ {
441
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
442
+ },
443
+ {
444
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
445
+ },
446
+ {
447
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
448
+ },
449
+ {
450
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
451
+ },
452
+ {
453
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
454
+ },
455
+ {
456
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
457
+ },
381
458
  {
382
459
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
383
460
  },
@@ -419,7 +496,37 @@ function createDraftPost(payload) {
419
496
  {
420
497
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
421
498
  },
422
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
499
+ {
500
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
501
+ },
502
+ {
503
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
504
+ },
505
+ {
506
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
507
+ },
508
+ {
509
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
510
+ },
511
+ {
512
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
513
+ },
514
+ {
515
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
516
+ },
517
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
518
+ {
519
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
520
+ },
521
+ {
522
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
523
+ },
524
+ {
525
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
526
+ },
527
+ {
528
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
529
+ }
423
530
  ]
424
531
  }
425
532
  ])
@@ -471,6 +578,24 @@ function bulkCreateDraftPosts(payload) {
471
578
  },
472
579
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.x" },
473
580
  { path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y" },
581
+ {
582
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
583
+ },
584
+ {
585
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
586
+ },
587
+ {
588
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
589
+ },
590
+ {
591
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
592
+ },
593
+ {
594
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
595
+ },
596
+ {
597
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
598
+ },
474
599
  {
475
600
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
476
601
  },
@@ -506,7 +631,37 @@ function bulkCreateDraftPosts(payload) {
506
631
  {
507
632
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
508
633
  },
509
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
634
+ {
635
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
636
+ },
637
+ {
638
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
639
+ },
640
+ {
641
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
642
+ },
643
+ {
644
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
645
+ },
646
+ {
647
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
648
+ },
649
+ {
650
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
651
+ },
652
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
653
+ {
654
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
655
+ },
656
+ {
657
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
658
+ },
659
+ {
660
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
661
+ },
662
+ {
663
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
664
+ }
510
665
  ]
511
666
  }
512
667
  ]);
@@ -567,6 +722,24 @@ function bulkCreateDraftPosts(payload) {
567
722
  {
568
723
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
569
724
  },
725
+ {
726
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
727
+ },
728
+ {
729
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
730
+ },
731
+ {
732
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
733
+ },
734
+ {
735
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
736
+ },
737
+ {
738
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
739
+ },
740
+ {
741
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
742
+ },
570
743
  {
571
744
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
572
745
  },
@@ -618,8 +791,38 @@ function bulkCreateDraftPosts(payload) {
618
791
  {
619
792
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
620
793
  },
794
+ {
795
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
796
+ },
797
+ {
798
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
799
+ },
800
+ {
801
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
802
+ },
803
+ {
804
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
805
+ },
806
+ {
807
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
808
+ },
809
+ {
810
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
811
+ },
621
812
  {
622
813
  path: "results.item.richContent.nodes.shapeData.shape.duration"
814
+ },
815
+ {
816
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
817
+ },
818
+ {
819
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
820
+ },
821
+ {
822
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
823
+ },
824
+ {
825
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
623
826
  }
624
827
  ]
625
828
  }
@@ -689,6 +892,24 @@ function bulkUpdateDraftPosts(payload) {
689
892
  {
690
893
  path: "draftPosts.draftPost.media.wixMedia.videoV2.posters.focalPoint.y"
691
894
  },
895
+ {
896
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
897
+ },
898
+ {
899
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
900
+ },
901
+ {
902
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
903
+ },
904
+ {
905
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
906
+ },
907
+ {
908
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
909
+ },
910
+ {
911
+ path: "draftPosts.draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
912
+ },
692
913
  {
693
914
  path: "draftPosts.draftPost.richContent.nodes.galleryData.items.image.media.duration"
694
915
  },
@@ -740,8 +961,38 @@ function bulkUpdateDraftPosts(payload) {
740
961
  {
741
962
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
742
963
  },
964
+ {
965
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
966
+ },
967
+ {
968
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerY"
969
+ },
970
+ {
971
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
972
+ },
973
+ {
974
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
975
+ },
976
+ {
977
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
978
+ },
979
+ {
980
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
981
+ },
743
982
  {
744
983
  path: "draftPosts.draftPost.richContent.nodes.shapeData.shape.duration"
984
+ },
985
+ {
986
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerX"
987
+ },
988
+ {
989
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.centerY"
990
+ },
991
+ {
992
+ path: "draftPosts.draftPost.richContent.nodes.cardData.background.gradient.stops.position"
993
+ },
994
+ {
995
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
745
996
  }
746
997
  ]
747
998
  }
@@ -803,6 +1054,24 @@ function bulkUpdateDraftPosts(payload) {
803
1054
  {
804
1055
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
805
1056
  },
1057
+ {
1058
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1059
+ },
1060
+ {
1061
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1062
+ },
1063
+ {
1064
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1065
+ },
1066
+ {
1067
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1068
+ },
1069
+ {
1070
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1071
+ },
1072
+ {
1073
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1074
+ },
806
1075
  {
807
1076
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
808
1077
  },
@@ -854,8 +1123,38 @@ function bulkUpdateDraftPosts(payload) {
854
1123
  {
855
1124
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
856
1125
  },
1126
+ {
1127
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1128
+ },
1129
+ {
1130
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1131
+ },
1132
+ {
1133
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1134
+ },
1135
+ {
1136
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1137
+ },
1138
+ {
1139
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1140
+ },
1141
+ {
1142
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1143
+ },
857
1144
  {
858
1145
  path: "results.item.richContent.nodes.shapeData.shape.duration"
1146
+ },
1147
+ {
1148
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1149
+ },
1150
+ {
1151
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1152
+ },
1153
+ {
1154
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1155
+ },
1156
+ {
1157
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
859
1158
  }
860
1159
  ]
861
1160
  }
@@ -924,6 +1223,24 @@ function listDeletedDraftPosts(payload) {
924
1223
  {
925
1224
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
926
1225
  },
1226
+ {
1227
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
1228
+ },
1229
+ {
1230
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
1231
+ },
1232
+ {
1233
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1234
+ },
1235
+ {
1236
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1237
+ },
1238
+ {
1239
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1240
+ },
1241
+ {
1242
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1243
+ },
927
1244
  {
928
1245
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
929
1246
  },
@@ -965,7 +1282,37 @@ function listDeletedDraftPosts(payload) {
965
1282
  {
966
1283
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
967
1284
  },
968
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
1285
+ {
1286
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1287
+ },
1288
+ {
1289
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
1290
+ },
1291
+ {
1292
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
1293
+ },
1294
+ {
1295
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
1296
+ },
1297
+ {
1298
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
1299
+ },
1300
+ {
1301
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1302
+ },
1303
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
1304
+ {
1305
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
1306
+ },
1307
+ {
1308
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
1309
+ },
1310
+ {
1311
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
1312
+ },
1313
+ {
1314
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1315
+ }
969
1316
  ]
970
1317
  }
971
1318
  ])
@@ -1029,6 +1376,24 @@ function getDraftPost(payload) {
1029
1376
  },
1030
1377
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1031
1378
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1379
+ {
1380
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1381
+ },
1382
+ {
1383
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1384
+ },
1385
+ {
1386
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1387
+ },
1388
+ {
1389
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1390
+ },
1391
+ {
1392
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1393
+ },
1394
+ {
1395
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1396
+ },
1032
1397
  {
1033
1398
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1034
1399
  },
@@ -1070,7 +1435,37 @@ function getDraftPost(payload) {
1070
1435
  {
1071
1436
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1072
1437
  },
1073
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1438
+ {
1439
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1440
+ },
1441
+ {
1442
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1443
+ },
1444
+ {
1445
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1446
+ },
1447
+ {
1448
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1449
+ },
1450
+ {
1451
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1452
+ },
1453
+ {
1454
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1455
+ },
1456
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1457
+ {
1458
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1459
+ },
1460
+ {
1461
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1462
+ },
1463
+ {
1464
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1465
+ },
1466
+ {
1467
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1468
+ }
1074
1469
  ]
1075
1470
  }
1076
1471
  ])
@@ -1127,6 +1522,24 @@ function updateDraftPost(payload) {
1127
1522
  },
1128
1523
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1129
1524
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1525
+ {
1526
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1527
+ },
1528
+ {
1529
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1530
+ },
1531
+ {
1532
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1533
+ },
1534
+ {
1535
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1536
+ },
1537
+ {
1538
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1539
+ },
1540
+ {
1541
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1542
+ },
1130
1543
  {
1131
1544
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1132
1545
  },
@@ -1160,7 +1573,37 @@ function updateDraftPost(payload) {
1160
1573
  {
1161
1574
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1162
1575
  },
1163
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1576
+ {
1577
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1578
+ },
1579
+ {
1580
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1581
+ },
1582
+ {
1583
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1584
+ },
1585
+ {
1586
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1587
+ },
1588
+ {
1589
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1590
+ },
1591
+ {
1592
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1593
+ },
1594
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1595
+ {
1596
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1597
+ },
1598
+ {
1599
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1600
+ },
1601
+ {
1602
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1603
+ },
1604
+ {
1605
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1606
+ }
1164
1607
  ]
1165
1608
  }
1166
1609
  ]);
@@ -1221,6 +1664,24 @@ function updateDraftPost(payload) {
1221
1664
  },
1222
1665
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1223
1666
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
1667
+ {
1668
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
1669
+ },
1670
+ {
1671
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
1672
+ },
1673
+ {
1674
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1675
+ },
1676
+ {
1677
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1678
+ },
1679
+ {
1680
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1681
+ },
1682
+ {
1683
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1684
+ },
1224
1685
  {
1225
1686
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1226
1687
  },
@@ -1262,7 +1723,37 @@ function updateDraftPost(payload) {
1262
1723
  {
1263
1724
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1264
1725
  },
1265
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
1726
+ {
1727
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1728
+ },
1729
+ {
1730
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
1731
+ },
1732
+ {
1733
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
1734
+ },
1735
+ {
1736
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
1737
+ },
1738
+ {
1739
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
1740
+ },
1741
+ {
1742
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1743
+ },
1744
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
1745
+ {
1746
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
1747
+ },
1748
+ {
1749
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
1750
+ },
1751
+ {
1752
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
1753
+ },
1754
+ {
1755
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1756
+ }
1266
1757
  ]
1267
1758
  }
1268
1759
  ])
@@ -1372,6 +1863,24 @@ function bulkDeleteDraftPosts(payload) {
1372
1863
  {
1373
1864
  path: "results.item.media.wixMedia.videoV2.posters.focalPoint.y"
1374
1865
  },
1866
+ {
1867
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerX"
1868
+ },
1869
+ {
1870
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.centerY"
1871
+ },
1872
+ {
1873
+ path: "results.item.richContent.nodes.buttonData.styles.background.gradient.stops.position"
1874
+ },
1875
+ {
1876
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
1877
+ },
1878
+ {
1879
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
1880
+ },
1881
+ {
1882
+ path: "results.item.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
1883
+ },
1375
1884
  {
1376
1885
  path: "results.item.richContent.nodes.galleryData.items.image.media.duration"
1377
1886
  },
@@ -1423,8 +1932,38 @@ function bulkDeleteDraftPosts(payload) {
1423
1932
  {
1424
1933
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1425
1934
  },
1935
+ {
1936
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1937
+ },
1938
+ {
1939
+ path: "results.item.richContent.nodes.layoutData.background.gradient.centerY"
1940
+ },
1941
+ {
1942
+ path: "results.item.richContent.nodes.layoutData.background.gradient.stops.position"
1943
+ },
1944
+ {
1945
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerX"
1946
+ },
1947
+ {
1948
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.centerY"
1949
+ },
1950
+ {
1951
+ path: "results.item.richContent.nodes.layoutData.backdrop.gradient.stops.position"
1952
+ },
1426
1953
  {
1427
1954
  path: "results.item.richContent.nodes.shapeData.shape.duration"
1955
+ },
1956
+ {
1957
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerX"
1958
+ },
1959
+ {
1960
+ path: "results.item.richContent.nodes.cardData.background.gradient.centerY"
1961
+ },
1962
+ {
1963
+ path: "results.item.richContent.nodes.cardData.background.gradient.stops.position"
1964
+ },
1965
+ {
1966
+ path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1428
1967
  }
1429
1968
  ]
1430
1969
  }
@@ -1493,6 +2032,24 @@ function listDraftPosts(payload) {
1493
2032
  {
1494
2033
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1495
2034
  },
2035
+ {
2036
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2037
+ },
2038
+ {
2039
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2040
+ },
2041
+ {
2042
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2043
+ },
2044
+ {
2045
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2046
+ },
2047
+ {
2048
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2049
+ },
2050
+ {
2051
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2052
+ },
1496
2053
  {
1497
2054
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1498
2055
  },
@@ -1534,7 +2091,37 @@ function listDraftPosts(payload) {
1534
2091
  {
1535
2092
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1536
2093
  },
1537
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2094
+ {
2095
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2096
+ },
2097
+ {
2098
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2099
+ },
2100
+ {
2101
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2102
+ },
2103
+ {
2104
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2105
+ },
2106
+ {
2107
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2108
+ },
2109
+ {
2110
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2111
+ },
2112
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2113
+ {
2114
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2115
+ },
2116
+ {
2117
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2118
+ },
2119
+ {
2120
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2121
+ },
2122
+ {
2123
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2124
+ }
1538
2125
  ]
1539
2126
  }
1540
2127
  ])
@@ -1602,6 +2189,24 @@ function getDeletedDraftPost(payload) {
1602
2189
  },
1603
2190
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1604
2191
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2192
+ {
2193
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2194
+ },
2195
+ {
2196
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2197
+ },
2198
+ {
2199
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2200
+ },
2201
+ {
2202
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2203
+ },
2204
+ {
2205
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2206
+ },
2207
+ {
2208
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2209
+ },
1605
2210
  {
1606
2211
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1607
2212
  },
@@ -1643,7 +2248,37 @@ function getDeletedDraftPost(payload) {
1643
2248
  {
1644
2249
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1645
2250
  },
1646
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2251
+ {
2252
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2253
+ },
2254
+ {
2255
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2256
+ },
2257
+ {
2258
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2259
+ },
2260
+ {
2261
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2262
+ },
2263
+ {
2264
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2265
+ },
2266
+ {
2267
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2268
+ },
2269
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2270
+ {
2271
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2272
+ },
2273
+ {
2274
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2275
+ },
2276
+ {
2277
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2278
+ },
2279
+ {
2280
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2281
+ }
1647
2282
  ]
1648
2283
  }
1649
2284
  ])
@@ -1711,6 +2346,24 @@ function restoreFromTrashBin(payload) {
1711
2346
  },
1712
2347
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.x" },
1713
2348
  { path: "draftPost.media.wixMedia.videoV2.posters.focalPoint.y" },
2349
+ {
2350
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerX"
2351
+ },
2352
+ {
2353
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.centerY"
2354
+ },
2355
+ {
2356
+ path: "draftPost.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2357
+ },
2358
+ {
2359
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2360
+ },
2361
+ {
2362
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2363
+ },
2364
+ {
2365
+ path: "draftPost.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2366
+ },
1714
2367
  {
1715
2368
  path: "draftPost.richContent.nodes.galleryData.items.image.media.duration"
1716
2369
  },
@@ -1752,7 +2405,37 @@ function restoreFromTrashBin(payload) {
1752
2405
  {
1753
2406
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1754
2407
  },
1755
- { path: "draftPost.richContent.nodes.shapeData.shape.duration" }
2408
+ {
2409
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2410
+ },
2411
+ {
2412
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.centerY"
2413
+ },
2414
+ {
2415
+ path: "draftPost.richContent.nodes.layoutData.background.gradient.stops.position"
2416
+ },
2417
+ {
2418
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerX"
2419
+ },
2420
+ {
2421
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.centerY"
2422
+ },
2423
+ {
2424
+ path: "draftPost.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2425
+ },
2426
+ { path: "draftPost.richContent.nodes.shapeData.shape.duration" },
2427
+ {
2428
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerX"
2429
+ },
2430
+ {
2431
+ path: "draftPost.richContent.nodes.cardData.background.gradient.centerY"
2432
+ },
2433
+ {
2434
+ path: "draftPost.richContent.nodes.cardData.background.gradient.stops.position"
2435
+ },
2436
+ {
2437
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2438
+ }
1756
2439
  ]
1757
2440
  }
1758
2441
  ])
@@ -1820,6 +2503,24 @@ function queryDraftPosts(payload) {
1820
2503
  {
1821
2504
  path: "draftPosts.media.wixMedia.videoV2.posters.focalPoint.y"
1822
2505
  },
2506
+ {
2507
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerX"
2508
+ },
2509
+ {
2510
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.centerY"
2511
+ },
2512
+ {
2513
+ path: "draftPosts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2514
+ },
2515
+ {
2516
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2517
+ },
2518
+ {
2519
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2520
+ },
2521
+ {
2522
+ path: "draftPosts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2523
+ },
1823
2524
  {
1824
2525
  path: "draftPosts.richContent.nodes.galleryData.items.image.media.duration"
1825
2526
  },
@@ -1861,7 +2562,37 @@ function queryDraftPosts(payload) {
1861
2562
  {
1862
2563
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1863
2564
  },
1864
- { path: "draftPosts.richContent.nodes.shapeData.shape.duration" }
2565
+ {
2566
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2567
+ },
2568
+ {
2569
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerY"
2570
+ },
2571
+ {
2572
+ path: "draftPosts.richContent.nodes.layoutData.background.gradient.stops.position"
2573
+ },
2574
+ {
2575
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerX"
2576
+ },
2577
+ {
2578
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.centerY"
2579
+ },
2580
+ {
2581
+ path: "draftPosts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2582
+ },
2583
+ { path: "draftPosts.richContent.nodes.shapeData.shape.duration" },
2584
+ {
2585
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerX"
2586
+ },
2587
+ {
2588
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.centerY"
2589
+ },
2590
+ {
2591
+ path: "draftPosts.richContent.nodes.cardData.background.gradient.stops.position"
2592
+ },
2593
+ {
2594
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2595
+ }
1865
2596
  ]
1866
2597
  }
1867
2598
  ])
@@ -1969,8 +2700,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
1969
2700
  NodeType2["LAYOUT"] = "LAYOUT";
1970
2701
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
1971
2702
  NodeType2["SHAPE"] = "SHAPE";
2703
+ NodeType2["CARD"] = "CARD";
1972
2704
  return NodeType2;
1973
2705
  })(NodeType || {});
2706
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2707
+ BackgroundType2["COLOR"] = "COLOR";
2708
+ BackgroundType2["GRADIENT"] = "GRADIENT";
2709
+ return BackgroundType2;
2710
+ })(BackgroundType || {});
2711
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
2712
+ GradientType2["LINEAR"] = "LINEAR";
2713
+ GradientType2["RADIAL"] = "RADIAL";
2714
+ return GradientType2;
2715
+ })(GradientType || {});
1974
2716
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
1975
2717
  WidthType2["CONTENT"] = "CONTENT";
1976
2718
  WidthType2["SMALL"] = "SMALL";
@@ -2106,12 +2848,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
2106
2848
  PollLayoutDirection2["RTL"] = "RTL";
2107
2849
  return PollLayoutDirection2;
2108
2850
  })(PollLayoutDirection || {});
2109
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
2110
- BackgroundType2["COLOR"] = "COLOR";
2111
- BackgroundType2["IMAGE"] = "IMAGE";
2112
- BackgroundType2["GRADIENT"] = "GRADIENT";
2113
- return BackgroundType2;
2114
- })(BackgroundType || {});
2851
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
2852
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
2853
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
2854
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
2855
+ return PollDesignBackgroundType2;
2856
+ })(PollDesignBackgroundType || {});
2115
2857
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
2116
2858
  DecorationType2["BOLD"] = "BOLD";
2117
2859
  DecorationType2["ITALIC"] = "ITALIC";
@@ -2198,12 +2940,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
2198
2940
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
2199
2941
  return NullValue2;
2200
2942
  })(NullValue || {});
2201
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
2202
- Scaling2["AUTO"] = "AUTO";
2203
- Scaling2["CONTAIN"] = "CONTAIN";
2204
- Scaling2["COVER"] = "COVER";
2205
- return Scaling2;
2206
- })(Scaling || {});
2943
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
2944
+ ImageScalingScaling2["AUTO"] = "AUTO";
2945
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
2946
+ ImageScalingScaling2["COVER"] = "COVER";
2947
+ return ImageScalingScaling2;
2948
+ })(ImageScalingScaling || {});
2207
2949
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2208
2950
  ImagePosition2["CENTER"] = "CENTER";
2209
2951
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -2221,6 +2963,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2221
2963
  BannerOrigin2["LAYOUT"] = "LAYOUT";
2222
2964
  return BannerOrigin2;
2223
2965
  })(BannerOrigin || {});
2966
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2967
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
2968
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2969
+ return LayoutDataBackgroundType2;
2970
+ })(LayoutDataBackgroundType || {});
2971
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2972
+ BackdropType2["COLOR"] = "COLOR";
2973
+ BackdropType2["GRADIENT"] = "GRADIENT";
2974
+ return BackdropType2;
2975
+ })(BackdropType || {});
2224
2976
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
2225
2977
  VerticalAlignmentAlignment2["TOP"] = "TOP";
2226
2978
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -2237,6 +2989,29 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
2237
2989
  DesignTarget2["CELL"] = "CELL";
2238
2990
  return DesignTarget2;
2239
2991
  })(DesignTarget || {});
2992
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
2993
+ Scaling2["AUTO"] = "AUTO";
2994
+ Scaling2["CONTAIN"] = "CONTAIN";
2995
+ Scaling2["COVER"] = "COVER";
2996
+ return Scaling2;
2997
+ })(Scaling || {});
2998
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
2999
+ ImagePositionPosition2["CENTER"] = "CENTER";
3000
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
3001
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
3002
+ ImagePositionPosition2["TOP"] = "TOP";
3003
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
3004
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
3005
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
3006
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
3007
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
3008
+ return ImagePositionPosition2;
3009
+ })(ImagePositionPosition || {});
3010
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
3011
+ CardDataBackgroundType2["COLOR"] = "COLOR";
3012
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
3013
+ return CardDataBackgroundType2;
3014
+ })(CardDataBackgroundType || {});
2240
3015
  var Status = /* @__PURE__ */ ((Status2) => {
2241
3016
  Status2["UNKNOWN"] = "UNKNOWN";
2242
3017
  Status2["PUBLISHED"] = "PUBLISHED";
@@ -2562,9 +3337,11 @@ function publishDraftPost2() {
2562
3337
  AlignmentOriginal,
2563
3338
  AppTypeOriginal,
2564
3339
  AspectRatioOriginal,
3340
+ BackdropTypeOriginal,
2565
3341
  BackgroundTypeOriginal,
2566
3342
  BannerOriginOriginal,
2567
3343
  ButtonDataTypeOriginal,
3344
+ CardDataBackgroundTypeOriginal,
2568
3345
  CardStylesTypeOriginal,
2569
3346
  CropOriginal,
2570
3347
  DecorationTypeOriginal,
@@ -2575,8 +3352,12 @@ function publishDraftPost2() {
2575
3352
  FontTypeOriginal,
2576
3353
  GIFTypeOriginal,
2577
3354
  GetDraftPostsSortOriginal,
3355
+ GradientTypeOriginal,
2578
3356
  ImagePositionOriginal,
3357
+ ImagePositionPositionOriginal,
3358
+ ImageScalingScalingOriginal,
2579
3359
  InitialExpandedItemsOriginal,
3360
+ LayoutDataBackgroundTypeOriginal,
2580
3361
  LayoutOriginal,
2581
3362
  LayoutTypeOriginal,
2582
3363
  LineStyleOriginal,
@@ -2588,6 +3369,7 @@ function publishDraftPost2() {
2588
3369
  OriginOriginal,
2589
3370
  PlacementOriginal,
2590
3371
  PluginContainerDataAlignmentOriginal,
3372
+ PollDesignBackgroundTypeOriginal,
2591
3373
  PollLayoutDirectionOriginal,
2592
3374
  PollLayoutTypeOriginal,
2593
3375
  PositionOriginal,