@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
|
@@ -361,6 +361,24 @@ function getPost(payload) {
|
|
|
361
361
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
362
362
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
363
363
|
{ path: "post.metrics.averageRating" },
|
|
364
|
+
{
|
|
365
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
381
|
+
},
|
|
364
382
|
{
|
|
365
383
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
366
384
|
},
|
|
@@ -392,7 +410,37 @@ function getPost(payload) {
|
|
|
392
410
|
{
|
|
393
411
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
394
412
|
},
|
|
395
|
-
{
|
|
413
|
+
{
|
|
414
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
430
|
+
},
|
|
431
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
432
|
+
{
|
|
433
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
443
|
+
}
|
|
396
444
|
]
|
|
397
445
|
}
|
|
398
446
|
])
|
|
@@ -459,6 +507,24 @@ function getPostBySlug(payload) {
|
|
|
459
507
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
460
508
|
{ path: "post.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
461
509
|
{ path: "post.metrics.averageRating" },
|
|
510
|
+
{
|
|
511
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
path: "post.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
path: "post.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
527
|
+
},
|
|
462
528
|
{
|
|
463
529
|
path: "post.richContent.nodes.galleryData.items.image.media.duration"
|
|
464
530
|
},
|
|
@@ -490,7 +556,37 @@ function getPostBySlug(payload) {
|
|
|
490
556
|
{
|
|
491
557
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
492
558
|
},
|
|
493
|
-
{
|
|
559
|
+
{
|
|
560
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
path: "post.richContent.nodes.layoutData.background.gradient.centerY"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
path: "post.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
path: "post.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
576
|
+
},
|
|
577
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" },
|
|
578
|
+
{
|
|
579
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerX"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
path: "post.richContent.nodes.cardData.background.gradient.centerY"
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
path: "post.richContent.nodes.cardData.background.gradient.stops.position"
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
589
|
+
}
|
|
494
590
|
]
|
|
495
591
|
}
|
|
496
592
|
])
|
|
@@ -559,6 +655,24 @@ function listPosts(payload) {
|
|
|
559
655
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
560
656
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
561
657
|
{ path: "posts.metrics.averageRating" },
|
|
658
|
+
{
|
|
659
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
675
|
+
},
|
|
562
676
|
{
|
|
563
677
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
564
678
|
},
|
|
@@ -592,7 +706,37 @@ function listPosts(payload) {
|
|
|
592
706
|
{
|
|
593
707
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
594
708
|
},
|
|
595
|
-
{
|
|
709
|
+
{
|
|
710
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
726
|
+
},
|
|
727
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
728
|
+
{
|
|
729
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
739
|
+
}
|
|
596
740
|
]
|
|
597
741
|
}
|
|
598
742
|
])
|
|
@@ -661,6 +805,24 @@ function queryPosts(payload) {
|
|
|
661
805
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.x" },
|
|
662
806
|
{ path: "posts.media.wixMedia.videoV2.posters.focalPoint.y" },
|
|
663
807
|
{ path: "posts.metrics.averageRating" },
|
|
808
|
+
{
|
|
809
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerX"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.centerY"
|
|
813
|
+
},
|
|
814
|
+
{
|
|
815
|
+
path: "posts.richContent.nodes.buttonData.styles.background.gradient.stops.position"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerX"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.centerY"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
path: "posts.richContent.nodes.buttonData.styles.backgroundHover.gradient.stops.position"
|
|
825
|
+
},
|
|
664
826
|
{
|
|
665
827
|
path: "posts.richContent.nodes.galleryData.items.image.media.duration"
|
|
666
828
|
},
|
|
@@ -694,7 +856,37 @@ function queryPosts(payload) {
|
|
|
694
856
|
{
|
|
695
857
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
696
858
|
},
|
|
697
|
-
{
|
|
859
|
+
{
|
|
860
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.centerY"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
path: "posts.richContent.nodes.layoutData.background.gradient.stops.position"
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerX"
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.centerY"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
path: "posts.richContent.nodes.layoutData.backdrop.gradient.stops.position"
|
|
876
|
+
},
|
|
877
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" },
|
|
878
|
+
{
|
|
879
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerX"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
path: "posts.richContent.nodes.cardData.background.gradient.centerY"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
path: "posts.richContent.nodes.cardData.background.gradient.stops.position"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
889
|
+
}
|
|
698
890
|
]
|
|
699
891
|
}
|
|
700
892
|
])
|
|
@@ -767,8 +959,19 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
767
959
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
768
960
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
769
961
|
NodeType2["SHAPE"] = "SHAPE";
|
|
962
|
+
NodeType2["CARD"] = "CARD";
|
|
770
963
|
return NodeType2;
|
|
771
964
|
})(NodeType || {});
|
|
965
|
+
var BackgroundType = /* @__PURE__ */ ((BackgroundType2) => {
|
|
966
|
+
BackgroundType2["COLOR"] = "COLOR";
|
|
967
|
+
BackgroundType2["GRADIENT"] = "GRADIENT";
|
|
968
|
+
return BackgroundType2;
|
|
969
|
+
})(BackgroundType || {});
|
|
970
|
+
var GradientType = /* @__PURE__ */ ((GradientType2) => {
|
|
971
|
+
GradientType2["LINEAR"] = "LINEAR";
|
|
972
|
+
GradientType2["RADIAL"] = "RADIAL";
|
|
973
|
+
return GradientType2;
|
|
974
|
+
})(GradientType || {});
|
|
772
975
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
773
976
|
WidthType2["CONTENT"] = "CONTENT";
|
|
774
977
|
WidthType2["SMALL"] = "SMALL";
|
|
@@ -904,12 +1107,12 @@ var PollLayoutDirection = /* @__PURE__ */ ((PollLayoutDirection2) => {
|
|
|
904
1107
|
PollLayoutDirection2["RTL"] = "RTL";
|
|
905
1108
|
return PollLayoutDirection2;
|
|
906
1109
|
})(PollLayoutDirection || {});
|
|
907
|
-
var
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
return
|
|
912
|
-
})(
|
|
1110
|
+
var PollDesignBackgroundType = /* @__PURE__ */ ((PollDesignBackgroundType2) => {
|
|
1111
|
+
PollDesignBackgroundType2["COLOR"] = "COLOR";
|
|
1112
|
+
PollDesignBackgroundType2["IMAGE"] = "IMAGE";
|
|
1113
|
+
PollDesignBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1114
|
+
return PollDesignBackgroundType2;
|
|
1115
|
+
})(PollDesignBackgroundType || {});
|
|
913
1116
|
var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
914
1117
|
DecorationType2["BOLD"] = "BOLD";
|
|
915
1118
|
DecorationType2["ITALIC"] = "ITALIC";
|
|
@@ -996,12 +1199,12 @@ var NullValue = /* @__PURE__ */ ((NullValue2) => {
|
|
|
996
1199
|
NullValue2["NULL_VALUE"] = "NULL_VALUE";
|
|
997
1200
|
return NullValue2;
|
|
998
1201
|
})(NullValue || {});
|
|
999
|
-
var
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
return
|
|
1004
|
-
})(
|
|
1202
|
+
var ImageScalingScaling = /* @__PURE__ */ ((ImageScalingScaling2) => {
|
|
1203
|
+
ImageScalingScaling2["AUTO"] = "AUTO";
|
|
1204
|
+
ImageScalingScaling2["CONTAIN"] = "CONTAIN";
|
|
1205
|
+
ImageScalingScaling2["COVER"] = "COVER";
|
|
1206
|
+
return ImageScalingScaling2;
|
|
1207
|
+
})(ImageScalingScaling || {});
|
|
1005
1208
|
var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
1006
1209
|
ImagePosition2["CENTER"] = "CENTER";
|
|
1007
1210
|
ImagePosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
@@ -1019,6 +1222,16 @@ var BannerOrigin = /* @__PURE__ */ ((BannerOrigin2) => {
|
|
|
1019
1222
|
BannerOrigin2["LAYOUT"] = "LAYOUT";
|
|
1020
1223
|
return BannerOrigin2;
|
|
1021
1224
|
})(BannerOrigin || {});
|
|
1225
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1226
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1227
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1228
|
+
return LayoutDataBackgroundType2;
|
|
1229
|
+
})(LayoutDataBackgroundType || {});
|
|
1230
|
+
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1231
|
+
BackdropType2["COLOR"] = "COLOR";
|
|
1232
|
+
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
1233
|
+
return BackdropType2;
|
|
1234
|
+
})(BackdropType || {});
|
|
1022
1235
|
var VerticalAlignmentAlignment = /* @__PURE__ */ ((VerticalAlignmentAlignment2) => {
|
|
1023
1236
|
VerticalAlignmentAlignment2["TOP"] = "TOP";
|
|
1024
1237
|
VerticalAlignmentAlignment2["MIDDLE"] = "MIDDLE";
|
|
@@ -1035,12 +1248,55 @@ var DesignTarget = /* @__PURE__ */ ((DesignTarget2) => {
|
|
|
1035
1248
|
DesignTarget2["CELL"] = "CELL";
|
|
1036
1249
|
return DesignTarget2;
|
|
1037
1250
|
})(DesignTarget || {});
|
|
1251
|
+
var Scaling = /* @__PURE__ */ ((Scaling2) => {
|
|
1252
|
+
Scaling2["AUTO"] = "AUTO";
|
|
1253
|
+
Scaling2["CONTAIN"] = "CONTAIN";
|
|
1254
|
+
Scaling2["COVER"] = "COVER";
|
|
1255
|
+
return Scaling2;
|
|
1256
|
+
})(Scaling || {});
|
|
1257
|
+
var ImagePositionPosition = /* @__PURE__ */ ((ImagePositionPosition2) => {
|
|
1258
|
+
ImagePositionPosition2["CENTER"] = "CENTER";
|
|
1259
|
+
ImagePositionPosition2["CENTER_LEFT"] = "CENTER_LEFT";
|
|
1260
|
+
ImagePositionPosition2["CENTER_RIGHT"] = "CENTER_RIGHT";
|
|
1261
|
+
ImagePositionPosition2["TOP"] = "TOP";
|
|
1262
|
+
ImagePositionPosition2["TOP_LEFT"] = "TOP_LEFT";
|
|
1263
|
+
ImagePositionPosition2["TOP_RIGHT"] = "TOP_RIGHT";
|
|
1264
|
+
ImagePositionPosition2["BOTTOM"] = "BOTTOM";
|
|
1265
|
+
ImagePositionPosition2["BOTTOM_LEFT"] = "BOTTOM_LEFT";
|
|
1266
|
+
ImagePositionPosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1267
|
+
return ImagePositionPosition2;
|
|
1268
|
+
})(ImagePositionPosition || {});
|
|
1269
|
+
var CardDataBackgroundType = /* @__PURE__ */ ((CardDataBackgroundType2) => {
|
|
1270
|
+
CardDataBackgroundType2["COLOR"] = "COLOR";
|
|
1271
|
+
CardDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1272
|
+
return CardDataBackgroundType2;
|
|
1273
|
+
})(CardDataBackgroundType || {});
|
|
1038
1274
|
var ModerationStatusStatus = /* @__PURE__ */ ((ModerationStatusStatus2) => {
|
|
1039
1275
|
ModerationStatusStatus2["UNKNOWN"] = "UNKNOWN";
|
|
1040
1276
|
ModerationStatusStatus2["APPROVED"] = "APPROVED";
|
|
1041
1277
|
ModerationStatusStatus2["REJECTED"] = "REJECTED";
|
|
1042
1278
|
return ModerationStatusStatus2;
|
|
1043
1279
|
})(ModerationStatusStatus || {});
|
|
1280
|
+
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1281
|
+
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1282
|
+
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1283
|
+
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1284
|
+
return QueryPublicationsCountStatsRequestOrder2;
|
|
1285
|
+
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1286
|
+
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1287
|
+
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1288
|
+
Order2["OLDEST"] = "OLDEST";
|
|
1289
|
+
Order2["NEWEST"] = "NEWEST";
|
|
1290
|
+
return Order2;
|
|
1291
|
+
})(Order || {});
|
|
1292
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1293
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1294
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1295
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1296
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1297
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1298
|
+
return WebhookIdentityType2;
|
|
1299
|
+
})(WebhookIdentityType || {});
|
|
1044
1300
|
var GetPostTemplatesSort = /* @__PURE__ */ ((GetPostTemplatesSort2) => {
|
|
1045
1301
|
GetPostTemplatesSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1046
1302
|
GetPostTemplatesSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
@@ -1094,26 +1350,6 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1094
1350
|
Status2["IN_REVIEW"] = "IN_REVIEW";
|
|
1095
1351
|
return Status2;
|
|
1096
1352
|
})(Status || {});
|
|
1097
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1098
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1099
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1100
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1101
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1102
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1103
|
-
return WebhookIdentityType2;
|
|
1104
|
-
})(WebhookIdentityType || {});
|
|
1105
|
-
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1106
|
-
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1107
|
-
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
1108
|
-
QueryPublicationsCountStatsRequestOrder2["NEWEST"] = "NEWEST";
|
|
1109
|
-
return QueryPublicationsCountStatsRequestOrder2;
|
|
1110
|
-
})(QueryPublicationsCountStatsRequestOrder || {});
|
|
1111
|
-
var Order = /* @__PURE__ */ ((Order2) => {
|
|
1112
|
-
Order2["UNKNOWN"] = "UNKNOWN";
|
|
1113
|
-
Order2["OLDEST"] = "OLDEST";
|
|
1114
|
-
Order2["NEWEST"] = "NEWEST";
|
|
1115
|
-
return Order2;
|
|
1116
|
-
})(Order || {});
|
|
1117
1353
|
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1118
1354
|
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1119
1355
|
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
@@ -1280,9 +1516,11 @@ export {
|
|
|
1280
1516
|
Alignment as AlignmentOriginal,
|
|
1281
1517
|
AppType as AppTypeOriginal,
|
|
1282
1518
|
AspectRatio as AspectRatioOriginal,
|
|
1519
|
+
BackdropType as BackdropTypeOriginal,
|
|
1283
1520
|
BackgroundType as BackgroundTypeOriginal,
|
|
1284
1521
|
BannerOrigin as BannerOriginOriginal,
|
|
1285
1522
|
ButtonDataType as ButtonDataTypeOriginal,
|
|
1523
|
+
CardDataBackgroundType as CardDataBackgroundTypeOriginal,
|
|
1286
1524
|
Crop as CropOriginal,
|
|
1287
1525
|
DecorationType as DecorationTypeOriginal,
|
|
1288
1526
|
DesignTarget as DesignTargetOriginal,
|
|
@@ -1293,8 +1531,12 @@ export {
|
|
|
1293
1531
|
GIFType as GIFTypeOriginal,
|
|
1294
1532
|
GetPostTemplatesSort as GetPostTemplatesSortOriginal,
|
|
1295
1533
|
GetPostsSort as GetPostsSortOriginal,
|
|
1534
|
+
GradientType as GradientTypeOriginal,
|
|
1296
1535
|
ImagePosition as ImagePositionOriginal,
|
|
1536
|
+
ImagePositionPosition as ImagePositionPositionOriginal,
|
|
1537
|
+
ImageScalingScaling as ImageScalingScalingOriginal,
|
|
1297
1538
|
InitialExpandedItems as InitialExpandedItemsOriginal,
|
|
1539
|
+
LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,
|
|
1298
1540
|
Layout as LayoutOriginal,
|
|
1299
1541
|
LayoutType as LayoutTypeOriginal,
|
|
1300
1542
|
LineStyle as LineStyleOriginal,
|
|
@@ -1307,6 +1549,7 @@ export {
|
|
|
1307
1549
|
Origin as OriginOriginal,
|
|
1308
1550
|
Placement as PlacementOriginal,
|
|
1309
1551
|
PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,
|
|
1552
|
+
PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,
|
|
1310
1553
|
PollLayoutDirection as PollLayoutDirectionOriginal,
|
|
1311
1554
|
PollLayoutType as PollLayoutTypeOriginal,
|
|
1312
1555
|
Position as PositionOriginal,
|