@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.
@@ -26622,11 +26622,7 @@ const putApiV21OrdersIdPackItem = (client, orderId, args) => {
26622
26622
  });
26623
26623
  };
26624
26624
  const putApiV21OrdersIdBatch = (client, orderId, args) => {
26625
- return new Promise((resolve, reject) => {
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) => {