@wix/auto_sdk_metro_products 1.0.12 → 1.0.14
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.d.ts +5 -7
- package/build/cjs/index.js +17 -291
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +65 -3
- package/build/cjs/index.typings.js +17 -291
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +9 -291
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +5 -7
- package/build/es/index.mjs +14 -291
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +65 -3
- package/build/es/index.typings.mjs +14 -291
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +9 -291
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +5 -7
- package/build/internal/cjs/index.js +17 -291
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +65 -3
- package/build/internal/cjs/index.typings.js +17 -291
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +9 -291
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +5 -7
- package/build/internal/es/index.mjs +14 -291
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +65 -3
- package/build/internal/es/index.typings.mjs +14 -291
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +9 -291
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/meta.js
CHANGED
|
@@ -48,202 +48,42 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
|
48
48
|
function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts) {
|
|
49
49
|
const domainToMappings = {
|
|
50
50
|
"apps._base_domain_": [
|
|
51
|
-
{
|
|
52
|
-
srcPath: "/_api/metro-inspector",
|
|
53
|
-
destPath: "/api"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
srcPath: "/_api/metro-inspector",
|
|
57
|
-
destPath: "/api"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
srcPath: "/_api/metro-inspector",
|
|
61
|
-
destPath: "/api"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
srcPath: "/_api/metro-inspector",
|
|
65
|
-
destPath: "/api"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
srcPath: "/_api/metro-inspector",
|
|
69
|
-
destPath: "/api"
|
|
70
|
-
},
|
|
71
51
|
{
|
|
72
52
|
srcPath: "/_api/metro-inspector",
|
|
73
53
|
destPath: "/api"
|
|
74
54
|
}
|
|
75
55
|
],
|
|
76
56
|
"api._api_base_domain_": [
|
|
77
|
-
{
|
|
78
|
-
srcPath: "/metro-inspector",
|
|
79
|
-
destPath: ""
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
srcPath: "/metro-inspector",
|
|
83
|
-
destPath: ""
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
srcPath: "/metro-inspector",
|
|
87
|
-
destPath: ""
|
|
88
|
-
},
|
|
89
|
-
{
|
|
90
|
-
srcPath: "/metro-inspector",
|
|
91
|
-
destPath: ""
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
srcPath: "/metro-inspector",
|
|
95
|
-
destPath: ""
|
|
96
|
-
},
|
|
97
57
|
{
|
|
98
58
|
srcPath: "/metro-inspector",
|
|
99
59
|
destPath: ""
|
|
100
60
|
}
|
|
101
61
|
],
|
|
102
62
|
"www._base_domain_": [
|
|
103
|
-
{
|
|
104
|
-
srcPath: "/metro-inspector",
|
|
105
|
-
destPath: "/api"
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
srcPath: "/metro-inspector",
|
|
109
|
-
destPath: "/api"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
srcPath: "/metro-inspector",
|
|
113
|
-
destPath: "/api"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
srcPath: "/metro-inspector",
|
|
117
|
-
destPath: "/api"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
srcPath: "/metro-inspector",
|
|
121
|
-
destPath: "/api"
|
|
122
|
-
},
|
|
123
63
|
{
|
|
124
64
|
srcPath: "/metro-inspector",
|
|
125
65
|
destPath: "/api"
|
|
126
66
|
}
|
|
127
67
|
],
|
|
128
68
|
"manage._base_domain_": [
|
|
129
|
-
{
|
|
130
|
-
srcPath: "/metro-inspector",
|
|
131
|
-
destPath: ""
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
srcPath: "/metro-inspector",
|
|
135
|
-
destPath: ""
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
srcPath: "/metro-inspector",
|
|
139
|
-
destPath: ""
|
|
140
|
-
},
|
|
141
|
-
{
|
|
142
|
-
srcPath: "/metro-inspector",
|
|
143
|
-
destPath: ""
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
srcPath: "/metro-inspector",
|
|
147
|
-
destPath: ""
|
|
148
|
-
},
|
|
149
69
|
{
|
|
150
70
|
srcPath: "/metro-inspector",
|
|
151
71
|
destPath: ""
|
|
152
72
|
}
|
|
153
73
|
],
|
|
154
74
|
"www.wixgateway.com": [
|
|
155
|
-
{
|
|
156
|
-
srcPath: "/_api/metro-inspector",
|
|
157
|
-
destPath: "/api"
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
srcPath: "/_api/metro-inspector",
|
|
161
|
-
destPath: "/api"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
srcPath: "/_api/metro-inspector",
|
|
165
|
-
destPath: "/api"
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
srcPath: "/_api/metro-inspector",
|
|
169
|
-
destPath: "/api"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
srcPath: "/_api/metro-inspector",
|
|
173
|
-
destPath: "/api"
|
|
174
|
-
},
|
|
175
75
|
{
|
|
176
76
|
srcPath: "/_api/metro-inspector",
|
|
177
77
|
destPath: "/api"
|
|
178
78
|
}
|
|
179
79
|
],
|
|
180
80
|
_: [
|
|
181
|
-
{
|
|
182
|
-
srcPath: "/_api/metro-inspector",
|
|
183
|
-
destPath: "/api"
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
srcPath: "/_api/metro-inspector",
|
|
187
|
-
destPath: "/api"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
srcPath: "/_api/metro-inspector",
|
|
191
|
-
destPath: "/api"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
srcPath: "/_api/metro-inspector",
|
|
195
|
-
destPath: "/api"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
srcPath: "/_api/metro-inspector",
|
|
199
|
-
destPath: "/api"
|
|
200
|
-
},
|
|
201
81
|
{
|
|
202
82
|
srcPath: "/_api/metro-inspector",
|
|
203
83
|
destPath: "/api"
|
|
204
84
|
}
|
|
205
85
|
],
|
|
206
86
|
"www.wixapis.com": [
|
|
207
|
-
{
|
|
208
|
-
srcPath: "/_api/metro-inspector",
|
|
209
|
-
destPath: "/api"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
srcPath: "/metro-inspector",
|
|
213
|
-
destPath: ""
|
|
214
|
-
},
|
|
215
|
-
{
|
|
216
|
-
srcPath: "/_api/metro-inspector",
|
|
217
|
-
destPath: "/api"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
srcPath: "/metro-inspector",
|
|
221
|
-
destPath: ""
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
srcPath: "/_api/metro-inspector",
|
|
225
|
-
destPath: "/api"
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
srcPath: "/metro-inspector",
|
|
229
|
-
destPath: ""
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
srcPath: "/_api/metro-inspector",
|
|
233
|
-
destPath: "/api"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
srcPath: "/metro-inspector",
|
|
237
|
-
destPath: ""
|
|
238
|
-
},
|
|
239
|
-
{
|
|
240
|
-
srcPath: "/_api/metro-inspector",
|
|
241
|
-
destPath: "/api"
|
|
242
|
-
},
|
|
243
|
-
{
|
|
244
|
-
srcPath: "/metro-inspector",
|
|
245
|
-
destPath: ""
|
|
246
|
-
},
|
|
247
87
|
{
|
|
248
88
|
srcPath: "/_api/metro-inspector",
|
|
249
89
|
destPath: "/api"
|
|
@@ -254,46 +94,6 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
254
94
|
}
|
|
255
95
|
],
|
|
256
96
|
"editor._base_domain_": [
|
|
257
|
-
{
|
|
258
|
-
srcPath: "/metro-insepctor",
|
|
259
|
-
destPath: ""
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
srcPath: "/_api/metro-inspector",
|
|
263
|
-
destPath: "/api"
|
|
264
|
-
},
|
|
265
|
-
{
|
|
266
|
-
srcPath: "/metro-insepctor",
|
|
267
|
-
destPath: ""
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
srcPath: "/_api/metro-inspector",
|
|
271
|
-
destPath: "/api"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
srcPath: "/metro-insepctor",
|
|
275
|
-
destPath: ""
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
srcPath: "/_api/metro-inspector",
|
|
279
|
-
destPath: "/api"
|
|
280
|
-
},
|
|
281
|
-
{
|
|
282
|
-
srcPath: "/metro-insepctor",
|
|
283
|
-
destPath: ""
|
|
284
|
-
},
|
|
285
|
-
{
|
|
286
|
-
srcPath: "/_api/metro-inspector",
|
|
287
|
-
destPath: "/api"
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
srcPath: "/metro-insepctor",
|
|
291
|
-
destPath: ""
|
|
292
|
-
},
|
|
293
|
-
{
|
|
294
|
-
srcPath: "/_api/metro-inspector",
|
|
295
|
-
destPath: "/api"
|
|
296
|
-
},
|
|
297
97
|
{
|
|
298
98
|
srcPath: "/metro-insepctor",
|
|
299
99
|
destPath: ""
|
|
@@ -304,46 +104,6 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
304
104
|
}
|
|
305
105
|
],
|
|
306
106
|
"blocks._base_domain_": [
|
|
307
|
-
{
|
|
308
|
-
srcPath: "/metro-insepctor",
|
|
309
|
-
destPath: ""
|
|
310
|
-
},
|
|
311
|
-
{
|
|
312
|
-
srcPath: "/_api/metro-inspector",
|
|
313
|
-
destPath: "/api"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
srcPath: "/metro-insepctor",
|
|
317
|
-
destPath: ""
|
|
318
|
-
},
|
|
319
|
-
{
|
|
320
|
-
srcPath: "/_api/metro-inspector",
|
|
321
|
-
destPath: "/api"
|
|
322
|
-
},
|
|
323
|
-
{
|
|
324
|
-
srcPath: "/metro-insepctor",
|
|
325
|
-
destPath: ""
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
srcPath: "/_api/metro-inspector",
|
|
329
|
-
destPath: "/api"
|
|
330
|
-
},
|
|
331
|
-
{
|
|
332
|
-
srcPath: "/metro-insepctor",
|
|
333
|
-
destPath: ""
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
srcPath: "/_api/metro-inspector",
|
|
337
|
-
destPath: "/api"
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
srcPath: "/metro-insepctor",
|
|
341
|
-
destPath: ""
|
|
342
|
-
},
|
|
343
|
-
{
|
|
344
|
-
srcPath: "/_api/metro-inspector",
|
|
345
|
-
destPath: "/api"
|
|
346
|
-
},
|
|
347
107
|
{
|
|
348
108
|
srcPath: "/metro-insepctor",
|
|
349
109
|
destPath: ""
|
|
@@ -354,46 +114,6 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
354
114
|
}
|
|
355
115
|
],
|
|
356
116
|
"create.editorx": [
|
|
357
|
-
{
|
|
358
|
-
srcPath: "/metro-insepctor",
|
|
359
|
-
destPath: ""
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
srcPath: "/_api/metro-inspector",
|
|
363
|
-
destPath: "/api"
|
|
364
|
-
},
|
|
365
|
-
{
|
|
366
|
-
srcPath: "/metro-insepctor",
|
|
367
|
-
destPath: ""
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
srcPath: "/_api/metro-inspector",
|
|
371
|
-
destPath: "/api"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
srcPath: "/metro-insepctor",
|
|
375
|
-
destPath: ""
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
srcPath: "/_api/metro-inspector",
|
|
379
|
-
destPath: "/api"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
srcPath: "/metro-insepctor",
|
|
383
|
-
destPath: ""
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
srcPath: "/_api/metro-inspector",
|
|
387
|
-
destPath: "/api"
|
|
388
|
-
},
|
|
389
|
-
{
|
|
390
|
-
srcPath: "/metro-insepctor",
|
|
391
|
-
destPath: ""
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
srcPath: "/_api/metro-inspector",
|
|
395
|
-
destPath: "/api"
|
|
396
|
-
},
|
|
397
117
|
{
|
|
398
118
|
srcPath: "/metro-insepctor",
|
|
399
119
|
destPath: ""
|
|
@@ -407,23 +127,21 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
407
127
|
{
|
|
408
128
|
srcPath: "/_api/metro-inspector",
|
|
409
129
|
destPath: ""
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
destPath: ""
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
srcPath: "/_api/metro-inspector",
|
|
417
|
-
destPath: ""
|
|
418
|
-
},
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"bo._base_domain_": [
|
|
419
133
|
{
|
|
420
134
|
srcPath: "/_api/metro-inspector",
|
|
421
135
|
destPath: ""
|
|
422
|
-
}
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"wixbo.ai": [
|
|
423
139
|
{
|
|
424
140
|
srcPath: "/_api/metro-inspector",
|
|
425
141
|
destPath: ""
|
|
426
|
-
}
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"wix-bo.com": [
|
|
427
145
|
{
|
|
428
146
|
srcPath: "/_api/metro-inspector",
|
|
429
147
|
destPath: ""
|