@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.
@@ -97,182 +97,10 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
97
97
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
98
98
  function resolveComWixpressNpmCommunitiesPlatformizedBlogV3PostServiceUrl(opts) {
99
99
  const domainToMappings = {
100
- "api._api_base_domain_": [
101
- {
102
- srcPath: "/communities-blog-node-api",
103
- destPath: ""
104
- }
105
- ],
106
100
  "www._base_domain_": [
107
- {
108
- srcPath: "/_api/communities-blog-node-api",
109
- destPath: ""
110
- },
111
- {
112
- srcPath: "/_api/communities-blog-node-api/v3/posts",
113
- destPath: "/v3/posts"
114
- },
115
- {
116
- srcPath: "/_api/communities-blog-node-api/v2/stats",
117
- destPath: "/v2/stats"
118
- }
119
- ],
120
- "apps._base_domain_": [
121
- {
122
- srcPath: "/_api/communities-blog-node-api",
123
- destPath: ""
124
- },
125
- {
126
- srcPath: "/_api/communities-blog-node-api/v3/posts",
127
- destPath: "/v3/posts"
128
- },
129
- {
130
- srcPath: "/_api/communities-blog-node-api/v2/stats",
131
- destPath: "/v2/stats"
132
- }
133
- ],
134
- _: [
135
- {
136
- srcPath: "/_api/communities-blog-node-api",
137
- destPath: ""
138
- },
139
- {
140
- srcPath: "/_api/communities-blog-node-api/_api/blogs/this",
141
- destPath: "/_api/blogs/this"
142
- },
143
- {
144
- srcPath: "/_api/communities-blog-node-api/_api/categories",
145
- destPath: "/_api/categories"
146
- },
147
- {
148
- srcPath: "/_api/communities-blog-node-api/_api/site-properties",
149
- destPath: "/_api/site-properties"
150
- },
151
- {
152
- srcPath: "/_api/communities-blog-node-api/_api/posts/content",
153
- destPath: "/_api/posts/content"
154
- },
155
101
  {
156
102
  srcPath: "/_api/communities-blog-node-api/v3/posts",
157
103
  destPath: "/v3/posts"
158
- },
159
- {
160
- srcPath: "/_api/communities-blog-node-api/v2/stats",
161
- destPath: "/v2/stats"
162
- }
163
- ],
164
- "editor._base_domain_": [
165
- {
166
- srcPath: "/_api/communities-blog-node-api",
167
- destPath: ""
168
- }
169
- ],
170
- "blocks._base_domain_": [
171
- {
172
- srcPath: "/_api/communities-blog-node-api",
173
- destPath: ""
174
- }
175
- ],
176
- "create.editorx": [
177
- {
178
- srcPath: "/_api/communities-blog-node-api",
179
- destPath: ""
180
- }
181
- ],
182
- "*.dev.wix-code.com": [
183
- {
184
- srcPath: "/_api/communities-blog-node-api",
185
- destPath: ""
186
- }
187
- ],
188
- "*.pub.wix-code.com": [
189
- {
190
- srcPath: "/_api/communities-blog-node-api",
191
- destPath: ""
192
- }
193
- ],
194
- "bo._base_domain_": [
195
- {
196
- srcPath: "/_api/communities-blog-node-api",
197
- destPath: ""
198
- },
199
- {
200
- srcPath: "/_api/communities-blog-node-api",
201
- destPath: ""
202
- }
203
- ],
204
- "wixbo.ai": [
205
- {
206
- srcPath: "/_api/communities-blog-node-api",
207
- destPath: ""
208
- },
209
- {
210
- srcPath: "/_api/communities-blog-node-api",
211
- destPath: ""
212
- }
213
- ],
214
- "wix-bo.com": [
215
- {
216
- srcPath: "/_api/communities-blog-node-api",
217
- destPath: ""
218
- },
219
- {
220
- srcPath: "/_api/communities-blog-node-api",
221
- destPath: ""
222
- }
223
- ],
224
- "manage._base_domain_": [
225
- {
226
- srcPath: "/_api/communities-blog-node-api",
227
- destPath: ""
228
- }
229
- ],
230
- "social-blog._base_domain_": [
231
- {
232
- srcPath: "/_api/communities-blog-node-api",
233
- destPath: ""
234
- }
235
- ],
236
- "editor.wixapps.net": [
237
- {
238
- srcPath: "/_api/communities-blog-node-api",
239
- destPath: ""
240
- }
241
- ],
242
- "dev._base_domain_": [
243
- {
244
- srcPath: "/_api/communities-blog-node-api",
245
- destPath: ""
246
- }
247
- ],
248
- "www.wixapis.com": [
249
- {
250
- srcPath: "/blog/v2",
251
- destPath: "/v2"
252
- },
253
- {
254
- srcPath: "/blog/v3",
255
- destPath: "/v3"
256
- },
257
- {
258
- srcPath: "/v2/stats",
259
- destPath: "/v2/stats"
260
- },
261
- {
262
- srcPath: "/v3/posts",
263
- destPath: "/v3/posts"
264
- },
265
- {
266
- srcPath: "/blog/v3/posts",
267
- destPath: "/v3/posts"
268
- },
269
- {
270
- srcPath: "/blog/v2/stats",
271
- destPath: "/v2/stats"
272
- },
273
- {
274
- srcPath: "/_api/v3/posts",
275
- destPath: "/v3/posts"
276
104
  }
277
105
  ]
278
106
  };
@@ -291,10 +119,6 @@ function resolveComWixpressNpmCommunitiesPlatformizedBlogBlogStatsServiceUrl(opt
291
119
  srcPath: "/_api/communities-blog-node-api",
292
120
  destPath: ""
293
121
  },
294
- {
295
- srcPath: "/_api/communities-blog-node-api/v3/posts",
296
- destPath: "/v3/posts"
297
- },
298
122
  {
299
123
  srcPath: "/_api/communities-blog-node-api/v2/stats",
300
124
  destPath: "/v2/stats"