@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
@@ -215,10 +215,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
215
215
  {
216
216
  srcPath: "/_api/communities-blog-node-api",
217
217
  destPath: ""
218
- },
219
- {
220
- srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
221
- destPath: "/v3/bulk/moderation"
222
218
  }
223
219
  ],
224
220
  "social-blog._base_domain_": [
@@ -373,6 +369,24 @@ function getPost(payload) {
373
369
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
374
370
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
375
371
  { path: "post.metrics.averageRating" },
372
+ {
373
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
374
+ },
375
+ {
376
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
377
+ },
378
+ {
379
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
380
+ },
381
+ {
382
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
383
+ },
384
+ {
385
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
386
+ },
387
+ {
388
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
389
+ },
376
390
  {
377
391
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
378
392
  },
@@ -404,7 +418,37 @@ function getPost(payload) {
404
418
  {
405
419
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
406
420
  },
407
- { path: "post.richContent.nodes.shapeData.shape.duration" }
421
+ {
422
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
423
+ },
424
+ {
425
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
426
+ },
427
+ {
428
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
429
+ },
430
+ {
431
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
432
+ },
433
+ {
434
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
435
+ },
436
+ {
437
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
438
+ },
439
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
440
+ {
441
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
442
+ },
443
+ {
444
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
445
+ },
446
+ {
447
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
448
+ },
449
+ {
450
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
451
+ }
408
452
  ]
409
453
  }
410
454
  ])
@@ -471,6 +515,24 @@ function getPostBySlug(payload) {
471
515
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
472
516
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
473
517
  { path: "post.metrics.averageRating" },
518
+ {
519
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
520
+ },
521
+ {
522
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
523
+ },
524
+ {
525
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
526
+ },
527
+ {
528
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
529
+ },
530
+ {
531
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
532
+ },
533
+ {
534
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
535
+ },
474
536
  {
475
537
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
476
538
  },
@@ -502,7 +564,37 @@ function getPostBySlug(payload) {
502
564
  {
503
565
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
504
566
  },
505
- { path: "post.richContent.nodes.shapeData.shape.duration" }
567
+ {
568
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
569
+ },
570
+ {
571
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
572
+ },
573
+ {
574
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
575
+ },
576
+ {
577
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
578
+ },
579
+ {
580
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
581
+ },
582
+ {
583
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
584
+ },
585
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
586
+ {
587
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
588
+ },
589
+ {
590
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
591
+ },
592
+ {
593
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
594
+ },
595
+ {
596
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
597
+ }
506
598
  ]
507
599
  }
508
600
  ])
@@ -571,6 +663,24 @@ function listPosts(payload) {
571
663
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
572
664
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
573
665
  { path: "posts.metrics.averageRating" },
666
+ {
667
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
668
+ },
669
+ {
670
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
671
+ },
672
+ {
673
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
674
+ },
675
+ {
676
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
677
+ },
678
+ {
679
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
680
+ },
681
+ {
682
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
683
+ },
574
684
  {
575
685
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
576
686
  },
@@ -604,7 +714,37 @@ function listPosts(payload) {
604
714
  {
605
715
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
606
716
  },
607
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
717
+ {
718
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
719
+ },
720
+ {
721
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
722
+ },
723
+ {
724
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
725
+ },
726
+ {
727
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
728
+ },
729
+ {
730
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
731
+ },
732
+ {
733
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
734
+ },
735
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
736
+ {
737
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
738
+ },
739
+ {
740
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
741
+ },
742
+ {
743
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
744
+ },
745
+ {
746
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
747
+ }
608
748
  ]
609
749
  }
610
750
  ])
@@ -673,6 +813,24 @@ function queryPosts(payload) {
673
813
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
674
814
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
675
815
  { path: "posts.metrics.averageRating" },
816
+ {
817
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
818
+ },
819
+ {
820
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
821
+ },
822
+ {
823
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
824
+ },
825
+ {
826
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
827
+ },
828
+ {
829
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
830
+ },
831
+ {
832
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
833
+ },
676
834
  {
677
835
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
678
836
  },
@@ -706,7 +864,37 @@ function queryPosts(payload) {
706
864
  {
707
865
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
708
866
  },
709
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
867
+ {
868
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
869
+ },
870
+ {
871
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
872
+ },
873
+ {
874
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
875
+ },
876
+ {
877
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
878
+ },
879
+ {
880
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
881
+ },
882
+ {
883
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
884
+ },
885
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
886
+ {
887
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
888
+ },
889
+ {
890
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
891
+ },
892
+ {
893
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
894
+ },
895
+ {
896
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
897
+ }
710
898
  ]
711
899
  }
712
900
  ])
@@ -784,8 +972,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
784
972
  NodeType2["LAYOUT"] = "LAYOUT";
785
973
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
786
974
  NodeType2["SHAPE"] = "SHAPE";
975
+ NodeType2["CARD"] = "CARD";
787
976
  return NodeType2;
788
977
  })(NodeType || {});
978
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
979
+ BackgroundType2["COLOR"] = "COLOR";
980
+ BackgroundType2["GRADIENT"] = "GRADIENT";
981
+ return BackgroundType2;
982
+ })(BackgroundType || {});
983
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
984
+ GradientType2["LINEAR"] = "LINEAR";
985
+ GradientType2["RADIAL"] = "RADIAL";
986
+ return GradientType2;
987
+ })(GradientType || {});
789
988
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
790
989
  WidthType2["CONTENT"] = "CONTENT";
791
990
  WidthType2["SMALL"] = "SMALL";
@@ -921,12 +1120,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
921
1120
  PollLayoutDirection2["RTL"] = "RTL";
922
1121
  return PollLayoutDirection2;
923
1122
  })(PollLayoutDirection || {});
924
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
925
- BackgroundType2["COLOR"] = "COLOR";
926
- BackgroundType2["IMAGE"] = "IMAGE";
927
- BackgroundType2["GRADIENT"] = "GRADIENT";
928
- return BackgroundType2;
929
- })(BackgroundType || {});
1123
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1124
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1125
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1126
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1127
+ return PollDesignBackgroundType2;
1128
+ })(PollDesignBackgroundType || {});
930
1129
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
931
1130
  DecorationType2["BOLD"] = "BOLD";
932
1131
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1013,12 +1212,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1013
1212
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1014
1213
  return NullValue2;
1015
1214
  })(NullValue || {});
1016
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1017
- Scaling2["AUTO"] = "AUTO";
1018
- Scaling2["CONTAIN"] = "CONTAIN";
1019
- Scaling2["COVER"] = "COVER";
1020
- return Scaling2;
1021
- })(Scaling || {});
1215
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1216
+ ImageScalingScaling2["AUTO"] = "AUTO";
1217
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1218
+ ImageScalingScaling2["COVER"] = "COVER";
1219
+ return ImageScalingScaling2;
1220
+ })(ImageScalingScaling || {});
1022
1221
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1023
1222
  ImagePosition2["CENTER"] = "CENTER";
1024
1223
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1036,6 +1235,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
1036
1235
  BannerOrigin2["LAYOUT"] = "LAYOUT";
1037
1236
  return BannerOrigin2;
1038
1237
  })(BannerOrigin || {});
1238
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1239
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1240
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1241
+ return LayoutDataBackgroundType2;
1242
+ })(LayoutDataBackgroundType || {});
1243
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1244
+ BackdropType2["COLOR"] = "COLOR";
1245
+ BackdropType2["GRADIENT"] = "GRADIENT";
1246
+ return BackdropType2;
1247
+ })(BackdropType || {});
1039
1248
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1040
1249
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1041
1250
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1052,12 +1261,55 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1052
1261
  DesignTarget2["CELL"] = "CELL";
1053
1262
  return DesignTarget2;
1054
1263
  })(DesignTarget || {});
1264
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1265
+ Scaling2["AUTO"] = "AUTO";
1266
+ Scaling2["CONTAIN"] = "CONTAIN";
1267
+ Scaling2["COVER"] = "COVER";
1268
+ return Scaling2;
1269
+ })(Scaling || {});
1270
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1271
+ ImagePositionPosition2["CENTER"] = "CENTER";
1272
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1273
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1274
+ ImagePositionPosition2["TOP"] = "TOP";
1275
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1276
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1277
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1278
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1279
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1280
+ return ImagePositionPosition2;
1281
+ })(ImagePositionPosition || {});
1282
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1283
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1284
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1285
+ return CardDataBackgroundType2;
1286
+ })(CardDataBackgroundType || {});
1055
1287
  var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1056
1288
  ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
1057
1289
  ModerationStatusStatus2["APPROVED"] = "APPROVED";
1058
1290
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1059
1291
  return ModerationStatusStatus2;
1060
1292
  })(ModerationStatusStatus || {});
1293
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1294
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1295
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1296
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1297
+ return QueryPublicationsCountStatsRequestOrder2;
1298
+ })(QueryPublicationsCountStatsRequestOrder || {});
1299
+ var Order = /* @__PURE__ */ ((Order2) => {
1300
+ Order2["UNKNOWN"] = "UNKNOWN";
1301
+ Order2["OLDEST"] = "OLDEST";
1302
+ Order2["NEWEST"] = "NEWEST";
1303
+ return Order2;
1304
+ })(Order || {});
1305
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1306
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1307
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1308
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1309
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1310
+ WebhookIdentityType2["APP"] = "APP";
1311
+ return WebhookIdentityType2;
1312
+ })(WebhookIdentityType || {});
1061
1313
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1062
1314
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1063
1315
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1111,26 +1363,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1111
1363
  Status2["IN_REVIEW"] = "IN_REVIEW";
1112
1364
  return Status2;
1113
1365
  })(Status || {});
1114
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1115
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1116
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1117
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1118
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1119
- WebhookIdentityType2["APP"] = "APP";
1120
- return WebhookIdentityType2;
1121
- })(WebhookIdentityType || {});
1122
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1123
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1124
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1125
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1126
- return QueryPublicationsCountStatsRequestOrder2;
1127
- })(QueryPublicationsCountStatsRequestOrder || {});
1128
- var Order = /* @__PURE__ */ ((Order2) => {
1129
- Order2["UNKNOWN"] = "UNKNOWN";
1130
- Order2["OLDEST"] = "OLDEST";
1131
- Order2["NEWEST"] = "NEWEST";
1132
- return Order2;
1133
- })(Order || {});
1134
1366
  var Field = /* @__PURE__ */ ((Field2) => {
1135
1367
  Field2["UNKNOWN"] = "UNKNOWN";
1136
1368
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
@@ -1531,9 +1763,11 @@ export {
1531
1763
  Alignment,
1532
1764
  AppType,
1533
1765
  AspectRatio,
1766
+ BackdropType,
1534
1767
  BackgroundType,
1535
1768
  BannerOrigin,
1536
1769
  ButtonDataType,
1770
+ CardDataBackgroundType,
1537
1771
  Crop,
1538
1772
  DecorationType,
1539
1773
  DesignTarget,
@@ -1544,9 +1778,13 @@ export {
1544
1778
  GIFType,
1545
1779
  GetPostTemplatesSort,
1546
1780
  GetPostsSort,
1781
+ GradientType,
1547
1782
  ImagePosition,
1783
+ ImagePositionPosition,
1784
+ ImageScalingScaling,
1548
1785
  InitialExpandedItems,
1549
1786
  Layout,
1787
+ LayoutDataBackgroundType,
1550
1788
  LayoutType,
1551
1789
  LineStyle,
1552
1790
  MapType,
@@ -1558,6 +1796,7 @@ export {
1558
1796
  Origin,
1559
1797
  Placement,
1560
1798
  PluginContainerDataAlignment,
1799
+ PollDesignBackgroundType,
1561
1800
  PollLayoutDirection,
1562
1801
  PollLayoutType,
1563
1802
  Position,