@wix/auto_sdk_ecom_orders 1.0.263 → 1.0.264

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
@@ -222,7 +222,64 @@ function resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl(opts) {
222
222
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
223
223
  }
224
224
  function resolveComWixEcomOrdersImporterV1OrderImportsUrl(opts) {
225
- const domainToMappings = {};
225
+ const domainToMappings = {
226
+ _: [
227
+ {
228
+ srcPath: "/_api/ecom-orders",
229
+ destPath: ""
230
+ },
231
+ {
232
+ srcPath: "/_api/orders",
233
+ destPath: ""
234
+ },
235
+ {
236
+ srcPath: "/v1/orders",
237
+ destPath: "/v1/orders"
238
+ },
239
+ {
240
+ srcPath: "/ecom/v1/bulk/orders",
241
+ destPath: "/v1/bulk/orders"
242
+ }
243
+ ],
244
+ "manage._base_domain_": [
245
+ {
246
+ srcPath: "/_api/ecom-orders",
247
+ destPath: ""
248
+ },
249
+ {
250
+ srcPath: "/_api/ep-orders",
251
+ destPath: "/api"
252
+ },
253
+ {
254
+ srcPath: "/ecom/v1/ep-orders",
255
+ destPath: "/v1/orders"
256
+ }
257
+ ],
258
+ "www.wixapis.com": [
259
+ {
260
+ srcPath: "/ecom/v1/bulk/orders",
261
+ destPath: "/v1/bulk/orders"
262
+ },
263
+ {
264
+ srcPath: "/ecom/v1/orders",
265
+ destPath: "/v1/orders"
266
+ },
267
+ {
268
+ srcPath: "/ecom/v1/ep-orders",
269
+ destPath: "/v1/orders"
270
+ }
271
+ ],
272
+ "*.dev.wix-code.com": [
273
+ {
274
+ srcPath: "/ecom/v1/bulk/orders",
275
+ destPath: "/v1/bulk/orders"
276
+ },
277
+ {
278
+ srcPath: "/ecom/v1/orders",
279
+ destPath: "/v1/orders"
280
+ }
281
+ ]
282
+ };
226
283
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
227
284
  }
228
285
  var PACKAGE_NAME = "@wix/auto_sdk_ecom_orders";