@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.
@@ -53,6 +53,12 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts)
53
53
  srcPath: "/_api/communities-blog-node-api/v3/posts",
54
54
  destPath: "/v3/posts"
55
55
  }
56
+ ],
57
+ "*.dev.wix-code.com": [
58
+ {
59
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
60
+ destPath: "/v3/posts"
61
+ }
56
62
  ]
57
63
  };
58
64
  return resolveUrl(Object.assign(opts, { domainToMappings }));
@@ -115,18 +121,30 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
115
121
  {
116
122
  srcPath: "/_api/communities-blog-node-api",
117
123
  destPath: ""
124
+ },
125
+ {
126
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
127
+ destPath: "/v3/posts"
118
128
  }
119
129
  ],
120
130
  "blocks._base_domain_": [
121
131
  {
122
132
  srcPath: "/_api/communities-blog-node-api",
123
133
  destPath: ""
134
+ },
135
+ {
136
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
137
+ destPath: "/v3/posts"
124
138
  }
125
139
  ],
126
140
  "create.editorx": [
127
141
  {
128
142
  srcPath: "/_api/communities-blog-node-api",
129
143
  destPath: ""
144
+ },
145
+ {
146
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
147
+ destPath: "/v3/posts"
130
148
  }
131
149
  ],
132
150
  "*.dev.wix-code.com": [
@@ -187,12 +205,20 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
187
205
  {
188
206
  srcPath: "/_api/communities-blog-node-api",
189
207
  destPath: ""
208
+ },
209
+ {
210
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
211
+ destPath: "/v3/posts"
190
212
  }
191
213
  ],
192
214
  "dev._base_domain_": [
193
215
  {
194
216
  srcPath: "/_api/communities-blog-node-api",
195
217
  destPath: ""
218
+ },
219
+ {
220
+ srcPath: "/_api/communities-blog-node-api/v3/posts",
221
+ destPath: "/v3/posts"
196
222
  }
197
223
  ],
198
224
  "www.wixapis.com": [