@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
package/build/cjs/meta.js
CHANGED
|
@@ -24,6 +24,7 @@ __export(meta_exports, {
|
|
|
24
24
|
AppTypeOriginal: () => AppType,
|
|
25
25
|
AspectRatioOriginal: () => AspectRatio,
|
|
26
26
|
BackgroundTypeOriginal: () => BackgroundType,
|
|
27
|
+
BannerOriginOriginal: () => BannerOrigin,
|
|
27
28
|
ButtonDataTypeOriginal: () => ButtonDataType,
|
|
28
29
|
CropOriginal: () => Crop,
|
|
29
30
|
DecorationTypeOriginal: () => DecorationType,
|
|
@@ -129,6 +130,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
|
|
|
129
130
|
{
|
|
130
131
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
131
132
|
destPath: "/v3/posts"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
srcPath: "/_api/post-service-api-proxy/v3/bulk/posts",
|
|
136
|
+
destPath: "/v3/bulk/posts"
|
|
132
137
|
}
|
|
133
138
|
],
|
|
134
139
|
"*.dev.wix-code.com": [
|
|
@@ -1095,6 +1100,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
1095
1100
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1096
1101
|
return ImagePosition2;
|
|
1097
1102
|
})(ImagePosition || {});
|
|
1103
|
+
var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
1104
|
+
BannerOrigin2["IMAGE"] = "IMAGE";
|
|
1105
|
+
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1106
|
+
return BannerOrigin2;
|
|
1107
|
+
})(BannerOrigin || {});
|
|
1098
1108
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1099
1109
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1100
1110
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1117,6 +1127,26 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
1117
1127
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1118
1128
|
return ModerationStatusStatus2;
|
|
1119
1129
|
})(ModerationStatusStatus || {});
|
|
1130
|
+
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1131
|
+
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1132
|
+
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1133
|
+
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1134
|
+
return QueryPublicationsCountStatsRequestOrder2;
|
|
1135
|
+
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1136
|
+
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1137
|
+
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1138
|
+
Order2["OLDEST"] = "OLDEST";
|
|
1139
|
+
Order2["NEWEST"] = "NEWEST";
|
|
1140
|
+
return Order2;
|
|
1141
|
+
})(Order || {});
|
|
1142
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1143
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1144
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1145
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1146
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1147
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1148
|
+
return WebhookIdentityType2;
|
|
1149
|
+
})(WebhookIdentityType || {});
|
|
1120
1150
|
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1121
1151
|
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1122
1152
|
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
@@ -1170,26 +1200,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1170
1200
|
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1171
1201
|
return Status2;
|
|
1172
1202
|
})(Status || {});
|
|
1173
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1174
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1175
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1176
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1177
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1178
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1179
|
-
return WebhookIdentityType2;
|
|
1180
|
-
})(WebhookIdentityType || {});
|
|
1181
|
-
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1182
|
-
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1183
|
-
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1184
|
-
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1185
|
-
return QueryPublicationsCountStatsRequestOrder2;
|
|
1186
|
-
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1187
|
-
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1188
|
-
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1189
|
-
Order2["OLDEST"] = "OLDEST";
|
|
1190
|
-
Order2["NEWEST"] = "NEWEST";
|
|
1191
|
-
return Order2;
|
|
1192
|
-
})(Order || {});
|
|
1193
1203
|
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1194
1204
|
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1195
1205
|
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
@@ -1358,6 +1368,7 @@ function getPostMetrics2() {
|
|
|
1358
1368
|
AppTypeOriginal,
|
|
1359
1369
|
AspectRatioOriginal,
|
|
1360
1370
|
BackgroundTypeOriginal,
|
|
1371
|
+
BannerOriginOriginal,
|
|
1361
1372
|
ButtonDataTypeOriginal,
|
|
1362
1373
|
CropOriginal,
|
|
1363
1374
|
DecorationTypeOriginal,
|