@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.
@@ -65,6 +65,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
65
65
  srcPath: "/_api/communities-blog-node-api/v3/posts",
66
66
  destPath: "/v3/posts"
67
67
  }
68
+ ],
69
+ "*.dev.wix-code.com": [
70
+ {
71
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
72
+ destPath: "/v3/posts"
73
+ }
68
74
  ]
69
75
  };
70
76
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -127,18 +133,30 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
127
133
  {
128
134
  srcPath: "/_api/communities-blog-node-api",
129
135
  destPath: ""
136
+ },
137
+ {
138
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
139
+ destPath: "/v3/posts"
130
140
  }
131
141
  ],
132
142
  "blocks._base_domain_": [
133
143
  {
134
144
  srcPath: "/_api/communities-blog-node-api",
135
145
  destPath: ""
146
+ },
147
+ {
148
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
149
+ destPath: "/v3/posts"
136
150
  }
137
151
  ],
138
152
  "create.editorx": [
139
153
  {
140
154
  srcPath: "/_api/communities-blog-node-api",
141
155
  destPath: ""
156
+ },
157
+ {
158
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
159
+ destPath: "/v3/posts"
142
160
  }
143
161
  ],
144
162
  "*.dev.wix-code.com": [
@@ -199,12 +217,20 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
199
217
  {
200
218
  srcPath: "/_api/communities-blog-node-api",
201
219
  destPath: ""
220
+ },
221
+ {
222
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
223
+ destPath: "/v3/posts"
202
224
  }
203
225
  ],
204
226
  "dev._base_domain_": [
205
227
  {
206
228
  srcPath: "/_api/communities-blog-node-api",
207
229
  destPath: ""
230
+ },
231
+ {
232
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
233
+ destPath: "/v3/posts"
208
234
  }
209
235
  ],
210
236
  "www.wixapis.com": [