@wix/auto_sdk_blog_posts 1.0.67 → 1.0.69
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.
- package/build/cjs/index.js +0 -176
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +0 -176
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +0 -176
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -176
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +0 -176
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +0 -176
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -176
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +0 -176
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +0 -176
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -176
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +0 -176
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +0 -176
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -114,182 +114,10 @@ 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
|
-
"api._api_base_domain_": [
|
|
118
|
-
{
|
|
119
|
-
srcPath: "/communities-blog-node-api",
|
|
120
|
-
destPath: ""
|
|
121
|
-
}
|
|
122
|
-
],
|
|
123
117
|
"www._base_domain_": [
|
|
124
|
-
{
|
|
125
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
126
|
-
destPath: ""
|
|
127
|
-
},
|
|
128
|
-
{
|
|
129
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
130
|
-
destPath: "/v3/posts"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
134
|
-
destPath: "/v2/stats"
|
|
135
|
-
}
|
|
136
|
-
],
|
|
137
|
-
"apps._base_domain_": [
|
|
138
|
-
{
|
|
139
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
140
|
-
destPath: ""
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
144
|
-
destPath: "/v3/posts"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
148
|
-
destPath: "/v2/stats"
|
|
149
|
-
}
|
|
150
|
-
],
|
|
151
|
-
_: [
|
|
152
|
-
{
|
|
153
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
154
|
-
destPath: ""
|
|
155
|
-
},
|
|
156
|
-
{
|
|
157
|
-
srcPath: "/_api/communities-blog-node-api/_api/blogs/this",
|
|
158
|
-
destPath: "/_api/blogs/this"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
srcPath: "/_api/communities-blog-node-api/_api/categories",
|
|
162
|
-
destPath: "/_api/categories"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
srcPath: "/_api/communities-blog-node-api/_api/site-properties",
|
|
166
|
-
destPath: "/_api/site-properties"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
srcPath: "/_api/communities-blog-node-api/_api/posts/content",
|
|
170
|
-
destPath: "/_api/posts/content"
|
|
171
|
-
},
|
|
172
118
|
{
|
|
173
119
|
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
174
120
|
destPath: "/v3/posts"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
178
|
-
destPath: "/v2/stats"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"editor._base_domain_": [
|
|
182
|
-
{
|
|
183
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
184
|
-
destPath: ""
|
|
185
|
-
}
|
|
186
|
-
],
|
|
187
|
-
"blocks._base_domain_": [
|
|
188
|
-
{
|
|
189
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
190
|
-
destPath: ""
|
|
191
|
-
}
|
|
192
|
-
],
|
|
193
|
-
"create.editorx": [
|
|
194
|
-
{
|
|
195
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
196
|
-
destPath: ""
|
|
197
|
-
}
|
|
198
|
-
],
|
|
199
|
-
"*.dev.wix-code.com": [
|
|
200
|
-
{
|
|
201
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
202
|
-
destPath: ""
|
|
203
|
-
}
|
|
204
|
-
],
|
|
205
|
-
"*.pub.wix-code.com": [
|
|
206
|
-
{
|
|
207
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
208
|
-
destPath: ""
|
|
209
|
-
}
|
|
210
|
-
],
|
|
211
|
-
"bo._base_domain_": [
|
|
212
|
-
{
|
|
213
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
214
|
-
destPath: ""
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
218
|
-
destPath: ""
|
|
219
|
-
}
|
|
220
|
-
],
|
|
221
|
-
"wixbo.ai": [
|
|
222
|
-
{
|
|
223
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
224
|
-
destPath: ""
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
228
|
-
destPath: ""
|
|
229
|
-
}
|
|
230
|
-
],
|
|
231
|
-
"wix-bo.com": [
|
|
232
|
-
{
|
|
233
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
234
|
-
destPath: ""
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
238
|
-
destPath: ""
|
|
239
|
-
}
|
|
240
|
-
],
|
|
241
|
-
"manage._base_domain_": [
|
|
242
|
-
{
|
|
243
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
244
|
-
destPath: ""
|
|
245
|
-
}
|
|
246
|
-
],
|
|
247
|
-
"social-blog._base_domain_": [
|
|
248
|
-
{
|
|
249
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
250
|
-
destPath: ""
|
|
251
|
-
}
|
|
252
|
-
],
|
|
253
|
-
"editor.wixapps.net": [
|
|
254
|
-
{
|
|
255
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
256
|
-
destPath: ""
|
|
257
|
-
}
|
|
258
|
-
],
|
|
259
|
-
"dev._base_domain_": [
|
|
260
|
-
{
|
|
261
|
-
srcPath: "/_api/communities-blog-node-api",
|
|
262
|
-
destPath: ""
|
|
263
|
-
}
|
|
264
|
-
],
|
|
265
|
-
"www.wixapis.com": [
|
|
266
|
-
{
|
|
267
|
-
srcPath: "/blog/v2",
|
|
268
|
-
destPath: "/v2"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
srcPath: "/blog/v3",
|
|
272
|
-
destPath: "/v3"
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
srcPath: "/v2/stats",
|
|
276
|
-
destPath: "/v2/stats"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
srcPath: "/v3/posts",
|
|
280
|
-
destPath: "/v3/posts"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
srcPath: "/blog/v3/posts",
|
|
284
|
-
destPath: "/v3/posts"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
srcPath: "/blog/v2/stats",
|
|
288
|
-
destPath: "/v2/stats"
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
srcPath: "/_api/v3/posts",
|
|
292
|
-
destPath: "/v3/posts"
|
|
293
121
|
}
|
|
294
122
|
]
|
|
295
123
|
};
|
|
@@ -308,10 +136,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
|
|
|
308
136
|
srcPath: "/_api/communities-blog-node-api",
|
|
309
137
|
destPath: ""
|
|
310
138
|
},
|
|
311
|
-
{
|
|
312
|
-
srcPath: "/_api/communities-blog-node-api/v3/posts",
|
|
313
|
-
destPath: "/v3/posts"
|
|
314
|
-
},
|
|
315
139
|
{
|
|
316
140
|
srcPath: "/_api/communities-blog-node-api/v2/stats",
|
|
317
141
|
destPath: "/v2/stats"
|