@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.
package/build/cjs/meta.js CHANGED
@@ -92,6 +92,12 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
92
92
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
93
93
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
94
94
  const domainToMappings = {
95
+ _: [
96
+ {
97
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
98
+ destPath: "/v3/posts"
99
+ }
100
+ ],
95
101
  "apps._base_domain_": [
96
102
  {
97
103
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -170,10 +176,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
170
176
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
171
177
  destPath: "/_api/posts/content"
172
178
  },
173
- {
174
- srcPath: "/_api/communities-blog-node-api/v3/posts",
175
- destPath: "/v3/posts"
176
- },
177
179
  {
178
180
  srcPath: "/_api/communities-blog-node-api/v2/stats",
179
181
  destPath: "/v2/stats"