@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.
- package/build/cjs/index.d.ts +11 -15
- package/build/cjs/index.js +459 -35
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +288 -56
- package/build/cjs/index.typings.js +301 -22
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +270 -26
- package/build/cjs/meta.js +295 -16
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +11 -15
- package/build/es/index.mjs +450 -35
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +288 -56
- package/build/es/index.typings.mjs +292 -22
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +270 -26
- package/build/es/meta.mjs +286 -16
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +11 -15
- package/build/internal/cjs/index.js +459 -35
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +288 -56
- package/build/internal/cjs/index.typings.js +301 -22
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +270 -26
- package/build/internal/cjs/meta.js +295 -16
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +11 -15
- package/build/internal/es/index.mjs +450 -35
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +288 -56
- package/build/internal/es/index.typings.mjs +292 -22
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +270 -26
- package/build/internal/es/meta.mjs +286 -16
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -369,6 +369,24 @@ function getPost(payload) {
|
|
|
369
369
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
370
370
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
371
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
|
+
},
|
|
372
390
|
{
|
|
373
391
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
374
392
|
},
|
|
@@ -400,7 +418,39 @@ function getPost(payload) {
|
|
|
400
418
|
{
|
|
401
419
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
402
420
|
},
|
|
403
|
-
{
|
|
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
|
+
},
|
|
452
|
+
{ path: "post.richContent.nodes.tocData.fontSize" },
|
|
453
|
+
{ path: "post.richContent.nodes.tocData.itemSpacing" }
|
|
404
454
|
]
|
|
405
455
|
}
|
|
406
456
|
])
|
|
@@ -467,6 +517,24 @@ function getPostBySlug(payload) {
|
|
|
467
517
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
468
518
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
469
519
|
{ path: "post.metrics.averageRating" },
|
|
520
|
+
{
|
|
521
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
537
|
+
},
|
|
470
538
|
{
|
|
471
539
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
472
540
|
},
|
|
@@ -498,7 +566,39 @@ function getPostBySlug(payload) {
|
|
|
498
566
|
{
|
|
499
567
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
500
568
|
},
|
|
501
|
-
{
|
|
569
|
+
{
|
|
570
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
586
|
+
},
|
|
587
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
588
|
+
{
|
|
589
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
599
|
+
},
|
|
600
|
+
{ path: "post.richContent.nodes.tocData.fontSize" },
|
|
601
|
+
{ path: "post.richContent.nodes.tocData.itemSpacing" }
|
|
502
602
|
]
|
|
503
603
|
}
|
|
504
604
|
])
|
|
@@ -567,6 +667,24 @@ function listPosts(payload) {
|
|
|
567
667
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
568
668
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
569
669
|
{ path: "posts.metrics.averageRating" },
|
|
670
|
+
{
|
|
671
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
687
|
+
},
|
|
570
688
|
{
|
|
571
689
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
572
690
|
},
|
|
@@ -600,7 +718,39 @@ function listPosts(payload) {
|
|
|
600
718
|
{
|
|
601
719
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
602
720
|
},
|
|
603
|
-
{
|
|
721
|
+
{
|
|
722
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
738
|
+
},
|
|
739
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
740
|
+
{
|
|
741
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
751
|
+
},
|
|
752
|
+
{ path: "posts.richContent.nodes.tocData.fontSize" },
|
|
753
|
+
{ path: "posts.richContent.nodes.tocData.itemSpacing" }
|
|
604
754
|
]
|
|
605
755
|
}
|
|
606
756
|
])
|
|
@@ -669,6 +819,24 @@ function queryPosts(payload) {
|
|
|
669
819
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
670
820
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
671
821
|
{ path: "posts.metrics.averageRating" },
|
|
822
|
+
{
|
|
823
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
839
|
+
},
|
|
672
840
|
{
|
|
673
841
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
674
842
|
},
|
|
@@ -702,7 +870,39 @@ function queryPosts(payload) {
|
|
|
702
870
|
{
|
|
703
871
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
704
872
|
},
|
|
705
|
-
{
|
|
873
|
+
{
|
|
874
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
890
|
+
},
|
|
891
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
892
|
+
{
|
|
893
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
903
|
+
},
|
|
904
|
+
{ path: "posts.richContent.nodes.tocData.fontSize" },
|
|
905
|
+
{ path: "posts.richContent.nodes.tocData.itemSpacing" }
|
|
706
906
|
]
|
|
707
907
|
}
|
|
708
908
|
])
|
|
@@ -780,8 +980,20 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
780
980
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
781
981
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
782
982
|
NodeType2["SHAPE"] = "SHAPE";
|
|
983
|
+
NodeType2["CARD"] = "CARD";
|
|
984
|
+
NodeType2["TOC"] = "TOC";
|
|
783
985
|
return NodeType2;
|
|
784
986
|
})(NodeType || {});
|
|
987
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
988
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
989
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
990
|
+
return BackgroundType2;
|
|
991
|
+
})(BackgroundType || {});
|
|
992
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
993
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
994
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
995
|
+
return GradientType2;
|
|
996
|
+
})(GradientType || {});
|
|
785
997
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
786
998
|
WidthType2["CONTENT"] = "CONTENT";
|
|
787
999
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -880,6 +1092,7 @@ var Source = /* @__PURE__ */ ((Source2) => {
|
|
|
880
1092
|
Source2["HTML"] = "HTML";
|
|
881
1093
|
Source2["ADSENSE"] = "ADSENSE";
|
|
882
1094
|
Source2["AI"] = "AI";
|
|
1095
|
+
Source2["AI_WIDGET"] = "AI_WIDGET";
|
|
883
1096
|
return Source2;
|
|
884
1097
|
})(Source || {});
|
|
885
1098
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -917,12 +1130,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
917
1130
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
918
1131
|
return PollLayoutDirection2;
|
|
919
1132
|
})(PollLayoutDirection || {});
|
|
920
|
-
var
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
return
|
|
925
|
-
})(
|
|
1133
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1134
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1135
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1136
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1137
|
+
return PollDesignBackgroundType2;
|
|
1138
|
+
})(PollDesignBackgroundType || {});
|
|
926
1139
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
927
1140
|
DecorationType2["BOLD"] = "BOLD";
|
|
928
1141
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1009,12 +1222,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1009
1222
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1010
1223
|
return NullValue2;
|
|
1011
1224
|
})(NullValue || {});
|
|
1012
|
-
var
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
return
|
|
1017
|
-
})(
|
|
1225
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1226
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1227
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1228
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1229
|
+
return ImageScalingScaling2;
|
|
1230
|
+
})(ImageScalingScaling || {});
|
|
1018
1231
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1019
1232
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1020
1233
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1032,6 +1245,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
1032
1245
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1033
1246
|
return BannerOrigin2;
|
|
1034
1247
|
})(BannerOrigin || {});
|
|
1248
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1249
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1250
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1251
|
+
return LayoutDataBackgroundType2;
|
|
1252
|
+
})(LayoutDataBackgroundType || {});
|
|
1253
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1254
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1255
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1256
|
+
return BackdropType2;
|
|
1257
|
+
})(BackdropType || {});
|
|
1035
1258
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1036
1259
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1037
1260
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1048,6 +1271,44 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1048
1271
|
DesignTarget2["CELL"] = "CELL";
|
|
1049
1272
|
return DesignTarget2;
|
|
1050
1273
|
})(DesignTarget || {});
|
|
1274
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1275
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1276
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1277
|
+
Scaling2["COVER"] = "COVER";
|
|
1278
|
+
return Scaling2;
|
|
1279
|
+
})(Scaling || {});
|
|
1280
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1281
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1282
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1283
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1284
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1285
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1286
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1287
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1288
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1289
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1290
|
+
return ImagePositionPosition2;
|
|
1291
|
+
})(ImagePositionPosition || {});
|
|
1292
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1293
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1294
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1295
|
+
return CardDataBackgroundType2;
|
|
1296
|
+
})(CardDataBackgroundType || {});
|
|
1297
|
+
var ListStyle = /* @__PURE__ */ ((ListStyle2) => {
|
|
1298
|
+
ListStyle2["PLAIN"] = "PLAIN";
|
|
1299
|
+
ListStyle2["NUMBERED"] = "NUMBERED";
|
|
1300
|
+
ListStyle2["LETTERS"] = "LETTERS";
|
|
1301
|
+
ListStyle2["ROMAN"] = "ROMAN";
|
|
1302
|
+
ListStyle2["BULLETED"] = "BULLETED";
|
|
1303
|
+
ListStyle2["ALPHABETICAL_INDEX"] = "ALPHABETICAL_INDEX";
|
|
1304
|
+
ListStyle2["ALPHABETICAL_INDEX_COMPACT"] = "ALPHABETICAL_INDEX_COMPACT";
|
|
1305
|
+
return ListStyle2;
|
|
1306
|
+
})(ListStyle || {});
|
|
1307
|
+
var Indentation = /* @__PURE__ */ ((Indentation2) => {
|
|
1308
|
+
Indentation2["NESTED"] = "NESTED";
|
|
1309
|
+
Indentation2["FLAT"] = "FLAT";
|
|
1310
|
+
return Indentation2;
|
|
1311
|
+
})(Indentation || {});
|
|
1051
1312
|
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1052
1313
|
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1053
1314
|
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
@@ -1254,8 +1515,8 @@ async function getPost2(postId, options) {
|
|
|
1254
1515
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1255
1516
|
}
|
|
1256
1517
|
]),
|
|
1257
|
-
["post.richContent"
|
|
1258
|
-
);
|
|
1518
|
+
["post.richContent"]
|
|
1519
|
+
)?.post;
|
|
1259
1520
|
} catch (err) {
|
|
1260
1521
|
const transformedError = sdkTransformError(
|
|
1261
1522
|
err,
|
|
@@ -1302,7 +1563,7 @@ async function getPostBySlug2(slug, options) {
|
|
|
1302
1563
|
paths: [{ path: "post.media.wixMedia.videoV2" }]
|
|
1303
1564
|
}
|
|
1304
1565
|
]),
|
|
1305
|
-
["post.richContent"
|
|
1566
|
+
["post.richContent"]
|
|
1306
1567
|
);
|
|
1307
1568
|
} catch (err) {
|
|
1308
1569
|
const transformedError = sdkTransformError(
|
|
@@ -1361,7 +1622,7 @@ async function listPosts2(options) {
|
|
|
1361
1622
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1362
1623
|
}
|
|
1363
1624
|
]),
|
|
1364
|
-
["posts.richContent"
|
|
1625
|
+
["posts.richContent"]
|
|
1365
1626
|
);
|
|
1366
1627
|
} catch (err) {
|
|
1367
1628
|
const transformedError = sdkTransformError(
|
|
@@ -1431,7 +1692,7 @@ function queryPosts2(options) {
|
|
|
1431
1692
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1432
1693
|
}
|
|
1433
1694
|
]),
|
|
1434
|
-
["posts.richContent"
|
|
1695
|
+
["posts.richContent"]
|
|
1435
1696
|
);
|
|
1436
1697
|
return {
|
|
1437
1698
|
items: transformedData?.posts,
|
|
@@ -1479,7 +1740,7 @@ async function typedQueryPosts(query, options) {
|
|
|
1479
1740
|
paths: [{ path: "posts.media.wixMedia.videoV2" }]
|
|
1480
1741
|
}
|
|
1481
1742
|
]),
|
|
1482
|
-
["posts.richContent"
|
|
1743
|
+
["posts.richContent"]
|
|
1483
1744
|
);
|
|
1484
1745
|
} catch (err) {
|
|
1485
1746
|
const transformedError = sdkTransformError(
|
|
@@ -1527,9 +1788,11 @@ export {
|
|
|
1527
1788
|
Alignment,
|
|
1528
1789
|
AppType,
|
|
1529
1790
|
AspectRatio,
|
|
1791
|
+
BackdropType,
|
|
1530
1792
|
BackgroundType,
|
|
1531
1793
|
BannerOrigin,
|
|
1532
1794
|
ButtonDataType,
|
|
1795
|
+
CardDataBackgroundType,
|
|
1533
1796
|
Crop,
|
|
1534
1797
|
DecorationType,
|
|
1535
1798
|
DesignTarget,
|
|
@@ -1540,11 +1803,17 @@ export {
|
|
|
1540
1803
|
GIFType,
|
|
1541
1804
|
GetPostTemplatesSort,
|
|
1542
1805
|
GetPostsSort,
|
|
1806
|
+
GradientType,
|
|
1543
1807
|
ImagePosition,
|
|
1808
|
+
ImagePositionPosition,
|
|
1809
|
+
ImageScalingScaling,
|
|
1810
|
+
Indentation,
|
|
1544
1811
|
InitialExpandedItems,
|
|
1545
1812
|
Layout,
|
|
1813
|
+
LayoutDataBackgroundType,
|
|
1546
1814
|
LayoutType,
|
|
1547
1815
|
LineStyle,
|
|
1816
|
+
ListStyle,
|
|
1548
1817
|
MapType,
|
|
1549
1818
|
ModerationStatusStatus,
|
|
1550
1819
|
NodeType,
|
|
@@ -1554,6 +1823,7 @@ export {
|
|
|
1554
1823
|
Origin,
|
|
1555
1824
|
Placement,
|
|
1556
1825
|
PluginContainerDataAlignment,
|
|
1826
|
+
PollDesignBackgroundType,
|
|
1557
1827
|
PollLayoutDirection,
|
|
1558
1828
|
PollLayoutType,
|
|
1559
1829
|
Position,
|