@wix/auto_sdk_blog_posts 1.0.80 → 1.0.81

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,6 +114,12 @@ 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
+ ],
117
123
  "apps._base_domain_": [
118
124
  {
119
125
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -192,10 +198,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
192
198
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
193
199
  destPath: "/_api/posts/content"
194
200
  },
195
- {
196
- srcPath: "/_api/communities-blog-node-api/v3/posts",
197
- destPath: "/v3/posts"
198
- },
199
201
  {
200
202
  srcPath: "/_api/communities-blog-node-api/v2/stats",
201
203
  destPath: "/v2/stats"