@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.
@@ -114,12 +114,6 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
114
114
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
115
115
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
116
116
  const domainToMappings = {
117
- _: [
118
- {
119
- srcPath: "/_api/communities-blog-node-api/v3/posts",
120
- destPath: "/v3/posts"
121
- }
122
- ],
123
117
  "apps._base_domain_": [
124
118
  {
125
119
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -198,6 +192,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
198
192
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
199
193
  destPath: "/_api/posts/content"
200
194
  },
195
+ {
196
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
197
+ destPath: "/v3/posts"
198
+ },
201
199
  {
202
200
  srcPath: "/_api/communities-blog-node-api/v2/stats",
203
201
  destPath: "/v2/stats"