@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.
@@ -98,12 +98,6 @@ 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
- ],
107
101
  "apps._base_domain_": [
108
102
  {
109
103
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -182,6 +176,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
182
176
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
183
177
  destPath: "/_api/posts/content"
184
178
  },
179
+ {
180
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
181
+ destPath: "/v3/posts"
182
+ },
185
183
  {
186
184
  srcPath: "/_api/communities-blog-node-api/v2/stats",
187
185
  destPath: "/v2/stats"