@wix/auto_sdk_blog_posts 1.0.81 → 1.0.82

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,12 +28,6 @@ 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
- ],
37
31
  "apps._base_domain_": [
38
32
  {
39
33
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -112,6 +106,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
112
106
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
113
107
  destPath: "/_api/posts/content"
114
108
  },
109
+ {
110
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
111
+ destPath: "/v3/posts"
112
+ },
115
113
  {
116
114
  srcPath: "/_api/communities-blog-node-api/v2/stats",
117
115
  destPath: "/v2/stats"