@wix/auto_sdk_blog_posts 1.0.69 → 1.0.71

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,11 +114,23 @@ 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",
120
126
  destPath: "/v3/posts"
121
127
  }
128
+ ],
129
+ "www.wixapis.com": [
130
+ {
131
+ srcPath: "/_api/v3/posts",
132
+ destPath: "/v3/posts"
133
+ }
122
134
  ]
123
135
  };
124
136
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -146,10 +158,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
146
158
  srcPath: "/_api/communities-blog-node-api",
147
159
  destPath: ""
148
160
  },
149
- {
150
- srcPath: "/_api/communities-blog-node-api/v3/posts",
151
- destPath: "/v3/posts"
152
- },
153
161
  {
154
162
  srcPath: "/_api/communities-blog-node-api/v2/stats",
155
163
  destPath: "/v2/stats"
@@ -293,10 +301,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
293
301
  {
294
302
  srcPath: "/blog/v2/stats",
295
303
  destPath: "/v2/stats"
296
- },
297
- {
298
- srcPath: "/_api/v3/posts",
299
- destPath: "/v3/posts"
300
304
  }
301
305
  ]
302
306
  };