@wix/auto_sdk_blog_posts 1.0.82 → 1.0.83

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.
@@ -16,6 +16,12 @@ import { transformPaths } from "@wix/sdk-runtime/transformations/transform-paths
16
16
  import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
17
17
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
18
18
  const domainToMappings = {
19
+ _: [
20
+ {
21
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
22
+ destPath: "/v3/posts"
23
+ }
24
+ ],
19
25
  "apps._base_domain_": [
20
26
  {
21
27
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -94,10 +100,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
94
100
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
95
101
  destPath: "/_api/posts/content"
96
102
  },
97
- {
98
- srcPath: "/_api/communities-blog-node-api/v3/posts",
99
- destPath: "/v3/posts"
100
- },
101
103
  {
102
104
  srcPath: "/_api/communities-blog-node-api/v2/stats",
103
105
  destPath: "/v2/stats"