@wix/auto_sdk_blog_draft-posts 1.0.98 → 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/cjs/schemas.js +1331 -1316
- package/build/cjs/schemas.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/es/schemas.mjs +1331 -1316
- package/build/es/schemas.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/internal/cjs/index.js +0 -5392
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/index.typings.js +0 -4756
- package/build/internal/cjs/index.typings.js.map +0 -1
- package/build/internal/cjs/meta.js +0 -4159
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/schemas.js +0 -2886
- package/build/internal/cjs/schemas.js.map +0 -1
- package/build/internal/es/index.mjs +0 -5278
- package/build/internal/es/index.mjs.map +0 -1
- package/build/internal/es/index.typings.mjs +0 -4644
- package/build/internal/es/index.typings.mjs.map +0 -1
- package/build/internal/es/meta.mjs +0 -4046
- package/build/internal/es/meta.mjs.map +0 -1
- package/build/internal/es/schemas.mjs +0 -2822
- package/build/internal/es/schemas.mjs.map +0 -1
package/build/cjs/index.js
CHANGED
|
@@ -3787,19 +3787,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
3787
3787
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
3788
3788
|
return ModerationStatusStatus2;
|
|
3789
3789
|
})(ModerationStatusStatus || {});
|
|
3790
|
-
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3791
|
-
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3792
|
-
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3793
|
-
return TotalDraftPostsGroupingField2;
|
|
3794
|
-
})(TotalDraftPostsGroupingField || {});
|
|
3795
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3796
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3797
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3798
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3799
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3800
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
3801
|
-
return WebhookIdentityType2;
|
|
3802
|
-
})(WebhookIdentityType || {});
|
|
3803
3790
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3804
3791
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3805
3792
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3839,6 +3826,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3839
3826
|
SortOrder2["DESC"] = "DESC";
|
|
3840
3827
|
return SortOrder2;
|
|
3841
3828
|
})(SortOrder || {});
|
|
3829
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3830
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3831
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3832
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3833
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3834
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
3835
|
+
return WebhookIdentityType2;
|
|
3836
|
+
})(WebhookIdentityType || {});
|
|
3837
|
+
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3838
|
+
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3839
|
+
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3840
|
+
return TotalDraftPostsGroupingField2;
|
|
3841
|
+
})(TotalDraftPostsGroupingField || {});
|
|
3842
3842
|
async function createDraftPost2(draftPost, options) {
|
|
3843
3843
|
const { httpClient, sideEffects } = arguments[2];
|
|
3844
3844
|
const payload = (0, import_transform_paths2.transformPaths)(
|