@wix/auto_sdk_blog_draft-posts 1.0.89 → 1.0.91

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 +63 -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 +63 -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 +63 -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 +60 -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 +60 -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 +60 -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 +63 -13
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +905 -395
  23. package/build/internal/cjs/index.typings.js +63 -13
  24. package/build/internal/cjs/index.typings.js.map +1 -1
  25. package/build/internal/cjs/meta.d.ts +879 -334
  26. package/build/internal/cjs/meta.js +63 -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 +60 -13
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +905 -395
  32. package/build/internal/es/index.typings.mjs +60 -13
  33. package/build/internal/es/index.typings.mjs.map +1 -1
  34. package/build/internal/es/meta.d.mts +879 -334
  35. package/build/internal/es/meta.mjs +60 -13
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +4 -4
@@ -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";
@@ -3567,6 +3608,7 @@ var Status = /* @__PURE__ */ ((Status2) => {
3567
3608
  Status2["UNPUBLISHED"] = "UNPUBLISHED";
3568
3609
  Status2["SCHEDULED"] = "SCHEDULED";
3569
3610
  Status2["DELETED"] = "DELETED";
3611
+ Status2["IN_MODERATION"] = "IN_MODERATION";
3570
3612
  Status2["IN_REVIEW"] = "IN_REVIEW";
3571
3613
  return Status2;
3572
3614
  })(Status || {});
@@ -3576,19 +3618,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
3576
3618
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
3577
3619
  return ModerationStatusStatus2;
3578
3620
  })(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
3621
  var Type = /* @__PURE__ */ ((Type2) => {
3593
3622
  Type2["UNKNOWN"] = "UNKNOWN";
3594
3623
  Type2["MANUAL"] = "MANUAL";
@@ -3601,8 +3630,10 @@ var Type = /* @__PURE__ */ ((Type2) => {
3601
3630
  var Field = /* @__PURE__ */ ((Field2) => {
3602
3631
  Field2["UNKNOWN"] = "UNKNOWN";
3603
3632
  Field2["URL"] = "URL";
3633
+ Field2["INTERNAL_ID"] = "INTERNAL_ID";
3604
3634
  Field2["CONTENT"] = "CONTENT";
3605
3635
  Field2["RICH_CONTENT"] = "RICH_CONTENT";
3636
+ Field2["TRANSLATIONS"] = "TRANSLATIONS";
3606
3637
  Field2["GENERATED_EXCERPT"] = "GENERATED_EXCERPT";
3607
3638
  return Field2;
3608
3639
  })(Field || {});
@@ -3626,6 +3657,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
3626
3657
  SortOrder2["DESC"] = "DESC";
3627
3658
  return SortOrder2;
3628
3659
  })(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 || {});
3629
3673
  async function createDraftPost2(draftPost, options) {
3630
3674
  const { httpClient, sideEffects } = arguments[2];
3631
3675
  const payload = transformPaths2(
@@ -4465,6 +4509,7 @@ async function publishDraftPost2(draftPostId) {
4465
4509
  export {
4466
4510
  Action,
4467
4511
  Alignment,
4512
+ AnimationType,
4468
4513
  AppType,
4469
4514
  AspectRatio,
4470
4515
  BackdropType,
@@ -4480,6 +4525,7 @@ export {
4480
4525
  DesignTarget,
4481
4526
  Direction,
4482
4527
  DividerDataAlignment,
4528
+ EntranceEffectType,
4483
4529
  Field,
4484
4530
  FontType,
4485
4531
  GIFType,
@@ -4496,6 +4542,7 @@ export {
4496
4542
  LineCap,
4497
4543
  LineStyle,
4498
4544
  ListStyle,
4545
+ LoopEffectType,
4499
4546
  MapType,
4500
4547
  ModerationStatusStatus,
4501
4548
  NodeType,