@wix/auto_sdk_blog_draft-posts 1.0.89 → 1.0.90

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.
Files changed (37) hide show
  1. package/build/cjs/index.d.ts +1 -1
  2. package/build/cjs/index.js +60 -13
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +463 -274
  5. package/build/cjs/index.typings.js +60 -13
  6. package/build/cjs/index.typings.js.map +1 -1
  7. package/build/cjs/meta.d.ts +465 -276
  8. package/build/cjs/meta.js +60 -13
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/index.d.mts +1 -1
  11. package/build/es/index.mjs +57 -13
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +463 -274
  14. package/build/es/index.typings.mjs +57 -13
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +465 -276
  17. package/build/es/meta.mjs +57 -13
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/index.d.ts +1 -1
  20. package/build/internal/cjs/index.js +60 -13
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +463 -274
  23. package/build/internal/cjs/index.typings.js +60 -13
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +465 -276
  26. package/build/internal/cjs/meta.js +60 -13
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/index.d.mts +1 -1
  29. package/build/internal/es/index.mjs +57 -13
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +463 -274
  32. package/build/internal/es/index.typings.mjs +57 -13
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +465 -276
  35. package/build/internal/es/meta.mjs +57 -13
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -3218,6 +3218,47 @@ var Target = /* @__PURE__ */ ((Target2) => {
3218
3218
  Target2["TOP"] = "TOP";
3219
3219
  return Target2;
3220
3220
  })(Target || {});
3221
+ var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
3222
+ AnimationType2["VIEW"] = "VIEW";
3223
+ return AnimationType2;
3224
+ })(AnimationType || {});
3225
+ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
3226
+ EntranceEffectType2["FADE"] = "FADE";
3227
+ EntranceEffectType2["ARC"] = "ARC";
3228
+ EntranceEffectType2["BLUR"] = "BLUR";
3229
+ EntranceEffectType2["BOUNCE"] = "BOUNCE";
3230
+ EntranceEffectType2["DROP"] = "DROP";
3231
+ EntranceEffectType2["EXPAND"] = "EXPAND";
3232
+ EntranceEffectType2["FLIP"] = "FLIP";
3233
+ EntranceEffectType2["FLOAT"] = "FLOAT";
3234
+ EntranceEffectType2["FOLD"] = "FOLD";
3235
+ EntranceEffectType2["GLIDE"] = "GLIDE";
3236
+ EntranceEffectType2["REVEAL"] = "REVEAL";
3237
+ EntranceEffectType2["SHAPE"] = "SHAPE";
3238
+ EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
3239
+ EntranceEffectType2["SLIDE"] = "SLIDE";
3240
+ EntranceEffectType2["SPIN"] = "SPIN";
3241
+ EntranceEffectType2["TILT"] = "TILT";
3242
+ EntranceEffectType2["TURN"] = "TURN";
3243
+ EntranceEffectType2["WINK"] = "WINK";
3244
+ return EntranceEffectType2;
3245
+ })(EntranceEffectType || {});
3246
+ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
3247
+ LoopEffectType2["BOUNCE"] = "BOUNCE";
3248
+ LoopEffectType2["BREATHE"] = "BREATHE";
3249
+ LoopEffectType2["CROSS"] = "CROSS";
3250
+ LoopEffectType2["FLASH"] = "FLASH";
3251
+ LoopEffectType2["FLIP"] = "FLIP";
3252
+ LoopEffectType2["FOLD"] = "FOLD";
3253
+ LoopEffectType2["JELLO"] = "JELLO";
3254
+ LoopEffectType2["POKE"] = "POKE";
3255
+ LoopEffectType2["PULSE"] = "PULSE";
3256
+ LoopEffectType2["RUBBER"] = "RUBBER";
3257
+ LoopEffectType2["SPIN"] = "SPIN";
3258
+ LoopEffectType2["SWING"] = "SWING";
3259
+ LoopEffectType2["WIGGLE"] = "WIGGLE";
3260
+ return LoopEffectType2;
3261
+ })(LoopEffectType || {});
3221
3262
  var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
3222
3263
  TextAlignment2["AUTO"] = "AUTO";
3223
3264
  TextAlignment2["LEFT"] = "LEFT";
@@ -3576,19 +3617,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
3576
3617
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
3577
3618
  return ModerationStatusStatus2;
3578
3619
  })(ModerationStatusStatus || {});
3579
- var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3580
- TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3581
- TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3582
- return TotalDraftPostsGroupingField2;
3583
- })(TotalDraftPostsGroupingField || {});
3584
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3585
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3586
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3587
- WebhookIdentityType2["MEMBER"] = "MEMBER";
3588
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3589
- WebhookIdentityType2["APP"] = "APP";
3590
- return WebhookIdentityType2;
3591
- })(WebhookIdentityType || {});
3592
3620
  var Type = /* @__PURE__ */ ((Type2) => {
3593
3621
  Type2["UNKNOWN"] = "UNKNOWN";
3594
3622
  Type2["MANUAL"] = "MANUAL";
@@ -3626,6 +3654,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
3626
3654
  SortOrder2["DESC"] = "DESC";
3627
3655
  return SortOrder2;
3628
3656
  })(SortOrder || {});
3657
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3658
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3659
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3660
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
3661
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3662
+ WebhookIdentityType2["APP"] = "APP";
3663
+ return WebhookIdentityType2;
3664
+ })(WebhookIdentityType || {});
3665
+ var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3666
+ TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3667
+ TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3668
+ return TotalDraftPostsGroupingField2;
3669
+ })(TotalDraftPostsGroupingField || {});
3629
3670
  async function createDraftPost2(draftPost, options) {
3630
3671
  const { httpClient, sideEffects } = arguments[2];
3631
3672
  const payload = transformPaths2(
@@ -4465,6 +4506,7 @@ async function publishDraftPost2(draftPostId) {
4465
4506
  export {
4466
4507
  Action,
4467
4508
  Alignment,
4509
+ AnimationType,
4468
4510
  AppType,
4469
4511
  AspectRatio,
4470
4512
  BackdropType,
@@ -4480,6 +4522,7 @@ export {
4480
4522
  DesignTarget,
4481
4523
  Direction,
4482
4524
  DividerDataAlignment,
4525
+ EntranceEffectType,
4483
4526
  Field,
4484
4527
  FontType,
4485
4528
  GIFType,
@@ -4496,6 +4539,7 @@ export {
4496
4539
  LineCap,
4497
4540
  LineStyle,
4498
4541
  ListStyle,
4542
+ LoopEffectType,
4499
4543
  MapType,
4500
4544
  ModerationStatusStatus,
4501
4545
  NodeType,