@wix/auto_sdk_blog_posts 1.0.89 → 1.0.91

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.
@@ -129,6 +129,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
129
129
  srcPath: "/_api/communities-blog-node-api/v3/posts",
130
130
  destPath: "/v3/posts"
131
131
  }
132
+ ],
133
+ "*.dev.wix-code.com": [
134
+ {
135
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
136
+ destPath: "/v3/posts"
137
+ }
132
138
  ]
133
139
  };
134
140
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -191,18 +197,30 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
191
197
  {
192
198
  srcPath: "/_api/communities-blog-node-api",
193
199
  destPath: ""
200
+ },
201
+ {
202
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
203
+ destPath: "/v3/posts"
194
204
  }
195
205
  ],
196
206
  "blocks._base_domain_": [
197
207
  {
198
208
  srcPath: "/_api/communities-blog-node-api",
199
209
  destPath: ""
210
+ },
211
+ {
212
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
213
+ destPath: "/v3/posts"
200
214
  }
201
215
  ],
202
216
  "create.editorx": [
203
217
  {
204
218
  srcPath: "/_api/communities-blog-node-api",
205
219
  destPath: ""
220
+ },
221
+ {
222
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
223
+ destPath: "/v3/posts"
206
224
  }
207
225
  ],
208
226
  "*.dev.wix-code.com": [
@@ -263,12 +281,20 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
263
281
  {
264
282
  srcPath: "/_api/communities-blog-node-api",
265
283
  destPath: ""
284
+ },
285
+ {
286
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
287
+ destPath: "/v3/posts"
266
288
  }
267
289
  ],
268
290
  "dev._base_domain_": [
269
291
  {
270
292
  srcPath: "/_api/communities-blog-node-api",
271
293
  destPath: ""
294
+ },
295
+ {
296
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
297
+ destPath: "/v3/posts"
272
298
  }
273
299
  ],
274
300
  "www.wixapis.com": [