@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.
- package/build/cjs/index.d.ts +1 -1
- package/build/cjs/index.js +60 -13
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +463 -274
- package/build/cjs/index.typings.js +60 -13
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +465 -276
- package/build/cjs/meta.js +60 -13
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +57 -13
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +463 -274
- package/build/es/index.typings.mjs +57 -13
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +465 -276
- package/build/es/meta.mjs +57 -13
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +60 -13
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +463 -274
- package/build/internal/cjs/index.typings.js +60 -13
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +465 -276
- package/build/internal/cjs/meta.js +60 -13
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +57 -13
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +463 -274
- package/build/internal/es/index.typings.mjs +57 -13
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +465 -276
- package/build/internal/es/meta.mjs +57 -13
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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";
|
|
@@ -3560,19 +3601,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
3560
3601
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
3561
3602
|
return ModerationStatusStatus2;
|
|
3562
3603
|
})(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
3604
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3577
3605
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3578
3606
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3610,6 +3638,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3610
3638
|
SortOrder2["DESC"] = "DESC";
|
|
3611
3639
|
return SortOrder2;
|
|
3612
3640
|
})(SortOrder || {});
|
|
3641
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3642
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3643
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3644
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3645
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3646
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
3647
|
+
return WebhookIdentityType2;
|
|
3648
|
+
})(WebhookIdentityType || {});
|
|
3649
|
+
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3650
|
+
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3651
|
+
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3652
|
+
return TotalDraftPostsGroupingField2;
|
|
3653
|
+
})(TotalDraftPostsGroupingField || {});
|
|
3613
3654
|
|
|
3614
3655
|
// src/blog-v3-draft-draft-posts.meta.ts
|
|
3615
3656
|
function createDraftPost2() {
|
|
@@ -3867,6 +3908,7 @@ function publishDraftPost2() {
|
|
|
3867
3908
|
export {
|
|
3868
3909
|
Action as ActionOriginal,
|
|
3869
3910
|
Alignment as AlignmentOriginal,
|
|
3911
|
+
AnimationType as AnimationTypeOriginal,
|
|
3870
3912
|
AppType as AppTypeOriginal,
|
|
3871
3913
|
AspectRatio as AspectRatioOriginal,
|
|
3872
3914
|
BackdropType as BackdropTypeOriginal,
|
|
@@ -3882,6 +3924,7 @@ export {
|
|
|
3882
3924
|
DesignTarget as DesignTargetOriginal,
|
|
3883
3925
|
Direction as DirectionOriginal,
|
|
3884
3926
|
DividerDataAlignment as DividerDataAlignmentOriginal,
|
|
3927
|
+
EntranceEffectType as EntranceEffectTypeOriginal,
|
|
3885
3928
|
Field as FieldOriginal,
|
|
3886
3929
|
FontType as FontTypeOriginal,
|
|
3887
3930
|
GIFType as GIFTypeOriginal,
|
|
@@ -3898,6 +3941,7 @@ export {
|
|
|
3898
3941
|
LineCap as LineCapOriginal,
|
|
3899
3942
|
LineStyle as LineStyleOriginal,
|
|
3900
3943
|
ListStyle as ListStyleOriginal,
|
|
3944
|
+
LoopEffectType as LoopEffectTypeOriginal,
|
|
3901
3945
|
MapType as MapTypeOriginal,
|
|
3902
3946
|
ModerationStatusStatus as ModerationStatusStatusOriginal,
|
|
3903
3947
|
NodeType as NodeTypeOriginal,
|