@wix/auto_sdk_blog_posts 1.0.139 → 1.0.141

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 +11 -15
  2. package/build/cjs/index.js +459 -35
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +288 -56
  5. package/build/cjs/index.typings.js +301 -22
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +270 -26
  8. package/build/cjs/meta.js +295 -16
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +11 -15
  11. package/build/es/index.mjs +450 -35
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +288 -56
  14. package/build/es/index.typings.mjs +292 -22
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +270 -26
  17. package/build/es/meta.mjs +286 -16
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +11 -15
  20. package/build/internal/cjs/index.js +459 -35
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +288 -56
  23. package/build/internal/cjs/index.typings.js +301 -22
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +270 -26
  26. package/build/internal/cjs/meta.js +295 -16
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +11 -15
  29. package/build/internal/es/index.mjs +450 -35
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +288 -56
  32. package/build/internal/es/index.typings.mjs +292 -22
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +270 -26
  35. package/build/internal/es/meta.mjs +286 -16
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
@@ -23,9 +23,11 @@ __export(index_typings_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,11 +38,17 @@ __export(index_typings_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,
45
+ Indentation: () => Indentation,
40
46
  InitialExpandedItems: () => InitialExpandedItems,
41
47
  Layout: () => Layout,
48
+ LayoutDataBackgroundType: () => LayoutDataBackgroundType,
42
49
  LayoutType: () => LayoutType,
43
50
  LineStyle: () => LineStyle,
51
+ ListStyle: () => ListStyle,
44
52
  MapType: () => MapType,
45
53
  ModerationStatusStatus: () => ModerationStatusStatus,
46
54
  NodeType: () => NodeType,
@@ -50,6 +58,7 @@ __export(index_typings_exports, {
50
58
  Origin: () => Origin,
51
59
  Placement: () => Placement,
52
60
  PluginContainerDataAlignment: () => PluginContainerDataAlignment,
61
+ PollDesignBackgroundType: () => PollDesignBackgroundType,
53
62
  PollLayoutDirection: () => PollLayoutDirection,
54
63
  PollLayoutType: () => PollLayoutType,
55
64
  Position: () => Position,
@@ -454,6 +463,24 @@ function getPost(payload) {
454
463
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
455
464
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
456
465
  { path: "post.metrics.averageRating" },
466
+ {
467
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
468
+ },
469
+ {
470
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
471
+ },
472
+ {
473
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
474
+ },
475
+ {
476
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
477
+ },
478
+ {
479
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
480
+ },
481
+ {
482
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
483
+ },
457
484
  {
458
485
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
459
486
  },
@@ -485,7 +512,39 @@ function getPost(payload) {
485
512
  {
486
513
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
487
514
  },
488
- { path: "post.richContent.nodes.shapeData.shape.duration" }
515
+ {
516
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
517
+ },
518
+ {
519
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
520
+ },
521
+ {
522
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
523
+ },
524
+ {
525
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
526
+ },
527
+ {
528
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
529
+ },
530
+ {
531
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
532
+ },
533
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
534
+ {
535
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
536
+ },
537
+ {
538
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
539
+ },
540
+ {
541
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
542
+ },
543
+ {
544
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
545
+ },
546
+ { path: "post.richContent.nodes.tocData.fontSize" },
547
+ { path: "post.richContent.nodes.tocData.itemSpacing" }
489
548
  ]
490
549
  }
491
550
  ])
@@ -552,6 +611,24 @@ function getPostBySlug(payload) {
552
611
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
553
612
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
554
613
  { path: "post.metrics.averageRating" },
614
+ {
615
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
616
+ },
617
+ {
618
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
619
+ },
620
+ {
621
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
622
+ },
623
+ {
624
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
625
+ },
626
+ {
627
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
628
+ },
629
+ {
630
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
631
+ },
555
632
  {
556
633
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
557
634
  },
@@ -583,7 +660,39 @@ function getPostBySlug(payload) {
583
660
  {
584
661
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
585
662
  },
586
- { path: "post.richContent.nodes.shapeData.shape.duration" }
663
+ {
664
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
665
+ },
666
+ {
667
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
668
+ },
669
+ {
670
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
671
+ },
672
+ {
673
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
674
+ },
675
+ {
676
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
677
+ },
678
+ {
679
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
680
+ },
681
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
682
+ {
683
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
684
+ },
685
+ {
686
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
687
+ },
688
+ {
689
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
690
+ },
691
+ {
692
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
693
+ },
694
+ { path: "post.richContent.nodes.tocData.fontSize" },
695
+ { path: "post.richContent.nodes.tocData.itemSpacing" }
587
696
  ]
588
697
  }
589
698
  ])
@@ -652,6 +761,24 @@ function listPosts(payload) {
652
761
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
653
762
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
654
763
  { path: "posts.metrics.averageRating" },
764
+ {
765
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
766
+ },
767
+ {
768
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
769
+ },
770
+ {
771
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
772
+ },
773
+ {
774
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
775
+ },
776
+ {
777
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
778
+ },
779
+ {
780
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
781
+ },
655
782
  {
656
783
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
657
784
  },
@@ -685,7 +812,39 @@ function listPosts(payload) {
685
812
  {
686
813
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
687
814
  },
688
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
815
+ {
816
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
817
+ },
818
+ {
819
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
820
+ },
821
+ {
822
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
823
+ },
824
+ {
825
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
826
+ },
827
+ {
828
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
829
+ },
830
+ {
831
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
832
+ },
833
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
834
+ {
835
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
836
+ },
837
+ {
838
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
839
+ },
840
+ {
841
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
842
+ },
843
+ {
844
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
845
+ },
846
+ { path: "posts.richContent.nodes.tocData.fontSize" },
847
+ { path: "posts.richContent.nodes.tocData.itemSpacing" }
689
848
  ]
690
849
  }
691
850
  ])
@@ -754,6 +913,24 @@ function queryPosts(payload) {
754
913
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
755
914
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
756
915
  { path: "posts.metrics.averageRating" },
916
+ {
917
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
918
+ },
919
+ {
920
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
921
+ },
922
+ {
923
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
924
+ },
925
+ {
926
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
927
+ },
928
+ {
929
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
930
+ },
931
+ {
932
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
933
+ },
757
934
  {
758
935
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
759
936
  },
@@ -787,7 +964,39 @@ function queryPosts(payload) {
787
964
  {
788
965
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
789
966
  },
790
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
967
+ {
968
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
969
+ },
970
+ {
971
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
972
+ },
973
+ {
974
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
975
+ },
976
+ {
977
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
978
+ },
979
+ {
980
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
981
+ },
982
+ {
983
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
984
+ },
985
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
986
+ {
987
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
988
+ },
989
+ {
990
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
991
+ },
992
+ {
993
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
994
+ },
995
+ {
996
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
997
+ },
998
+ { path: "posts.richContent.nodes.tocData.fontSize" },
999
+ { path: "posts.richContent.nodes.tocData.itemSpacing" }
791
1000
  ]
792
1001
  }
793
1002
  ])
@@ -865,8 +1074,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
865
1074
  NodeType2["LAYOUT"] = "LAYOUT";
866
1075
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
867
1076
  NodeType2["SHAPE"] = "SHAPE";
1077
+ NodeType2["CARD"] = "CARD";
1078
+ NodeType2["TOC"] = "TOC";
868
1079
  return NodeType2;
869
1080
  })(NodeType || {});
1081
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1082
+ BackgroundType2["COLOR"] = "COLOR";
1083
+ BackgroundType2["GRADIENT"] = "GRADIENT";
1084
+ return BackgroundType2;
1085
+ })(BackgroundType || {});
1086
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
1087
+ GradientType2["LINEAR"] = "LINEAR";
1088
+ GradientType2["RADIAL"] = "RADIAL";
1089
+ return GradientType2;
1090
+ })(GradientType || {});
870
1091
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
871
1092
  WidthType2["CONTENT"] = "CONTENT";
872
1093
  WidthType2["SMALL"] = "SMALL";
@@ -965,6 +1186,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
965
1186
  Source2["HTML"] = "HTML";
966
1187
  Source2["ADSENSE"] = "ADSENSE";
967
1188
  Source2["AI"] = "AI";
1189
+ Source2["AI_WIDGET"] = "AI_WIDGET";
968
1190
  return Source2;
969
1191
  })(Source || {});
970
1192
  var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
@@ -1002,12 +1224,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
1002
1224
  PollLayoutDirection2["RTL"] = "RTL";
1003
1225
  return PollLayoutDirection2;
1004
1226
  })(PollLayoutDirection || {});
1005
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
1006
- BackgroundType2["COLOR"] = "COLOR";
1007
- BackgroundType2["IMAGE"] = "IMAGE";
1008
- BackgroundType2["GRADIENT"] = "GRADIENT";
1009
- return BackgroundType2;
1010
- })(BackgroundType || {});
1227
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1228
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1229
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1230
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1231
+ return PollDesignBackgroundType2;
1232
+ })(PollDesignBackgroundType || {});
1011
1233
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
1012
1234
  DecorationType2["BOLD"] = "BOLD";
1013
1235
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1094,12 +1316,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1094
1316
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1095
1317
  return NullValue2;
1096
1318
  })(NullValue || {});
1097
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1098
- Scaling2["AUTO"] = "AUTO";
1099
- Scaling2["CONTAIN"] = "CONTAIN";
1100
- Scaling2["COVER"] = "COVER";
1101
- return Scaling2;
1102
- })(Scaling || {});
1319
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1320
+ ImageScalingScaling2["AUTO"] = "AUTO";
1321
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1322
+ ImageScalingScaling2["COVER"] = "COVER";
1323
+ return ImageScalingScaling2;
1324
+ })(ImageScalingScaling || {});
1103
1325
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1104
1326
  ImagePosition2["CENTER"] = "CENTER";
1105
1327
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1117,6 +1339,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
1117
1339
  BannerOrigin2["LAYOUT"] = "LAYOUT";
1118
1340
  return BannerOrigin2;
1119
1341
  })(BannerOrigin || {});
1342
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1343
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1344
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1345
+ return LayoutDataBackgroundType2;
1346
+ })(LayoutDataBackgroundType || {});
1347
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1348
+ BackdropType2["COLOR"] = "COLOR";
1349
+ BackdropType2["GRADIENT"] = "GRADIENT";
1350
+ return BackdropType2;
1351
+ })(BackdropType || {});
1120
1352
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1121
1353
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1122
1354
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1133,6 +1365,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1133
1365
  DesignTarget2["CELL"] = "CELL";
1134
1366
  return DesignTarget2;
1135
1367
  })(DesignTarget || {});
1368
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1369
+ Scaling2["AUTO"] = "AUTO";
1370
+ Scaling2["CONTAIN"] = "CONTAIN";
1371
+ Scaling2["COVER"] = "COVER";
1372
+ return Scaling2;
1373
+ })(Scaling || {});
1374
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1375
+ ImagePositionPosition2["CENTER"] = "CENTER";
1376
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1377
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1378
+ ImagePositionPosition2["TOP"] = "TOP";
1379
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1380
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1381
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1382
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1383
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1384
+ return ImagePositionPosition2;
1385
+ })(ImagePositionPosition || {});
1386
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1387
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1388
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1389
+ return CardDataBackgroundType2;
1390
+ })(CardDataBackgroundType || {});
1391
+ var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
1392
+ ListStyle2["PLAIN"] = "PLAIN";
1393
+ ListStyle2["NUMBERED"] = "NUMBERED";
1394
+ ListStyle2["LETTERS"] = "LETTERS";
1395
+ ListStyle2["ROMAN"] = "ROMAN";
1396
+ ListStyle2["BULLETED"] = "BULLETED";
1397
+ ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
1398
+ ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
1399
+ return ListStyle2;
1400
+ })(ListStyle || {});
1401
+ var Indentation = /* @__PURE__ */ ((Indentation2) => {
1402
+ Indentation2["NESTED"] = "NESTED";
1403
+ Indentation2["FLAT"] = "FLAT";
1404
+ return Indentation2;
1405
+ })(Indentation || {});
1136
1406
  var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1137
1407
  ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
1138
1408
  ModerationStatusStatus2["APPROVED"] = "APPROVED";
@@ -1339,8 +1609,8 @@ async function getPost2(postId, options) {
1339
1609
  paths: [{ path: "post.media.wixMedia.videoV2" }]
1340
1610
  }
1341
1611
  ]),
1342
- ["post.richContent", "post.rich_content"]
1343
- );
1612
+ ["post.richContent"]
1613
+ )?.post;
1344
1614
  } catch (err) {
1345
1615
  const transformedError = (0, import_transform_error.transformError)(
1346
1616
  err,
@@ -1387,7 +1657,7 @@ async function getPostBySlug2(slug, options) {
1387
1657
  paths: [{ path: "post.media.wixMedia.videoV2" }]
1388
1658
  }
1389
1659
  ]),
1390
- ["post.richContent", "post.rich_content"]
1660
+ ["post.richContent"]
1391
1661
  );
1392
1662
  } catch (err) {
1393
1663
  const transformedError = (0, import_transform_error.transformError)(
@@ -1446,7 +1716,7 @@ async function listPosts2(options) {
1446
1716
  paths: [{ path: "posts.media.wixMedia.videoV2" }]
1447
1717
  }
1448
1718
  ]),
1449
- ["posts.richContent", "posts.rich_content"]
1719
+ ["posts.richContent"]
1450
1720
  );
1451
1721
  } catch (err) {
1452
1722
  const transformedError = (0, import_transform_error.transformError)(
@@ -1516,7 +1786,7 @@ function queryPosts2(options) {
1516
1786
  paths: [{ path: "posts.media.wixMedia.videoV2" }]
1517
1787
  }
1518
1788
  ]),
1519
- ["posts.richContent", "posts.rich_content"]
1789
+ ["posts.richContent"]
1520
1790
  );
1521
1791
  return {
1522
1792
  items: transformedData?.posts,
@@ -1564,7 +1834,7 @@ async function typedQueryPosts(query, options) {
1564
1834
  paths: [{ path: "posts.media.wixMedia.videoV2" }]
1565
1835
  }
1566
1836
  ]),
1567
- ["posts.richContent", "posts.rich_content"]
1837
+ ["posts.richContent"]
1568
1838
  );
1569
1839
  } catch (err) {
1570
1840
  const transformedError = (0, import_transform_error.transformError)(
@@ -1613,9 +1883,11 @@ async function getPostMetrics2(postId) {
1613
1883
  Alignment,
1614
1884
  AppType,
1615
1885
  AspectRatio,
1886
+ BackdropType,
1616
1887
  BackgroundType,
1617
1888
  BannerOrigin,
1618
1889
  ButtonDataType,
1890
+ CardDataBackgroundType,
1619
1891
  Crop,
1620
1892
  DecorationType,
1621
1893
  DesignTarget,
@@ -1626,11 +1898,17 @@ async function getPostMetrics2(postId) {
1626
1898
  GIFType,
1627
1899
  GetPostTemplatesSort,
1628
1900
  GetPostsSort,
1901
+ GradientType,
1629
1902
  ImagePosition,
1903
+ ImagePositionPosition,
1904
+ ImageScalingScaling,
1905
+ Indentation,
1630
1906
  InitialExpandedItems,
1631
1907
  Layout,
1908
+ LayoutDataBackgroundType,
1632
1909
  LayoutType,
1633
1910
  LineStyle,
1911
+ ListStyle,
1634
1912
  MapType,
1635
1913
  ModerationStatusStatus,
1636
1914
  NodeType,
@@ -1640,6 +1918,7 @@ async function getPostMetrics2(postId) {
1640
1918
  Origin,
1641
1919
  Placement,
1642
1920
  PluginContainerDataAlignment,
1921
+ PollDesignBackgroundType,
1643
1922
  PollLayoutDirection,
1644
1923
  PollLayoutType,
1645
1924
  Position,