@wix/auto_sdk_blog_posts 1.0.121 → 1.0.123
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 +75 -74
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +352 -144
- package/build/cjs/index.typings.js +51 -55
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +215 -145
- package/build/cjs/meta.js +43 -29
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +4 -4
- package/build/es/index.mjs +72 -74
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +352 -144
- package/build/es/index.typings.mjs +48 -55
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +215 -145
- package/build/es/meta.mjs +43 -29
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +4 -4
- package/build/internal/cjs/index.js +75 -74
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +353 -145
- package/build/internal/cjs/index.typings.js +51 -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 +43 -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 +72 -74
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +353 -145
- package/build/internal/es/index.typings.mjs +48 -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 +43 -29
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/meta.js
CHANGED
|
@@ -288,6 +288,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
288
288
|
{
|
|
289
289
|
srcPath: "/_api/communities-blog-node-api",
|
|
290
290
|
destPath: ""
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
srcPath: "/_api/communities-blog-node-api/v3/multilingual",
|
|
294
|
+
destPath: "/v3/multilingual"
|
|
291
295
|
}
|
|
292
296
|
],
|
|
293
297
|
"social-blog._base_domain_": [
|
|
@@ -406,8 +410,6 @@ function getPost(payload) {
|
|
|
406
410
|
paths: [
|
|
407
411
|
{ path: "post.firstPublishedDate" },
|
|
408
412
|
{ path: "post.lastPublishedDate" },
|
|
409
|
-
{ path: "post.coverMedia.image.urlExpirationDate" },
|
|
410
|
-
{ path: "post.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
411
413
|
{ path: "post.heroImage.urlExpirationDate" },
|
|
412
414
|
{ path: "post.richContent.metadata.createdTimestamp" },
|
|
413
415
|
{ path: "post.richContent.metadata.updatedTimestamp" },
|
|
@@ -431,10 +433,6 @@ function getPost(payload) {
|
|
|
431
433
|
{
|
|
432
434
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
433
435
|
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
436
|
{ path: "post.heroImage.focalPoint.x" },
|
|
439
437
|
{ path: "post.heroImage.focalPoint.y" },
|
|
440
438
|
{ path: "post.media.wixMedia.image.focalPoint.x" },
|
|
@@ -472,7 +470,14 @@ function getPost(payload) {
|
|
|
472
470
|
{ path: "post.richContent.nodes.videoData.video.duration" },
|
|
473
471
|
{ path: "post.richContent.nodes.videoData.thumbnail.duration" },
|
|
474
472
|
{ path: "post.richContent.nodes.audioData.audio.duration" },
|
|
475
|
-
{ path: "post.richContent.nodes.audioData.coverImage.duration" }
|
|
473
|
+
{ path: "post.richContent.nodes.audioData.coverImage.duration" },
|
|
474
|
+
{
|
|
475
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
479
|
+
},
|
|
480
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" }
|
|
476
481
|
]
|
|
477
482
|
}
|
|
478
483
|
])
|
|
@@ -503,8 +508,6 @@ function getPostBySlug(payload) {
|
|
|
503
508
|
paths: [
|
|
504
509
|
{ path: "post.firstPublishedDate" },
|
|
505
510
|
{ path: "post.lastPublishedDate" },
|
|
506
|
-
{ path: "post.coverMedia.image.urlExpirationDate" },
|
|
507
|
-
{ path: "post.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
508
511
|
{ path: "post.heroImage.urlExpirationDate" },
|
|
509
512
|
{ path: "post.richContent.metadata.createdTimestamp" },
|
|
510
513
|
{ path: "post.richContent.metadata.updatedTimestamp" },
|
|
@@ -528,10 +531,6 @@ function getPostBySlug(payload) {
|
|
|
528
531
|
{
|
|
529
532
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
530
533
|
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
534
|
{ path: "post.heroImage.focalPoint.x" },
|
|
536
535
|
{ path: "post.heroImage.focalPoint.y" },
|
|
537
536
|
{ path: "post.media.wixMedia.image.focalPoint.x" },
|
|
@@ -569,7 +568,14 @@ function getPostBySlug(payload) {
|
|
|
569
568
|
{ path: "post.richContent.nodes.videoData.video.duration" },
|
|
570
569
|
{ path: "post.richContent.nodes.videoData.thumbnail.duration" },
|
|
571
570
|
{ path: "post.richContent.nodes.audioData.audio.duration" },
|
|
572
|
-
{ path: "post.richContent.nodes.audioData.coverImage.duration" }
|
|
571
|
+
{ path: "post.richContent.nodes.audioData.coverImage.duration" },
|
|
572
|
+
{
|
|
573
|
+
path: "post.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
path: "post.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
577
|
+
},
|
|
578
|
+
{ path: "post.richContent.nodes.shapeData.shape.duration" }
|
|
573
579
|
]
|
|
574
580
|
}
|
|
575
581
|
])
|
|
@@ -600,8 +606,6 @@ function listPosts(payload) {
|
|
|
600
606
|
paths: [
|
|
601
607
|
{ path: "posts.firstPublishedDate" },
|
|
602
608
|
{ path: "posts.lastPublishedDate" },
|
|
603
|
-
{ path: "posts.coverMedia.image.urlExpirationDate" },
|
|
604
|
-
{ path: "posts.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
605
609
|
{ path: "posts.heroImage.urlExpirationDate" },
|
|
606
610
|
{ path: "posts.richContent.metadata.createdTimestamp" },
|
|
607
611
|
{ path: "posts.richContent.metadata.updatedTimestamp" },
|
|
@@ -627,10 +631,6 @@ function listPosts(payload) {
|
|
|
627
631
|
{
|
|
628
632
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
629
633
|
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
634
|
{ path: "posts.heroImage.focalPoint.x" },
|
|
635
635
|
{ path: "posts.heroImage.focalPoint.y" },
|
|
636
636
|
{ path: "posts.media.wixMedia.image.focalPoint.x" },
|
|
@@ -670,7 +670,14 @@ function listPosts(payload) {
|
|
|
670
670
|
{ path: "posts.richContent.nodes.videoData.video.duration" },
|
|
671
671
|
{ path: "posts.richContent.nodes.videoData.thumbnail.duration" },
|
|
672
672
|
{ path: "posts.richContent.nodes.audioData.audio.duration" },
|
|
673
|
-
{ path: "posts.richContent.nodes.audioData.coverImage.duration" }
|
|
673
|
+
{ path: "posts.richContent.nodes.audioData.coverImage.duration" },
|
|
674
|
+
{
|
|
675
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
679
|
+
},
|
|
680
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" }
|
|
674
681
|
]
|
|
675
682
|
}
|
|
676
683
|
])
|
|
@@ -701,8 +708,6 @@ function queryPosts(payload) {
|
|
|
701
708
|
paths: [
|
|
702
709
|
{ path: "posts.firstPublishedDate" },
|
|
703
710
|
{ path: "posts.lastPublishedDate" },
|
|
704
|
-
{ path: "posts.coverMedia.image.urlExpirationDate" },
|
|
705
|
-
{ path: "posts.coverMedia.video.thumbnail.urlExpirationDate" },
|
|
706
711
|
{ path: "posts.heroImage.urlExpirationDate" },
|
|
707
712
|
{ path: "posts.richContent.metadata.createdTimestamp" },
|
|
708
713
|
{ path: "posts.richContent.metadata.updatedTimestamp" },
|
|
@@ -728,10 +733,6 @@ function queryPosts(payload) {
|
|
|
728
733
|
{
|
|
729
734
|
transformFn: import_float.transformRESTFloatToSDKFloat,
|
|
730
735
|
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
736
|
{ path: "posts.heroImage.focalPoint.x" },
|
|
736
737
|
{ path: "posts.heroImage.focalPoint.y" },
|
|
737
738
|
{ path: "posts.media.wixMedia.image.focalPoint.x" },
|
|
@@ -771,7 +772,14 @@ function queryPosts(payload) {
|
|
|
771
772
|
{ path: "posts.richContent.nodes.videoData.video.duration" },
|
|
772
773
|
{ path: "posts.richContent.nodes.videoData.thumbnail.duration" },
|
|
773
774
|
{ path: "posts.richContent.nodes.audioData.audio.duration" },
|
|
774
|
-
{ path: "posts.richContent.nodes.audioData.coverImage.duration" }
|
|
775
|
+
{ path: "posts.richContent.nodes.audioData.coverImage.duration" },
|
|
776
|
+
{
|
|
777
|
+
path: "posts.richContent.nodes.layoutData.backgroundImage.media.duration"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
path: "posts.richContent.nodes.layoutData.backdropImage.media.duration"
|
|
781
|
+
},
|
|
782
|
+
{ path: "posts.richContent.nodes.shapeData.shape.duration" }
|
|
775
783
|
]
|
|
776
784
|
}
|
|
777
785
|
])
|
|
@@ -843,6 +851,7 @@ var NodeType = /* @__PURE__ */ ((NodeType2) => {
|
|
|
843
851
|
NodeType2["CAPTION"] = "CAPTION";
|
|
844
852
|
NodeType2["LAYOUT"] = "LAYOUT";
|
|
845
853
|
NodeType2["LAYOUT_CELL"] = "LAYOUT_CELL";
|
|
854
|
+
NodeType2["SHAPE"] = "SHAPE";
|
|
846
855
|
return NodeType2;
|
|
847
856
|
})(NodeType || {});
|
|
848
857
|
var WidthType = /* @__PURE__ */ ((WidthType2) => {
|
|
@@ -935,13 +944,14 @@ var ThumbnailsAlignment = /* @__PURE__ */ ((ThumbnailsAlignment2) => {
|
|
|
935
944
|
return ThumbnailsAlignment2;
|
|
936
945
|
})(ThumbnailsAlignment || {});
|
|
937
946
|
var GIFType = /* @__PURE__ */ ((GIFType2) => {
|
|
938
|
-
GIFType2["
|
|
947
|
+
GIFType2["NORMAL"] = "NORMAL";
|
|
939
948
|
GIFType2["STICKER"] = "STICKER";
|
|
940
949
|
return GIFType2;
|
|
941
950
|
})(GIFType || {});
|
|
942
951
|
var Source = /* @__PURE__ */ ((Source2) => {
|
|
943
952
|
Source2["HTML"] = "HTML";
|
|
944
953
|
Source2["ADSENSE"] = "ADSENSE";
|
|
954
|
+
Source2["AI"] = "AI";
|
|
945
955
|
return Source2;
|
|
946
956
|
})(Source || {});
|
|
947
957
|
var StylesPosition = /* @__PURE__ */ ((StylesPosition2) => {
|
|
@@ -996,6 +1006,10 @@ var DecorationType = /* @__PURE__ */ ((DecorationType2) => {
|
|
|
996
1006
|
DecorationType2["COLOR"] = "COLOR";
|
|
997
1007
|
DecorationType2["FONT_SIZE"] = "FONT_SIZE";
|
|
998
1008
|
DecorationType2["EXTERNAL"] = "EXTERNAL";
|
|
1009
|
+
DecorationType2["STRIKETHROUGH"] = "STRIKETHROUGH";
|
|
1010
|
+
DecorationType2["SUPERSCRIPT"] = "SUPERSCRIPT";
|
|
1011
|
+
DecorationType2["SUBSCRIPT"] = "SUBSCRIPT";
|
|
1012
|
+
DecorationType2["FONT_FAMILY"] = "FONT_FAMILY";
|
|
999
1013
|
return DecorationType2;
|
|
1000
1014
|
})(DecorationType || {});
|
|
1001
1015
|
var FontType = /* @__PURE__ */ ((FontType2) => {
|