@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
@@ -139,6 +139,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(o
139
139
  {
140
140
  srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
141
141
  destPath: "/v3/bulk/moderation"
142
+ },
143
+ {
144
+ srcPath: "/_api/communities-blog-node-api/v3/bulk/draft-posts/create",
145
+ destPath: "/v3/bulk/draft-posts/create"
142
146
  }
143
147
  ],
144
148
  "social-blog._base_domain_": [
@@ -249,6 +253,10 @@ function createDraftPost(payload) {
249
253
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
250
254
  },
251
255
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
256
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
257
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
258
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
259
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
252
260
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
253
261
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
254
262
  { path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
@@ -266,9 +274,27 @@ function createDraftPost(payload) {
266
274
  {
267
275
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
268
276
  },
277
+ {
278
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
279
+ },
280
+ {
281
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
282
+ },
283
+ {
284
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
285
+ },
269
286
  {
270
287
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
271
288
  },
289
+ {
290
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
291
+ },
292
+ {
293
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
294
+ },
295
+ {
296
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
297
+ },
272
298
  {
273
299
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
274
300
  },
@@ -300,6 +326,15 @@ function createDraftPost(payload) {
300
326
  {
301
327
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
302
328
  },
329
+ {
330
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
331
+ },
332
+ {
333
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
334
+ },
335
+ {
336
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
337
+ },
303
338
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
304
339
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
305
340
  {
@@ -392,6 +427,10 @@ function createDraftPost(payload) {
392
427
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
393
428
  },
394
429
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
430
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
431
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
432
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
433
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
395
434
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
396
435
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
397
436
  {
@@ -417,9 +456,27 @@ function createDraftPost(payload) {
417
456
  {
418
457
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
419
458
  },
459
+ {
460
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
461
+ },
462
+ {
463
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
464
+ },
465
+ {
466
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
467
+ },
420
468
  {
421
469
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
422
470
  },
471
+ {
472
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
473
+ },
474
+ {
475
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
476
+ },
477
+ {
478
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
479
+ },
423
480
  {
424
481
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
425
482
  },
@@ -451,6 +508,15 @@ function createDraftPost(payload) {
451
508
  {
452
509
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
453
510
  },
511
+ {
512
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
513
+ },
514
+ {
515
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
516
+ },
517
+ {
518
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
519
+ },
454
520
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
455
521
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
456
522
  {
@@ -538,6 +604,10 @@ function bulkCreateDraftPosts(payload) {
538
604
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
539
605
  },
540
606
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
607
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
608
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
609
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
610
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
541
611
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
542
612
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
543
613
  { path: "draftPosts.richContent.nodes.pollData.poll.image.duration" },
@@ -557,9 +627,27 @@ function bulkCreateDraftPosts(payload) {
557
627
  {
558
628
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
559
629
  },
630
+ {
631
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
632
+ },
633
+ {
634
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
635
+ },
636
+ {
637
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
638
+ },
560
639
  {
561
640
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
562
641
  },
642
+ {
643
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
644
+ },
645
+ {
646
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
647
+ },
648
+ {
649
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
650
+ },
563
651
  {
564
652
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
565
653
  },
@@ -591,6 +679,15 @@ function bulkCreateDraftPosts(payload) {
591
679
  {
592
680
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
593
681
  },
682
+ {
683
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
684
+ },
685
+ {
686
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
687
+ },
688
+ {
689
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
690
+ },
594
691
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
595
692
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
596
693
  {
@@ -689,6 +786,10 @@ function bulkCreateDraftPosts(payload) {
689
786
  {
690
787
  path: "results.item.richContent.nodes.imageData.image.duration"
691
788
  },
789
+ { path: "results.item.richContent.nodes.imageData.crop.x" },
790
+ { path: "results.item.richContent.nodes.imageData.crop.y" },
791
+ { path: "results.item.richContent.nodes.imageData.crop.width" },
792
+ { path: "results.item.richContent.nodes.imageData.crop.height" },
692
793
  {
693
794
  path: "results.item.richContent.nodes.mapData.mapSettings.lat"
694
795
  },
@@ -722,9 +823,27 @@ function bulkCreateDraftPosts(payload) {
722
823
  {
723
824
  path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
724
825
  },
826
+ {
827
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
828
+ },
829
+ {
830
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
831
+ },
832
+ {
833
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
834
+ },
725
835
  {
726
836
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
727
837
  },
838
+ {
839
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
840
+ },
841
+ {
842
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
843
+ },
844
+ {
845
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
846
+ },
728
847
  {
729
848
  path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
730
849
  },
@@ -758,6 +877,15 @@ function bulkCreateDraftPosts(payload) {
758
877
  {
759
878
  path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
760
879
  },
880
+ {
881
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
882
+ },
883
+ {
884
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
885
+ },
886
+ {
887
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
888
+ },
761
889
  { path: "results.item.richContent.nodes.tocData.fontSize" },
762
890
  { path: "results.item.richContent.nodes.tocData.itemSpacing" },
763
891
  {
@@ -864,6 +992,14 @@ function bulkUpdateDraftPosts(payload) {
864
992
  {
865
993
  path: "draftPosts.draftPost.richContent.nodes.imageData.image.duration"
866
994
  },
995
+ { path: "draftPosts.draftPost.richContent.nodes.imageData.crop.x" },
996
+ { path: "draftPosts.draftPost.richContent.nodes.imageData.crop.y" },
997
+ {
998
+ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.width"
999
+ },
1000
+ {
1001
+ path: "draftPosts.draftPost.richContent.nodes.imageData.crop.height"
1002
+ },
867
1003
  {
868
1004
  path: "draftPosts.draftPost.richContent.nodes.mapData.mapSettings.lat"
869
1005
  },
@@ -897,9 +1033,27 @@ function bulkUpdateDraftPosts(payload) {
897
1033
  {
898
1034
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
899
1035
  },
1036
+ {
1037
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1038
+ },
1039
+ {
1040
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1041
+ },
1042
+ {
1043
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1044
+ },
900
1045
  {
901
1046
  path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
902
1047
  },
1048
+ {
1049
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1050
+ },
1051
+ {
1052
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1053
+ },
1054
+ {
1055
+ path: "draftPosts.draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1056
+ },
903
1057
  {
904
1058
  path: "draftPosts.draftPost.richContent.nodes.layoutData.background.gradient.centerX"
905
1059
  },
@@ -933,6 +1087,15 @@ function bulkUpdateDraftPosts(payload) {
933
1087
  {
934
1088
  path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
935
1089
  },
1090
+ {
1091
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1092
+ },
1093
+ {
1094
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1095
+ },
1096
+ {
1097
+ path: "draftPosts.draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1098
+ },
936
1099
  { path: "draftPosts.draftPost.richContent.nodes.tocData.fontSize" },
937
1100
  {
938
1101
  path: "draftPosts.draftPost.richContent.nodes.tocData.itemSpacing"
@@ -1033,6 +1196,10 @@ function bulkUpdateDraftPosts(payload) {
1033
1196
  {
1034
1197
  path: "results.item.richContent.nodes.imageData.image.duration"
1035
1198
  },
1199
+ { path: "results.item.richContent.nodes.imageData.crop.x" },
1200
+ { path: "results.item.richContent.nodes.imageData.crop.y" },
1201
+ { path: "results.item.richContent.nodes.imageData.crop.width" },
1202
+ { path: "results.item.richContent.nodes.imageData.crop.height" },
1036
1203
  {
1037
1204
  path: "results.item.richContent.nodes.mapData.mapSettings.lat"
1038
1205
  },
@@ -1066,9 +1233,27 @@ function bulkUpdateDraftPosts(payload) {
1066
1233
  {
1067
1234
  path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1068
1235
  },
1236
+ {
1237
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1238
+ },
1239
+ {
1240
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1241
+ },
1242
+ {
1243
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1244
+ },
1069
1245
  {
1070
1246
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1071
1247
  },
1248
+ {
1249
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1250
+ },
1251
+ {
1252
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1253
+ },
1254
+ {
1255
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1256
+ },
1072
1257
  {
1073
1258
  path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1074
1259
  },
@@ -1102,6 +1287,15 @@ function bulkUpdateDraftPosts(payload) {
1102
1287
  {
1103
1288
  path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1104
1289
  },
1290
+ {
1291
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1292
+ },
1293
+ {
1294
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1295
+ },
1296
+ {
1297
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1298
+ },
1105
1299
  { path: "results.item.richContent.nodes.tocData.fontSize" },
1106
1300
  { path: "results.item.richContent.nodes.tocData.itemSpacing" },
1107
1301
  {
@@ -1205,6 +1399,10 @@ function listDeletedDraftPosts(payload) {
1205
1399
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
1206
1400
  },
1207
1401
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
1402
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
1403
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
1404
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
1405
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
1208
1406
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
1209
1407
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
1210
1408
  {
@@ -1230,9 +1428,27 @@ function listDeletedDraftPosts(payload) {
1230
1428
  {
1231
1429
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
1232
1430
  },
1431
+ {
1432
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1433
+ },
1434
+ {
1435
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1436
+ },
1437
+ {
1438
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1439
+ },
1233
1440
  {
1234
1441
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
1235
1442
  },
1443
+ {
1444
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1445
+ },
1446
+ {
1447
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1448
+ },
1449
+ {
1450
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1451
+ },
1236
1452
  {
1237
1453
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
1238
1454
  },
@@ -1264,6 +1480,15 @@ function listDeletedDraftPosts(payload) {
1264
1480
  {
1265
1481
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
1266
1482
  },
1483
+ {
1484
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1485
+ },
1486
+ {
1487
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1488
+ },
1489
+ {
1490
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1491
+ },
1267
1492
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
1268
1493
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
1269
1494
  {
@@ -1363,6 +1588,10 @@ function getDraftPost(payload) {
1363
1588
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
1364
1589
  },
1365
1590
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
1591
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
1592
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
1593
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
1594
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
1366
1595
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
1367
1596
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
1368
1597
  {
@@ -1388,9 +1617,27 @@ function getDraftPost(payload) {
1388
1617
  {
1389
1618
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1390
1619
  },
1620
+ {
1621
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1622
+ },
1623
+ {
1624
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1625
+ },
1626
+ {
1627
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1628
+ },
1391
1629
  {
1392
1630
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1393
1631
  },
1632
+ {
1633
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1634
+ },
1635
+ {
1636
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1637
+ },
1638
+ {
1639
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1640
+ },
1394
1641
  {
1395
1642
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1396
1643
  },
@@ -1422,6 +1669,15 @@ function getDraftPost(payload) {
1422
1669
  {
1423
1670
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1424
1671
  },
1672
+ {
1673
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1674
+ },
1675
+ {
1676
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1677
+ },
1678
+ {
1679
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1680
+ },
1425
1681
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
1426
1682
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
1427
1683
  {
@@ -1514,6 +1770,10 @@ function updateDraftPost(payload) {
1514
1770
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
1515
1771
  },
1516
1772
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
1773
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
1774
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
1775
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
1776
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
1517
1777
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
1518
1778
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
1519
1779
  { path: "draftPost.richContent.nodes.pollData.poll.image.duration" },
@@ -1531,9 +1791,27 @@ function updateDraftPost(payload) {
1531
1791
  {
1532
1792
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1533
1793
  },
1794
+ {
1795
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1796
+ },
1797
+ {
1798
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1799
+ },
1800
+ {
1801
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1802
+ },
1534
1803
  {
1535
1804
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1536
1805
  },
1806
+ {
1807
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1808
+ },
1809
+ {
1810
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1811
+ },
1812
+ {
1813
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
1814
+ },
1537
1815
  {
1538
1816
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1539
1817
  },
@@ -1565,6 +1843,15 @@ function updateDraftPost(payload) {
1565
1843
  {
1566
1844
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1567
1845
  },
1846
+ {
1847
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
1848
+ },
1849
+ {
1850
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
1851
+ },
1852
+ {
1853
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
1854
+ },
1568
1855
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
1569
1856
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
1570
1857
  {
@@ -1661,6 +1948,10 @@ function updateDraftPost(payload) {
1661
1948
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
1662
1949
  },
1663
1950
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
1951
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
1952
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
1953
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
1954
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
1664
1955
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
1665
1956
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
1666
1957
  {
@@ -1686,9 +1977,27 @@ function updateDraftPost(payload) {
1686
1977
  {
1687
1978
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
1688
1979
  },
1980
+ {
1981
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
1982
+ },
1983
+ {
1984
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
1985
+ },
1986
+ {
1987
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
1988
+ },
1689
1989
  {
1690
1990
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
1691
1991
  },
1992
+ {
1993
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
1994
+ },
1995
+ {
1996
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
1997
+ },
1998
+ {
1999
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2000
+ },
1692
2001
  {
1693
2002
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
1694
2003
  },
@@ -1720,6 +2029,15 @@ function updateDraftPost(payload) {
1720
2029
  {
1721
2030
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
1722
2031
  },
2032
+ {
2033
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2034
+ },
2035
+ {
2036
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2037
+ },
2038
+ {
2039
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2040
+ },
1723
2041
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
1724
2042
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
1725
2043
  {
@@ -1867,6 +2185,10 @@ function bulkDeleteDraftPosts(payload) {
1867
2185
  {
1868
2186
  path: "results.item.richContent.nodes.imageData.image.duration"
1869
2187
  },
2188
+ { path: "results.item.richContent.nodes.imageData.crop.x" },
2189
+ { path: "results.item.richContent.nodes.imageData.crop.y" },
2190
+ { path: "results.item.richContent.nodes.imageData.crop.width" },
2191
+ { path: "results.item.richContent.nodes.imageData.crop.height" },
1870
2192
  {
1871
2193
  path: "results.item.richContent.nodes.mapData.mapSettings.lat"
1872
2194
  },
@@ -1900,9 +2222,27 @@ function bulkDeleteDraftPosts(payload) {
1900
2222
  {
1901
2223
  path: "results.item.richContent.nodes.layoutData.backgroundImage.media.duration"
1902
2224
  },
2225
+ {
2226
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2227
+ },
2228
+ {
2229
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2230
+ },
2231
+ {
2232
+ path: "results.item.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2233
+ },
1903
2234
  {
1904
2235
  path: "results.item.richContent.nodes.layoutData.backdropImage.media.duration"
1905
2236
  },
2237
+ {
2238
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2239
+ },
2240
+ {
2241
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2242
+ },
2243
+ {
2244
+ path: "results.item.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2245
+ },
1906
2246
  {
1907
2247
  path: "results.item.richContent.nodes.layoutData.background.gradient.centerX"
1908
2248
  },
@@ -1936,6 +2276,15 @@ function bulkDeleteDraftPosts(payload) {
1936
2276
  {
1937
2277
  path: "results.item.richContent.nodes.cardData.backgroundImage.media.duration"
1938
2278
  },
2279
+ {
2280
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2281
+ },
2282
+ {
2283
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2284
+ },
2285
+ {
2286
+ path: "results.item.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2287
+ },
1939
2288
  { path: "results.item.richContent.nodes.tocData.fontSize" },
1940
2289
  { path: "results.item.richContent.nodes.tocData.itemSpacing" },
1941
2290
  {
@@ -2039,6 +2388,10 @@ function listDraftPosts(payload) {
2039
2388
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
2040
2389
  },
2041
2390
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
2391
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
2392
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
2393
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
2394
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
2042
2395
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
2043
2396
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
2044
2397
  {
@@ -2064,9 +2417,27 @@ function listDraftPosts(payload) {
2064
2417
  {
2065
2418
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
2066
2419
  },
2420
+ {
2421
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2422
+ },
2423
+ {
2424
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2425
+ },
2426
+ {
2427
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2428
+ },
2067
2429
  {
2068
2430
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
2069
2431
  },
2432
+ {
2433
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2434
+ },
2435
+ {
2436
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2437
+ },
2438
+ {
2439
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2440
+ },
2070
2441
  {
2071
2442
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2072
2443
  },
@@ -2098,6 +2469,15 @@ function listDraftPosts(payload) {
2098
2469
  {
2099
2470
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2100
2471
  },
2472
+ {
2473
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2474
+ },
2475
+ {
2476
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2477
+ },
2478
+ {
2479
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2480
+ },
2101
2481
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2102
2482
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
2103
2483
  {
@@ -2201,6 +2581,10 @@ function getDeletedDraftPost(payload) {
2201
2581
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
2202
2582
  },
2203
2583
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
2584
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
2585
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
2586
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
2587
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
2204
2588
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
2205
2589
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
2206
2590
  {
@@ -2226,9 +2610,27 @@ function getDeletedDraftPost(payload) {
2226
2610
  {
2227
2611
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
2228
2612
  },
2613
+ {
2614
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2615
+ },
2616
+ {
2617
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2618
+ },
2619
+ {
2620
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2621
+ },
2229
2622
  {
2230
2623
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
2231
2624
  },
2625
+ {
2626
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2627
+ },
2628
+ {
2629
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2630
+ },
2631
+ {
2632
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2633
+ },
2232
2634
  {
2233
2635
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2234
2636
  },
@@ -2260,6 +2662,15 @@ function getDeletedDraftPost(payload) {
2260
2662
  {
2261
2663
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2262
2664
  },
2665
+ {
2666
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2667
+ },
2668
+ {
2669
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2670
+ },
2671
+ {
2672
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2673
+ },
2263
2674
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
2264
2675
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
2265
2676
  {
@@ -2363,6 +2774,10 @@ function restoreFromTrashBin(payload) {
2363
2774
  path: "draftPost.richContent.nodes.galleryData.options.item.ratio"
2364
2775
  },
2365
2776
  { path: "draftPost.richContent.nodes.imageData.image.duration" },
2777
+ { path: "draftPost.richContent.nodes.imageData.crop.x" },
2778
+ { path: "draftPost.richContent.nodes.imageData.crop.y" },
2779
+ { path: "draftPost.richContent.nodes.imageData.crop.width" },
2780
+ { path: "draftPost.richContent.nodes.imageData.crop.height" },
2366
2781
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lat" },
2367
2782
  { path: "draftPost.richContent.nodes.mapData.mapSettings.lng" },
2368
2783
  {
@@ -2388,9 +2803,27 @@ function restoreFromTrashBin(payload) {
2388
2803
  {
2389
2804
  path: "draftPost.richContent.nodes.layoutData.backgroundImage.media.duration"
2390
2805
  },
2806
+ {
2807
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
2808
+ },
2809
+ {
2810
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
2811
+ },
2812
+ {
2813
+ path: "draftPost.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
2814
+ },
2391
2815
  {
2392
2816
  path: "draftPost.richContent.nodes.layoutData.backdropImage.media.duration"
2393
2817
  },
2818
+ {
2819
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
2820
+ },
2821
+ {
2822
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
2823
+ },
2824
+ {
2825
+ path: "draftPost.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
2826
+ },
2394
2827
  {
2395
2828
  path: "draftPost.richContent.nodes.layoutData.background.gradient.centerX"
2396
2829
  },
@@ -2422,6 +2855,15 @@ function restoreFromTrashBin(payload) {
2422
2855
  {
2423
2856
  path: "draftPost.richContent.nodes.cardData.backgroundImage.media.duration"
2424
2857
  },
2858
+ {
2859
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
2860
+ },
2861
+ {
2862
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
2863
+ },
2864
+ {
2865
+ path: "draftPost.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
2866
+ },
2425
2867
  { path: "draftPost.richContent.nodes.tocData.fontSize" },
2426
2868
  { path: "draftPost.richContent.nodes.tocData.itemSpacing" },
2427
2869
  {
@@ -2437,6 +2879,15 @@ function restoreFromTrashBin(payload) {
2437
2879
  }
2438
2880
  function queryDraftPosts(payload) {
2439
2881
  function __queryDraftPosts({ host }) {
2882
+ const serializedData = transformPaths(payload, [
2883
+ {
2884
+ transformFn: transformSDKFloatToRESTFloat,
2885
+ paths: [
2886
+ { path: "query.sort.origin.latitude" },
2887
+ { path: "query.sort.origin.longitude" }
2888
+ ]
2889
+ }
2890
+ ]);
2440
2891
  const metadata = {
2441
2892
  entityFqdn: "wix.blog.v3.draft",
2442
2893
  method: "POST",
@@ -2446,9 +2897,9 @@ function queryDraftPosts(payload) {
2446
2897
  optInTransformResponse: true
2447
2898
  },
2448
2899
  url: resolveComWixpressNpmCommunitiesPlatformizedBlogV3DraftPostServiceUrl(
2449
- { protoPath: "/v3/draft-posts/query", data: payload, host }
2900
+ { protoPath: "/v3/draft-posts/query", data: serializedData, host }
2450
2901
  ),
2451
- data: payload,
2902
+ data: serializedData,
2452
2903
  transformResponse: (payload2) => transformPaths(payload2, [
2453
2904
  {
2454
2905
  transformFn: transformRESTTimestampToSDKTimestamp,
@@ -2525,6 +2976,10 @@ function queryDraftPosts(payload) {
2525
2976
  path: "draftPosts.richContent.nodes.galleryData.options.item.ratio"
2526
2977
  },
2527
2978
  { path: "draftPosts.richContent.nodes.imageData.image.duration" },
2979
+ { path: "draftPosts.richContent.nodes.imageData.crop.x" },
2980
+ { path: "draftPosts.richContent.nodes.imageData.crop.y" },
2981
+ { path: "draftPosts.richContent.nodes.imageData.crop.width" },
2982
+ { path: "draftPosts.richContent.nodes.imageData.crop.height" },
2528
2983
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lat" },
2529
2984
  { path: "draftPosts.richContent.nodes.mapData.mapSettings.lng" },
2530
2985
  {
@@ -2550,9 +3005,27 @@ function queryDraftPosts(payload) {
2550
3005
  {
2551
3006
  path: "draftPosts.richContent.nodes.layoutData.backgroundImage.media.duration"
2552
3007
  },
3008
+ {
3009
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
3010
+ },
3011
+ {
3012
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
3013
+ },
3014
+ {
3015
+ path: "draftPosts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
3016
+ },
2553
3017
  {
2554
3018
  path: "draftPosts.richContent.nodes.layoutData.backdropImage.media.duration"
2555
3019
  },
3020
+ {
3021
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
3022
+ },
3023
+ {
3024
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
3025
+ },
3026
+ {
3027
+ path: "draftPosts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
3028
+ },
2556
3029
  {
2557
3030
  path: "draftPosts.richContent.nodes.layoutData.background.gradient.centerX"
2558
3031
  },
@@ -2584,6 +3057,15 @@ function queryDraftPosts(payload) {
2584
3057
  {
2585
3058
  path: "draftPosts.richContent.nodes.cardData.backgroundImage.media.duration"
2586
3059
  },
3060
+ {
3061
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
3062
+ },
3063
+ {
3064
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
3065
+ },
3066
+ {
3067
+ path: "draftPosts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
3068
+ },
2587
3069
  { path: "draftPosts.richContent.nodes.tocData.fontSize" },
2588
3070
  { path: "draftPosts.richContent.nodes.tocData.itemSpacing" },
2589
3071
  {
@@ -2746,6 +3228,47 @@ var Target = /* @__PURE__ */ ((Target2) => {
2746
3228
  Target2["TOP"] = "TOP";
2747
3229
  return Target2;
2748
3230
  })(Target || {});
3231
+ var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
3232
+ AnimationType2["VIEW"] = "VIEW";
3233
+ return AnimationType2;
3234
+ })(AnimationType || {});
3235
+ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
3236
+ EntranceEffectType2["FADE"] = "FADE";
3237
+ EntranceEffectType2["ARC"] = "ARC";
3238
+ EntranceEffectType2["BLUR"] = "BLUR";
3239
+ EntranceEffectType2["BOUNCE"] = "BOUNCE";
3240
+ EntranceEffectType2["DROP"] = "DROP";
3241
+ EntranceEffectType2["EXPAND"] = "EXPAND";
3242
+ EntranceEffectType2["FLIP"] = "FLIP";
3243
+ EntranceEffectType2["FLOAT"] = "FLOAT";
3244
+ EntranceEffectType2["FOLD"] = "FOLD";
3245
+ EntranceEffectType2["GLIDE"] = "GLIDE";
3246
+ EntranceEffectType2["REVEAL"] = "REVEAL";
3247
+ EntranceEffectType2["SHAPE"] = "SHAPE";
3248
+ EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
3249
+ EntranceEffectType2["SLIDE"] = "SLIDE";
3250
+ EntranceEffectType2["SPIN"] = "SPIN";
3251
+ EntranceEffectType2["TILT"] = "TILT";
3252
+ EntranceEffectType2["TURN"] = "TURN";
3253
+ EntranceEffectType2["WINK"] = "WINK";
3254
+ return EntranceEffectType2;
3255
+ })(EntranceEffectType || {});
3256
+ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
3257
+ LoopEffectType2["BOUNCE"] = "BOUNCE";
3258
+ LoopEffectType2["BREATHE"] = "BREATHE";
3259
+ LoopEffectType2["CROSS"] = "CROSS";
3260
+ LoopEffectType2["FLASH"] = "FLASH";
3261
+ LoopEffectType2["FLIP"] = "FLIP";
3262
+ LoopEffectType2["FOLD"] = "FOLD";
3263
+ LoopEffectType2["JELLO"] = "JELLO";
3264
+ LoopEffectType2["POKE"] = "POKE";
3265
+ LoopEffectType2["PULSE"] = "PULSE";
3266
+ LoopEffectType2["RUBBER"] = "RUBBER";
3267
+ LoopEffectType2["SPIN"] = "SPIN";
3268
+ LoopEffectType2["SWING"] = "SWING";
3269
+ LoopEffectType2["WIGGLE"] = "WIGGLE";
3270
+ return LoopEffectType2;
3271
+ })(LoopEffectType || {});
2749
3272
  var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
2750
3273
  TextAlignment2["AUTO"] = "AUTO";
2751
3274
  TextAlignment2["LEFT"] = "LEFT";
@@ -2754,6 +3277,11 @@ var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
2754
3277
  TextAlignment2["JUSTIFY"] = "JUSTIFY";
2755
3278
  return TextAlignment2;
2756
3279
  })(TextAlignment || {});
3280
+ var LineCap = /* @__PURE__ */ ((LineCap2) => {
3281
+ LineCap2["SQUARE"] = "SQUARE";
3282
+ LineCap2["ROUND"] = "ROUND";
3283
+ return LineCap2;
3284
+ })(LineCap || {});
2757
3285
  var LineStyle = /* @__PURE__ */ ((LineStyle2) => {
2758
3286
  LineStyle2["SINGLE"] = "SINGLE";
2759
3287
  LineStyle2["DOUBLE"] = "DOUBLE";
@@ -2977,6 +3505,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
2977
3505
  ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
2978
3506
  return ImagePosition2;
2979
3507
  })(ImagePosition || {});
3508
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
3509
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
3510
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
3511
+ return LayoutDataBackgroundType2;
3512
+ })(LayoutDataBackgroundType || {});
2980
3513
  var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
2981
3514
  BannerOrigin2["IMAGE"] = "IMAGE";
2982
3515
  BannerOrigin2["LAYOUT"] = "LAYOUT";
@@ -2987,11 +3520,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
2987
3520
  BannerPosition2["BOTTOM"] = "BOTTOM";
2988
3521
  return BannerPosition2;
2989
3522
  })(BannerPosition || {});
2990
- var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
2991
- LayoutDataBackgroundType2["COLOR"] = "COLOR";
2992
- LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
2993
- return LayoutDataBackgroundType2;
2994
- })(LayoutDataBackgroundType || {});
2995
3523
  var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
2996
3524
  BackdropType2["COLOR"] = "COLOR";
2997
3525
  BackdropType2["GRADIENT"] = "GRADIENT";
@@ -3099,19 +3627,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
3099
3627
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
3100
3628
  return ModerationStatusStatus2;
3101
3629
  })(ModerationStatusStatus || {});
3102
- var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3103
- TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3104
- TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3105
- return TotalDraftPostsGroupingField2;
3106
- })(TotalDraftPostsGroupingField || {});
3107
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3108
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3109
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3110
- WebhookIdentityType2["MEMBER"] = "MEMBER";
3111
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3112
- WebhookIdentityType2["APP"] = "APP";
3113
- return WebhookIdentityType2;
3114
- })(WebhookIdentityType || {});
3115
3630
  var Type = /* @__PURE__ */ ((Type2) => {
3116
3631
  Type2["UNKNOWN"] = "UNKNOWN";
3117
3632
  Type2["MANUAL"] = "MANUAL";
@@ -3149,6 +3664,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
3149
3664
  SortOrder2["DESC"] = "DESC";
3150
3665
  return SortOrder2;
3151
3666
  })(SortOrder || {});
3667
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3668
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3669
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3670
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
3671
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3672
+ WebhookIdentityType2["APP"] = "APP";
3673
+ return WebhookIdentityType2;
3674
+ })(WebhookIdentityType || {});
3675
+ var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3676
+ TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3677
+ TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3678
+ return TotalDraftPostsGroupingField2;
3679
+ })(TotalDraftPostsGroupingField || {});
3152
3680
  async function createDraftPost2(draftPost, options) {
3153
3681
  const { httpClient, sideEffects } = arguments[2];
3154
3682
  const payload = transformPaths2(
@@ -4162,6 +4690,10 @@ var onDraftCreated = EventDefinition(
4162
4690
  },
4163
4691
  { path: "entity.richContent.nodes.galleryData.options.item.ratio" },
4164
4692
  { path: "entity.richContent.nodes.imageData.image.duration" },
4693
+ { path: "entity.richContent.nodes.imageData.crop.x" },
4694
+ { path: "entity.richContent.nodes.imageData.crop.y" },
4695
+ { path: "entity.richContent.nodes.imageData.crop.width" },
4696
+ { path: "entity.richContent.nodes.imageData.crop.height" },
4165
4697
  { path: "entity.richContent.nodes.mapData.mapSettings.lat" },
4166
4698
  { path: "entity.richContent.nodes.mapData.mapSettings.lng" },
4167
4699
  { path: "entity.richContent.nodes.pollData.poll.image.duration" },
@@ -4179,9 +4711,27 @@ var onDraftCreated = EventDefinition(
4179
4711
  {
4180
4712
  path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
4181
4713
  },
4714
+ {
4715
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
4716
+ },
4717
+ {
4718
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
4719
+ },
4720
+ {
4721
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
4722
+ },
4182
4723
  {
4183
4724
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
4184
4725
  },
4726
+ {
4727
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
4728
+ },
4729
+ {
4730
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
4731
+ },
4732
+ {
4733
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
4734
+ },
4185
4735
  {
4186
4736
  path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4187
4737
  },
@@ -4213,6 +4763,15 @@ var onDraftCreated = EventDefinition(
4213
4763
  {
4214
4764
  path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4215
4765
  },
4766
+ {
4767
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
4768
+ },
4769
+ {
4770
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
4771
+ },
4772
+ {
4773
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
4774
+ },
4216
4775
  { path: "entity.richContent.nodes.tocData.fontSize" },
4217
4776
  { path: "entity.richContent.nodes.tocData.itemSpacing" },
4218
4777
  {
@@ -4289,6 +4848,10 @@ var onDraftDeleted = EventDefinition(
4289
4848
  },
4290
4849
  { path: "entity.richContent.nodes.galleryData.options.item.ratio" },
4291
4850
  { path: "entity.richContent.nodes.imageData.image.duration" },
4851
+ { path: "entity.richContent.nodes.imageData.crop.x" },
4852
+ { path: "entity.richContent.nodes.imageData.crop.y" },
4853
+ { path: "entity.richContent.nodes.imageData.crop.width" },
4854
+ { path: "entity.richContent.nodes.imageData.crop.height" },
4292
4855
  { path: "entity.richContent.nodes.mapData.mapSettings.lat" },
4293
4856
  { path: "entity.richContent.nodes.mapData.mapSettings.lng" },
4294
4857
  { path: "entity.richContent.nodes.pollData.poll.image.duration" },
@@ -4306,9 +4869,27 @@ var onDraftDeleted = EventDefinition(
4306
4869
  {
4307
4870
  path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
4308
4871
  },
4872
+ {
4873
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
4874
+ },
4875
+ {
4876
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
4877
+ },
4878
+ {
4879
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
4880
+ },
4309
4881
  {
4310
4882
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
4311
4883
  },
4884
+ {
4885
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
4886
+ },
4887
+ {
4888
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
4889
+ },
4890
+ {
4891
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
4892
+ },
4312
4893
  {
4313
4894
  path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4314
4895
  },
@@ -4340,6 +4921,15 @@ var onDraftDeleted = EventDefinition(
4340
4921
  {
4341
4922
  path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4342
4923
  },
4924
+ {
4925
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
4926
+ },
4927
+ {
4928
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
4929
+ },
4930
+ {
4931
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
4932
+ },
4343
4933
  { path: "entity.richContent.nodes.tocData.fontSize" },
4344
4934
  { path: "entity.richContent.nodes.tocData.itemSpacing" },
4345
4935
  {
@@ -4416,6 +5006,10 @@ var onDraftUpdated = EventDefinition(
4416
5006
  },
4417
5007
  { path: "entity.richContent.nodes.galleryData.options.item.ratio" },
4418
5008
  { path: "entity.richContent.nodes.imageData.image.duration" },
5009
+ { path: "entity.richContent.nodes.imageData.crop.x" },
5010
+ { path: "entity.richContent.nodes.imageData.crop.y" },
5011
+ { path: "entity.richContent.nodes.imageData.crop.width" },
5012
+ { path: "entity.richContent.nodes.imageData.crop.height" },
4419
5013
  { path: "entity.richContent.nodes.mapData.mapSettings.lat" },
4420
5014
  { path: "entity.richContent.nodes.mapData.mapSettings.lng" },
4421
5015
  { path: "entity.richContent.nodes.pollData.poll.image.duration" },
@@ -4433,9 +5027,27 @@ var onDraftUpdated = EventDefinition(
4433
5027
  {
4434
5028
  path: "entity.richContent.nodes.layoutData.backgroundImage.media.duration"
4435
5029
  },
5030
+ {
5031
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
5032
+ },
5033
+ {
5034
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
5035
+ },
5036
+ {
5037
+ path: "entity.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
5038
+ },
4436
5039
  {
4437
5040
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
4438
5041
  },
5042
+ {
5043
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
5044
+ },
5045
+ {
5046
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
5047
+ },
5048
+ {
5049
+ path: "entity.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
5050
+ },
4439
5051
  {
4440
5052
  path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
4441
5053
  },
@@ -4467,6 +5079,15 @@ var onDraftUpdated = EventDefinition(
4467
5079
  {
4468
5080
  path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
4469
5081
  },
5082
+ {
5083
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
5084
+ },
5085
+ {
5086
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
5087
+ },
5088
+ {
5089
+ path: "entity.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
5090
+ },
4470
5091
  { path: "entity.richContent.nodes.tocData.fontSize" },
4471
5092
  { path: "entity.richContent.nodes.tocData.itemSpacing" },
4472
5093
  {
@@ -4517,6 +5138,7 @@ var onDraftUpdated2 = createEventModule(onDraftUpdated);
4517
5138
  export {
4518
5139
  Action,
4519
5140
  Alignment,
5141
+ AnimationType,
4520
5142
  AppType,
4521
5143
  AspectRatio,
4522
5144
  BackdropType,
@@ -4532,6 +5154,7 @@ export {
4532
5154
  DesignTarget,
4533
5155
  Direction,
4534
5156
  DividerDataAlignment,
5157
+ EntranceEffectType,
4535
5158
  Field,
4536
5159
  FontType,
4537
5160
  GIFType,
@@ -4545,8 +5168,10 @@ export {
4545
5168
  Layout,
4546
5169
  LayoutDataBackgroundType,
4547
5170
  LayoutType,
5171
+ LineCap,
4548
5172
  LineStyle,
4549
5173
  ListStyle,
5174
+ LoopEffectType,
4550
5175
  MapType,
4551
5176
  ModerationStatusStatus,
4552
5177
  NodeType,