@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
@@ -207,10 +207,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
207
207
  {
208
208
  srcPath: "/_api/communities-blog-node-api",
209
209
  destPath: ""
210
- },
211
- {
212
- srcPath: "/_api/communities-blog-node-api/v3/bulk/moderation",
213
- destPath: "/v3/bulk/moderation"
214
210
  }
215
211
  ],
216
212
  "social-blog._base_domain_": [
@@ -365,6 +361,24 @@ function getPost(payload) {
365
361
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
366
362
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
367
363
  { path: "post.metrics.averageRating" },
364
+ {
365
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
366
+ },
367
+ {
368
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
369
+ },
370
+ {
371
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
372
+ },
373
+ {
374
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
375
+ },
376
+ {
377
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
378
+ },
379
+ {
380
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
381
+ },
368
382
  {
369
383
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
370
384
  },
@@ -396,7 +410,37 @@ function getPost(payload) {
396
410
  {
397
411
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
398
412
  },
399
- { path: "post.richContent.nodes.shapeData.shape.duration" }
413
+ {
414
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
415
+ },
416
+ {
417
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
418
+ },
419
+ {
420
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
421
+ },
422
+ {
423
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
424
+ },
425
+ {
426
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
427
+ },
428
+ {
429
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
430
+ },
431
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
432
+ {
433
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
434
+ },
435
+ {
436
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
437
+ },
438
+ {
439
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
440
+ },
441
+ {
442
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
443
+ }
400
444
  ]
401
445
  }
402
446
  ])
@@ -463,6 +507,24 @@ function getPostBySlug(payload) {
463
507
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
464
508
  { path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
465
509
  { path: "post.metrics.averageRating" },
510
+ {
511
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
512
+ },
513
+ {
514
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
515
+ },
516
+ {
517
+ path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
518
+ },
519
+ {
520
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
521
+ },
522
+ {
523
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
524
+ },
525
+ {
526
+ path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
527
+ },
466
528
  {
467
529
  path: "post.richContent.nodes.galleryData.items.image.media.duration"
468
530
  },
@@ -494,7 +556,37 @@ function getPostBySlug(payload) {
494
556
  {
495
557
  path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
496
558
  },
497
- { path: "post.richContent.nodes.shapeData.shape.duration" }
559
+ {
560
+ path: "post.richContent.nodes.layoutData.background.gradient.centerX"
561
+ },
562
+ {
563
+ path: "post.richContent.nodes.layoutData.background.gradient.centerY"
564
+ },
565
+ {
566
+ path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
567
+ },
568
+ {
569
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
570
+ },
571
+ {
572
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
573
+ },
574
+ {
575
+ path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
576
+ },
577
+ { path: "post.richContent.nodes.shapeData.shape.duration" },
578
+ {
579
+ path: "post.richContent.nodes.cardData.background.gradient.centerX"
580
+ },
581
+ {
582
+ path: "post.richContent.nodes.cardData.background.gradient.centerY"
583
+ },
584
+ {
585
+ path: "post.richContent.nodes.cardData.background.gradient.stops.position"
586
+ },
587
+ {
588
+ path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
589
+ }
498
590
  ]
499
591
  }
500
592
  ])
@@ -563,6 +655,24 @@ function listPosts(payload) {
563
655
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
564
656
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
565
657
  { path: "posts.metrics.averageRating" },
658
+ {
659
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
660
+ },
661
+ {
662
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
663
+ },
664
+ {
665
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
666
+ },
667
+ {
668
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
669
+ },
670
+ {
671
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
672
+ },
673
+ {
674
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
675
+ },
566
676
  {
567
677
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
568
678
  },
@@ -596,7 +706,37 @@ function listPosts(payload) {
596
706
  {
597
707
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
598
708
  },
599
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
709
+ {
710
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
711
+ },
712
+ {
713
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
714
+ },
715
+ {
716
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
717
+ },
718
+ {
719
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
720
+ },
721
+ {
722
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
723
+ },
724
+ {
725
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
726
+ },
727
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
728
+ {
729
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
730
+ },
731
+ {
732
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
733
+ },
734
+ {
735
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
736
+ },
737
+ {
738
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
739
+ }
600
740
  ]
601
741
  }
602
742
  ])
@@ -665,6 +805,24 @@ function queryPosts(payload) {
665
805
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
666
806
  { path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
667
807
  { path: "posts.metrics.averageRating" },
808
+ {
809
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
810
+ },
811
+ {
812
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
813
+ },
814
+ {
815
+ path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
816
+ },
817
+ {
818
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
819
+ },
820
+ {
821
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
822
+ },
823
+ {
824
+ path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
825
+ },
668
826
  {
669
827
  path: "posts.richContent.nodes.galleryData.items.image.media.duration"
670
828
  },
@@ -698,7 +856,37 @@ function queryPosts(payload) {
698
856
  {
699
857
  path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
700
858
  },
701
- { path: "posts.richContent.nodes.shapeData.shape.duration" }
859
+ {
860
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
861
+ },
862
+ {
863
+ path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
864
+ },
865
+ {
866
+ path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
867
+ },
868
+ {
869
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
870
+ },
871
+ {
872
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
873
+ },
874
+ {
875
+ path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
876
+ },
877
+ { path: "posts.richContent.nodes.shapeData.shape.duration" },
878
+ {
879
+ path: "posts.richContent.nodes.cardData.background.gradient.centerX"
880
+ },
881
+ {
882
+ path: "posts.richContent.nodes.cardData.background.gradient.centerY"
883
+ },
884
+ {
885
+ path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
886
+ },
887
+ {
888
+ path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
889
+ }
702
890
  ]
703
891
  }
704
892
  ])
@@ -771,8 +959,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
771
959
  NodeType2["LAYOUT"] = "LAYOUT";
772
960
  NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
773
961
  NodeType2["SHAPE"] = "SHAPE";
962
+ NodeType2["CARD"] = "CARD";
774
963
  return NodeType2;
775
964
  })(NodeType || {});
965
+ var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
966
+ BackgroundType2["COLOR"] = "COLOR";
967
+ BackgroundType2["GRADIENT"] = "GRADIENT";
968
+ return BackgroundType2;
969
+ })(BackgroundType || {});
970
+ var GradientType = /* @__PURE__ */ ((GradientType2) => {
971
+ GradientType2["LINEAR"] = "LINEAR";
972
+ GradientType2["RADIAL"] = "RADIAL";
973
+ return GradientType2;
974
+ })(GradientType || {});
776
975
  var WidthType = /* @__PURE__ */ ((WidthType2) => {
777
976
  WidthType2["CONTENT"] = "CONTENT";
778
977
  WidthType2["SMALL"] = "SMALL";
@@ -908,12 +1107,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
908
1107
  PollLayoutDirection2["RTL"] = "RTL";
909
1108
  return PollLayoutDirection2;
910
1109
  })(PollLayoutDirection || {});
911
- var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
912
- BackgroundType2["COLOR"] = "COLOR";
913
- BackgroundType2["IMAGE"] = "IMAGE";
914
- BackgroundType2["GRADIENT"] = "GRADIENT";
915
- return BackgroundType2;
916
- })(BackgroundType || {});
1110
+ var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
1111
+ PollDesignBackgroundType2["COLOR"] = "COLOR";
1112
+ PollDesignBackgroundType2["IMAGE"] = "IMAGE";
1113
+ PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
1114
+ return PollDesignBackgroundType2;
1115
+ })(PollDesignBackgroundType || {});
917
1116
  var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
918
1117
  DecorationType2["BOLD"] = "BOLD";
919
1118
  DecorationType2["ITALIC"] = "ITALIC";
@@ -1000,12 +1199,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
1000
1199
  NullValue2["NULL_VALUE"] = "NULL_VALUE";
1001
1200
  return NullValue2;
1002
1201
  })(NullValue || {});
1003
- var Scaling = /* @__PURE__ */ ((Scaling2) => {
1004
- Scaling2["AUTO"] = "AUTO";
1005
- Scaling2["CONTAIN"] = "CONTAIN";
1006
- Scaling2["COVER"] = "COVER";
1007
- return Scaling2;
1008
- })(Scaling || {});
1202
+ var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
1203
+ ImageScalingScaling2["AUTO"] = "AUTO";
1204
+ ImageScalingScaling2["CONTAIN"] = "CONTAIN";
1205
+ ImageScalingScaling2["COVER"] = "COVER";
1206
+ return ImageScalingScaling2;
1207
+ })(ImageScalingScaling || {});
1009
1208
  var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
1010
1209
  ImagePosition2["CENTER"] = "CENTER";
1011
1210
  ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
@@ -1023,6 +1222,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
1023
1222
  BannerOrigin2["LAYOUT"] = "LAYOUT";
1024
1223
  return BannerOrigin2;
1025
1224
  })(BannerOrigin || {});
1225
+ var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
1226
+ LayoutDataBackgroundType2["COLOR"] = "COLOR";
1227
+ LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
1228
+ return LayoutDataBackgroundType2;
1229
+ })(LayoutDataBackgroundType || {});
1230
+ var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
1231
+ BackdropType2["COLOR"] = "COLOR";
1232
+ BackdropType2["GRADIENT"] = "GRADIENT";
1233
+ return BackdropType2;
1234
+ })(BackdropType || {});
1026
1235
  var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
1027
1236
  VerticalAlignmentAlignment2["TOP"] = "TOP";
1028
1237
  VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
@@ -1039,12 +1248,55 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
1039
1248
  DesignTarget2["CELL"] = "CELL";
1040
1249
  return DesignTarget2;
1041
1250
  })(DesignTarget || {});
1251
+ var Scaling = /* @__PURE__ */ ((Scaling2) => {
1252
+ Scaling2["AUTO"] = "AUTO";
1253
+ Scaling2["CONTAIN"] = "CONTAIN";
1254
+ Scaling2["COVER"] = "COVER";
1255
+ return Scaling2;
1256
+ })(Scaling || {});
1257
+ var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
1258
+ ImagePositionPosition2["CENTER"] = "CENTER";
1259
+ ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
1260
+ ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
1261
+ ImagePositionPosition2["TOP"] = "TOP";
1262
+ ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
1263
+ ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
1264
+ ImagePositionPosition2["BOTTOM"] = "BOTTOM";
1265
+ ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
1266
+ ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
1267
+ return ImagePositionPosition2;
1268
+ })(ImagePositionPosition || {});
1269
+ var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
1270
+ CardDataBackgroundType2["COLOR"] = "COLOR";
1271
+ CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
1272
+ return CardDataBackgroundType2;
1273
+ })(CardDataBackgroundType || {});
1042
1274
  var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
1043
1275
  ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
1044
1276
  ModerationStatusStatus2["APPROVED"] = "APPROVED";
1045
1277
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
1046
1278
  return ModerationStatusStatus2;
1047
1279
  })(ModerationStatusStatus || {});
1280
+ var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1281
+ QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1282
+ QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1283
+ QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1284
+ return QueryPublicationsCountStatsRequestOrder2;
1285
+ })(QueryPublicationsCountStatsRequestOrder || {});
1286
+ var Order = /* @__PURE__ */ ((Order2) => {
1287
+ Order2["UNKNOWN"] = "UNKNOWN";
1288
+ Order2["OLDEST"] = "OLDEST";
1289
+ Order2["NEWEST"] = "NEWEST";
1290
+ return Order2;
1291
+ })(Order || {});
1292
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1293
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1294
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1295
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1296
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1297
+ WebhookIdentityType2["APP"] = "APP";
1298
+ return WebhookIdentityType2;
1299
+ })(WebhookIdentityType || {});
1048
1300
  var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
1049
1301
  GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
1050
1302
  GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
@@ -1098,26 +1350,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
1098
1350
  Status2["IN_REVIEW"] = "IN_REVIEW";
1099
1351
  return Status2;
1100
1352
  })(Status || {});
1101
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1102
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1103
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1104
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1105
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1106
- WebhookIdentityType2["APP"] = "APP";
1107
- return WebhookIdentityType2;
1108
- })(WebhookIdentityType || {});
1109
- var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
1110
- QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
1111
- QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
1112
- QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
1113
- return QueryPublicationsCountStatsRequestOrder2;
1114
- })(QueryPublicationsCountStatsRequestOrder || {});
1115
- var Order = /* @__PURE__ */ ((Order2) => {
1116
- Order2["UNKNOWN"] = "UNKNOWN";
1117
- Order2["OLDEST"] = "OLDEST";
1118
- Order2["NEWEST"] = "NEWEST";
1119
- return Order2;
1120
- })(Order || {});
1121
1353
  var Field = /* @__PURE__ */ ((Field2) => {
1122
1354
  Field2["UNKNOWN"] = "UNKNOWN";
1123
1355
  Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
@@ -1284,9 +1516,11 @@ export {
1284
1516
  Alignment as AlignmentOriginal,
1285
1517
  AppType as AppTypeOriginal,
1286
1518
  AspectRatio as AspectRatioOriginal,
1519
+ BackdropType as BackdropTypeOriginal,
1287
1520
  BackgroundType as BackgroundTypeOriginal,
1288
1521
  BannerOrigin as BannerOriginOriginal,
1289
1522
  ButtonDataType as ButtonDataTypeOriginal,
1523
+ CardDataBackgroundType as CardDataBackgroundTypeOriginal,
1290
1524
  Crop as CropOriginal,
1291
1525
  DecorationType as DecorationTypeOriginal,
1292
1526
  DesignTarget as DesignTargetOriginal,
@@ -1297,8 +1531,12 @@ export {
1297
1531
  GIFType as GIFTypeOriginal,
1298
1532
  GetPostTemplatesSort as GetPostTemplatesSortOriginal,
1299
1533
  GetPostsSort as GetPostsSortOriginal,
1534
+ GradientType as GradientTypeOriginal,
1300
1535
  ImagePosition as ImagePositionOriginal,
1536
+ ImagePositionPosition as ImagePositionPositionOriginal,
1537
+ ImageScalingScaling as ImageScalingScalingOriginal,
1301
1538
  InitialExpandedItems as InitialExpandedItemsOriginal,
1539
+ LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
1302
1540
  Layout as LayoutOriginal,
1303
1541
  LayoutType as LayoutTypeOriginal,
1304
1542
  LineStyle as LineStyleOriginal,
@@ -1311,6 +1549,7 @@ export {
1311
1549
  Origin as OriginOriginal,
1312
1550
  Placement as PlacementOriginal,
1313
1551
  PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
1552
+ PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
1314
1553
  PollLayoutDirection as PollLayoutDirectionOriginal,
1315
1554
  PollLayoutType as PollLayoutTypeOriginal,
1316
1555
  Position as PositionOriginal,