@wix/auto_sdk_blog_posts 1.0.121 → 1.0.122
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 +4 -4
- package/build/cjs/index.js +71 -74
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +230 -143
- package/build/cjs/index.typings.js +47 -55
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +215 -145
- package/build/cjs/meta.js +39 -29
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +4 -4
- package/build/es/index.mjs +68 -74
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +230 -143
- package/build/es/index.typings.mjs +44 -55
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +215 -145
- package/build/es/meta.mjs +39 -29
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +4 -4
- package/build/internal/cjs/index.js +71 -74
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +231 -144
- package/build/internal/cjs/index.typings.js +47 -55
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +215 -145
- package/build/internal/cjs/meta.js +39 -29
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +4 -4
- package/build/internal/es/index.mjs +68 -74
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +231 -144
- package/build/internal/es/index.typings.mjs +44 -55
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +215 -145
- package/build/internal/es/meta.mjs +39 -29
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/meta.js
CHANGED
|
@@ -406,8 +406,6 @@ function getPost(payload) {
|
|
|
406
406
|
paths: [
|
|
407
407
|
{ path: "post.firstPublishedDate" },
|
|
408
408
|
{ path: "post.lastPublishedDate" },
|
|
409
|
-
{ path: "post.coverMedia.image.urlExpirationDate" },
|
|
410
|
-
{ path: "post.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
411
409
|
{ path: "post.heroImage.urlExpirationDate" },
|
|
412
410
|
{ path: "post.richContent.metadata.createdTimestamp" },
|
|
413
411
|
{ path: "post.richContent.metadata.updatedTimestamp" },
|
|
@@ -431,10 +429,6 @@ function getPost(payload) {
|
|
|
431
429
|
{
|
|
432
430
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
433
431
|
paths: [
|
|
434
|
-
{ path: "post.coverMedia.image.focalPoint.x" },
|
|
435
|
-
{ path: "post.coverMedia.image.focalPoint.y" },
|
|
436
|
-
{ path: "post.coverMedia.video.thumbnail.focalPoint.x" },
|
|
437
|
-
{ path: "post.coverMedia.video.thumbnail.focalPoint.y" },
|
|
438
432
|
{ path: "post.heroImage.focalPoint.x" },
|
|
439
433
|
{ path: "post.heroImage.focalPoint.y" },
|
|
440
434
|
{ path: "post.media.wixMedia.image.focalPoint.x" },
|
|
@@ -472,7 +466,14 @@ function getPost(payload) {
|
|
|
472
466
|
{ path: "post.richContent.nodes.videoData.video.duration" },
|
|
473
467
|
{ path: "post.richContent.nodes.videoData.thumbnail.duration" },
|
|
474
468
|
{ path: "post.richContent.nodes.audioData.audio.duration" },
|
|
475
|
-
{ path: "post.richContent.nodes.audioData.coverImage.duration" }
|
|
469
|
+
{ path: "post.richContent.nodes.audioData.coverImage.duration" },
|
|
470
|
+
{
|
|
471
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
475
|
+
},
|
|
476
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" }
|
|
476
477
|
]
|
|
477
478
|
}
|
|
478
479
|
])
|
|
@@ -503,8 +504,6 @@ function getPostBySlug(payload) {
|
|
|
503
504
|
paths: [
|
|
504
505
|
{ path: "post.firstPublishedDate" },
|
|
505
506
|
{ path: "post.lastPublishedDate" },
|
|
506
|
-
{ path: "post.coverMedia.image.urlExpirationDate" },
|
|
507
|
-
{ path: "post.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
508
507
|
{ path: "post.heroImage.urlExpirationDate" },
|
|
509
508
|
{ path: "post.richContent.metadata.createdTimestamp" },
|
|
510
509
|
{ path: "post.richContent.metadata.updatedTimestamp" },
|
|
@@ -528,10 +527,6 @@ function getPostBySlug(payload) {
|
|
|
528
527
|
{
|
|
529
528
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
530
529
|
paths: [
|
|
531
|
-
{ path: "post.coverMedia.image.focalPoint.x" },
|
|
532
|
-
{ path: "post.coverMedia.image.focalPoint.y" },
|
|
533
|
-
{ path: "post.coverMedia.video.thumbnail.focalPoint.x" },
|
|
534
|
-
{ path: "post.coverMedia.video.thumbnail.focalPoint.y" },
|
|
535
530
|
{ path: "post.heroImage.focalPoint.x" },
|
|
536
531
|
{ path: "post.heroImage.focalPoint.y" },
|
|
537
532
|
{ path: "post.media.wixMedia.image.focalPoint.x" },
|
|
@@ -569,7 +564,14 @@ function getPostBySlug(payload) {
|
|
|
569
564
|
{ path: "post.richContent.nodes.videoData.video.duration" },
|
|
570
565
|
{ path: "post.richContent.nodes.videoData.thumbnail.duration" },
|
|
571
566
|
{ path: "post.richContent.nodes.audioData.audio.duration" },
|
|
572
|
-
{ path: "post.richContent.nodes.audioData.coverImage.duration" }
|
|
567
|
+
{ path: "post.richContent.nodes.audioData.coverImage.duration" },
|
|
568
|
+
{
|
|
569
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
573
|
+
},
|
|
574
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" }
|
|
573
575
|
]
|
|
574
576
|
}
|
|
575
577
|
])
|
|
@@ -600,8 +602,6 @@ function listPosts(payload) {
|
|
|
600
602
|
paths: [
|
|
601
603
|
{ path: "posts.firstPublishedDate" },
|
|
602
604
|
{ path: "posts.lastPublishedDate" },
|
|
603
|
-
{ path: "posts.coverMedia.image.urlExpirationDate" },
|
|
604
|
-
{ path: "posts.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
605
605
|
{ path: "posts.heroImage.urlExpirationDate" },
|
|
606
606
|
{ path: "posts.richContent.metadata.createdTimestamp" },
|
|
607
607
|
{ path: "posts.richContent.metadata.updatedTimestamp" },
|
|
@@ -627,10 +627,6 @@ function listPosts(payload) {
|
|
|
627
627
|
{
|
|
628
628
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
629
629
|
paths: [
|
|
630
|
-
{ path: "posts.coverMedia.image.focalPoint.x" },
|
|
631
|
-
{ path: "posts.coverMedia.image.focalPoint.y" },
|
|
632
|
-
{ path: "posts.coverMedia.video.thumbnail.focalPoint.x" },
|
|
633
|
-
{ path: "posts.coverMedia.video.thumbnail.focalPoint.y" },
|
|
634
630
|
{ path: "posts.heroImage.focalPoint.x" },
|
|
635
631
|
{ path: "posts.heroImage.focalPoint.y" },
|
|
636
632
|
{ path: "posts.media.wixMedia.image.focalPoint.x" },
|
|
@@ -670,7 +666,14 @@ function listPosts(payload) {
|
|
|
670
666
|
{ path: "posts.richContent.nodes.videoData.video.duration" },
|
|
671
667
|
{ path: "posts.richContent.nodes.videoData.thumbnail.duration" },
|
|
672
668
|
{ path: "posts.richContent.nodes.audioData.audio.duration" },
|
|
673
|
-
{ path: "posts.richContent.nodes.audioData.coverImage.duration" }
|
|
669
|
+
{ path: "posts.richContent.nodes.audioData.coverImage.duration" },
|
|
670
|
+
{
|
|
671
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
675
|
+
},
|
|
676
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" }
|
|
674
677
|
]
|
|
675
678
|
}
|
|
676
679
|
])
|
|
@@ -701,8 +704,6 @@ function queryPosts(payload) {
|
|
|
701
704
|
paths: [
|
|
702
705
|
{ path: "posts.firstPublishedDate" },
|
|
703
706
|
{ path: "posts.lastPublishedDate" },
|
|
704
|
-
{ path: "posts.coverMedia.image.urlExpirationDate" },
|
|
705
|
-
{ path: "posts.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
706
707
|
{ path: "posts.heroImage.urlExpirationDate" },
|
|
707
708
|
{ path: "posts.richContent.metadata.createdTimestamp" },
|
|
708
709
|
{ path: "posts.richContent.metadata.updatedTimestamp" },
|
|
@@ -728,10 +729,6 @@ function queryPosts(payload) {
|
|
|
728
729
|
{
|
|
729
730
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
730
731
|
paths: [
|
|
731
|
-
{ path: "posts.coverMedia.image.focalPoint.x" },
|
|
732
|
-
{ path: "posts.coverMedia.image.focalPoint.y" },
|
|
733
|
-
{ path: "posts.coverMedia.video.thumbnail.focalPoint.x" },
|
|
734
|
-
{ path: "posts.coverMedia.video.thumbnail.focalPoint.y" },
|
|
735
732
|
{ path: "posts.heroImage.focalPoint.x" },
|
|
736
733
|
{ path: "posts.heroImage.focalPoint.y" },
|
|
737
734
|
{ path: "posts.media.wixMedia.image.focalPoint.x" },
|
|
@@ -771,7 +768,14 @@ function queryPosts(payload) {
|
|
|
771
768
|
{ path: "posts.richContent.nodes.videoData.video.duration" },
|
|
772
769
|
{ path: "posts.richContent.nodes.videoData.thumbnail.duration" },
|
|
773
770
|
{ path: "posts.richContent.nodes.audioData.audio.duration" },
|
|
774
|
-
{ path: "posts.richContent.nodes.audioData.coverImage.duration" }
|
|
771
|
+
{ path: "posts.richContent.nodes.audioData.coverImage.duration" },
|
|
772
|
+
{
|
|
773
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
777
|
+
},
|
|
778
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" }
|
|
775
779
|
]
|
|
776
780
|
}
|
|
777
781
|
])
|
|
@@ -843,6 +847,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
843
847
|
NodeType2["CAPTION"] = "CAPTION";
|
|
844
848
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
845
849
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
850
|
+
NodeType2["SHAPE"] = "SHAPE";
|
|
846
851
|
return NodeType2;
|
|
847
852
|
})(NodeType || {});
|
|
848
853
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
@@ -935,13 +940,14 @@ var ThumbnailsAlignment = /* @__PURE__ */ ((ThumbnailsAlignment2) => {
|
|
|
935
940
|
return ThumbnailsAlignment2;
|
|
936
941
|
})(ThumbnailsAlignment || {});
|
|
937
942
|
var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
938
|
-
GIFType2["
|
|
943
|
+
GIFType2["NORMAL"] = "NORMAL";
|
|
939
944
|
GIFType2["STICKER"] = "STICKER";
|
|
940
945
|
return GIFType2;
|
|
941
946
|
})(GIFType || {});
|
|
942
947
|
var Source = /* @__PURE__ */ ((Source2) => {
|
|
943
948
|
Source2["HTML"] = "HTML";
|
|
944
949
|
Source2["ADSENSE"] = "ADSENSE";
|
|
950
|
+
Source2["AI"] = "AI";
|
|
945
951
|
return Source2;
|
|
946
952
|
})(Source || {});
|
|
947
953
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -996,6 +1002,10 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
996
1002
|
DecorationType2["COLOR"] = "COLOR";
|
|
997
1003
|
DecorationType2["FONT_SIZE"] = "FONT_SIZE";
|
|
998
1004
|
DecorationType2["EXTERNAL"] = "EXTERNAL";
|
|
1005
|
+
DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
1006
|
+
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
1007
|
+
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
1008
|
+
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
999
1009
|
return DecorationType2;
|
|
1000
1010
|
})(DecorationType || {});
|
|
1001
1011
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|