@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.
@@ -120,7 +120,64 @@ function resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl(opts) {
120
120
  return resolveUrl(Object.assign(opts, { domainToMappings }));
121
121
  }
122
122
  function resolveComWixEcomOrdersImporterV1OrderImportsUrl(opts) {
123
- const domainToMappings = {};
123
+ const domainToMappings = {
124
+ _: [
125
+ {
126
+ srcPath: "/_api/ecom-orders",
127
+ destPath: ""
128
+ },
129
+ {
130
+ srcPath: "/_api/orders",
131
+ destPath: ""
132
+ },
133
+ {
134
+ srcPath: "/v1/orders",
135
+ destPath: "/v1/orders"
136
+ },
137
+ {
138
+ srcPath: "/ecom/v1/bulk/orders",
139
+ destPath: "/v1/bulk/orders"
140
+ }
141
+ ],
142
+ "manage._base_domain_": [
143
+ {
144
+ srcPath: "/_api/ecom-orders",
145
+ destPath: ""
146
+ },
147
+ {
148
+ srcPath: "/_api/ep-orders",
149
+ destPath: "/api"
150
+ },
151
+ {
152
+ srcPath: "/ecom/v1/ep-orders",
153
+ destPath: "/v1/orders"
154
+ }
155
+ ],
156
+ "www.wixapis.com": [
157
+ {
158
+ srcPath: "/ecom/v1/bulk/orders",
159
+ destPath: "/v1/bulk/orders"
160
+ },
161
+ {
162
+ srcPath: "/ecom/v1/orders",
163
+ destPath: "/v1/orders"
164
+ },
165
+ {
166
+ srcPath: "/ecom/v1/ep-orders",
167
+ destPath: "/v1/orders"
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
+ }
179
+ ]
180
+ };
124
181
  return resolveUrl(Object.assign(opts, { domainToMappings }));
125
182
  }
126
183
  var PACKAGE_NAME = "@wix/auto_sdk_ecom_orders";