@wix/auto_sdk_blog_draft-posts 1.0.99 → 1.0.100
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 +2 -2
package/build/es/index.mjs
CHANGED
|
@@ -3674,19 +3674,6 @@ 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 || {});
|
|
3690
3677
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3691
3678
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3692
3679
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3726,6 +3713,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3726
3713
|
SortOrder2["DESC"] = "DESC";
|
|
3727
3714
|
return SortOrder2;
|
|
3728
3715
|
})(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(
|