@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/cjs/index.js
CHANGED
|
@@ -3787,6 +3787,19 @@ 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 || {});
|
|
3790
3803
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3791
3804
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3792
3805
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3826,19 +3839,6 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3826
3839
|
SortOrder2["DESC"] = "DESC";
|
|
3827
3840
|
return SortOrder2;
|
|
3828
3841
|
})(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)(
|