@wix/auto_sdk_blog_posts 1.0.67 → 1.0.68

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