@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
@@ -3202,6 +3202,47 @@ var Target = /* @__PURE__ */ ((Target2) => {
3202
3202
  Target2["TOP"] = "TOP";
3203
3203
  return Target2;
3204
3204
  })(Target || {});
3205
+ var AnimationType = /* @__PURE__ */ ((AnimationType2) => {
3206
+ AnimationType2["VIEW"] = "VIEW";
3207
+ return AnimationType2;
3208
+ })(AnimationType || {});
3209
+ var EntranceEffectType = /* @__PURE__ */ ((EntranceEffectType2) => {
3210
+ EntranceEffectType2["FADE"] = "FADE";
3211
+ EntranceEffectType2["ARC"] = "ARC";
3212
+ EntranceEffectType2["BLUR"] = "BLUR";
3213
+ EntranceEffectType2["BOUNCE"] = "BOUNCE";
3214
+ EntranceEffectType2["DROP"] = "DROP";
3215
+ EntranceEffectType2["EXPAND"] = "EXPAND";
3216
+ EntranceEffectType2["FLIP"] = "FLIP";
3217
+ EntranceEffectType2["FLOAT"] = "FLOAT";
3218
+ EntranceEffectType2["FOLD"] = "FOLD";
3219
+ EntranceEffectType2["GLIDE"] = "GLIDE";
3220
+ EntranceEffectType2["REVEAL"] = "REVEAL";
3221
+ EntranceEffectType2["SHAPE"] = "SHAPE";
3222
+ EntranceEffectType2["SHUTTERS"] = "SHUTTERS";
3223
+ EntranceEffectType2["SLIDE"] = "SLIDE";
3224
+ EntranceEffectType2["SPIN"] = "SPIN";
3225
+ EntranceEffectType2["TILT"] = "TILT";
3226
+ EntranceEffectType2["TURN"] = "TURN";
3227
+ EntranceEffectType2["WINK"] = "WINK";
3228
+ return EntranceEffectType2;
3229
+ })(EntranceEffectType || {});
3230
+ var LoopEffectType = /* @__PURE__ */ ((LoopEffectType2) => {
3231
+ LoopEffectType2["BOUNCE"] = "BOUNCE";
3232
+ LoopEffectType2["BREATHE"] = "BREATHE";
3233
+ LoopEffectType2["CROSS"] = "CROSS";
3234
+ LoopEffectType2["FLASH"] = "FLASH";
3235
+ LoopEffectType2["FLIP"] = "FLIP";
3236
+ LoopEffectType2["FOLD"] = "FOLD";
3237
+ LoopEffectType2["JELLO"] = "JELLO";
3238
+ LoopEffectType2["POKE"] = "POKE";
3239
+ LoopEffectType2["PULSE"] = "PULSE";
3240
+ LoopEffectType2["RUBBER"] = "RUBBER";
3241
+ LoopEffectType2["SPIN"] = "SPIN";
3242
+ LoopEffectType2["SWING"] = "SWING";
3243
+ LoopEffectType2["WIGGLE"] = "WIGGLE";
3244
+ return LoopEffectType2;
3245
+ })(LoopEffectType || {});
3205
3246
  var TextAlignment = /* @__PURE__ */ ((TextAlignment2) => {
3206
3247
  TextAlignment2["AUTO"] = "AUTO";
3207
3248
  TextAlignment2["LEFT"] = "LEFT";
@@ -3551,6 +3592,7 @@ var Status = /* @__PURE__ */ ((Status2) => {
3551
3592
  Status2["UNPUBLISHED"] = "UNPUBLISHED";
3552
3593
  Status2["SCHEDULED"] = "SCHEDULED";
3553
3594
  Status2["DELETED"] = "DELETED";
3595
+ Status2["IN_MODERATION"] = "IN_MODERATION";
3554
3596
  Status2["IN_REVIEW"] = "IN_REVIEW";
3555
3597
  return Status2;
3556
3598
  })(Status || {});
@@ -3560,19 +3602,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
3560
3602
  ModerationStatusStatus2["REJECTED"] = "REJECTED";
3561
3603
  return ModerationStatusStatus2;
3562
3604
  })(ModerationStatusStatus || {});
3563
- var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3564
- TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3565
- TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3566
- return TotalDraftPostsGroupingField2;
3567
- })(TotalDraftPostsGroupingField || {});
3568
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3569
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3570
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3571
- WebhookIdentityType2["MEMBER"] = "MEMBER";
3572
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3573
- WebhookIdentityType2["APP"] = "APP";
3574
- return WebhookIdentityType2;
3575
- })(WebhookIdentityType || {});
3576
3605
  var Type = /* @__PURE__ */ ((Type2) => {
3577
3606
  Type2["UNKNOWN"] = "UNKNOWN";
3578
3607
  Type2["MANUAL"] = "MANUAL";
@@ -3585,8 +3614,10 @@ var Type = /* @__PURE__ */ ((Type2) => {
3585
3614
  var Field = /* @__PURE__ */ ((Field2) => {
3586
3615
  Field2["UNKNOWN"] = "UNKNOWN";
3587
3616
  Field2["URL"] = "URL";
3617
+ Field2["INTERNAL_ID"] = "INTERNAL_ID";
3588
3618
  Field2["CONTENT"] = "CONTENT";
3589
3619
  Field2["RICH_CONTENT"] = "RICH_CONTENT";
3620
+ Field2["TRANSLATIONS"] = "TRANSLATIONS";
3590
3621
  Field2["GENERATED_EXCERPT"] = "GENERATED_EXCERPT";
3591
3622
  return Field2;
3592
3623
  })(Field || {});
@@ -3610,6 +3641,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
3610
3641
  SortOrder2["DESC"] = "DESC";
3611
3642
  return SortOrder2;
3612
3643
  })(SortOrder || {});
3644
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
3645
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
3646
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
3647
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
3648
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
3649
+ WebhookIdentityType2["APP"] = "APP";
3650
+ return WebhookIdentityType2;
3651
+ })(WebhookIdentityType || {});
3652
+ var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
3653
+ TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
3654
+ TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
3655
+ return TotalDraftPostsGroupingField2;
3656
+ })(TotalDraftPostsGroupingField || {});
3613
3657
 
3614
3658
  // src/blog-v3-draft-draft-posts.meta.ts
3615
3659
  function createDraftPost2() {
@@ -3867,6 +3911,7 @@ function publishDraftPost2() {
3867
3911
  export {
3868
3912
  Action as ActionOriginal,
3869
3913
  Alignment as AlignmentOriginal,
3914
+ AnimationType as AnimationTypeOriginal,
3870
3915
  AppType as AppTypeOriginal,
3871
3916
  AspectRatio as AspectRatioOriginal,
3872
3917
  BackdropType as BackdropTypeOriginal,
@@ -3882,6 +3927,7 @@ export {
3882
3927
  DesignTarget as DesignTargetOriginal,
3883
3928
  Direction as DirectionOriginal,
3884
3929
  DividerDataAlignment as DividerDataAlignmentOriginal,
3930
+ EntranceEffectType as EntranceEffectTypeOriginal,
3885
3931
  Field as FieldOriginal,
3886
3932
  FontType as FontTypeOriginal,
3887
3933
  GIFType as GIFTypeOriginal,
@@ -3898,6 +3944,7 @@ export {
3898
3944
  LineCap as LineCapOriginal,
3899
3945
  LineStyle as LineStyleOriginal,
3900
3946
  ListStyle as ListStyleOriginal,
3947
+ LoopEffectType as LoopEffectTypeOriginal,
3901
3948
  MapType as MapTypeOriginal,
3902
3949
  ModerationStatusStatus as ModerationStatusStatusOriginal,
3903
3950
  NodeType as NodeTypeOriginal,