@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/es/meta.mjs CHANGED
@@ -104,7 +104,64 @@ function resolveComWixEcomOrdersPaymentsCollectorV1PaymentsCollectorUrl(opts) {
104
104
  return resolveUrl(Object.assign(opts, { domainToMappings }));
105
105
  }
106
106
  function resolveComWixEcomOrdersImporterV1OrderImportsUrl(opts) {
107
- const domainToMappings = {};
107
+ const domainToMappings = {
108
+ _: [
109
+ {
110
+ srcPath: "/_api/ecom-orders",
111
+ destPath: ""
112
+ },
113
+ {
114
+ srcPath: "/_api/orders",
115
+ destPath: ""
116
+ },
117
+ {
118
+ srcPath: "/v1/orders",
119
+ destPath: "/v1/orders"
120
+ },
121
+ {
122
+ srcPath: "/ecom/v1/bulk/orders",
123
+ destPath: "/v1/bulk/orders"
124
+ }
125
+ ],
126
+ "manage._base_domain_": [
127
+ {
128
+ srcPath: "/_api/ecom-orders",
129
+ destPath: ""
130
+ },
131
+ {
132
+ srcPath: "/_api/ep-orders",
133
+ destPath: "/api"
134
+ },
135
+ {
136
+ srcPath: "/ecom/v1/ep-orders",
137
+ destPath: "/v1/orders"
138
+ }
139
+ ],
140
+ "www.wixapis.com": [
141
+ {
142
+ srcPath: "/ecom/v1/bulk/orders",
143
+ destPath: "/v1/bulk/orders"
144
+ },
145
+ {
146
+ srcPath: "/ecom/v1/orders",
147
+ destPath: "/v1/orders"
148
+ },
149
+ {
150
+ srcPath: "/ecom/v1/ep-orders",
151
+ destPath: "/v1/orders"
152
+ }
153
+ ],
154
+ "*.dev.wix-code.com": [
155
+ {
156
+ srcPath: "/ecom/v1/bulk/orders",
157
+ destPath: "/v1/bulk/orders"
158
+ },
159
+ {
160
+ srcPath: "/ecom/v1/orders",
161
+ destPath: "/v1/orders"
162
+ }
163
+ ]
164
+ };
108
165
  return resolveUrl(Object.assign(opts, { domainToMappings }));
109
166
  }
110
167
  var PACKAGE_NAME = "@wix/auto_sdk_ecom_orders";