@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_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_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_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,
|
|
@@ -469,6 +476,24 @@ function getPost(payload) {
|
|
|
469
476
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
470
477
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
471
478
|
{ path: "post.metrics.averageRating" },
|
|
479
|
+
{
|
|
480
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
493
|
+
},
|
|
494
|
+
{
|
|
495
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
496
|
+
},
|
|
472
497
|
{
|
|
473
498
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
474
499
|
},
|
|
@@ -500,7 +525,37 @@ function getPost(payload) {
|
|
|
500
525
|
{
|
|
501
526
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
502
527
|
},
|
|
503
|
-
{
|
|
528
|
+
{
|
|
529
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
533
|
+
},
|
|
534
|
+
{
|
|
535
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
539
|
+
},
|
|
540
|
+
{
|
|
541
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
545
|
+
},
|
|
546
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
547
|
+
{
|
|
548
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
558
|
+
}
|
|
504
559
|
]
|
|
505
560
|
}
|
|
506
561
|
])
|
|
@@ -567,6 +622,24 @@ function getPostBySlug(payload) {
|
|
|
567
622
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
568
623
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
569
624
|
{ path: "post.metrics.averageRating" },
|
|
625
|
+
{
|
|
626
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
642
|
+
},
|
|
570
643
|
{
|
|
571
644
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
572
645
|
},
|
|
@@ -598,7 +671,37 @@ function getPostBySlug(payload) {
|
|
|
598
671
|
{
|
|
599
672
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
600
673
|
},
|
|
601
|
-
{
|
|
674
|
+
{
|
|
675
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
679
|
+
},
|
|
680
|
+
{
|
|
681
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
691
|
+
},
|
|
692
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
693
|
+
{
|
|
694
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
704
|
+
}
|
|
602
705
|
]
|
|
603
706
|
}
|
|
604
707
|
])
|
|
@@ -667,6 +770,24 @@ function listPosts(payload) {
|
|
|
667
770
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
668
771
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
669
772
|
{ path: "posts.metrics.averageRating" },
|
|
773
|
+
{
|
|
774
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
775
|
+
},
|
|
776
|
+
{
|
|
777
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
790
|
+
},
|
|
670
791
|
{
|
|
671
792
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
672
793
|
},
|
|
@@ -700,7 +821,37 @@ function listPosts(payload) {
|
|
|
700
821
|
{
|
|
701
822
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
702
823
|
},
|
|
703
|
-
{
|
|
824
|
+
{
|
|
825
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
829
|
+
},
|
|
830
|
+
{
|
|
831
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
841
|
+
},
|
|
842
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
843
|
+
{
|
|
844
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
854
|
+
}
|
|
704
855
|
]
|
|
705
856
|
}
|
|
706
857
|
])
|
|
@@ -769,6 +920,24 @@ function queryPosts(payload) {
|
|
|
769
920
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
770
921
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
771
922
|
{ path: "posts.metrics.averageRating" },
|
|
923
|
+
{
|
|
924
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
925
|
+
},
|
|
926
|
+
{
|
|
927
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
934
|
+
},
|
|
935
|
+
{
|
|
936
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
940
|
+
},
|
|
772
941
|
{
|
|
773
942
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
774
943
|
},
|
|
@@ -802,7 +971,37 @@ function queryPosts(payload) {
|
|
|
802
971
|
{
|
|
803
972
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
804
973
|
},
|
|
805
|
-
{
|
|
974
|
+
{
|
|
975
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
982
|
+
},
|
|
983
|
+
{
|
|
984
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
988
|
+
},
|
|
989
|
+
{
|
|
990
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
991
|
+
},
|
|
992
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
993
|
+
{
|
|
994
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
998
|
+
},
|
|
999
|
+
{
|
|
1000
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1004
|
+
}
|
|
806
1005
|
]
|
|
807
1006
|
}
|
|
808
1007
|
])
|
|
@@ -880,8 +1079,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
880
1079
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
881
1080
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
882
1081
|
NodeType2["SHAPE"] = "SHAPE";
|
|
1082
|
+
NodeType2["CARD"] = "CARD";
|
|
883
1083
|
return NodeType2;
|
|
884
1084
|
})(NodeType || {});
|
|
1085
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
1086
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
1087
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1088
|
+
return BackgroundType2;
|
|
1089
|
+
})(BackgroundType || {});
|
|
1090
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
1091
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
1092
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
1093
|
+
return GradientType2;
|
|
1094
|
+
})(GradientType || {});
|
|
885
1095
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
886
1096
|
WidthType2["CONTENT"] = "CONTENT";
|
|
887
1097
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -1017,12 +1227,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
1017
1227
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
1018
1228
|
return PollLayoutDirection2;
|
|
1019
1229
|
})(PollLayoutDirection || {});
|
|
1020
|
-
var
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
return
|
|
1025
|
-
})(
|
|
1230
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1231
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1232
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1233
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1234
|
+
return PollDesignBackgroundType2;
|
|
1235
|
+
})(PollDesignBackgroundType || {});
|
|
1026
1236
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
1027
1237
|
DecorationType2["BOLD"] = "BOLD";
|
|
1028
1238
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1109,12 +1319,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1109
1319
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1110
1320
|
return NullValue2;
|
|
1111
1321
|
})(NullValue || {});
|
|
1112
|
-
var
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
return
|
|
1117
|
-
})(
|
|
1322
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1323
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1324
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1325
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1326
|
+
return ImageScalingScaling2;
|
|
1327
|
+
})(ImageScalingScaling || {});
|
|
1118
1328
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1119
1329
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1120
1330
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1132,6 +1342,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
1132
1342
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1133
1343
|
return BannerOrigin2;
|
|
1134
1344
|
})(BannerOrigin || {});
|
|
1345
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1346
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1347
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1348
|
+
return LayoutDataBackgroundType2;
|
|
1349
|
+
})(LayoutDataBackgroundType || {});
|
|
1350
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1351
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1352
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1353
|
+
return BackdropType2;
|
|
1354
|
+
})(BackdropType || {});
|
|
1135
1355
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1136
1356
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1137
1357
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1148,12 +1368,55 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1148
1368
|
DesignTarget2["CELL"] = "CELL";
|
|
1149
1369
|
return DesignTarget2;
|
|
1150
1370
|
})(DesignTarget || {});
|
|
1371
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1372
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1373
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1374
|
+
Scaling2["COVER"] = "COVER";
|
|
1375
|
+
return Scaling2;
|
|
1376
|
+
})(Scaling || {});
|
|
1377
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1378
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1379
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1380
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1381
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1382
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1383
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1384
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1385
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1386
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1387
|
+
return ImagePositionPosition2;
|
|
1388
|
+
})(ImagePositionPosition || {});
|
|
1389
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1390
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1391
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1392
|
+
return CardDataBackgroundType2;
|
|
1393
|
+
})(CardDataBackgroundType || {});
|
|
1151
1394
|
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1152
1395
|
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1153
1396
|
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
1154
1397
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1155
1398
|
return ModerationStatusStatus2;
|
|
1156
1399
|
})(ModerationStatusStatus || {});
|
|
1400
|
+
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1401
|
+
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1402
|
+
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1403
|
+
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1404
|
+
return QueryPublicationsCountStatsRequestOrder2;
|
|
1405
|
+
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1406
|
+
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1407
|
+
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1408
|
+
Order2["OLDEST"] = "OLDEST";
|
|
1409
|
+
Order2["NEWEST"] = "NEWEST";
|
|
1410
|
+
return Order2;
|
|
1411
|
+
})(Order || {});
|
|
1412
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1413
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1414
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1415
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1416
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1417
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1418
|
+
return WebhookIdentityType2;
|
|
1419
|
+
})(WebhookIdentityType || {});
|
|
1157
1420
|
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1158
1421
|
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1159
1422
|
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
@@ -1207,26 +1470,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1207
1470
|
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1208
1471
|
return Status2;
|
|
1209
1472
|
})(Status || {});
|
|
1210
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1211
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1212
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1213
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1214
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1215
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1216
|
-
return WebhookIdentityType2;
|
|
1217
|
-
})(WebhookIdentityType || {});
|
|
1218
|
-
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1219
|
-
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1220
|
-
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1221
|
-
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1222
|
-
return QueryPublicationsCountStatsRequestOrder2;
|
|
1223
|
-
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1224
|
-
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1225
|
-
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1226
|
-
Order2["OLDEST"] = "OLDEST";
|
|
1227
|
-
Order2["NEWEST"] = "NEWEST";
|
|
1228
|
-
return Order2;
|
|
1229
|
-
})(Order || {});
|
|
1230
1473
|
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1231
1474
|
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1232
1475
|
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
@@ -1746,6 +1989,24 @@ var onPostCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
1746
1989
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1747
1990
|
paths: [
|
|
1748
1991
|
{ path: "entity.metrics.averageRating" },
|
|
1992
|
+
{
|
|
1993
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
1994
|
+
},
|
|
1995
|
+
{
|
|
1996
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
1997
|
+
},
|
|
1998
|
+
{
|
|
1999
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2000
|
+
},
|
|
2001
|
+
{
|
|
2002
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2003
|
+
},
|
|
2004
|
+
{
|
|
2005
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2009
|
+
},
|
|
1749
2010
|
{
|
|
1750
2011
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
1751
2012
|
},
|
|
@@ -1777,7 +2038,37 @@ var onPostCreated = (0, import_sdk_types.EventDefinition)(
|
|
|
1777
2038
|
{
|
|
1778
2039
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1779
2040
|
},
|
|
1780
|
-
{
|
|
2041
|
+
{
|
|
2042
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2043
|
+
},
|
|
2044
|
+
{
|
|
2045
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2046
|
+
},
|
|
2047
|
+
{
|
|
2048
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2052
|
+
},
|
|
2053
|
+
{
|
|
2054
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2055
|
+
},
|
|
2056
|
+
{
|
|
2057
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2058
|
+
},
|
|
2059
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
2060
|
+
{
|
|
2061
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
2062
|
+
},
|
|
2063
|
+
{
|
|
2064
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2068
|
+
},
|
|
2069
|
+
{
|
|
2070
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2071
|
+
}
|
|
1781
2072
|
]
|
|
1782
2073
|
},
|
|
1783
2074
|
{
|
|
@@ -1824,6 +2115,24 @@ var onPostDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
1824
2115
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1825
2116
|
paths: [
|
|
1826
2117
|
{ path: "entity.metrics.averageRating" },
|
|
2118
|
+
{
|
|
2119
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2123
|
+
},
|
|
2124
|
+
{
|
|
2125
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2135
|
+
},
|
|
1827
2136
|
{
|
|
1828
2137
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
1829
2138
|
},
|
|
@@ -1855,7 +2164,37 @@ var onPostDeleted = (0, import_sdk_types.EventDefinition)(
|
|
|
1855
2164
|
{
|
|
1856
2165
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1857
2166
|
},
|
|
1858
|
-
{
|
|
2167
|
+
{
|
|
2168
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2184
|
+
},
|
|
2185
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
2186
|
+
{
|
|
2187
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
2188
|
+
},
|
|
2189
|
+
{
|
|
2190
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
2191
|
+
},
|
|
2192
|
+
{
|
|
2193
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2194
|
+
},
|
|
2195
|
+
{
|
|
2196
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2197
|
+
}
|
|
1859
2198
|
]
|
|
1860
2199
|
},
|
|
1861
2200
|
{
|
|
@@ -1902,6 +2241,24 @@ var onPostUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
1902
2241
|
transformFn: import_float2.transformRESTFloatToSDKFloat,
|
|
1903
2242
|
paths: [
|
|
1904
2243
|
{ path: "entity.metrics.averageRating" },
|
|
2244
|
+
{
|
|
2245
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
path: "entity.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
2252
|
+
},
|
|
2253
|
+
{
|
|
2254
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
2255
|
+
},
|
|
2256
|
+
{
|
|
2257
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
2258
|
+
},
|
|
2259
|
+
{
|
|
2260
|
+
path: "entity.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
2261
|
+
},
|
|
1905
2262
|
{
|
|
1906
2263
|
path: "entity.richContent.nodes.galleryData.items.image.media.duration"
|
|
1907
2264
|
},
|
|
@@ -1933,7 +2290,37 @@ var onPostUpdated = (0, import_sdk_types.EventDefinition)(
|
|
|
1933
2290
|
{
|
|
1934
2291
|
path: "entity.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
1935
2292
|
},
|
|
1936
|
-
{
|
|
2293
|
+
{
|
|
2294
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerX"
|
|
2295
|
+
},
|
|
2296
|
+
{
|
|
2297
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.centerY"
|
|
2298
|
+
},
|
|
2299
|
+
{
|
|
2300
|
+
path: "entity.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
2304
|
+
},
|
|
2305
|
+
{
|
|
2306
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
2307
|
+
},
|
|
2308
|
+
{
|
|
2309
|
+
path: "entity.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
2310
|
+
},
|
|
2311
|
+
{ path: "entity.richContent.nodes.shapeData.shape.duration" },
|
|
2312
|
+
{
|
|
2313
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerX"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
path: "entity.richContent.nodes.cardData.background.gradient.centerY"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
path: "entity.richContent.nodes.cardData.background.gradient.stops.position"
|
|
2320
|
+
},
|
|
2321
|
+
{
|
|
2322
|
+
path: "entity.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
2323
|
+
}
|
|
1937
2324
|
]
|
|
1938
2325
|
},
|
|
1939
2326
|
{
|
|
@@ -1977,9 +2364,11 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
|
|
|
1977
2364
|
Alignment,
|
|
1978
2365
|
AppType,
|
|
1979
2366
|
AspectRatio,
|
|
2367
|
+
BackdropType,
|
|
1980
2368
|
BackgroundType,
|
|
1981
2369
|
BannerOrigin,
|
|
1982
2370
|
ButtonDataType,
|
|
2371
|
+
CardDataBackgroundType,
|
|
1983
2372
|
Crop,
|
|
1984
2373
|
DecorationType,
|
|
1985
2374
|
DesignTarget,
|
|
@@ -1990,9 +2379,13 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
|
|
|
1990
2379
|
GIFType,
|
|
1991
2380
|
GetPostTemplatesSort,
|
|
1992
2381
|
GetPostsSort,
|
|
2382
|
+
GradientType,
|
|
1993
2383
|
ImagePosition,
|
|
2384
|
+
ImagePositionPosition,
|
|
2385
|
+
ImageScalingScaling,
|
|
1994
2386
|
InitialExpandedItems,
|
|
1995
2387
|
Layout,
|
|
2388
|
+
LayoutDataBackgroundType,
|
|
1996
2389
|
LayoutType,
|
|
1997
2390
|
LineStyle,
|
|
1998
2391
|
MapType,
|
|
@@ -2004,6 +2397,7 @@ var onPostUpdated2 = (0, import_event_definition_modules.createEventModule)(onPo
|
|
|
2004
2397
|
Origin,
|
|
2005
2398
|
Placement,
|
|
2006
2399
|
PluginContainerDataAlignment,
|
|
2400
|
+
PollDesignBackgroundType,
|
|
2007
2401
|
PollLayoutDirection,
|
|
2008
2402
|
PollLayoutType,
|
|
2009
2403
|
Position,
|