@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.
@@ -98,6 +98,12 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
98
98
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
99
99
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
100
100
  const domainToMappings = {
101
+ _: [
102
+ {
103
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
104
+ destPath: "/v3/posts"
105
+ }
106
+ ],
101
107
  "apps._base_domain_": [
102
108
  {
103
109
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -176,10 +182,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
176
182
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
177
183
  destPath: "/_api/posts/content"
178
184
  },
179
- {
180
- srcPath: "/_api/communities-blog-node-api/v3/posts",
181
- destPath: "/v3/posts"
182
- },
183
185
  {
184
186
  srcPath: "/_api/communities-blog-node-api/v2/stats",
185
187
  destPath: "/v2/stats"