@whiplashmerch/whiplash-api-client 0.4.100 → 0.4.102

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.
@@ -24330,7 +24330,7 @@ const getApiV21ShipnoticesIdCustomerReservedReceiving = (client, shipnoticeId) =
24330
24330
 
24331
24331
  const getApiV21CustomersIdGoEnabled = (client, customerId, warehouseId) => {
24332
24332
  return new Promise((resolve, reject) => {
24333
- const args = { args: { warehouse_id: String(warehouseId) } };
24333
+ const args = { warehouse_id: String(warehouseId) };
24334
24334
  const params = {
24335
24335
  id: customerId,
24336
24336
  args: JSON.stringify(args),