@wix/auto_sdk_blog_posts 1.0.160 → 1.0.162
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 +248 -31
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +376 -350
- package/build/cjs/index.typings.js +155 -31
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +376 -350
- package/build/cjs/meta.js +155 -31
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/schemas.d.ts +2 -2
- package/build/es/index.d.mts +1 -1
- package/build/es/index.mjs +248 -31
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +376 -350
- package/build/es/index.typings.mjs +155 -31
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +376 -350
- package/build/es/meta.mjs +155 -31
- package/build/es/meta.mjs.map +1 -1
- package/build/es/schemas.d.mts +2 -2
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +248 -31
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +376 -350
- package/build/internal/cjs/index.typings.js +155 -31
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +376 -350
- package/build/internal/cjs/meta.js +155 -31
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/cjs/schemas.d.ts +2 -2
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +248 -31
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +376 -350
- package/build/internal/es/index.typings.mjs +155 -31
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +376 -350
- package/build/internal/es/meta.mjs +155 -31
- package/build/internal/es/meta.mjs.map +1 -1
- package/build/internal/es/schemas.d.mts +2 -2
- package/package.json +2 -2
package/build/cjs/meta.js
CHANGED
|
@@ -486,6 +486,10 @@ function getPost(payload) {
|
|
|
486
486
|
},
|
|
487
487
|
{ path: "post.richContent.nodes.galleryData.options.item.ratio" },
|
|
488
488
|
{ path: "post.richContent.nodes.imageData.image.duration" },
|
|
489
|
+
{ path: "post.richContent.nodes.imageData.crop.x" },
|
|
490
|
+
{ path: "post.richContent.nodes.imageData.crop.y" },
|
|
491
|
+
{ path: "post.richContent.nodes.imageData.crop.width" },
|
|
492
|
+
{ path: "post.richContent.nodes.imageData.crop.height" },
|
|
489
493
|
{ path: "post.richContent.nodes.mapData.mapSettings.lat" },
|
|
490
494
|
{ path: "post.richContent.nodes.mapData.mapSettings.lng" },
|
|
491
495
|
{ path: "post.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -503,9 +507,27 @@ function getPost(payload) {
|
|
|
503
507
|
{
|
|
504
508
|
path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
505
509
|
},
|
|
510
|
+
{
|
|
511
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
518
|
+
},
|
|
506
519
|
{
|
|
507
520
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
508
521
|
},
|
|
522
|
+
{
|
|
523
|
+
path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
530
|
+
},
|
|
509
531
|
{
|
|
510
532
|
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
511
533
|
},
|
|
@@ -537,6 +559,15 @@ function getPost(payload) {
|
|
|
537
559
|
{
|
|
538
560
|
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
539
561
|
},
|
|
562
|
+
{
|
|
563
|
+
path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
564
|
+
},
|
|
565
|
+
{
|
|
566
|
+
path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
570
|
+
},
|
|
540
571
|
{ path: "post.richContent.nodes.tocData.fontSize" },
|
|
541
572
|
{ path: "post.richContent.nodes.tocData.itemSpacing" },
|
|
542
573
|
{
|
|
@@ -637,6 +668,10 @@ function getPostBySlug(payload) {
|
|
|
637
668
|
},
|
|
638
669
|
{ path: "post.richContent.nodes.galleryData.options.item.ratio" },
|
|
639
670
|
{ path: "post.richContent.nodes.imageData.image.duration" },
|
|
671
|
+
{ path: "post.richContent.nodes.imageData.crop.x" },
|
|
672
|
+
{ path: "post.richContent.nodes.imageData.crop.y" },
|
|
673
|
+
{ path: "post.richContent.nodes.imageData.crop.width" },
|
|
674
|
+
{ path: "post.richContent.nodes.imageData.crop.height" },
|
|
640
675
|
{ path: "post.richContent.nodes.mapData.mapSettings.lat" },
|
|
641
676
|
{ path: "post.richContent.nodes.mapData.mapSettings.lng" },
|
|
642
677
|
{ path: "post.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -654,9 +689,27 @@ function getPostBySlug(payload) {
|
|
|
654
689
|
{
|
|
655
690
|
path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
656
691
|
},
|
|
692
|
+
{
|
|
693
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
700
|
+
},
|
|
657
701
|
{
|
|
658
702
|
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
659
703
|
},
|
|
704
|
+
{
|
|
705
|
+
path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
path: "post.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
712
|
+
},
|
|
660
713
|
{
|
|
661
714
|
path: "post.richContent.nodes.layoutData.background.gradient.centerX"
|
|
662
715
|
},
|
|
@@ -688,6 +741,15 @@ function getPostBySlug(payload) {
|
|
|
688
741
|
{
|
|
689
742
|
path: "post.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
690
743
|
},
|
|
744
|
+
{
|
|
745
|
+
path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
path: "post.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
752
|
+
},
|
|
691
753
|
{ path: "post.richContent.nodes.tocData.fontSize" },
|
|
692
754
|
{ path: "post.richContent.nodes.tocData.itemSpacing" },
|
|
693
755
|
{
|
|
@@ -792,6 +854,10 @@ function listPosts(payload) {
|
|
|
792
854
|
path: "posts.richContent.nodes.galleryData.options.item.ratio"
|
|
793
855
|
},
|
|
794
856
|
{ path: "posts.richContent.nodes.imageData.image.duration" },
|
|
857
|
+
{ path: "posts.richContent.nodes.imageData.crop.x" },
|
|
858
|
+
{ path: "posts.richContent.nodes.imageData.crop.y" },
|
|
859
|
+
{ path: "posts.richContent.nodes.imageData.crop.width" },
|
|
860
|
+
{ path: "posts.richContent.nodes.imageData.crop.height" },
|
|
795
861
|
{ path: "posts.richContent.nodes.mapData.mapSettings.lat" },
|
|
796
862
|
{ path: "posts.richContent.nodes.mapData.mapSettings.lng" },
|
|
797
863
|
{ path: "posts.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -809,9 +875,27 @@ function listPosts(payload) {
|
|
|
809
875
|
{
|
|
810
876
|
path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
811
877
|
},
|
|
878
|
+
{
|
|
879
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
886
|
+
},
|
|
812
887
|
{
|
|
813
888
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
814
889
|
},
|
|
890
|
+
{
|
|
891
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
892
|
+
},
|
|
893
|
+
{
|
|
894
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
898
|
+
},
|
|
815
899
|
{
|
|
816
900
|
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
817
901
|
},
|
|
@@ -843,6 +927,15 @@ function listPosts(payload) {
|
|
|
843
927
|
{
|
|
844
928
|
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
845
929
|
},
|
|
930
|
+
{
|
|
931
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
935
|
+
},
|
|
936
|
+
{
|
|
937
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
938
|
+
},
|
|
846
939
|
{ path: "posts.richContent.nodes.tocData.fontSize" },
|
|
847
940
|
{ path: "posts.richContent.nodes.tocData.itemSpacing" },
|
|
848
941
|
{
|
|
@@ -947,6 +1040,10 @@ function queryPosts(payload) {
|
|
|
947
1040
|
path: "posts.richContent.nodes.galleryData.options.item.ratio"
|
|
948
1041
|
},
|
|
949
1042
|
{ path: "posts.richContent.nodes.imageData.image.duration" },
|
|
1043
|
+
{ path: "posts.richContent.nodes.imageData.crop.x" },
|
|
1044
|
+
{ path: "posts.richContent.nodes.imageData.crop.y" },
|
|
1045
|
+
{ path: "posts.richContent.nodes.imageData.crop.width" },
|
|
1046
|
+
{ path: "posts.richContent.nodes.imageData.crop.height" },
|
|
950
1047
|
{ path: "posts.richContent.nodes.mapData.mapSettings.lat" },
|
|
951
1048
|
{ path: "posts.richContent.nodes.mapData.mapSettings.lng" },
|
|
952
1049
|
{ path: "posts.richContent.nodes.pollData.poll.image.duration" },
|
|
@@ -964,9 +1061,27 @@ function queryPosts(payload) {
|
|
|
964
1061
|
{
|
|
965
1062
|
path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
966
1063
|
},
|
|
1064
|
+
{
|
|
1065
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerX"
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.centerY"
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.overlay.gradient.stops.position"
|
|
1072
|
+
},
|
|
967
1073
|
{
|
|
968
1074
|
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
969
1075
|
},
|
|
1076
|
+
{
|
|
1077
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerX"
|
|
1078
|
+
},
|
|
1079
|
+
{
|
|
1080
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.centerY"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.overlay.gradient.stops.position"
|
|
1084
|
+
},
|
|
970
1085
|
{
|
|
971
1086
|
path: "posts.richContent.nodes.layoutData.background.gradient.centerX"
|
|
972
1087
|
},
|
|
@@ -998,6 +1113,15 @@ function queryPosts(payload) {
|
|
|
998
1113
|
{
|
|
999
1114
|
path: "posts.richContent.nodes.cardData.backgroundImage.media.duration"
|
|
1000
1115
|
},
|
|
1116
|
+
{
|
|
1117
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerX"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.centerY"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
path: "posts.richContent.nodes.cardData.backgroundImage.overlay.gradient.stops.position"
|
|
1124
|
+
},
|
|
1001
1125
|
{ path: "posts.richContent.nodes.tocData.fontSize" },
|
|
1002
1126
|
{ path: "posts.richContent.nodes.tocData.itemSpacing" },
|
|
1003
1127
|
{
|
|
@@ -1348,6 +1472,11 @@ var ImagePosition = /* @__PURE__ */ ((ImagePosition2) => {
|
|
|
1348
1472
|
ImagePosition2["BOTTOM_RIGHT"] = "BOTTOM_RIGHT";
|
|
1349
1473
|
return ImagePosition2;
|
|
1350
1474
|
})(ImagePosition || {});
|
|
1475
|
+
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1476
|
+
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1477
|
+
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1478
|
+
return LayoutDataBackgroundType2;
|
|
1479
|
+
})(LayoutDataBackgroundType || {});
|
|
1351
1480
|
var Origin = /* @__PURE__ */ ((Origin2) => {
|
|
1352
1481
|
Origin2["IMAGE"] = "IMAGE";
|
|
1353
1482
|
Origin2["LAYOUT"] = "LAYOUT";
|
|
@@ -1358,11 +1487,6 @@ var BannerPosition = /* @__PURE__ */ ((BannerPosition2) => {
|
|
|
1358
1487
|
BannerPosition2["BOTTOM"] = "BOTTOM";
|
|
1359
1488
|
return BannerPosition2;
|
|
1360
1489
|
})(BannerPosition || {});
|
|
1361
|
-
var LayoutDataBackgroundType = /* @__PURE__ */ ((LayoutDataBackgroundType2) => {
|
|
1362
|
-
LayoutDataBackgroundType2["COLOR"] = "COLOR";
|
|
1363
|
-
LayoutDataBackgroundType2["GRADIENT"] = "GRADIENT";
|
|
1364
|
-
return LayoutDataBackgroundType2;
|
|
1365
|
-
})(LayoutDataBackgroundType || {});
|
|
1366
1490
|
var BackdropType = /* @__PURE__ */ ((BackdropType2) => {
|
|
1367
1491
|
BackdropType2["COLOR"] = "COLOR";
|
|
1368
1492
|
BackdropType2["GRADIENT"] = "GRADIENT";
|
|
@@ -1461,6 +1585,14 @@ var Status = /* @__PURE__ */ ((Status2) => {
|
|
|
1461
1585
|
Status2["REJECTED"] = "REJECTED";
|
|
1462
1586
|
return Status2;
|
|
1463
1587
|
})(Status || {});
|
|
1588
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1589
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1590
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1591
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1592
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1593
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1594
|
+
return WebhookIdentityType2;
|
|
1595
|
+
})(WebhookIdentityType || {});
|
|
1464
1596
|
var QueryPublicationsCountStatsRequestOrder = /* @__PURE__ */ ((QueryPublicationsCountStatsRequestOrder2) => {
|
|
1465
1597
|
QueryPublicationsCountStatsRequestOrder2["UNKNOWN"] = "UNKNOWN";
|
|
1466
1598
|
QueryPublicationsCountStatsRequestOrder2["OLDEST"] = "OLDEST";
|
|
@@ -1473,22 +1605,16 @@ var Order = /* @__PURE__ */ ((Order2) => {
|
|
|
1473
1605
|
Order2["NEWEST"] = "NEWEST";
|
|
1474
1606
|
return Order2;
|
|
1475
1607
|
})(Order || {});
|
|
1476
|
-
var
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
1487
|
-
Field2["LIKE_COUNT"] = "LIKE_COUNT";
|
|
1488
|
-
Field2["VIEW_COUNT"] = "VIEW_COUNT";
|
|
1489
|
-
Field2["RATING_COUNT"] = "RATING_COUNT";
|
|
1490
|
-
return Field2;
|
|
1491
|
-
})(Field || {});
|
|
1608
|
+
var GetPostsSort = /* @__PURE__ */ ((GetPostsSort2) => {
|
|
1609
|
+
GetPostsSort2["FEED"] = "FEED";
|
|
1610
|
+
GetPostsSort2["PUBLISHED_DATE_ASC"] = "PUBLISHED_DATE_ASC";
|
|
1611
|
+
GetPostsSort2["PUBLISHED_DATE_DESC"] = "PUBLISHED_DATE_DESC";
|
|
1612
|
+
GetPostsSort2["VIEW_COUNT"] = "VIEW_COUNT";
|
|
1613
|
+
GetPostsSort2["LIKE_COUNT"] = "LIKE_COUNT";
|
|
1614
|
+
GetPostsSort2["TITLE_ASC"] = "TITLE_ASC";
|
|
1615
|
+
GetPostsSort2["TITLE_DESC"] = "TITLE_DESC";
|
|
1616
|
+
return GetPostsSort2;
|
|
1617
|
+
})(GetPostsSort || {});
|
|
1492
1618
|
var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
|
|
1493
1619
|
PostFieldField2["UNKNOWN"] = "UNKNOWN";
|
|
1494
1620
|
PostFieldField2["URL"] = "URL";
|
|
@@ -1500,16 +1626,14 @@ var PostFieldField = /* @__PURE__ */ ((PostFieldField2) => {
|
|
|
1500
1626
|
PostFieldField2["REFERENCE_ID"] = "REFERENCE_ID";
|
|
1501
1627
|
return PostFieldField2;
|
|
1502
1628
|
})(PostFieldField || {});
|
|
1503
|
-
var
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
return GetPostsSort2;
|
|
1512
|
-
})(GetPostsSort || {});
|
|
1629
|
+
var Field = /* @__PURE__ */ ((Field2) => {
|
|
1630
|
+
Field2["UNKNOWN"] = "UNKNOWN";
|
|
1631
|
+
Field2["TOTAL_COMMENTS"] = "TOTAL_COMMENTS";
|
|
1632
|
+
Field2["LIKE_COUNT"] = "LIKE_COUNT";
|
|
1633
|
+
Field2["VIEW_COUNT"] = "VIEW_COUNT";
|
|
1634
|
+
Field2["RATING_COUNT"] = "RATING_COUNT";
|
|
1635
|
+
return Field2;
|
|
1636
|
+
})(Field || {});
|
|
1513
1637
|
var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
1514
1638
|
SortOrder2["ASC"] = "ASC";
|
|
1515
1639
|
SortOrder2["DESC"] = "DESC";
|