@whiplashmerch/whiplash-api-client 1.0.55 → 1.0.56
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.cjs.js +1 -1
- package/dist/client.esm.js +1 -1
- package/dist/client.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/client.cjs.js
CHANGED
|
@@ -26869,7 +26869,7 @@ const getApiV21BatchedUnshippedCount = (client, id) => {
|
|
|
26869
26869
|
const getApiItemQuantities = (client, id) => {
|
|
26870
26870
|
const params = {
|
|
26871
26871
|
id: id,
|
|
26872
|
-
traits: 'quantity_reserved,quantity_received,quantity_shipped,
|
|
26872
|
+
traits: 'quantity_reserved,quantity_received,quantity_shipped,calculate_quantity',
|
|
26873
26873
|
};
|
|
26874
26874
|
return new Promise((resolve, reject) => {
|
|
26875
26875
|
getApiV21ItemsIdTraits(client, params)
|
package/dist/client.esm.js
CHANGED
|
@@ -26867,7 +26867,7 @@ const getApiV21BatchedUnshippedCount = (client, id) => {
|
|
|
26867
26867
|
const getApiItemQuantities = (client, id) => {
|
|
26868
26868
|
const params = {
|
|
26869
26869
|
id: id,
|
|
26870
|
-
traits: 'quantity_reserved,quantity_received,quantity_shipped,
|
|
26870
|
+
traits: 'quantity_reserved,quantity_received,quantity_shipped,calculate_quantity',
|
|
26871
26871
|
};
|
|
26872
26872
|
return new Promise((resolve, reject) => {
|
|
26873
26873
|
getApiV21ItemsIdTraits(client, params)
|