@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
@@ -22,6 +22,7 @@ var index_typings_exports = {};
22
22
  __export(index_typings_exports, {
23
23
  Action: () => Action,
24
24
  Alignment: () => Alignment,
25
+ AnimationType: () => AnimationType,
25
26
  AppType: () => AppType,
26
27
  AspectRatio: () => AspectRatio,
27
28
  BackdropType: () => BackdropType,
@@ -37,6 +38,7 @@ __export(index_typings_exports, {
37
38
  DesignTarget: () => DesignTarget,
38
39
  Direction: () => Direction,
39
40
  DividerDataAlignment: () => DividerDataAlignment,
41
+ EntranceEffectType: () => EntranceEffectType,
40
42
  Field: () => Field,
41
43
  FontType: () => FontType,
42
44
  GIFType: () => GIFType,
@@ -53,6 +55,7 @@ __export(index_typings_exports, {
53
55
  LineCap: () => LineCap,
54
56
  LineStyle: () => LineStyle,
55
57
  ListStyle: () => ListStyle,
58
+ LoopEffectType: () => LoopEffectType,
56
59
  MapType: () => MapType,
57
60
  ModerationStatusStatus: () => ModerationStatusStatus,
58
61
  NodeType: () => NodeType,
@@ -3323,6 +3326,47 @@ var Target = /* @__PURE__ */ ((Target2) => {
3323
3326
  Target2["TOP"] = "TOP";
3324
3327
  return Target2;
3325
3328
  })(Target || {});
3329
+ var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
3330
+ AnimationType2["VIEW"] = "VIEW";
3331
+ return AnimationType2;
3332
+ })(AnimationType || {});
3333
+ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
3334
+ EntranceEffectType2["FADE"] = "FADE";
3335
+ EntranceEffectType2["ARC"] = "ARC";
3336
+ EntranceEffectType2["BLUR"] = "BLUR";
3337
+ EntranceEffectType2["BOUNCE"] = "BOUNCE";
3338
+ EntranceEffectType2["DROP"] = "DROP";
3339
+ EntranceEffectType2["EXPAND"] = "EXPAND";
3340
+ EntranceEffectType2["FLIP"] = "FLIP";
3341
+ EntranceEffectType2["FLOAT"] = "FLOAT";
3342
+ EntranceEffectType2["FOLD"] = "FOLD";
3343
+ EntranceEffectType2["GLIDE"] = "GLIDE";
3344
+ EntranceEffectType2["REVEAL"] = "REVEAL";
3345
+ EntranceEffectType2["SHAPE"] = "SHAPE";
3346
+ EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
3347
+ EntranceEffectType2["SLIDE"] = "SLIDE";
3348
+ EntranceEffectType2["SPIN"] = "SPIN";
3349
+ EntranceEffectType2["TILT"] = "TILT";
3350
+ EntranceEffectType2["TURN"] = "TURN";
3351
+ EntranceEffectType2["WINK"] = "WINK";
3352
+ return EntranceEffectType2;
3353
+ })(EntranceEffectType || {});
3354
+ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
3355
+ LoopEffectType2["BOUNCE"] = "BOUNCE";
3356
+ LoopEffectType2["BREATHE"] = "BREATHE";
3357
+ LoopEffectType2["CROSS"] = "CROSS";
3358
+ LoopEffectType2["FLASH"] = "FLASH";
3359
+ LoopEffectType2["FLIP"] = "FLIP";
3360
+ LoopEffectType2["FOLD"] = "FOLD";
3361
+ LoopEffectType2["JELLO"] = "JELLO";
3362
+ LoopEffectType2["POKE"] = "POKE";
3363
+ LoopEffectType2["PULSE"] = "PULSE";
3364
+ LoopEffectType2["RUBBER"] = "RUBBER";
3365
+ LoopEffectType2["SPIN"] = "SPIN";
3366
+ LoopEffectType2["SWING"] = "SWING";
3367
+ LoopEffectType2["WIGGLE"] = "WIGGLE";
3368
+ return LoopEffectType2;
3369
+ })(LoopEffectType || {});
3326
3370
  var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
3327
3371
  TextAlignment2["AUTO"] = "AUTO";
3328
3372
  TextAlignment2["LEFT"] = "LEFT";
@@ -3672,6 +3716,7 @@ var Status = /* @__PURE__ */ ((Status2) => {
3672
3716
  Status2["UNPUBLISHED"] = "UNPUBLISHED";
3673
3717
  Status2["SCHEDULED"] = "SCHEDULED";
3674
3718
  Status2["DELETED"] = "DELETED";
3719
+ Status2["IN_MODERATION"] = "IN_MODERATION";
3675
3720
  Status2["IN_REVIEW"] = "IN_REVIEW";
3676
3721
  return Status2;
3677
3722
  })(Status || {});
@@ -3681,19 +3726,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
3681
3726
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
3682
3727
  return ModerationStatusStatus2;
3683
3728
  })(ModerationStatusStatus || {});
3684
- var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3685
- TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3686
- TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3687
- return TotalDraftPostsGroupingField2;
3688
- })(TotalDraftPostsGroupingField || {});
3689
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3690
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3691
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3692
- WebhookIdentityType2["MEMBER"] = "MEMBER";
3693
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3694
- WebhookIdentityType2["APP"] = "APP";
3695
- return WebhookIdentityType2;
3696
- })(WebhookIdentityType || {});
3697
3729
  var Type = /* @__PURE__ */ ((Type2) => {
3698
3730
  Type2["UNKNOWN"] = "UNKNOWN";
3699
3731
  Type2["MANUAL"] = "MANUAL";
@@ -3706,8 +3738,10 @@ var Type = /* @__PURE__ */ ((Type2) => {
3706
3738
  var Field = /* @__PURE__ */ ((Field2) => {
3707
3739
  Field2["UNKNOWN"] = "UNKNOWN";
3708
3740
  Field2["URL"] = "URL";
3741
+ Field2["INTERNAL_ID"] = "INTERNAL_ID";
3709
3742
  Field2["CONTENT"] = "CONTENT";
3710
3743
  Field2["RICH_CONTENT"] = "RICH_CONTENT";
3744
+ Field2["TRANSLATIONS"] = "TRANSLATIONS";
3711
3745
  Field2["GENERATED_EXCERPT"] = "GENERATED_EXCERPT";
3712
3746
  return Field2;
3713
3747
  })(Field || {});
@@ -3731,6 +3765,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
3731
3765
  SortOrder2["DESC"] = "DESC";
3732
3766
  return SortOrder2;
3733
3767
  })(SortOrder || {});
3768
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3769
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3770
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3771
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
3772
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3773
+ WebhookIdentityType2["APP"] = "APP";
3774
+ return WebhookIdentityType2;
3775
+ })(WebhookIdentityType || {});
3776
+ var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3777
+ TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3778
+ TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3779
+ return TotalDraftPostsGroupingField2;
3780
+ })(TotalDraftPostsGroupingField || {});
3734
3781
  async function createDraftPost2(draftPost, options) {
3735
3782
  const { httpClient, sideEffects } = arguments[2];
3736
3783
  const payload = (0, import_transform_paths2.transformPaths)(
@@ -4571,6 +4618,7 @@ async function publishDraftPost2(draftPostId) {
4571
4618
  0 && (module.exports = {
4572
4619
  Action,
4573
4620
  Alignment,
4621
+ AnimationType,
4574
4622
  AppType,
4575
4623
  AspectRatio,
4576
4624
  BackdropType,
@@ -4586,6 +4634,7 @@ async function publishDraftPost2(draftPostId) {
4586
4634
  DesignTarget,
4587
4635
  Direction,
4588
4636
  DividerDataAlignment,
4637
+ EntranceEffectType,
4589
4638
  Field,
4590
4639
  FontType,
4591
4640
  GIFType,
@@ -4602,6 +4651,7 @@ async function publishDraftPost2(draftPostId) {
4602
4651
  LineCap,
4603
4652
  LineStyle,
4604
4653
  ListStyle,
4654
+ LoopEffectType,
4605
4655
  MapType,
4606
4656
  ModerationStatusStatus,
4607
4657
  NodeType,