@wix/auto_sdk_blog_posts 1.0.80 → 1.0.81

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.
@@ -28,6 +28,12 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
28
28
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
29
29
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
30
30
  const domainToMappings = {
31
+ _: [
32
+ {
33
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
34
+ destPath: "/v3/posts"
35
+ }
36
+ ],
31
37
  "apps._base_domain_": [
32
38
  {
33
39
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -106,10 +112,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
106
112
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
107
113
  destPath: "/_api/posts/content"
108
114
  },
109
- {
110
- srcPath: "/_api/communities-blog-node-api/v3/posts",
111
- destPath: "/v3/posts"
112
- },
113
115
  {
114
116
  srcPath: "/_api/communities-blog-node-api/v2/stats",
115
117
  destPath: "/v2/stats"