@wix/auto_sdk_blog_posts 1.0.79 → 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",
@@ -127,6 +133,10 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
127
133
  }
128
134
  ],
129
135
  "www.wixapis.com": [
136
+ {
137
+ srcPath: "/v3/posts",
138
+ destPath: "/v3/posts"
139
+ },
130
140
  {
131
141
  srcPath: "/blog/v3/posts",
132
142
  destPath: "/v3/posts"
@@ -188,10 +198,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
188
198
  srcPath: "/_api/communities-blog-node-api/_api/posts/content",
189
199
  destPath: "/_api/posts/content"
190
200
  },
191
- {
192
- srcPath: "/_api/communities-blog-node-api/v3/posts",
193
- destPath: "/v3/posts"
194
- },
195
201
  {
196
202
  srcPath: "/_api/communities-blog-node-api/v2/stats",
197
203
  destPath: "/v2/stats"
@@ -294,10 +300,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
294
300
  srcPath: "/v2/stats",
295
301
  destPath: "/v2/stats"
296
302
  },
297
- {
298
- srcPath: "/v3/posts",
299
- destPath: "/v3/posts"
300
- },
301
303
  {
302
304
  srcPath: "/blog/v2/stats",
303
305
  destPath: "/v2/stats"