@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.
@@ -166,6 +166,16 @@ function resolveComWixEcomOrdersV1OrdersUrl(opts) {
166
166
  srcPath: "/ecom/v1/ep-orders",
167
167
  destPath: "/v1/orders"
168
168
  }
169
+ ],
170
+ "*.dev.wix-code.com": [
171
+ {
172
+ srcPath: "/ecom/v1/bulk/orders",
173
+ destPath: "/v1/bulk/orders"
174
+ },
175
+ {
176
+ srcPath: "/ecom/v1/orders",
177
+ destPath: "/v1/orders"
178
+ }
169
179
  ]
170
180
  };
171
181
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));