@wix/auto_sdk_ecom_orders 1.0.99 → 1.0.101

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.
@@ -100,6 +100,16 @@ function resolveComWixEcomOrdersV1OrdersUrl(opts) {
100
100
  srcPath: "/ecom/v1/ep-orders",
101
101
  destPath: "/v1/orders"
102
102
  }
103
+ ],
104
+ "*.dev.wix-code.com": [
105
+ {
106
+ srcPath: "/ecom/v1/bulk/orders",
107
+ destPath: "/v1/bulk/orders"
108
+ },
109
+ {
110
+ srcPath: "/ecom/v1/orders",
111
+ destPath: "/v1/orders"
112
+ }
103
113
  ]
104
114
  };
105
115
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));