@wix/auto_sdk_blog_posts 1.0.138 → 1.0.140

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 +433 -43
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +540 -351
  5. package/build/cjs/index.typings.js +286 -40
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +541 -352
  8. package/build/cjs/meta.js +286 -40
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +426 -43
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +540 -351
  14. package/build/es/index.typings.mjs +279 -40
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +541 -352
  17. package/build/es/meta.mjs +279 -40
  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 +433 -43
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +540 -351
  23. package/build/internal/cjs/index.typings.js +286 -40
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +541 -352
  26. package/build/internal/cjs/meta.js +286 -40
  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 +426 -43
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +540 -351
  32. package/build/internal/es/index.typings.mjs +279 -40
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +541 -352
  35. package/build/internal/es/meta.mjs +279 -40
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -23,9 +23,11 @@ __export(index_exports, {
23
23
  Alignment: () => Alignment,
24
24
  AppType: () => AppType,
25
25
  AspectRatio: () => AspectRatio,
26
+ BackdropType: () => BackdropType,
26
27
  BackgroundType: () => BackgroundType,
27
28
  BannerOrigin: () => BannerOrigin,
28
29
  ButtonDataType: () => ButtonDataType,
30
+ CardDataBackgroundType: () => CardDataBackgroundType,
29
31
  Crop: () => Crop,
30
32
  DecorationType: () => DecorationType,
31
33
  DesignTarget: () => DesignTarget,
@@ -36,9 +38,13 @@ __export(index_exports, {
36
38
  GIFType: () => GIFType,
37
39
  GetPostTemplatesSort: () => GetPostTemplatesSort,
38
40
  GetPostsSort: () => GetPostsSort,
41
+ GradientType: () => GradientType,
39
42
  ImagePosition: () => ImagePosition,
43
+ ImagePositionPosition: () => ImagePositionPosition,
44
+ ImageScalingScaling: () => ImageScalingScaling,
40
45
  InitialExpandedItems: () => InitialExpandedItems,
41
46
  Layout: () => Layout,
47
+ LayoutDataBackgroundType: () => LayoutDataBackgroundType,
42
48
  LayoutType: () => LayoutType,
43
49
  LineStyle: () => LineStyle,
44
50
  MapType: () => MapType,
@@ -50,6 +56,7 @@ __export(index_exports, {
50
56
  Origin: () => Origin,
51
57
  Placement: () => Placement,
52
58
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
59
+ PollDesignBackgroundType: () => PollDesignBackgroundType,
53
60
  PollLayoutDirection: () => PollLayoutDirection,
54
61
  PollLayoutType: () => PollLayoutType,
55
62
  Position: () => Position,
@@ -315,10 +322,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
315
322
  {
316
323
  srcPath: "/_api/communities-blog-node-api",
317
324
  destPath: ""
318
- },
319
- {
320
- srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
321
- destPath: "/v3/bulk/moderation"
322
325
  }
323
326
  ],
324
327
  "social-blog._base_domain_": [
@@ -473,6 +476,24 @@ function getPost(payload) {
473
476
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
474
477
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
475
478
  { path: "post.metrics.averageRating" },
479
+ {
480
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
481
+ },
482
+ {
483
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
484
+ },
485
+ {
486
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
487
+ },
488
+ {
489
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
490
+ },
491
+ {
492
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
493
+ },
494
+ {
495
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
496
+ },
476
497
  {
477
498
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
478
499
  },
@@ -504,7 +525,37 @@ function getPost(payload) {
504
525
  {
505
526
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
506
527
  },
507
- { path: "post.richContent.nodes.shapeData.shape.duration" }
528
+ {
529
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
530
+ },
531
+ {
532
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
533
+ },
534
+ {
535
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
536
+ },
537
+ {
538
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
539
+ },
540
+ {
541
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
542
+ },
543
+ {
544
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
545
+ },
546
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
547
+ {
548
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
549
+ },
550
+ {
551
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
552
+ },
553
+ {
554
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
555
+ },
556
+ {
557
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
558
+ }
508
559
  ]
509
560
  }
510
561
  ])
@@ -571,6 +622,24 @@ function getPostBySlug(payload) {
571
622
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
572
623
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
573
624
  { path: "post.metrics.averageRating" },
625
+ {
626
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
627
+ },
628
+ {
629
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
630
+ },
631
+ {
632
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
633
+ },
634
+ {
635
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
636
+ },
637
+ {
638
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
639
+ },
640
+ {
641
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
642
+ },
574
643
  {
575
644
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
576
645
  },
@@ -602,7 +671,37 @@ function getPostBySlug(payload) {
602
671
  {
603
672
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
604
673
  },
605
- { path: "post.richContent.nodes.shapeData.shape.duration" }
674
+ {
675
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
676
+ },
677
+ {
678
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
679
+ },
680
+ {
681
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
682
+ },
683
+ {
684
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
685
+ },
686
+ {
687
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
688
+ },
689
+ {
690
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
691
+ },
692
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
693
+ {
694
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
695
+ },
696
+ {
697
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
698
+ },
699
+ {
700
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
701
+ },
702
+ {
703
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
704
+ }
606
705
  ]
607
706
  }
608
707
  ])
@@ -671,6 +770,24 @@ function listPosts(payload) {
671
770
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
672
771
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
673
772
  { path: "posts.metrics.averageRating" },
773
+ {
774
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
775
+ },
776
+ {
777
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
778
+ },
779
+ {
780
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
781
+ },
782
+ {
783
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
784
+ },
785
+ {
786
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
787
+ },
788
+ {
789
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
790
+ },
674
791
  {
675
792
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
676
793
  },
@@ -704,7 +821,37 @@ function listPosts(payload) {
704
821
  {
705
822
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
706
823
  },
707
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
824
+ {
825
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
826
+ },
827
+ {
828
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
829
+ },
830
+ {
831
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
832
+ },
833
+ {
834
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
835
+ },
836
+ {
837
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
838
+ },
839
+ {
840
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
841
+ },
842
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
843
+ {
844
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
845
+ },
846
+ {
847
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
848
+ },
849
+ {
850
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
851
+ },
852
+ {
853
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
854
+ }
708
855
  ]
709
856
  }
710
857
  ])
@@ -773,6 +920,24 @@ function queryPosts(payload) {
773
920
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
774
921
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
775
922
  { path: "posts.metrics.averageRating" },
923
+ {
924
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
925
+ },
926
+ {
927
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
928
+ },
929
+ {
930
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
931
+ },
932
+ {
933
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
934
+ },
935
+ {
936
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
937
+ },
938
+ {
939
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
940
+ },
776
941
  {
777
942
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
778
943
  },
@@ -806,7 +971,37 @@ function queryPosts(payload) {
806
971
  {
807
972
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
808
973
  },
809
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
974
+ {
975
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
976
+ },
977
+ {
978
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
979
+ },
980
+ {
981
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
982
+ },
983
+ {
984
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
985
+ },
986
+ {
987
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
988
+ },
989
+ {
990
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
991
+ },
992
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
993
+ {
994
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
995
+ },
996
+ {
997
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
998
+ },
999
+ {
1000
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
1001
+ },
1002
+ {
1003
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
1004
+ }
810
1005
  ]
811
1006
  }
812
1007
  ])
@@ -884,8 +1079,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
884
1079
  NodeType2["LAYOUT"] = "LAYOUT";
885
1080
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
886
1081
  NodeType2["SHAPE"] = "SHAPE";
1082
+ NodeType2["CARD"] = "CARD";
887
1083
  return NodeType2;
888
1084
  })(NodeType || {});
1085
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1086
+ BackgroundType2["COLOR"] = "COLOR";
1087
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1088
+ return BackgroundType2;
1089
+ })(BackgroundType || {});
1090
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1091
+ GradientType2["LINEAR"] = "LINEAR";
1092
+ GradientType2["RADIAL"] = "RADIAL";
1093
+ return GradientType2;
1094
+ })(GradientType || {});
889
1095
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
890
1096
  WidthType2["CONTENT"] = "CONTENT";
891
1097
  WidthType2["SMALL"] = "SMALL";
@@ -1021,12 +1227,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1021
1227
  PollLayoutDirection2["RTL"] = "RTL";
1022
1228
  return PollLayoutDirection2;
1023
1229
  })(PollLayoutDirection || {});
1024
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1025
- BackgroundType2["COLOR"] = "COLOR";
1026
- BackgroundType2["IMAGE"] = "IMAGE";
1027
- BackgroundType2["GRADIENT"] = "GRADIENT";
1028
- return BackgroundType2;
1029
- })(BackgroundType || {});
1230
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1231
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1232
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1233
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1234
+ return PollDesignBackgroundType2;
1235
+ })(PollDesignBackgroundType || {});
1030
1236
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1031
1237
  DecorationType2["BOLD"] = "BOLD";
1032
1238
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1113,12 +1319,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1113
1319
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1114
1320
  return NullValue2;
1115
1321
  })(NullValue || {});
1116
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1117
- Scaling2["AUTO"] = "AUTO";
1118
- Scaling2["CONTAIN"] = "CONTAIN";
1119
- Scaling2["COVER"] = "COVER";
1120
- return Scaling2;
1121
- })(Scaling || {});
1322
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1323
+ ImageScalingScaling2["AUTO"] = "AUTO";
1324
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1325
+ ImageScalingScaling2["COVER"] = "COVER";
1326
+ return ImageScalingScaling2;
1327
+ })(ImageScalingScaling || {});
1122
1328
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1123
1329
  ImagePosition2["CENTER"] = "CENTER";
1124
1330
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1136,6 +1342,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
1136
1342
  BannerOrigin2["LAYOUT"] = "LAYOUT";
1137
1343
  return BannerOrigin2;
1138
1344
  })(BannerOrigin || {});
1345
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1346
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1347
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1348
+ return LayoutDataBackgroundType2;
1349
+ })(LayoutDataBackgroundType || {});
1350
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1351
+ BackdropType2["COLOR"] = "COLOR";
1352
+ BackdropType2["GRADIENT"] = "GRADIENT";
1353
+ return BackdropType2;
1354
+ })(BackdropType || {});
1139
1355
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1140
1356
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1141
1357
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1152,12 +1368,55 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1152
1368
  DesignTarget2["CELL"] = "CELL";
1153
1369
  return DesignTarget2;
1154
1370
  })(DesignTarget || {});
1371
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1372
+ Scaling2["AUTO"] = "AUTO";
1373
+ Scaling2["CONTAIN"] = "CONTAIN";
1374
+ Scaling2["COVER"] = "COVER";
1375
+ return Scaling2;
1376
+ })(Scaling || {});
1377
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1378
+ ImagePositionPosition2["CENTER"] = "CENTER";
1379
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1380
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1381
+ ImagePositionPosition2["TOP"] = "TOP";
1382
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1383
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1384
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1385
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1386
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1387
+ return ImagePositionPosition2;
1388
+ })(ImagePositionPosition || {});
1389
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1390
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1391
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1392
+ return CardDataBackgroundType2;
1393
+ })(CardDataBackgroundType || {});
1155
1394
  var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1156
1395
  ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
1157
1396
  ModerationStatusStatus2["APPROVED"] = "APPROVED";
1158
1397
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1159
1398
  return ModerationStatusStatus2;
1160
1399
  })(ModerationStatusStatus || {});
1400
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1401
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1402
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1403
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1404
+ return QueryPublicationsCountStatsRequestOrder2;
1405
+ })(QueryPublicationsCountStatsRequestOrder || {});
1406
+ var Order = /* @__PURE__ */ ((Order2) => {
1407
+ Order2["UNKNOWN"] = "UNKNOWN";
1408
+ Order2["OLDEST"] = "OLDEST";
1409
+ Order2["NEWEST"] = "NEWEST";
1410
+ return Order2;
1411
+ })(Order || {});
1412
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1413
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1414
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1415
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1416
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1417
+ WebhookIdentityType2["APP"] = "APP";
1418
+ return WebhookIdentityType2;
1419
+ })(WebhookIdentityType || {});
1161
1420
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1162
1421
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1163
1422
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1211,26 +1470,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1211
1470
  Status2["IN_REVIEW"] = "IN_REVIEW";
1212
1471
  return Status2;
1213
1472
  })(Status || {});
1214
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1215
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1216
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1217
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1218
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1219
- WebhookIdentityType2["APP"] = "APP";
1220
- return WebhookIdentityType2;
1221
- })(WebhookIdentityType || {});
1222
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1223
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1224
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1225
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1226
- return QueryPublicationsCountStatsRequestOrder2;
1227
- })(QueryPublicationsCountStatsRequestOrder || {});
1228
- var Order = /* @__PURE__ */ ((Order2) => {
1229
- Order2["UNKNOWN"] = "UNKNOWN";
1230
- Order2["OLDEST"] = "OLDEST";
1231
- Order2["NEWEST"] = "NEWEST";
1232
- return Order2;
1233
- })(Order || {});
1234
1473
  var Field = /* @__PURE__ */ ((Field2) => {
1235
1474
  Field2["UNKNOWN"] = "UNKNOWN";
1236
1475
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
@@ -1750,6 +1989,24 @@ var onPostCreated = (0, import_sdk_types.EventDefinition)(
1750
1989
  transformFn: import_float2.transformRESTFloatToSDKFloat,
1751
1990
  paths: [
1752
1991
  { path: "entity.metrics.averageRating" },
1992
+ {
1993
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
1994
+ },
1995
+ {
1996
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
1997
+ },
1998
+ {
1999
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2000
+ },
2001
+ {
2002
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2003
+ },
2004
+ {
2005
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2006
+ },
2007
+ {
2008
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2009
+ },
1753
2010
  {
1754
2011
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
1755
2012
  },
@@ -1781,7 +2038,37 @@ var onPostCreated = (0, import_sdk_types.EventDefinition)(
1781
2038
  {
1782
2039
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
1783
2040
  },
1784
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
2041
+ {
2042
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
2043
+ },
2044
+ {
2045
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
2046
+ },
2047
+ {
2048
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
2049
+ },
2050
+ {
2051
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
2052
+ },
2053
+ {
2054
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
2055
+ },
2056
+ {
2057
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2058
+ },
2059
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
2060
+ {
2061
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
2062
+ },
2063
+ {
2064
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
2065
+ },
2066
+ {
2067
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
2068
+ },
2069
+ {
2070
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
2071
+ }
1785
2072
  ]
1786
2073
  },
1787
2074
  {
@@ -1828,6 +2115,24 @@ var onPostDeleted = (0, import_sdk_types.EventDefinition)(
1828
2115
  transformFn: import_float2.transformRESTFloatToSDKFloat,
1829
2116
  paths: [
1830
2117
  { path: "entity.metrics.averageRating" },
2118
+ {
2119
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
2120
+ },
2121
+ {
2122
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
2123
+ },
2124
+ {
2125
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2126
+ },
2127
+ {
2128
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2129
+ },
2130
+ {
2131
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2132
+ },
2133
+ {
2134
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2135
+ },
1831
2136
  {
1832
2137
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
1833
2138
  },
@@ -1859,7 +2164,37 @@ var onPostDeleted = (0, import_sdk_types.EventDefinition)(
1859
2164
  {
1860
2165
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
1861
2166
  },
1862
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
2167
+ {
2168
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
2169
+ },
2170
+ {
2171
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
2172
+ },
2173
+ {
2174
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
2175
+ },
2176
+ {
2177
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
2178
+ },
2179
+ {
2180
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
2181
+ },
2182
+ {
2183
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2184
+ },
2185
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
2186
+ {
2187
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
2188
+ },
2189
+ {
2190
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
2191
+ },
2192
+ {
2193
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
2194
+ },
2195
+ {
2196
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
2197
+ }
1863
2198
  ]
1864
2199
  },
1865
2200
  {
@@ -1906,6 +2241,24 @@ var onPostUpdated = (0, import_sdk_types.EventDefinition)(
1906
2241
  transformFn: import_float2.transformRESTFloatToSDKFloat,
1907
2242
  paths: [
1908
2243
  { path: "entity.metrics.averageRating" },
2244
+ {
2245
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
2246
+ },
2247
+ {
2248
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
2249
+ },
2250
+ {
2251
+ path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
2252
+ },
2253
+ {
2254
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
2255
+ },
2256
+ {
2257
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
2258
+ },
2259
+ {
2260
+ path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
2261
+ },
1909
2262
  {
1910
2263
  path: "entity.richContent.nodes.galleryData.items.image.media.duration"
1911
2264
  },
@@ -1937,7 +2290,37 @@ var onPostUpdated = (0, import_sdk_types.EventDefinition)(
1937
2290
  {
1938
2291
  path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
1939
2292
  },
1940
- { path: "entity.richContent.nodes.shapeData.shape.duration" }
2293
+ {
2294
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
2295
+ },
2296
+ {
2297
+ path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
2298
+ },
2299
+ {
2300
+ path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
2301
+ },
2302
+ {
2303
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
2304
+ },
2305
+ {
2306
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
2307
+ },
2308
+ {
2309
+ path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
2310
+ },
2311
+ { path: "entity.richContent.nodes.shapeData.shape.duration" },
2312
+ {
2313
+ path: "entity.richContent.nodes.cardData.background.gradient.centerX"
2314
+ },
2315
+ {
2316
+ path: "entity.richContent.nodes.cardData.background.gradient.centerY"
2317
+ },
2318
+ {
2319
+ path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
2320
+ },
2321
+ {
2322
+ path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
2323
+ }
1941
2324
  ]
1942
2325
  },
1943
2326
  {
@@ -1981,9 +2364,11 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
1981
2364
  Alignment,
1982
2365
  AppType,
1983
2366
  AspectRatio,
2367
+ BackdropType,
1984
2368
  BackgroundType,
1985
2369
  BannerOrigin,
1986
2370
  ButtonDataType,
2371
+ CardDataBackgroundType,
1987
2372
  Crop,
1988
2373
  DecorationType,
1989
2374
  DesignTarget,
@@ -1994,9 +2379,13 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
1994
2379
  GIFType,
1995
2380
  GetPostTemplatesSort,
1996
2381
  GetPostsSort,
2382
+ GradientType,
1997
2383
  ImagePosition,
2384
+ ImagePositionPosition,
2385
+ ImageScalingScaling,
1998
2386
  InitialExpandedItems,
1999
2387
  Layout,
2388
+ LayoutDataBackgroundType,
2000
2389
  LayoutType,
2001
2390
  LineStyle,
2002
2391
  MapType,
@@ -2008,6 +2397,7 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
2008
2397
  Origin,
2009
2398
  Placement,
2010
2399
  PluginContainerDataAlignment,
2400
+ PollDesignBackgroundType,
2011
2401
  PollLayoutDirection,
2012
2402
  PollLayoutType,
2013
2403
  Position,