@whiplashmerch/whiplash-api-client 0.4.100 → 0.4.101
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 -1
- package/dist/client.esm.js.map +1 -1
- package/dist/utils/customer.d.ts +1 -3
- package/package.json +1 -1
package/dist/client.esm.js
CHANGED
|
@@ -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 = {
|
|
24333
|
+
const args = { warehouse_id: String(warehouseId) };
|
|
24334
24334
|
const params = {
|
|
24335
24335
|
id: customerId,
|
|
24336
24336
|
args: JSON.stringify(args),
|