@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.
@@ -97,6 +97,12 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
97
97
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
98
98
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
99
99
  const domainToMappings = {
100
+ "apps._base_domain_": [
101
+ {
102
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
103
+ destPath: "/v3/posts"
104
+ }
105
+ ],
100
106
  "www._base_domain_": [
101
107
  {
102
108
  srcPath: "/_api/communities-blog-node-api/v3/posts",
@@ -129,10 +135,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
129
135
  srcPath: "/_api/communities-blog-node-api",
130
136
  destPath: ""
131
137
  },
132
- {
133
- srcPath: "/_api/communities-blog-node-api/v3/posts",
134
- destPath: "/v3/posts"
135
- },
136
138
  {
137
139
  srcPath: "/_api/communities-blog-node-api/v2/stats",
138
140
  destPath: "/v2/stats"