@wix/auto_sdk_blog_draft-posts 1.0.88 → 1.0.90

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 +649 -20
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +490 -227
  5. package/build/cjs/index.typings.js +556 -20
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +487 -229
  8. package/build/cjs/meta.js +556 -20
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +645 -20
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +490 -227
  14. package/build/es/index.typings.mjs +552 -20
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +487 -229
  17. package/build/es/meta.mjs +552 -20
  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 +649 -20
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +490 -227
  23. package/build/internal/cjs/index.typings.js +556 -20
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +487 -229
  26. package/build/internal/cjs/meta.js +556 -20
  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 +645 -20
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +490 -227
  32. package/build/internal/es/index.typings.mjs +552 -20
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +487 -229
  35. package/build/internal/es/meta.mjs +552 -20
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -22,6 +22,7 @@ var meta_exports = {};
22
22
  __export(meta_exports, {
23
23
  ActionOriginal: () => Action,
24
24
  AlignmentOriginal: () => Alignment,
25
+ AnimationTypeOriginal: () => AnimationType,
25
26
  AppTypeOriginal: () => AppType,
26
27
  AspectRatioOriginal: () => AspectRatio,
27
28
  BackdropTypeOriginal: () => BackdropType,
@@ -37,6 +38,7 @@ __export(meta_exports, {
37
38
  DesignTargetOriginal: () => DesignTarget,
38
39
  DirectionOriginal: () => Direction,
39
40
  DividerDataAlignmentOriginal: () => DividerDataAlignment,
41
+ EntranceEffectTypeOriginal: () => EntranceEffectType,
40
42
  FieldOriginal: () => Field,
41
43
  FontTypeOriginal: () => FontType,
42
44
  GIFTypeOriginal: () => GIFType,
@@ -50,8 +52,10 @@ __export(meta_exports, {
50
52
  LayoutDataBackgroundTypeOriginal: () => LayoutDataBackgroundType,
51
53
  LayoutOriginal: () => Layout,
52
54
  LayoutTypeOriginal: () => LayoutType,
55
+ LineCapOriginal: () => LineCap,
53
56
  LineStyleOriginal: () => LineStyle,
54
57
  ListStyleOriginal: () => ListStyle,
58
+ LoopEffectTypeOriginal: () => LoopEffectType,
55
59
  MapTypeOriginal: () => MapType,
56
60
  ModerationStatusStatusOriginal: () => ModerationStatusStatus,
57
61
  NodeTypeOriginal: () => NodeType,
@@ -226,6 +230,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
226
230
  {
227
231
  srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
228
232
  destPath: "/v3/bulk/moderation"
233
+ },
234
+ {
235
+ srcPath: "/_api/communities-blog-node-api/v3/bulk/draft-posts/create",
236
+ destPath: "/v3/bulk/draft-posts/create"
229
237
  }
230
238
  ],
231
239
  "social-blog._base_domain_": [
@@ -336,6 +344,10 @@ function createDraftPost(payload) {
336
344
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
337
345
  },
338
346
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
347
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
348
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
349
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
350
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
339
351
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
340
352
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
341
353
  { path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
@@ -353,9 +365,27 @@ function createDraftPost(payload) {
353
365
  {
354
366
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
355
367
  },
368
+ {
369
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
370
+ },
371
+ {
372
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
373
+ },
374
+ {
375
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
376
+ },
356
377
  {
357
378
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
358
379
  },
380
+ {
381
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
382
+ },
383
+ {
384
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
385
+ },
386
+ {
387
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
388
+ },
359
389
  {
360
390
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
361
391
  },
@@ -387,6 +417,15 @@ function createDraftPost(payload) {
387
417
  {
388
418
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
389
419
  },
420
+ {
421
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
422
+ },
423
+ {
424
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
425
+ },
426
+ {
427
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
428
+ },
390
429
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
391
430
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
392
431
  {
@@ -479,6 +518,10 @@ function createDraftPost(payload) {
479
518
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
480
519
  },
481
520
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
521
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
522
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
523
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
524
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
482
525
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
483
526
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
484
527
  {
@@ -504,9 +547,27 @@ function createDraftPost(payload) {
504
547
  {
505
548
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
506
549
  },
550
+ {
551
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
552
+ },
553
+ {
554
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
555
+ },
556
+ {
557
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
558
+ },
507
559
  {
508
560
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
509
561
  },
562
+ {
563
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
564
+ },
565
+ {
566
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
567
+ },
568
+ {
569
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
570
+ },
510
571
  {
511
572
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
512
573
  },
@@ -538,6 +599,15 @@ function createDraftPost(payload) {
538
599
  {
539
600
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
540
601
  },
602
+ {
603
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
604
+ },
605
+ {
606
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
607
+ },
608
+ {
609
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
610
+ },
541
611
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
542
612
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
543
613
  {
@@ -625,6 +695,10 @@ function bulkCreateDraftPosts(payload) {
625
695
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
626
696
  },
627
697
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
698
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
699
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
700
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
701
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
628
702
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
629
703
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
630
704
  { path: "draftPosts.richContent.nodes.pollData.poll.image.duration" },
@@ -644,9 +718,27 @@ function bulkCreateDraftPosts(payload) {
644
718
  {
645
719
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
646
720
  },
721
+ {
722
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
723
+ },
724
+ {
725
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
726
+ },
727
+ {
728
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
729
+ },
647
730
  {
648
731
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
649
732
  },
733
+ {
734
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
735
+ },
736
+ {
737
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
738
+ },
739
+ {
740
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
741
+ },
650
742
  {
651
743
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
652
744
  },
@@ -678,6 +770,15 @@ function bulkCreateDraftPosts(payload) {
678
770
  {
679
771
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
680
772
  },
773
+ {
774
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
775
+ },
776
+ {
777
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
778
+ },
779
+ {
780
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
781
+ },
681
782
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
682
783
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
683
784
  {
@@ -776,6 +877,10 @@ function bulkCreateDraftPosts(payload) {
776
877
  {
777
878
  path: "results.item.richContent.nodes.imageData.image.duration"
778
879
  },
880
+ { path: "results.item.richContent.nodes.imageData.crop.x" },
881
+ { path: "results.item.richContent.nodes.imageData.crop.y" },
882
+ { path: "results.item.richContent.nodes.imageData.crop.width" },
883
+ { path: "results.item.richContent.nodes.imageData.crop.height" },
779
884
  {
780
885
  path: "results.item.richContent.nodes.mapData.mapSettings.lat"
781
886
  },
@@ -809,9 +914,27 @@ function bulkCreateDraftPosts(payload) {
809
914
  {
810
915
  path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
811
916
  },
917
+ {
918
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
919
+ },
920
+ {
921
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
922
+ },
923
+ {
924
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
925
+ },
812
926
  {
813
927
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
814
928
  },
929
+ {
930
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
931
+ },
932
+ {
933
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
934
+ },
935
+ {
936
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
937
+ },
815
938
  {
816
939
  path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
817
940
  },
@@ -845,6 +968,15 @@ function bulkCreateDraftPosts(payload) {
845
968
  {
846
969
  path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
847
970
  },
971
+ {
972
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
973
+ },
974
+ {
975
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
976
+ },
977
+ {
978
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
979
+ },
848
980
  { path: "results.item.richContent.nodes.tocData.fontSize" },
849
981
  { path: "results.item.richContent.nodes.tocData.itemSpacing" },
850
982
  {
@@ -951,6 +1083,14 @@ function bulkUpdateDraftPosts(payload) {
951
1083
  {
952
1084
  path: "draftPosts.draftPost.richContent.nodes.imageData.image.duration"
953
1085
  },
1086
+ { path: "draftPosts.draftPost.richContent.nodes.imageData.crop.x" },
1087
+ { path: "draftPosts.draftPost.richContent.nodes.imageData.crop.y" },
1088
+ {
1089
+ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.width"
1090
+ },
1091
+ {
1092
+ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.height"
1093
+ },
954
1094
  {
955
1095
  path: "draftPosts.draftPost.richContent.nodes.mapData.mapSettings.lat"
956
1096
  },
@@ -984,9 +1124,27 @@ function bulkUpdateDraftPosts(payload) {
984
1124
  {
985
1125
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
986
1126
  },
1127
+ {
1128
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1129
+ },
1130
+ {
1131
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1132
+ },
1133
+ {
1134
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1135
+ },
987
1136
  {
988
1137
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
989
1138
  },
1139
+ {
1140
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1141
+ },
1142
+ {
1143
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1144
+ },
1145
+ {
1146
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1147
+ },
990
1148
  {
991
1149
  path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
992
1150
  },
@@ -1020,6 +1178,15 @@ function bulkUpdateDraftPosts(payload) {
1020
1178
  {
1021
1179
  path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1022
1180
  },
1181
+ {
1182
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1183
+ },
1184
+ {
1185
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1186
+ },
1187
+ {
1188
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1189
+ },
1023
1190
  { path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
1024
1191
  {
1025
1192
  path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
@@ -1120,6 +1287,10 @@ function bulkUpdateDraftPosts(payload) {
1120
1287
  {
1121
1288
  path: "results.item.richContent.nodes.imageData.image.duration"
1122
1289
  },
1290
+ { path: "results.item.richContent.nodes.imageData.crop.x" },
1291
+ { path: "results.item.richContent.nodes.imageData.crop.y" },
1292
+ { path: "results.item.richContent.nodes.imageData.crop.width" },
1293
+ { path: "results.item.richContent.nodes.imageData.crop.height" },
1123
1294
  {
1124
1295
  path: "results.item.richContent.nodes.mapData.mapSettings.lat"
1125
1296
  },
@@ -1153,9 +1324,27 @@ function bulkUpdateDraftPosts(payload) {
1153
1324
  {
1154
1325
  path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1155
1326
  },
1327
+ {
1328
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1329
+ },
1330
+ {
1331
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1332
+ },
1333
+ {
1334
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1335
+ },
1156
1336
  {
1157
1337
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1158
1338
  },
1339
+ {
1340
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1341
+ },
1342
+ {
1343
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1344
+ },
1345
+ {
1346
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1347
+ },
1159
1348
  {
1160
1349
  path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1161
1350
  },
@@ -1189,6 +1378,15 @@ function bulkUpdateDraftPosts(payload) {
1189
1378
  {
1190
1379
  path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1191
1380
  },
1381
+ {
1382
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1383
+ },
1384
+ {
1385
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1386
+ },
1387
+ {
1388
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1389
+ },
1192
1390
  { path: "results.item.richContent.nodes.tocData.fontSize" },
1193
1391
  { path: "results.item.richContent.nodes.tocData.itemSpacing" },
1194
1392
  {
@@ -1292,6 +1490,10 @@ function listDeletedDraftPosts(payload) {
1292
1490
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
1293
1491
  },
1294
1492
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
1493
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
1494
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
1495
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
1496
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
1295
1497
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
1296
1498
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
1297
1499
  {
@@ -1317,9 +1519,27 @@ function listDeletedDraftPosts(payload) {
1317
1519
  {
1318
1520
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
1319
1521
  },
1522
+ {
1523
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1524
+ },
1525
+ {
1526
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1527
+ },
1528
+ {
1529
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1530
+ },
1320
1531
  {
1321
1532
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1322
1533
  },
1534
+ {
1535
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1536
+ },
1537
+ {
1538
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1539
+ },
1540
+ {
1541
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1542
+ },
1323
1543
  {
1324
1544
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1325
1545
  },
@@ -1351,6 +1571,15 @@ function listDeletedDraftPosts(payload) {
1351
1571
  {
1352
1572
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1353
1573
  },
1574
+ {
1575
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1576
+ },
1577
+ {
1578
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1579
+ },
1580
+ {
1581
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1582
+ },
1354
1583
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
1355
1584
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
1356
1585
  {
@@ -1450,6 +1679,10 @@ function getDraftPost(payload) {
1450
1679
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
1451
1680
  },
1452
1681
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
1682
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
1683
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
1684
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
1685
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
1453
1686
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
1454
1687
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
1455
1688
  {
@@ -1475,9 +1708,27 @@ function getDraftPost(payload) {
1475
1708
  {
1476
1709
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1477
1710
  },
1711
+ {
1712
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1713
+ },
1714
+ {
1715
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1716
+ },
1717
+ {
1718
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1719
+ },
1478
1720
  {
1479
1721
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1480
1722
  },
1723
+ {
1724
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1725
+ },
1726
+ {
1727
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1728
+ },
1729
+ {
1730
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1731
+ },
1481
1732
  {
1482
1733
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1483
1734
  },
@@ -1509,6 +1760,15 @@ function getDraftPost(payload) {
1509
1760
  {
1510
1761
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1511
1762
  },
1763
+ {
1764
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1765
+ },
1766
+ {
1767
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1768
+ },
1769
+ {
1770
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1771
+ },
1512
1772
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
1513
1773
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
1514
1774
  {
@@ -1601,6 +1861,10 @@ function updateDraftPost(payload) {
1601
1861
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
1602
1862
  },
1603
1863
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
1864
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
1865
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
1866
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
1867
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
1604
1868
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
1605
1869
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
1606
1870
  { path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
@@ -1618,9 +1882,27 @@ function updateDraftPost(payload) {
1618
1882
  {
1619
1883
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1620
1884
  },
1885
+ {
1886
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1887
+ },
1888
+ {
1889
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1890
+ },
1891
+ {
1892
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1893
+ },
1621
1894
  {
1622
1895
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1623
1896
  },
1897
+ {
1898
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1899
+ },
1900
+ {
1901
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1902
+ },
1903
+ {
1904
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1905
+ },
1624
1906
  {
1625
1907
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1626
1908
  },
@@ -1652,6 +1934,15 @@ function updateDraftPost(payload) {
1652
1934
  {
1653
1935
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1654
1936
  },
1937
+ {
1938
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1939
+ },
1940
+ {
1941
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1942
+ },
1943
+ {
1944
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1945
+ },
1655
1946
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
1656
1947
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
1657
1948
  {
@@ -1748,6 +2039,10 @@ function updateDraftPost(payload) {
1748
2039
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
1749
2040
  },
1750
2041
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
2042
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
2043
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
2044
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
2045
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
1751
2046
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
1752
2047
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
1753
2048
  {
@@ -1773,9 +2068,27 @@ function updateDraftPost(payload) {
1773
2068
  {
1774
2069
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1775
2070
  },
2071
+ {
2072
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2073
+ },
2074
+ {
2075
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2076
+ },
2077
+ {
2078
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2079
+ },
1776
2080
  {
1777
2081
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1778
2082
  },
2083
+ {
2084
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2085
+ },
2086
+ {
2087
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2088
+ },
2089
+ {
2090
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2091
+ },
1779
2092
  {
1780
2093
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1781
2094
  },
@@ -1807,6 +2120,15 @@ function updateDraftPost(payload) {
1807
2120
  {
1808
2121
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1809
2122
  },
2123
+ {
2124
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2125
+ },
2126
+ {
2127
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2128
+ },
2129
+ {
2130
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2131
+ },
1810
2132
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
1811
2133
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
1812
2134
  {
@@ -1954,6 +2276,10 @@ function bulkDeleteDraftPosts(payload) {
1954
2276
  {
1955
2277
  path: "results.item.richContent.nodes.imageData.image.duration"
1956
2278
  },
2279
+ { path: "results.item.richContent.nodes.imageData.crop.x" },
2280
+ { path: "results.item.richContent.nodes.imageData.crop.y" },
2281
+ { path: "results.item.richContent.nodes.imageData.crop.width" },
2282
+ { path: "results.item.richContent.nodes.imageData.crop.height" },
1957
2283
  {
1958
2284
  path: "results.item.richContent.nodes.mapData.mapSettings.lat"
1959
2285
  },
@@ -1987,9 +2313,27 @@ function bulkDeleteDraftPosts(payload) {
1987
2313
  {
1988
2314
  path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1989
2315
  },
2316
+ {
2317
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2318
+ },
2319
+ {
2320
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2321
+ },
2322
+ {
2323
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2324
+ },
1990
2325
  {
1991
2326
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1992
2327
  },
2328
+ {
2329
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2330
+ },
2331
+ {
2332
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2333
+ },
2334
+ {
2335
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2336
+ },
1993
2337
  {
1994
2338
  path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1995
2339
  },
@@ -2023,6 +2367,15 @@ function bulkDeleteDraftPosts(payload) {
2023
2367
  {
2024
2368
  path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
2025
2369
  },
2370
+ {
2371
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2372
+ },
2373
+ {
2374
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2375
+ },
2376
+ {
2377
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2378
+ },
2026
2379
  { path: "results.item.richContent.nodes.tocData.fontSize" },
2027
2380
  { path: "results.item.richContent.nodes.tocData.itemSpacing" },
2028
2381
  {
@@ -2126,6 +2479,10 @@ function listDraftPosts(payload) {
2126
2479
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
2127
2480
  },
2128
2481
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
2482
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
2483
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
2484
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
2485
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
2129
2486
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
2130
2487
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
2131
2488
  {
@@ -2151,9 +2508,27 @@ function listDraftPosts(payload) {
2151
2508
  {
2152
2509
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
2153
2510
  },
2511
+ {
2512
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2513
+ },
2514
+ {
2515
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2516
+ },
2517
+ {
2518
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2519
+ },
2154
2520
  {
2155
2521
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
2156
2522
  },
2523
+ {
2524
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2525
+ },
2526
+ {
2527
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2528
+ },
2529
+ {
2530
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2531
+ },
2157
2532
  {
2158
2533
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2159
2534
  },
@@ -2185,6 +2560,15 @@ function listDraftPosts(payload) {
2185
2560
  {
2186
2561
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2187
2562
  },
2563
+ {
2564
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2565
+ },
2566
+ {
2567
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2568
+ },
2569
+ {
2570
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2571
+ },
2188
2572
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2189
2573
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
2190
2574
  {
@@ -2288,6 +2672,10 @@ function getDeletedDraftPost(payload) {
2288
2672
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
2289
2673
  },
2290
2674
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
2675
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
2676
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
2677
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
2678
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
2291
2679
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
2292
2680
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
2293
2681
  {
@@ -2313,9 +2701,27 @@ function getDeletedDraftPost(payload) {
2313
2701
  {
2314
2702
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
2315
2703
  },
2704
+ {
2705
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2706
+ },
2707
+ {
2708
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2709
+ },
2710
+ {
2711
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2712
+ },
2316
2713
  {
2317
2714
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
2318
2715
  },
2716
+ {
2717
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2718
+ },
2719
+ {
2720
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2721
+ },
2722
+ {
2723
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2724
+ },
2319
2725
  {
2320
2726
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2321
2727
  },
@@ -2347,6 +2753,15 @@ function getDeletedDraftPost(payload) {
2347
2753
  {
2348
2754
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2349
2755
  },
2756
+ {
2757
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2758
+ },
2759
+ {
2760
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2761
+ },
2762
+ {
2763
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2764
+ },
2350
2765
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
2351
2766
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
2352
2767
  {
@@ -2450,6 +2865,10 @@ function restoreFromTrashBin(payload) {
2450
2865
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
2451
2866
  },
2452
2867
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
2868
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
2869
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
2870
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
2871
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
2453
2872
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
2454
2873
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
2455
2874
  {
@@ -2475,9 +2894,27 @@ function restoreFromTrashBin(payload) {
2475
2894
  {
2476
2895
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
2477
2896
  },
2897
+ {
2898
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2899
+ },
2900
+ {
2901
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2902
+ },
2903
+ {
2904
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2905
+ },
2478
2906
  {
2479
2907
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
2480
2908
  },
2909
+ {
2910
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2911
+ },
2912
+ {
2913
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2914
+ },
2915
+ {
2916
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2917
+ },
2481
2918
  {
2482
2919
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2483
2920
  },
@@ -2509,6 +2946,15 @@ function restoreFromTrashBin(payload) {
2509
2946
  {
2510
2947
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2511
2948
  },
2949
+ {
2950
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2951
+ },
2952
+ {
2953
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2954
+ },
2955
+ {
2956
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2957
+ },
2512
2958
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
2513
2959
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
2514
2960
  {
@@ -2524,6 +2970,15 @@ function restoreFromTrashBin(payload) {
2524
2970
  }
2525
2971
  function queryDraftPosts(payload) {
2526
2972
  function __queryDraftPosts({ host }) {
2973
+ const serializedData = (0, import_transform_paths.transformPaths)(payload, [
2974
+ {
2975
+ transformFn: import_float.transformSDKFloatToRESTFloat,
2976
+ paths: [
2977
+ { path: "query.sort.origin.latitude" },
2978
+ { path: "query.sort.origin.longitude" }
2979
+ ]
2980
+ }
2981
+ ]);
2527
2982
  const metadata = {
2528
2983
  entityFqdn: "wix.blog.v3.draft",
2529
2984
  method: "POST",
@@ -2533,9 +2988,9 @@ function queryDraftPosts(payload) {
2533
2988
  optInTransformResponse: true
2534
2989
  },
2535
2990
  url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
2536
- { protoPath: "/v3/draft-posts/query", data: payload, host }
2991
+ { protoPath: "/v3/draft-posts/query", data: serializedData, host }
2537
2992
  ),
2538
- data: payload,
2993
+ data: serializedData,
2539
2994
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
2540
2995
  {
2541
2996
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
@@ -2612,6 +3067,10 @@ function queryDraftPosts(payload) {
2612
3067
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
2613
3068
  },
2614
3069
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
3070
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
3071
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
3072
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
3073
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
2615
3074
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
2616
3075
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
2617
3076
  {
@@ -2637,9 +3096,27 @@ function queryDraftPosts(payload) {
2637
3096
  {
2638
3097
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
2639
3098
  },
3099
+ {
3100
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
3101
+ },
3102
+ {
3103
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
3104
+ },
3105
+ {
3106
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
3107
+ },
2640
3108
  {
2641
3109
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
2642
3110
  },
3111
+ {
3112
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
3113
+ },
3114
+ {
3115
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
3116
+ },
3117
+ {
3118
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
3119
+ },
2643
3120
  {
2644
3121
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2645
3122
  },
@@ -2671,6 +3148,15 @@ function queryDraftPosts(payload) {
2671
3148
  {
2672
3149
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2673
3150
  },
3151
+ {
3152
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
3153
+ },
3154
+ {
3155
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
3156
+ },
3157
+ {
3158
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
3159
+ },
2674
3160
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2675
3161
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
2676
3162
  {
@@ -2825,6 +3311,47 @@ var Target = /* @__PURE__ */ ((Target2) => {
2825
3311
  Target2["TOP"] = "TOP";
2826
3312
  return Target2;
2827
3313
  })(Target || {});
3314
+ var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
3315
+ AnimationType2["VIEW"] = "VIEW";
3316
+ return AnimationType2;
3317
+ })(AnimationType || {});
3318
+ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
3319
+ EntranceEffectType2["FADE"] = "FADE";
3320
+ EntranceEffectType2["ARC"] = "ARC";
3321
+ EntranceEffectType2["BLUR"] = "BLUR";
3322
+ EntranceEffectType2["BOUNCE"] = "BOUNCE";
3323
+ EntranceEffectType2["DROP"] = "DROP";
3324
+ EntranceEffectType2["EXPAND"] = "EXPAND";
3325
+ EntranceEffectType2["FLIP"] = "FLIP";
3326
+ EntranceEffectType2["FLOAT"] = "FLOAT";
3327
+ EntranceEffectType2["FOLD"] = "FOLD";
3328
+ EntranceEffectType2["GLIDE"] = "GLIDE";
3329
+ EntranceEffectType2["REVEAL"] = "REVEAL";
3330
+ EntranceEffectType2["SHAPE"] = "SHAPE";
3331
+ EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
3332
+ EntranceEffectType2["SLIDE"] = "SLIDE";
3333
+ EntranceEffectType2["SPIN"] = "SPIN";
3334
+ EntranceEffectType2["TILT"] = "TILT";
3335
+ EntranceEffectType2["TURN"] = "TURN";
3336
+ EntranceEffectType2["WINK"] = "WINK";
3337
+ return EntranceEffectType2;
3338
+ })(EntranceEffectType || {});
3339
+ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
3340
+ LoopEffectType2["BOUNCE"] = "BOUNCE";
3341
+ LoopEffectType2["BREATHE"] = "BREATHE";
3342
+ LoopEffectType2["CROSS"] = "CROSS";
3343
+ LoopEffectType2["FLASH"] = "FLASH";
3344
+ LoopEffectType2["FLIP"] = "FLIP";
3345
+ LoopEffectType2["FOLD"] = "FOLD";
3346
+ LoopEffectType2["JELLO"] = "JELLO";
3347
+ LoopEffectType2["POKE"] = "POKE";
3348
+ LoopEffectType2["PULSE"] = "PULSE";
3349
+ LoopEffectType2["RUBBER"] = "RUBBER";
3350
+ LoopEffectType2["SPIN"] = "SPIN";
3351
+ LoopEffectType2["SWING"] = "SWING";
3352
+ LoopEffectType2["WIGGLE"] = "WIGGLE";
3353
+ return LoopEffectType2;
3354
+ })(LoopEffectType || {});
2828
3355
  var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
2829
3356
  TextAlignment2["AUTO"] = "AUTO";
2830
3357
  TextAlignment2["LEFT"] = "LEFT";
@@ -2833,6 +3360,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
2833
3360
  TextAlignment2["JUSTIFY"] = "JUSTIFY";
2834
3361
  return TextAlignment2;
2835
3362
  })(TextAlignment || {});
3363
+ var LineCap = /* @__PURE__ */ ((LineCap2) => {
3364
+ LineCap2["SQUARE"] = "SQUARE";
3365
+ LineCap2["ROUND"] = "ROUND";
3366
+ return LineCap2;
3367
+ })(LineCap || {});
2836
3368
  var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
2837
3369
  LineStyle2["SINGLE"] = "SINGLE";
2838
3370
  LineStyle2["DOUBLE"] = "DOUBLE";
@@ -3056,6 +3588,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
3056
3588
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
3057
3589
  return ImagePosition2;
3058
3590
  })(ImagePosition || {});
3591
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
3592
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
3593
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
3594
+ return LayoutDataBackgroundType2;
3595
+ })(LayoutDataBackgroundType || {});
3059
3596
  var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
3060
3597
  BannerOrigin2["IMAGE"] = "IMAGE";
3061
3598
  BannerOrigin2["LAYOUT"] = "LAYOUT";
@@ -3066,11 +3603,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
3066
3603
  BannerPosition2["BOTTOM"] = "BOTTOM";
3067
3604
  return BannerPosition2;
3068
3605
  })(BannerPosition || {});
3069
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
3070
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
3071
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
3072
- return LayoutDataBackgroundType2;
3073
- })(LayoutDataBackgroundType || {});
3074
3606
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
3075
3607
  BackdropType2["COLOR"] = "COLOR";
3076
3608
  BackdropType2["GRADIENT"] = "GRADIENT";
@@ -3178,19 +3710,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
3178
3710
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
3179
3711
  return ModerationStatusStatus2;
3180
3712
  })(ModerationStatusStatus || {});
3181
- var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3182
- TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3183
- TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3184
- return TotalDraftPostsGroupingField2;
3185
- })(TotalDraftPostsGroupingField || {});
3186
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3187
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3188
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3189
- WebhookIdentityType2["MEMBER"] = "MEMBER";
3190
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3191
- WebhookIdentityType2["APP"] = "APP";
3192
- return WebhookIdentityType2;
3193
- })(WebhookIdentityType || {});
3194
3713
  var Type = /* @__PURE__ */ ((Type2) => {
3195
3714
  Type2["UNKNOWN"] = "UNKNOWN";
3196
3715
  Type2["MANUAL"] = "MANUAL";
@@ -3228,6 +3747,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
3228
3747
  SortOrder2["DESC"] = "DESC";
3229
3748
  return SortOrder2;
3230
3749
  })(SortOrder || {});
3750
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3751
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3752
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3753
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
3754
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3755
+ WebhookIdentityType2["APP"] = "APP";
3756
+ return WebhookIdentityType2;
3757
+ })(WebhookIdentityType || {});
3758
+ var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3759
+ TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3760
+ TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3761
+ return TotalDraftPostsGroupingField2;
3762
+ })(TotalDraftPostsGroupingField || {});
3231
3763
 
3232
3764
  // src/blog-v3-draft-draft-posts.meta.ts
3233
3765
  function createDraftPost2() {
@@ -3486,6 +4018,7 @@ function publishDraftPost2() {
3486
4018
  0 && (module.exports = {
3487
4019
  ActionOriginal,
3488
4020
  AlignmentOriginal,
4021
+ AnimationTypeOriginal,
3489
4022
  AppTypeOriginal,
3490
4023
  AspectRatioOriginal,
3491
4024
  BackdropTypeOriginal,
@@ -3501,6 +4034,7 @@ function publishDraftPost2() {
3501
4034
  DesignTargetOriginal,
3502
4035
  DirectionOriginal,
3503
4036
  DividerDataAlignmentOriginal,
4037
+ EntranceEffectTypeOriginal,
3504
4038
  FieldOriginal,
3505
4039
  FontTypeOriginal,
3506
4040
  GIFTypeOriginal,
@@ -3514,8 +4048,10 @@ function publishDraftPost2() {
3514
4048
  LayoutDataBackgroundTypeOriginal,
3515
4049
  LayoutOriginal,
3516
4050
  LayoutTypeOriginal,
4051
+ LineCapOriginal,
3517
4052
  LineStyleOriginal,
3518
4053
  ListStyleOriginal,
4054
+ LoopEffectTypeOriginal,
3519
4055
  MapTypeOriginal,
3520
4056
  ModerationStatusStatusOriginal,
3521
4057
  NodeTypeOriginal,