@wix/auto_sdk_blog_draft-posts 1.0.91 → 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.d.ts +1 -1
- package/build/cjs/index.js +28 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +338 -277
- package/build/cjs/index.typings.js +28 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +340 -279
- package/build/cjs/meta.js +28 -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.d.mts +1 -1
- package/build/es/index.mjs +27 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +338 -277
- package/build/es/index.typings.mjs +27 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +340 -279
- package/build/es/meta.mjs +27 -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.d.ts +1 -1
- package/build/internal/cjs/index.js +28 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +359 -298
- package/build/internal/cjs/index.typings.js +28 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +782 -721
- package/build/internal/cjs/meta.js +28 -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.d.mts +1 -1
- package/build/internal/es/index.mjs +27 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +359 -298
- package/build/internal/es/index.typings.mjs +27 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +782 -721
- package/build/internal/es/meta.mjs +27 -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
|
@@ -3220,6 +3220,7 @@ var Target = /* @__PURE__ */ ((Target2) => {
|
|
|
3220
3220
|
})(Target || {});
|
|
3221
3221
|
var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
|
|
3222
3222
|
AnimationType2["VIEW"] = "VIEW";
|
|
3223
|
+
AnimationType2["POINTER"] = "POINTER";
|
|
3223
3224
|
return AnimationType2;
|
|
3224
3225
|
})(AnimationType || {});
|
|
3225
3226
|
var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
|
|
@@ -3259,6 +3260,18 @@ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
|
|
|
3259
3260
|
LoopEffectType2["WIGGLE"] = "WIGGLE";
|
|
3260
3261
|
return LoopEffectType2;
|
|
3261
3262
|
})(LoopEffectType || {});
|
|
3263
|
+
var PointerEffectType = /* @__PURE__ */ ((PointerEffectType2) => {
|
|
3264
|
+
PointerEffectType2["AIRY"] = "AIRY";
|
|
3265
|
+
PointerEffectType2["BLOB"] = "BLOB";
|
|
3266
|
+
PointerEffectType2["BLUR"] = "BLUR";
|
|
3267
|
+
PointerEffectType2["SCALE"] = "SCALE";
|
|
3268
|
+
PointerEffectType2["SKEW"] = "SKEW";
|
|
3269
|
+
PointerEffectType2["SWIVEL"] = "SWIVEL";
|
|
3270
|
+
PointerEffectType2["TILT_3D"] = "TILT_3D";
|
|
3271
|
+
PointerEffectType2["TRACK"] = "TRACK";
|
|
3272
|
+
PointerEffectType2["TRACK_3D"] = "TRACK_3D";
|
|
3273
|
+
return PointerEffectType2;
|
|
3274
|
+
})(PointerEffectType || {});
|
|
3262
3275
|
var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
|
|
3263
3276
|
TextAlignment2["AUTO"] = "AUTO";
|
|
3264
3277
|
TextAlignment2["LEFT"] = "LEFT";
|
|
@@ -3618,6 +3631,19 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
3618
3631
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
3619
3632
|
return ModerationStatusStatus2;
|
|
3620
3633
|
})(ModerationStatusStatus || {});
|
|
3634
|
+
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3635
|
+
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3636
|
+
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3637
|
+
return TotalDraftPostsGroupingField2;
|
|
3638
|
+
})(TotalDraftPostsGroupingField || {});
|
|
3639
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3640
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3641
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3642
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3643
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3644
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
3645
|
+
return WebhookIdentityType2;
|
|
3646
|
+
})(WebhookIdentityType || {});
|
|
3621
3647
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3622
3648
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3623
3649
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3657,19 +3683,6 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3657
3683
|
SortOrder2["DESC"] = "DESC";
|
|
3658
3684
|
return SortOrder2;
|
|
3659
3685
|
})(SortOrder || {});
|
|
3660
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3661
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3662
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3663
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3664
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3665
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
3666
|
-
return WebhookIdentityType2;
|
|
3667
|
-
})(WebhookIdentityType || {});
|
|
3668
|
-
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3669
|
-
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3670
|
-
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3671
|
-
return TotalDraftPostsGroupingField2;
|
|
3672
|
-
})(TotalDraftPostsGroupingField || {});
|
|
3673
3686
|
async function createDraftPost2(draftPost, options) {
|
|
3674
3687
|
const { httpClient, sideEffects } = arguments[2];
|
|
3675
3688
|
const payload = transformPaths2(
|
|
@@ -4551,6 +4564,7 @@ export {
|
|
|
4551
4564
|
Origin,
|
|
4552
4565
|
Placement,
|
|
4553
4566
|
PluginContainerDataAlignment,
|
|
4567
|
+
PointerEffectType,
|
|
4554
4568
|
PollDesignBackgroundType,
|
|
4555
4569
|
PollLayoutDirection,
|
|
4556
4570
|
PollLayoutType,
|