@wix/auto_sdk_metro_products 1.0.8 → 1.0.9
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 +300 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +300 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +300 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +300 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +300 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +300 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +300 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +300 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +300 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +300 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +300 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +300 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/es/meta.mjs
CHANGED
|
@@ -10,42 +10,202 @@ import { resolveUrl } from "@wix/sdk-runtime/rest-modules";
|
|
|
10
10
|
function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts) {
|
|
11
11
|
const domainToMappings = {
|
|
12
12
|
"apps._base_domain_": [
|
|
13
|
+
{
|
|
14
|
+
srcPath: "/_api/metro-inspector",
|
|
15
|
+
destPath: "/api"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
srcPath: "/_api/metro-inspector",
|
|
19
|
+
destPath: "/api"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
srcPath: "/_api/metro-inspector",
|
|
23
|
+
destPath: "/api"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
srcPath: "/_api/metro-inspector",
|
|
27
|
+
destPath: "/api"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
srcPath: "/_api/metro-inspector",
|
|
31
|
+
destPath: "/api"
|
|
32
|
+
},
|
|
13
33
|
{
|
|
14
34
|
srcPath: "/_api/metro-inspector",
|
|
15
35
|
destPath: "/api"
|
|
16
36
|
}
|
|
17
37
|
],
|
|
18
38
|
"api._api_base_domain_": [
|
|
39
|
+
{
|
|
40
|
+
srcPath: "/metro-inspector",
|
|
41
|
+
destPath: ""
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
srcPath: "/metro-inspector",
|
|
45
|
+
destPath: ""
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
srcPath: "/metro-inspector",
|
|
49
|
+
destPath: ""
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
srcPath: "/metro-inspector",
|
|
53
|
+
destPath: ""
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
srcPath: "/metro-inspector",
|
|
57
|
+
destPath: ""
|
|
58
|
+
},
|
|
19
59
|
{
|
|
20
60
|
srcPath: "/metro-inspector",
|
|
21
61
|
destPath: ""
|
|
22
62
|
}
|
|
23
63
|
],
|
|
24
64
|
"www._base_domain_": [
|
|
65
|
+
{
|
|
66
|
+
srcPath: "/metro-inspector",
|
|
67
|
+
destPath: "/api"
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
srcPath: "/metro-inspector",
|
|
71
|
+
destPath: "/api"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
srcPath: "/metro-inspector",
|
|
75
|
+
destPath: "/api"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
srcPath: "/metro-inspector",
|
|
79
|
+
destPath: "/api"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
srcPath: "/metro-inspector",
|
|
83
|
+
destPath: "/api"
|
|
84
|
+
},
|
|
25
85
|
{
|
|
26
86
|
srcPath: "/metro-inspector",
|
|
27
87
|
destPath: "/api"
|
|
28
88
|
}
|
|
29
89
|
],
|
|
30
90
|
"manage._base_domain_": [
|
|
91
|
+
{
|
|
92
|
+
srcPath: "/metro-inspector",
|
|
93
|
+
destPath: ""
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
srcPath: "/metro-inspector",
|
|
97
|
+
destPath: ""
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
srcPath: "/metro-inspector",
|
|
101
|
+
destPath: ""
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
srcPath: "/metro-inspector",
|
|
105
|
+
destPath: ""
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
srcPath: "/metro-inspector",
|
|
109
|
+
destPath: ""
|
|
110
|
+
},
|
|
31
111
|
{
|
|
32
112
|
srcPath: "/metro-inspector",
|
|
33
113
|
destPath: ""
|
|
34
114
|
}
|
|
35
115
|
],
|
|
36
116
|
"www.wixgateway.com": [
|
|
117
|
+
{
|
|
118
|
+
srcPath: "/_api/metro-inspector",
|
|
119
|
+
destPath: "/api"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
srcPath: "/_api/metro-inspector",
|
|
123
|
+
destPath: "/api"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
srcPath: "/_api/metro-inspector",
|
|
127
|
+
destPath: "/api"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
srcPath: "/_api/metro-inspector",
|
|
131
|
+
destPath: "/api"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
srcPath: "/_api/metro-inspector",
|
|
135
|
+
destPath: "/api"
|
|
136
|
+
},
|
|
37
137
|
{
|
|
38
138
|
srcPath: "/_api/metro-inspector",
|
|
39
139
|
destPath: "/api"
|
|
40
140
|
}
|
|
41
141
|
],
|
|
42
142
|
_: [
|
|
143
|
+
{
|
|
144
|
+
srcPath: "/_api/metro-inspector",
|
|
145
|
+
destPath: "/api"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
srcPath: "/_api/metro-inspector",
|
|
149
|
+
destPath: "/api"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
srcPath: "/_api/metro-inspector",
|
|
153
|
+
destPath: "/api"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
srcPath: "/_api/metro-inspector",
|
|
157
|
+
destPath: "/api"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
srcPath: "/_api/metro-inspector",
|
|
161
|
+
destPath: "/api"
|
|
162
|
+
},
|
|
43
163
|
{
|
|
44
164
|
srcPath: "/_api/metro-inspector",
|
|
45
165
|
destPath: "/api"
|
|
46
166
|
}
|
|
47
167
|
],
|
|
48
168
|
"www.wixapis.com": [
|
|
169
|
+
{
|
|
170
|
+
srcPath: "/_api/metro-inspector",
|
|
171
|
+
destPath: "/api"
|
|
172
|
+
},
|
|
173
|
+
{
|
|
174
|
+
srcPath: "/metro-inspector",
|
|
175
|
+
destPath: ""
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
srcPath: "/_api/metro-inspector",
|
|
179
|
+
destPath: "/api"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
srcPath: "/metro-inspector",
|
|
183
|
+
destPath: ""
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
srcPath: "/_api/metro-inspector",
|
|
187
|
+
destPath: "/api"
|
|
188
|
+
},
|
|
189
|
+
{
|
|
190
|
+
srcPath: "/metro-inspector",
|
|
191
|
+
destPath: ""
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
srcPath: "/_api/metro-inspector",
|
|
195
|
+
destPath: "/api"
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
srcPath: "/metro-inspector",
|
|
199
|
+
destPath: ""
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
srcPath: "/_api/metro-inspector",
|
|
203
|
+
destPath: "/api"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
srcPath: "/metro-inspector",
|
|
207
|
+
destPath: ""
|
|
208
|
+
},
|
|
49
209
|
{
|
|
50
210
|
srcPath: "/_api/metro-inspector",
|
|
51
211
|
destPath: "/api"
|
|
@@ -56,6 +216,46 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
56
216
|
}
|
|
57
217
|
],
|
|
58
218
|
"editor._base_domain_": [
|
|
219
|
+
{
|
|
220
|
+
srcPath: "/metro-insepctor",
|
|
221
|
+
destPath: ""
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
srcPath: "/_api/metro-inspector",
|
|
225
|
+
destPath: "/api"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
srcPath: "/metro-insepctor",
|
|
229
|
+
destPath: ""
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
srcPath: "/_api/metro-inspector",
|
|
233
|
+
destPath: "/api"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
srcPath: "/metro-insepctor",
|
|
237
|
+
destPath: ""
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
srcPath: "/_api/metro-inspector",
|
|
241
|
+
destPath: "/api"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
srcPath: "/metro-insepctor",
|
|
245
|
+
destPath: ""
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
srcPath: "/_api/metro-inspector",
|
|
249
|
+
destPath: "/api"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
srcPath: "/metro-insepctor",
|
|
253
|
+
destPath: ""
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
srcPath: "/_api/metro-inspector",
|
|
257
|
+
destPath: "/api"
|
|
258
|
+
},
|
|
59
259
|
{
|
|
60
260
|
srcPath: "/metro-insepctor",
|
|
61
261
|
destPath: ""
|
|
@@ -66,6 +266,46 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
66
266
|
}
|
|
67
267
|
],
|
|
68
268
|
"blocks._base_domain_": [
|
|
269
|
+
{
|
|
270
|
+
srcPath: "/metro-insepctor",
|
|
271
|
+
destPath: ""
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
srcPath: "/_api/metro-inspector",
|
|
275
|
+
destPath: "/api"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
srcPath: "/metro-insepctor",
|
|
279
|
+
destPath: ""
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
srcPath: "/_api/metro-inspector",
|
|
283
|
+
destPath: "/api"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
srcPath: "/metro-insepctor",
|
|
287
|
+
destPath: ""
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
srcPath: "/_api/metro-inspector",
|
|
291
|
+
destPath: "/api"
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
srcPath: "/metro-insepctor",
|
|
295
|
+
destPath: ""
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
srcPath: "/_api/metro-inspector",
|
|
299
|
+
destPath: "/api"
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
srcPath: "/metro-insepctor",
|
|
303
|
+
destPath: ""
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
srcPath: "/_api/metro-inspector",
|
|
307
|
+
destPath: "/api"
|
|
308
|
+
},
|
|
69
309
|
{
|
|
70
310
|
srcPath: "/metro-insepctor",
|
|
71
311
|
destPath: ""
|
|
@@ -76,6 +316,46 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
76
316
|
}
|
|
77
317
|
],
|
|
78
318
|
"create.editorx": [
|
|
319
|
+
{
|
|
320
|
+
srcPath: "/metro-insepctor",
|
|
321
|
+
destPath: ""
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
srcPath: "/_api/metro-inspector",
|
|
325
|
+
destPath: "/api"
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
srcPath: "/metro-insepctor",
|
|
329
|
+
destPath: ""
|
|
330
|
+
},
|
|
331
|
+
{
|
|
332
|
+
srcPath: "/_api/metro-inspector",
|
|
333
|
+
destPath: "/api"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
srcPath: "/metro-insepctor",
|
|
337
|
+
destPath: ""
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
srcPath: "/_api/metro-inspector",
|
|
341
|
+
destPath: "/api"
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
srcPath: "/metro-insepctor",
|
|
345
|
+
destPath: ""
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
srcPath: "/_api/metro-inspector",
|
|
349
|
+
destPath: "/api"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
srcPath: "/metro-insepctor",
|
|
353
|
+
destPath: ""
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
srcPath: "/_api/metro-inspector",
|
|
357
|
+
destPath: "/api"
|
|
358
|
+
},
|
|
79
359
|
{
|
|
80
360
|
srcPath: "/metro-insepctor",
|
|
81
361
|
destPath: ""
|
|
@@ -86,6 +366,26 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
86
366
|
}
|
|
87
367
|
],
|
|
88
368
|
"dev._base_domain_": [
|
|
369
|
+
{
|
|
370
|
+
srcPath: "/_api/metro-inspector",
|
|
371
|
+
destPath: ""
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
srcPath: "/_api/metro-inspector",
|
|
375
|
+
destPath: ""
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
srcPath: "/_api/metro-inspector",
|
|
379
|
+
destPath: ""
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
srcPath: "/_api/metro-inspector",
|
|
383
|
+
destPath: ""
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
srcPath: "/_api/metro-inspector",
|
|
387
|
+
destPath: ""
|
|
388
|
+
},
|
|
89
389
|
{
|
|
90
390
|
srcPath: "/_api/metro-inspector",
|
|
91
391
|
destPath: ""
|