@wix/auto_sdk_blog_draft-posts 1.0.100 → 1.0.101
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.js +13 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +272 -272
- package/build/cjs/index.typings.js +13 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +274 -274
- package/build/cjs/meta.js +13 -13
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +13 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +272 -272
- package/build/es/index.typings.mjs +13 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +274 -274
- package/build/es/meta.mjs +13 -13
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +301 -301
- package/build/internal/cjs/meta.d.ts +321 -321
- package/build/internal/es/index.typings.d.mts +301 -301
- package/build/internal/es/meta.d.mts +321 -321
- package/package.json +4 -11
- package/build/cjs/schemas.d.ts +0 -1771
- package/build/cjs/schemas.js +0 -2901
- package/build/cjs/schemas.js.map +0 -1
- package/build/es/schemas.d.mts +0 -1771
- package/build/es/schemas.mjs +0 -2837
- package/build/es/schemas.mjs.map +0 -1
- package/build/internal/cjs/schemas.d.ts +0 -1771
- package/build/internal/es/schemas.d.mts +0 -1771
- package/schemas/package.json +0 -3
package/build/es/index.mjs
CHANGED
|
@@ -3674,6 +3674,19 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
3674
3674
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
3675
3675
|
return ModerationStatusStatus2;
|
|
3676
3676
|
})(ModerationStatusStatus || {});
|
|
3677
|
+
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3678
|
+
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3679
|
+
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3680
|
+
return TotalDraftPostsGroupingField2;
|
|
3681
|
+
})(TotalDraftPostsGroupingField || {});
|
|
3682
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3683
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3684
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3685
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3686
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3687
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
3688
|
+
return WebhookIdentityType2;
|
|
3689
|
+
})(WebhookIdentityType || {});
|
|
3677
3690
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3678
3691
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3679
3692
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3713,19 +3726,6 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3713
3726
|
SortOrder2["DESC"] = "DESC";
|
|
3714
3727
|
return SortOrder2;
|
|
3715
3728
|
})(SortOrder || {});
|
|
3716
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3717
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3718
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3719
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3720
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3721
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
3722
|
-
return WebhookIdentityType2;
|
|
3723
|
-
})(WebhookIdentityType || {});
|
|
3724
|
-
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3725
|
-
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3726
|
-
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3727
|
-
return TotalDraftPostsGroupingField2;
|
|
3728
|
-
})(TotalDraftPostsGroupingField || {});
|
|
3729
3729
|
async function createDraftPost2(draftPost, options) {
|
|
3730
3730
|
const { httpClient, sideEffects } = arguments[2];
|
|
3731
3731
|
const payload = transformPaths2(
|