@wix/auto_sdk_blog_posts 1.0.139 → 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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +433 -39
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +540 -351
- package/build/cjs/index.typings.js +286 -36
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +541 -352
- package/build/cjs/meta.js +286 -36
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +426 -39
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +540 -351
- package/build/es/index.typings.mjs +279 -36
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +541 -352
- package/build/es/meta.mjs +279 -36
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +433 -39
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +540 -351
- package/build/internal/cjs/index.typings.js +286 -36
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +541 -352
- package/build/internal/cjs/meta.js +286 -36
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +426 -39
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +540 -351
- package/build/internal/es/index.typings.mjs +279 -36
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +541 -352
- package/build/internal/es/meta.mjs +279 -36
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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,9 +38,13 @@ __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,
|
|
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_typings_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,
|
|
@@ -454,6 +461,24 @@ function getPost(payload) {
|
|
|
454
461
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
455
462
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
456
463
|
{ path: "post.metrics.averageRating" },
|
|
464
|
+
{
|
|
465
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
481
|
+
},
|
|
457
482
|
{
|
|
458
483
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
459
484
|
},
|
|
@@ -485,7 +510,37 @@ function getPost(payload) {
|
|
|
485
510
|
{
|
|
486
511
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
487
512
|
},
|
|
488
|
-
{
|
|
513
|
+
{
|
|
514
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
530
|
+
},
|
|
531
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
532
|
+
{
|
|
533
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
540
|
+
},
|
|
541
|
+
{
|
|
542
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
543
|
+
}
|
|
489
544
|
]
|
|
490
545
|
}
|
|
491
546
|
])
|
|
@@ -552,6 +607,24 @@ function getPostBySlug(payload) {
|
|
|
552
607
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
553
608
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
554
609
|
{ path: "post.metrics.averageRating" },
|
|
610
|
+
{
|
|
611
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
612
|
+
},
|
|
613
|
+
{
|
|
614
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
627
|
+
},
|
|
555
628
|
{
|
|
556
629
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
557
630
|
},
|
|
@@ -583,7 +656,37 @@ function getPostBySlug(payload) {
|
|
|
583
656
|
{
|
|
584
657
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
585
658
|
},
|
|
586
|
-
{
|
|
659
|
+
{
|
|
660
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
676
|
+
},
|
|
677
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
678
|
+
{
|
|
679
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
683
|
+
},
|
|
684
|
+
{
|
|
685
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
689
|
+
}
|
|
587
690
|
]
|
|
588
691
|
}
|
|
589
692
|
])
|
|
@@ -652,6 +755,24 @@ function listPosts(payload) {
|
|
|
652
755
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
653
756
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
654
757
|
{ path: "posts.metrics.averageRating" },
|
|
758
|
+
{
|
|
759
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
772
|
+
},
|
|
773
|
+
{
|
|
774
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
775
|
+
},
|
|
655
776
|
{
|
|
656
777
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
657
778
|
},
|
|
@@ -685,7 +806,37 @@ function listPosts(payload) {
|
|
|
685
806
|
{
|
|
686
807
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
687
808
|
},
|
|
688
|
-
{
|
|
809
|
+
{
|
|
810
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
826
|
+
},
|
|
827
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
828
|
+
{
|
|
829
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
839
|
+
}
|
|
689
840
|
]
|
|
690
841
|
}
|
|
691
842
|
])
|
|
@@ -754,6 +905,24 @@ function queryPosts(payload) {
|
|
|
754
905
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
755
906
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
756
907
|
{ path: "posts.metrics.averageRating" },
|
|
908
|
+
{
|
|
909
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
925
|
+
},
|
|
757
926
|
{
|
|
758
927
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
759
928
|
},
|
|
@@ -787,7 +956,37 @@ function queryPosts(payload) {
|
|
|
787
956
|
{
|
|
788
957
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
789
958
|
},
|
|
790
|
-
{
|
|
959
|
+
{
|
|
960
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
970
|
+
},
|
|
971
|
+
{
|
|
972
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
976
|
+
},
|
|
977
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
978
|
+
{
|
|
979
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
980
|
+
},
|
|
981
|
+
{
|
|
982
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
989
|
+
}
|
|
791
990
|
]
|
|
792
991
|
}
|
|
793
992
|
])
|
|
@@ -865,8 +1064,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
865
1064
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
866
1065
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
867
1066
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1067
|
+
NodeType2["CARD"] = "CARD";
|
|
868
1068
|
return NodeType2;
|
|
869
1069
|
})(NodeType || {});
|
|
1070
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1071
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1072
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1073
|
+
return BackgroundType2;
|
|
1074
|
+
})(BackgroundType || {});
|
|
1075
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1076
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1077
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1078
|
+
return GradientType2;
|
|
1079
|
+
})(GradientType || {});
|
|
870
1080
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
871
1081
|
WidthType2["CONTENT"] = "CONTENT";
|
|
872
1082
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1002,12 +1212,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1002
1212
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1003
1213
|
return PollLayoutDirection2;
|
|
1004
1214
|
})(PollLayoutDirection || {});
|
|
1005
|
-
var
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
return
|
|
1010
|
-
})(
|
|
1215
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1216
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1217
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1218
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1219
|
+
return PollDesignBackgroundType2;
|
|
1220
|
+
})(PollDesignBackgroundType || {});
|
|
1011
1221
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1012
1222
|
DecorationType2["BOLD"] = "BOLD";
|
|
1013
1223
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1094,12 +1304,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1094
1304
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1095
1305
|
return NullValue2;
|
|
1096
1306
|
})(NullValue || {});
|
|
1097
|
-
var
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
return
|
|
1102
|
-
})(
|
|
1307
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1308
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1309
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1310
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1311
|
+
return ImageScalingScaling2;
|
|
1312
|
+
})(ImageScalingScaling || {});
|
|
1103
1313
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1104
1314
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1105
1315
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1117,6 +1327,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
1117
1327
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1118
1328
|
return BannerOrigin2;
|
|
1119
1329
|
})(BannerOrigin || {});
|
|
1330
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1331
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1332
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1333
|
+
return LayoutDataBackgroundType2;
|
|
1334
|
+
})(LayoutDataBackgroundType || {});
|
|
1335
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1336
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1337
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1338
|
+
return BackdropType2;
|
|
1339
|
+
})(BackdropType || {});
|
|
1120
1340
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1121
1341
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1122
1342
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1133,12 +1353,55 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1133
1353
|
DesignTarget2["CELL"] = "CELL";
|
|
1134
1354
|
return DesignTarget2;
|
|
1135
1355
|
})(DesignTarget || {});
|
|
1356
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1357
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1358
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1359
|
+
Scaling2["COVER"] = "COVER";
|
|
1360
|
+
return Scaling2;
|
|
1361
|
+
})(Scaling || {});
|
|
1362
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1363
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1364
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1365
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1366
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1367
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1368
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1369
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1370
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1371
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1372
|
+
return ImagePositionPosition2;
|
|
1373
|
+
})(ImagePositionPosition || {});
|
|
1374
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1375
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1376
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1377
|
+
return CardDataBackgroundType2;
|
|
1378
|
+
})(CardDataBackgroundType || {});
|
|
1136
1379
|
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1137
1380
|
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1138
1381
|
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
1139
1382
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1140
1383
|
return ModerationStatusStatus2;
|
|
1141
1384
|
})(ModerationStatusStatus || {});
|
|
1385
|
+
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1386
|
+
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1387
|
+
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1388
|
+
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1389
|
+
return QueryPublicationsCountStatsRequestOrder2;
|
|
1390
|
+
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1391
|
+
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1392
|
+
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1393
|
+
Order2["OLDEST"] = "OLDEST";
|
|
1394
|
+
Order2["NEWEST"] = "NEWEST";
|
|
1395
|
+
return Order2;
|
|
1396
|
+
})(Order || {});
|
|
1397
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1398
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1399
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1400
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1401
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1402
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1403
|
+
return WebhookIdentityType2;
|
|
1404
|
+
})(WebhookIdentityType || {});
|
|
1142
1405
|
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1143
1406
|
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1144
1407
|
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
@@ -1192,26 +1455,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1192
1455
|
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1193
1456
|
return Status2;
|
|
1194
1457
|
})(Status || {});
|
|
1195
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1196
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1197
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1198
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1199
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1200
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1201
|
-
return WebhookIdentityType2;
|
|
1202
|
-
})(WebhookIdentityType || {});
|
|
1203
|
-
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1204
|
-
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1205
|
-
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1206
|
-
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1207
|
-
return QueryPublicationsCountStatsRequestOrder2;
|
|
1208
|
-
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1209
|
-
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1210
|
-
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1211
|
-
Order2["OLDEST"] = "OLDEST";
|
|
1212
|
-
Order2["NEWEST"] = "NEWEST";
|
|
1213
|
-
return Order2;
|
|
1214
|
-
})(Order || {});
|
|
1215
1458
|
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1216
1459
|
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1217
1460
|
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
@@ -1613,9 +1856,11 @@ async function getPostMetrics2(postId) {
|
|
|
1613
1856
|
Alignment,
|
|
1614
1857
|
AppType,
|
|
1615
1858
|
AspectRatio,
|
|
1859
|
+
BackdropType,
|
|
1616
1860
|
BackgroundType,
|
|
1617
1861
|
BannerOrigin,
|
|
1618
1862
|
ButtonDataType,
|
|
1863
|
+
CardDataBackgroundType,
|
|
1619
1864
|
Crop,
|
|
1620
1865
|
DecorationType,
|
|
1621
1866
|
DesignTarget,
|
|
@@ -1626,9 +1871,13 @@ async function getPostMetrics2(postId) {
|
|
|
1626
1871
|
GIFType,
|
|
1627
1872
|
GetPostTemplatesSort,
|
|
1628
1873
|
GetPostsSort,
|
|
1874
|
+
GradientType,
|
|
1629
1875
|
ImagePosition,
|
|
1876
|
+
ImagePositionPosition,
|
|
1877
|
+
ImageScalingScaling,
|
|
1630
1878
|
InitialExpandedItems,
|
|
1631
1879
|
Layout,
|
|
1880
|
+
LayoutDataBackgroundType,
|
|
1632
1881
|
LayoutType,
|
|
1633
1882
|
LineStyle,
|
|
1634
1883
|
MapType,
|
|
@@ -1640,6 +1889,7 @@ async function getPostMetrics2(postId) {
|
|
|
1640
1889
|
Origin,
|
|
1641
1890
|
Placement,
|
|
1642
1891
|
PluginContainerDataAlignment,
|
|
1892
|
+
PollDesignBackgroundType,
|
|
1643
1893
|
PollLayoutDirection,
|
|
1644
1894
|
PollLayoutType,
|
|
1645
1895
|
Position,
|