@whiplashmerch/whiplash-api-client 1.0.76 → 1.0.77
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/dist/client.esm.js +1 -5
- package/dist/client.esm.js.map +1 -1
- package/dist/utils/orders.d.ts +1 -4
- package/package.json +1 -1
package/dist/client.esm.js
CHANGED
|
@@ -26622,11 +26622,7 @@ const putApiV21OrdersIdPackItem = (client, orderId, args) => {
|
|
|
26622
26622
|
});
|
|
26623
26623
|
};
|
|
26624
26624
|
const putApiV21OrdersIdBatch = (client, orderId, args) => {
|
|
26625
|
-
return
|
|
26626
|
-
putApiV21OrdersIdCallAction(client, 'batch!', orderId, args)
|
|
26627
|
-
.then(response => resolve(response))
|
|
26628
|
-
.catch(reject);
|
|
26629
|
-
});
|
|
26625
|
+
return putApiV21OrdersIdCallAction(client, 'batch!', orderId, args);
|
|
26630
26626
|
};
|
|
26631
26627
|
const getApiV21OrdersIdPackingRulesWithSuggestedItems = (client, orderId) => {
|
|
26632
26628
|
return new Promise((resolve, reject) => {
|