@wix/auto_sdk_blog_posts 1.0.129 → 1.0.131
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 +15 -11
- package/build/cjs/index.js +50 -32
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +559 -530
- package/build/cjs/index.typings.js +40 -27
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +374 -360
- package/build/cjs/meta.js +31 -20
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +15 -11
- package/build/es/index.mjs +49 -32
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +559 -530
- package/build/es/index.typings.mjs +39 -27
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +374 -360
- package/build/es/meta.mjs +30 -20
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +15 -11
- package/build/internal/cjs/index.js +50 -32
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +559 -530
- package/build/internal/cjs/index.typings.js +40 -27
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +374 -360
- package/build/internal/cjs/meta.js +31 -20
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +15 -11
- package/build/internal/es/index.mjs +49 -32
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +559 -530
- package/build/internal/es/index.typings.mjs +39 -27
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +374 -360
- package/build/internal/es/meta.mjs +30 -20
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
|
@@ -44,6 +44,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
44
44
|
{
|
|
45
45
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
46
46
|
destPath: "/v3/posts"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
srcPath: "/_api/post-service-api-proxy/v3/bulk/posts",
|
|
50
|
+
destPath: "/v3/bulk/posts"
|
|
47
51
|
}
|
|
48
52
|
],
|
|
49
53
|
"*.dev.wix-code.com": [
|
|
@@ -1010,6 +1014,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
1010
1014
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1011
1015
|
return ImagePosition2;
|
|
1012
1016
|
})(ImagePosition || {});
|
|
1017
|
+
var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
1018
|
+
BannerOrigin2["IMAGE"] = "IMAGE";
|
|
1019
|
+
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1020
|
+
return BannerOrigin2;
|
|
1021
|
+
})(BannerOrigin || {});
|
|
1013
1022
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1014
1023
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1015
1024
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1032,6 +1041,26 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
1032
1041
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1033
1042
|
return ModerationStatusStatus2;
|
|
1034
1043
|
})(ModerationStatusStatus || {});
|
|
1044
|
+
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1045
|
+
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1046
|
+
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1047
|
+
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1048
|
+
return QueryPublicationsCountStatsRequestOrder2;
|
|
1049
|
+
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1050
|
+
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1051
|
+
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1052
|
+
Order2["OLDEST"] = "OLDEST";
|
|
1053
|
+
Order2["NEWEST"] = "NEWEST";
|
|
1054
|
+
return Order2;
|
|
1055
|
+
})(Order || {});
|
|
1056
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1057
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1058
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1059
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1060
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1061
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1062
|
+
return WebhookIdentityType2;
|
|
1063
|
+
})(WebhookIdentityType || {});
|
|
1035
1064
|
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1036
1065
|
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1037
1066
|
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
@@ -1085,26 +1114,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1085
1114
|
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1086
1115
|
return Status2;
|
|
1087
1116
|
})(Status || {});
|
|
1088
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1089
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1090
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1091
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1092
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1093
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1094
|
-
return WebhookIdentityType2;
|
|
1095
|
-
})(WebhookIdentityType || {});
|
|
1096
|
-
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1097
|
-
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1098
|
-
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1099
|
-
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1100
|
-
return QueryPublicationsCountStatsRequestOrder2;
|
|
1101
|
-
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1102
|
-
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1103
|
-
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1104
|
-
Order2["OLDEST"] = "OLDEST";
|
|
1105
|
-
Order2["NEWEST"] = "NEWEST";
|
|
1106
|
-
return Order2;
|
|
1107
|
-
})(Order || {});
|
|
1108
1117
|
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1109
1118
|
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1110
1119
|
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
@@ -1272,6 +1281,7 @@ export {
|
|
|
1272
1281
|
AppType as AppTypeOriginal,
|
|
1273
1282
|
AspectRatio as AspectRatioOriginal,
|
|
1274
1283
|
BackgroundType as BackgroundTypeOriginal,
|
|
1284
|
+
BannerOrigin as BannerOriginOriginal,
|
|
1275
1285
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
1276
1286
|
Crop as CropOriginal,
|
|
1277
1287
|
DecorationType as DecorationTypeOriginal,
|