@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.
package/build/cjs/meta.js CHANGED
@@ -92,12 +92,6 @@ 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
- ],
101
95
  "apps._base_domain_": [
102
96
  {
103
97
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -176,6 +170,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
176
170
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
177
171
  destPath: "/_api/posts/content"
178
172
  },
173
+ {
174
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
175
+ destPath: "/v3/posts"
176
+ },
179
177
  {
180
178
  srcPath: "/_api/communities-blog-node-api/v2/stats",
181
179
  destPath: "/v2/stats"