@wix/auto_sdk_blog_posts 1.0.69 → 1.0.70

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
+ "apps._base_domain_": [
118
+ {
119
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
120
+ destPath: "/v3/posts"
121
+ }
122
+ ],
117
123
  "www._base_domain_": [
118
124
  {
119
125
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -146,10 +152,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
146
152
  srcPath: "/_api/communities-blog-node-api",
147
153
  destPath: ""
148
154
  },
149
- {
150
- srcPath: "/_api/communities-blog-node-api/v3/posts",
151
- destPath: "/v3/posts"
152
- },
153
155
  {
154
156
  srcPath: "/_api/communities-blog-node-api/v2/stats",
155
157
  destPath: "/v2/stats"