@wix/auto_sdk_blog_posts 1.0.139 → 1.0.140
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 +433 -39
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +540 -351
- package/build/cjs/index.typings.js +286 -36
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +541 -352
- package/build/cjs/meta.js +286 -36
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +426 -39
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +540 -351
- package/build/es/index.typings.mjs +279 -36
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +541 -352
- package/build/es/meta.mjs +279 -36
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +433 -39
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +540 -351
- package/build/internal/cjs/index.typings.js +286 -36
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +541 -352
- package/build/internal/cjs/meta.js +286 -36
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +426 -39
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +540 -351
- package/build/internal/es/index.typings.mjs +279 -36
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +541 -352
- package/build/internal/es/meta.mjs +279 -36
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -369,6 +369,24 @@ function getPost(payload) {
|
|
|
369
369
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
370
370
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
371
371
|
{ path: "post.metrics.averageRating" },
|
|
372
|
+
{
|
|
373
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
389
|
+
},
|
|
372
390
|
{
|
|
373
391
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
374
392
|
},
|
|
@@ -400,7 +418,37 @@ function getPost(payload) {
|
|
|
400
418
|
{
|
|
401
419
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
402
420
|
},
|
|
403
|
-
{
|
|
421
|
+
{
|
|
422
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
429
|
+
},
|
|
430
|
+
{
|
|
431
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
438
|
+
},
|
|
439
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
440
|
+
{
|
|
441
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
451
|
+
}
|
|
404
452
|
]
|
|
405
453
|
}
|
|
406
454
|
])
|
|
@@ -467,6 +515,24 @@ function getPostBySlug(payload) {
|
|
|
467
515
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
468
516
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
469
517
|
{ path: "post.metrics.averageRating" },
|
|
518
|
+
{
|
|
519
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
535
|
+
},
|
|
470
536
|
{
|
|
471
537
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
472
538
|
},
|
|
@@ -498,7 +564,37 @@ function getPostBySlug(payload) {
|
|
|
498
564
|
{
|
|
499
565
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
500
566
|
},
|
|
501
|
-
{
|
|
567
|
+
{
|
|
568
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
572
|
+
},
|
|
573
|
+
{
|
|
574
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
575
|
+
},
|
|
576
|
+
{
|
|
577
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
584
|
+
},
|
|
585
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
586
|
+
{
|
|
587
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
588
|
+
},
|
|
589
|
+
{
|
|
590
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
597
|
+
}
|
|
502
598
|
]
|
|
503
599
|
}
|
|
504
600
|
])
|
|
@@ -567,6 +663,24 @@ function listPosts(payload) {
|
|
|
567
663
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
568
664
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
569
665
|
{ path: "posts.metrics.averageRating" },
|
|
666
|
+
{
|
|
667
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
683
|
+
},
|
|
570
684
|
{
|
|
571
685
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
572
686
|
},
|
|
@@ -600,7 +714,37 @@ function listPosts(payload) {
|
|
|
600
714
|
{
|
|
601
715
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
602
716
|
},
|
|
603
|
-
{
|
|
717
|
+
{
|
|
718
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
734
|
+
},
|
|
735
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
736
|
+
{
|
|
737
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
747
|
+
}
|
|
604
748
|
]
|
|
605
749
|
}
|
|
606
750
|
])
|
|
@@ -669,6 +813,24 @@ function queryPosts(payload) {
|
|
|
669
813
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
670
814
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
671
815
|
{ path: "posts.metrics.averageRating" },
|
|
816
|
+
{
|
|
817
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
833
|
+
},
|
|
672
834
|
{
|
|
673
835
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
674
836
|
},
|
|
@@ -702,7 +864,37 @@ function queryPosts(payload) {
|
|
|
702
864
|
{
|
|
703
865
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
704
866
|
},
|
|
705
|
-
{
|
|
867
|
+
{
|
|
868
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
875
|
+
},
|
|
876
|
+
{
|
|
877
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
884
|
+
},
|
|
885
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
886
|
+
{
|
|
887
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
894
|
+
},
|
|
895
|
+
{
|
|
896
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
897
|
+
}
|
|
706
898
|
]
|
|
707
899
|
}
|
|
708
900
|
])
|
|
@@ -780,8 +972,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
780
972
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
781
973
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
782
974
|
NodeType2["SHAPE"] = "SHAPE";
|
|
975
|
+
NodeType2["CARD"] = "CARD";
|
|
783
976
|
return NodeType2;
|
|
784
977
|
})(NodeType || {});
|
|
978
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
979
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
980
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
981
|
+
return BackgroundType2;
|
|
982
|
+
})(BackgroundType || {});
|
|
983
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
984
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
985
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
986
|
+
return GradientType2;
|
|
987
|
+
})(GradientType || {});
|
|
785
988
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
786
989
|
WidthType2["CONTENT"] = "CONTENT";
|
|
787
990
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -917,12 +1120,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
917
1120
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
918
1121
|
return PollLayoutDirection2;
|
|
919
1122
|
})(PollLayoutDirection || {});
|
|
920
|
-
var
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
return
|
|
925
|
-
})(
|
|
1123
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1124
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1125
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1126
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1127
|
+
return PollDesignBackgroundType2;
|
|
1128
|
+
})(PollDesignBackgroundType || {});
|
|
926
1129
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
927
1130
|
DecorationType2["BOLD"] = "BOLD";
|
|
928
1131
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -1009,12 +1212,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
1009
1212
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
1010
1213
|
return NullValue2;
|
|
1011
1214
|
})(NullValue || {});
|
|
1012
|
-
var
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
return
|
|
1017
|
-
})(
|
|
1215
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1216
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1217
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1218
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1219
|
+
return ImageScalingScaling2;
|
|
1220
|
+
})(ImageScalingScaling || {});
|
|
1018
1221
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1019
1222
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1020
1223
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1032,6 +1235,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
1032
1235
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1033
1236
|
return BannerOrigin2;
|
|
1034
1237
|
})(BannerOrigin || {});
|
|
1238
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1239
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1240
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1241
|
+
return LayoutDataBackgroundType2;
|
|
1242
|
+
})(LayoutDataBackgroundType || {});
|
|
1243
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1244
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1245
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1246
|
+
return BackdropType2;
|
|
1247
|
+
})(BackdropType || {});
|
|
1035
1248
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1036
1249
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1037
1250
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1048,12 +1261,55 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1048
1261
|
DesignTarget2["CELL"] = "CELL";
|
|
1049
1262
|
return DesignTarget2;
|
|
1050
1263
|
})(DesignTarget || {});
|
|
1264
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1265
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1266
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1267
|
+
Scaling2["COVER"] = "COVER";
|
|
1268
|
+
return Scaling2;
|
|
1269
|
+
})(Scaling || {});
|
|
1270
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1271
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1272
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1273
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1274
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1275
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1276
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1277
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1278
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1279
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1280
|
+
return ImagePositionPosition2;
|
|
1281
|
+
})(ImagePositionPosition || {});
|
|
1282
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1283
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1284
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1285
|
+
return CardDataBackgroundType2;
|
|
1286
|
+
})(CardDataBackgroundType || {});
|
|
1051
1287
|
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1052
1288
|
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1053
1289
|
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
1054
1290
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1055
1291
|
return ModerationStatusStatus2;
|
|
1056
1292
|
})(ModerationStatusStatus || {});
|
|
1293
|
+
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1294
|
+
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1295
|
+
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1296
|
+
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1297
|
+
return QueryPublicationsCountStatsRequestOrder2;
|
|
1298
|
+
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1299
|
+
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1300
|
+
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1301
|
+
Order2["OLDEST"] = "OLDEST";
|
|
1302
|
+
Order2["NEWEST"] = "NEWEST";
|
|
1303
|
+
return Order2;
|
|
1304
|
+
})(Order || {});
|
|
1305
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1306
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1307
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1308
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1309
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1310
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1311
|
+
return WebhookIdentityType2;
|
|
1312
|
+
})(WebhookIdentityType || {});
|
|
1057
1313
|
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1058
1314
|
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1059
1315
|
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
@@ -1107,26 +1363,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1107
1363
|
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1108
1364
|
return Status2;
|
|
1109
1365
|
})(Status || {});
|
|
1110
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1111
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1112
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1113
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1114
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1115
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1116
|
-
return WebhookIdentityType2;
|
|
1117
|
-
})(WebhookIdentityType || {});
|
|
1118
|
-
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1119
|
-
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1120
|
-
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1121
|
-
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1122
|
-
return QueryPublicationsCountStatsRequestOrder2;
|
|
1123
|
-
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1124
|
-
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1125
|
-
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1126
|
-
Order2["OLDEST"] = "OLDEST";
|
|
1127
|
-
Order2["NEWEST"] = "NEWEST";
|
|
1128
|
-
return Order2;
|
|
1129
|
-
})(Order || {});
|
|
1130
1366
|
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1131
1367
|
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1132
1368
|
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
@@ -1527,9 +1763,11 @@ export {
|
|
|
1527
1763
|
Alignment,
|
|
1528
1764
|
AppType,
|
|
1529
1765
|
AspectRatio,
|
|
1766
|
+
BackdropType,
|
|
1530
1767
|
BackgroundType,
|
|
1531
1768
|
BannerOrigin,
|
|
1532
1769
|
ButtonDataType,
|
|
1770
|
+
CardDataBackgroundType,
|
|
1533
1771
|
Crop,
|
|
1534
1772
|
DecorationType,
|
|
1535
1773
|
DesignTarget,
|
|
@@ -1540,9 +1778,13 @@ export {
|
|
|
1540
1778
|
GIFType,
|
|
1541
1779
|
GetPostTemplatesSort,
|
|
1542
1780
|
GetPostsSort,
|
|
1781
|
+
GradientType,
|
|
1543
1782
|
ImagePosition,
|
|
1783
|
+
ImagePositionPosition,
|
|
1784
|
+
ImageScalingScaling,
|
|
1544
1785
|
InitialExpandedItems,
|
|
1545
1786
|
Layout,
|
|
1787
|
+
LayoutDataBackgroundType,
|
|
1546
1788
|
LayoutType,
|
|
1547
1789
|
LineStyle,
|
|
1548
1790
|
MapType,
|
|
@@ -1554,6 +1796,7 @@ export {
|
|
|
1554
1796
|
Origin,
|
|
1555
1797
|
Placement,
|
|
1556
1798
|
PluginContainerDataAlignment,
|
|
1799
|
+
PollDesignBackgroundType,
|
|
1557
1800
|
PollLayoutDirection,
|
|
1558
1801
|
PollLayoutType,
|
|
1559
1802
|
Position,
|