@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
|
@@ -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";
|
|
@@ -3681,19 +3725,6 @@ var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
|
3681
3725
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
3682
3726
|
return ModerationStatusStatus2;
|
|
3683
3727
|
})(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
3728
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
3698
3729
|
Type2["UNKNOWN"] = "UNKNOWN";
|
|
3699
3730
|
Type2["MANUAL"] = "MANUAL";
|
|
@@ -3731,6 +3762,19 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
3731
3762
|
SortOrder2["DESC"] = "DESC";
|
|
3732
3763
|
return SortOrder2;
|
|
3733
3764
|
})(SortOrder || {});
|
|
3765
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
3766
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
3767
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
3768
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
3769
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
3770
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
3771
|
+
return WebhookIdentityType2;
|
|
3772
|
+
})(WebhookIdentityType || {});
|
|
3773
|
+
var TotalDraftPostsGroupingField = /* @__PURE__ */ ((TotalDraftPostsGroupingField2) => {
|
|
3774
|
+
TotalDraftPostsGroupingField2["STATUS"] = "STATUS";
|
|
3775
|
+
TotalDraftPostsGroupingField2["LANGUAGE"] = "LANGUAGE";
|
|
3776
|
+
return TotalDraftPostsGroupingField2;
|
|
3777
|
+
})(TotalDraftPostsGroupingField || {});
|
|
3734
3778
|
async function createDraftPost2(draftPost, options) {
|
|
3735
3779
|
const { httpClient, sideEffects } = arguments[2];
|
|
3736
3780
|
const payload = (0, import_transform_paths2.transformPaths)(
|
|
@@ -4571,6 +4615,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4571
4615
|
0 && (module.exports = {
|
|
4572
4616
|
Action,
|
|
4573
4617
|
Alignment,
|
|
4618
|
+
AnimationType,
|
|
4574
4619
|
AppType,
|
|
4575
4620
|
AspectRatio,
|
|
4576
4621
|
BackdropType,
|
|
@@ -4586,6 +4631,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4586
4631
|
DesignTarget,
|
|
4587
4632
|
Direction,
|
|
4588
4633
|
DividerDataAlignment,
|
|
4634
|
+
EntranceEffectType,
|
|
4589
4635
|
Field,
|
|
4590
4636
|
FontType,
|
|
4591
4637
|
GIFType,
|
|
@@ -4602,6 +4648,7 @@ async function publishDraftPost2(draftPostId) {
|
|
|
4602
4648
|
LineCap,
|
|
4603
4649
|
LineStyle,
|
|
4604
4650
|
ListStyle,
|
|
4651
|
+
LoopEffectType,
|
|
4605
4652
|
MapType,
|
|
4606
4653
|
ModerationStatusStatus,
|
|
4607
4654
|
NodeType,
|