@wix/auto_sdk_blog_draft-posts 1.0.92 → 1.0.93
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 +281 -273
- package/build/cjs/index.typings.js +13 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +283 -275
- package/build/cjs/meta.js +13 -13
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.js +15 -15
- 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 +281 -273
- package/build/es/index.typings.mjs +13 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +283 -275
- package/build/es/meta.mjs +13 -13
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.mjs +15 -15
- package/build/es/schemas.mjs.map +1 -1
- package/build/internal/cjs/index.js +13 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +310 -302
- package/build/internal/cjs/index.typings.js +13 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +326 -318
- package/build/internal/cjs/meta.js +13 -13
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.js +15 -15
- package/build/internal/cjs/schemas.js.map +1 -1
- package/build/internal/es/index.mjs +13 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +310 -302
- package/build/internal/es/index.typings.mjs +13 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +326 -318
- package/build/internal/es/meta.mjs +13 -13
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.mjs +15 -15
- package/build/internal/es/schemas.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3740,6 +3740,19 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
3740
3740
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
3741
3741
|
return ModerationStatusStatus2;
|
|
3742
3742
|
})(ModerationStatusStatus || {});
|
|
3743
|
+
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3744
|
+
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3745
|
+
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3746
|
+
return TotalDraftPostsGroupingField2;
|
|
3747
|
+
})(TotalDraftPostsGroupingField || {});
|
|
3748
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3749
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3750
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3751
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3752
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3753
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
3754
|
+
return WebhookIdentityType2;
|
|
3755
|
+
})(WebhookIdentityType || {});
|
|
3743
3756
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3744
3757
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3745
3758
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3779,19 +3792,6 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3779
3792
|
SortOrder2["DESC"] = "DESC";
|
|
3780
3793
|
return SortOrder2;
|
|
3781
3794
|
})(SortOrder || {});
|
|
3782
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3783
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3784
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3785
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3786
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3787
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
3788
|
-
return WebhookIdentityType2;
|
|
3789
|
-
})(WebhookIdentityType || {});
|
|
3790
|
-
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3791
|
-
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3792
|
-
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3793
|
-
return TotalDraftPostsGroupingField2;
|
|
3794
|
-
})(TotalDraftPostsGroupingField || {});
|
|
3795
3795
|
async function createDraftPost2(draftPost, options) {
|
|
3796
3796
|
const { httpClient, sideEffects } = arguments[2];
|
|
3797
3797
|
const payload = (0, import_transform_paths2.transformPaths)(
|