@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
|
@@ -20,7 +20,10 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// index.ts
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
+
Filter: () => Filter,
|
|
23
24
|
LinkRel: () => LinkRel,
|
|
25
|
+
QueryBuilder: () => QueryBuilder,
|
|
26
|
+
Sort: () => Sort,
|
|
24
27
|
SortOrder: () => SortOrder,
|
|
25
28
|
SubdivisionType: () => SubdivisionType,
|
|
26
29
|
bulkCreateProducts: () => bulkCreateProducts4,
|
|
@@ -53,202 +56,42 @@ var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
|
|
|
53
56
|
function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts) {
|
|
54
57
|
const domainToMappings = {
|
|
55
58
|
"apps._base_domain_": [
|
|
56
|
-
{
|
|
57
|
-
srcPath: "/_api/metro-inspector",
|
|
58
|
-
destPath: "/api"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
srcPath: "/_api/metro-inspector",
|
|
62
|
-
destPath: "/api"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
srcPath: "/_api/metro-inspector",
|
|
66
|
-
destPath: "/api"
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
srcPath: "/_api/metro-inspector",
|
|
70
|
-
destPath: "/api"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
srcPath: "/_api/metro-inspector",
|
|
74
|
-
destPath: "/api"
|
|
75
|
-
},
|
|
76
59
|
{
|
|
77
60
|
srcPath: "/_api/metro-inspector",
|
|
78
61
|
destPath: "/api"
|
|
79
62
|
}
|
|
80
63
|
],
|
|
81
64
|
"api._api_base_domain_": [
|
|
82
|
-
{
|
|
83
|
-
srcPath: "/metro-inspector",
|
|
84
|
-
destPath: ""
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
srcPath: "/metro-inspector",
|
|
88
|
-
destPath: ""
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
srcPath: "/metro-inspector",
|
|
92
|
-
destPath: ""
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
srcPath: "/metro-inspector",
|
|
96
|
-
destPath: ""
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
srcPath: "/metro-inspector",
|
|
100
|
-
destPath: ""
|
|
101
|
-
},
|
|
102
65
|
{
|
|
103
66
|
srcPath: "/metro-inspector",
|
|
104
67
|
destPath: ""
|
|
105
68
|
}
|
|
106
69
|
],
|
|
107
70
|
"www._base_domain_": [
|
|
108
|
-
{
|
|
109
|
-
srcPath: "/metro-inspector",
|
|
110
|
-
destPath: "/api"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
srcPath: "/metro-inspector",
|
|
114
|
-
destPath: "/api"
|
|
115
|
-
},
|
|
116
|
-
{
|
|
117
|
-
srcPath: "/metro-inspector",
|
|
118
|
-
destPath: "/api"
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
srcPath: "/metro-inspector",
|
|
122
|
-
destPath: "/api"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
srcPath: "/metro-inspector",
|
|
126
|
-
destPath: "/api"
|
|
127
|
-
},
|
|
128
71
|
{
|
|
129
72
|
srcPath: "/metro-inspector",
|
|
130
73
|
destPath: "/api"
|
|
131
74
|
}
|
|
132
75
|
],
|
|
133
76
|
"manage._base_domain_": [
|
|
134
|
-
{
|
|
135
|
-
srcPath: "/metro-inspector",
|
|
136
|
-
destPath: ""
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
srcPath: "/metro-inspector",
|
|
140
|
-
destPath: ""
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
srcPath: "/metro-inspector",
|
|
144
|
-
destPath: ""
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
srcPath: "/metro-inspector",
|
|
148
|
-
destPath: ""
|
|
149
|
-
},
|
|
150
|
-
{
|
|
151
|
-
srcPath: "/metro-inspector",
|
|
152
|
-
destPath: ""
|
|
153
|
-
},
|
|
154
77
|
{
|
|
155
78
|
srcPath: "/metro-inspector",
|
|
156
79
|
destPath: ""
|
|
157
80
|
}
|
|
158
81
|
],
|
|
159
82
|
"www.wixgateway.com": [
|
|
160
|
-
{
|
|
161
|
-
srcPath: "/_api/metro-inspector",
|
|
162
|
-
destPath: "/api"
|
|
163
|
-
},
|
|
164
|
-
{
|
|
165
|
-
srcPath: "/_api/metro-inspector",
|
|
166
|
-
destPath: "/api"
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
srcPath: "/_api/metro-inspector",
|
|
170
|
-
destPath: "/api"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
srcPath: "/_api/metro-inspector",
|
|
174
|
-
destPath: "/api"
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
srcPath: "/_api/metro-inspector",
|
|
178
|
-
destPath: "/api"
|
|
179
|
-
},
|
|
180
83
|
{
|
|
181
84
|
srcPath: "/_api/metro-inspector",
|
|
182
85
|
destPath: "/api"
|
|
183
86
|
}
|
|
184
87
|
],
|
|
185
88
|
_: [
|
|
186
|
-
{
|
|
187
|
-
srcPath: "/_api/metro-inspector",
|
|
188
|
-
destPath: "/api"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
srcPath: "/_api/metro-inspector",
|
|
192
|
-
destPath: "/api"
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
srcPath: "/_api/metro-inspector",
|
|
196
|
-
destPath: "/api"
|
|
197
|
-
},
|
|
198
|
-
{
|
|
199
|
-
srcPath: "/_api/metro-inspector",
|
|
200
|
-
destPath: "/api"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
srcPath: "/_api/metro-inspector",
|
|
204
|
-
destPath: "/api"
|
|
205
|
-
},
|
|
206
89
|
{
|
|
207
90
|
srcPath: "/_api/metro-inspector",
|
|
208
91
|
destPath: "/api"
|
|
209
92
|
}
|
|
210
93
|
],
|
|
211
94
|
"www.wixapis.com": [
|
|
212
|
-
{
|
|
213
|
-
srcPath: "/_api/metro-inspector",
|
|
214
|
-
destPath: "/api"
|
|
215
|
-
},
|
|
216
|
-
{
|
|
217
|
-
srcPath: "/metro-inspector",
|
|
218
|
-
destPath: ""
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
srcPath: "/_api/metro-inspector",
|
|
222
|
-
destPath: "/api"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
srcPath: "/metro-inspector",
|
|
226
|
-
destPath: ""
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
srcPath: "/_api/metro-inspector",
|
|
230
|
-
destPath: "/api"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
srcPath: "/metro-inspector",
|
|
234
|
-
destPath: ""
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
srcPath: "/_api/metro-inspector",
|
|
238
|
-
destPath: "/api"
|
|
239
|
-
},
|
|
240
|
-
{
|
|
241
|
-
srcPath: "/metro-inspector",
|
|
242
|
-
destPath: ""
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
srcPath: "/_api/metro-inspector",
|
|
246
|
-
destPath: "/api"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
srcPath: "/metro-inspector",
|
|
250
|
-
destPath: ""
|
|
251
|
-
},
|
|
252
95
|
{
|
|
253
96
|
srcPath: "/_api/metro-inspector",
|
|
254
97
|
destPath: "/api"
|
|
@@ -259,46 +102,6 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
259
102
|
}
|
|
260
103
|
],
|
|
261
104
|
"editor._base_domain_": [
|
|
262
|
-
{
|
|
263
|
-
srcPath: "/metro-insepctor",
|
|
264
|
-
destPath: ""
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
srcPath: "/_api/metro-inspector",
|
|
268
|
-
destPath: "/api"
|
|
269
|
-
},
|
|
270
|
-
{
|
|
271
|
-
srcPath: "/metro-insepctor",
|
|
272
|
-
destPath: ""
|
|
273
|
-
},
|
|
274
|
-
{
|
|
275
|
-
srcPath: "/_api/metro-inspector",
|
|
276
|
-
destPath: "/api"
|
|
277
|
-
},
|
|
278
|
-
{
|
|
279
|
-
srcPath: "/metro-insepctor",
|
|
280
|
-
destPath: ""
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
srcPath: "/_api/metro-inspector",
|
|
284
|
-
destPath: "/api"
|
|
285
|
-
},
|
|
286
|
-
{
|
|
287
|
-
srcPath: "/metro-insepctor",
|
|
288
|
-
destPath: ""
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
srcPath: "/_api/metro-inspector",
|
|
292
|
-
destPath: "/api"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
srcPath: "/metro-insepctor",
|
|
296
|
-
destPath: ""
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
srcPath: "/_api/metro-inspector",
|
|
300
|
-
destPath: "/api"
|
|
301
|
-
},
|
|
302
105
|
{
|
|
303
106
|
srcPath: "/metro-insepctor",
|
|
304
107
|
destPath: ""
|
|
@@ -309,46 +112,6 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
309
112
|
}
|
|
310
113
|
],
|
|
311
114
|
"blocks._base_domain_": [
|
|
312
|
-
{
|
|
313
|
-
srcPath: "/metro-insepctor",
|
|
314
|
-
destPath: ""
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
srcPath: "/_api/metro-inspector",
|
|
318
|
-
destPath: "/api"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
srcPath: "/metro-insepctor",
|
|
322
|
-
destPath: ""
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
srcPath: "/_api/metro-inspector",
|
|
326
|
-
destPath: "/api"
|
|
327
|
-
},
|
|
328
|
-
{
|
|
329
|
-
srcPath: "/metro-insepctor",
|
|
330
|
-
destPath: ""
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
srcPath: "/_api/metro-inspector",
|
|
334
|
-
destPath: "/api"
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
srcPath: "/metro-insepctor",
|
|
338
|
-
destPath: ""
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
srcPath: "/_api/metro-inspector",
|
|
342
|
-
destPath: "/api"
|
|
343
|
-
},
|
|
344
|
-
{
|
|
345
|
-
srcPath: "/metro-insepctor",
|
|
346
|
-
destPath: ""
|
|
347
|
-
},
|
|
348
|
-
{
|
|
349
|
-
srcPath: "/_api/metro-inspector",
|
|
350
|
-
destPath: "/api"
|
|
351
|
-
},
|
|
352
115
|
{
|
|
353
116
|
srcPath: "/metro-insepctor",
|
|
354
117
|
destPath: ""
|
|
@@ -359,46 +122,6 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
359
122
|
}
|
|
360
123
|
],
|
|
361
124
|
"create.editorx": [
|
|
362
|
-
{
|
|
363
|
-
srcPath: "/metro-insepctor",
|
|
364
|
-
destPath: ""
|
|
365
|
-
},
|
|
366
|
-
{
|
|
367
|
-
srcPath: "/_api/metro-inspector",
|
|
368
|
-
destPath: "/api"
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
srcPath: "/metro-insepctor",
|
|
372
|
-
destPath: ""
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
srcPath: "/_api/metro-inspector",
|
|
376
|
-
destPath: "/api"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
srcPath: "/metro-insepctor",
|
|
380
|
-
destPath: ""
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
srcPath: "/_api/metro-inspector",
|
|
384
|
-
destPath: "/api"
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
srcPath: "/metro-insepctor",
|
|
388
|
-
destPath: ""
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
srcPath: "/_api/metro-inspector",
|
|
392
|
-
destPath: "/api"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
srcPath: "/metro-insepctor",
|
|
396
|
-
destPath: ""
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
srcPath: "/_api/metro-inspector",
|
|
400
|
-
destPath: "/api"
|
|
401
|
-
},
|
|
402
125
|
{
|
|
403
126
|
srcPath: "/metro-insepctor",
|
|
404
127
|
destPath: ""
|
|
@@ -412,23 +135,21 @@ function resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl(opts)
|
|
|
412
135
|
{
|
|
413
136
|
srcPath: "/_api/metro-inspector",
|
|
414
137
|
destPath: ""
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
destPath: ""
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
srcPath: "/_api/metro-inspector",
|
|
422
|
-
destPath: ""
|
|
423
|
-
},
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"bo._base_domain_": [
|
|
424
141
|
{
|
|
425
142
|
srcPath: "/_api/metro-inspector",
|
|
426
143
|
destPath: ""
|
|
427
|
-
}
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"wixbo.ai": [
|
|
428
147
|
{
|
|
429
148
|
srcPath: "/_api/metro-inspector",
|
|
430
149
|
destPath: ""
|
|
431
|
-
}
|
|
150
|
+
}
|
|
151
|
+
],
|
|
152
|
+
"wix-bo.com": [
|
|
432
153
|
{
|
|
433
154
|
srcPath: "/_api/metro-inspector",
|
|
434
155
|
destPath: ""
|
|
@@ -1102,6 +823,7 @@ var import_video_v22 = require("@wix/sdk-runtime/transformations/video-v2");
|
|
|
1102
823
|
var import_document = require("@wix/sdk-runtime/transformations/document");
|
|
1103
824
|
var import_document2 = require("@wix/sdk-runtime/transformations/document");
|
|
1104
825
|
var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
826
|
+
var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
|
|
1105
827
|
var SubdivisionType = /* @__PURE__ */ ((SubdivisionType2) => {
|
|
1106
828
|
SubdivisionType2["UNKNOWN_SUBDIVISION_TYPE"] = "UNKNOWN_SUBDIVISION_TYPE";
|
|
1107
829
|
SubdivisionType2["ADMINISTRATIVE_AREA_LEVEL_1"] = "ADMINISTRATIVE_AREA_LEVEL_1";
|
|
@@ -1596,6 +1318,7 @@ async function typedQueryProducts(query, options) {
|
|
|
1596
1318
|
throw transformedError;
|
|
1597
1319
|
}
|
|
1598
1320
|
}
|
|
1321
|
+
var { QueryBuilder, Filter, Sort } = (0, import_query_builder_utils.createQueryUtils)();
|
|
1599
1322
|
async function bulkCreateProducts2(products, options) {
|
|
1600
1323
|
const { httpClient, sideEffects } = arguments[2];
|
|
1601
1324
|
const payload = (0, import_transform_paths2.transformPaths)(
|
|
@@ -1912,7 +1635,10 @@ var bulkDeleteProducts4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTMod
|
|
|
1912
1635
|
var queryProducts4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(customQueryProducts);
|
|
1913
1636
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1914
1637
|
0 && (module.exports = {
|
|
1638
|
+
Filter,
|
|
1915
1639
|
LinkRel,
|
|
1640
|
+
QueryBuilder,
|
|
1641
|
+
Sort,
|
|
1916
1642
|
SortOrder,
|
|
1917
1643
|
SubdivisionType,
|
|
1918
1644
|
bulkCreateProducts,
|