@whiplashmerch/whiplash-api-client 1.0.4 → 1.0.5
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/package.json +1 -1
package/dist/client.esm.js
CHANGED
|
@@ -25518,7 +25518,7 @@ const getApiV21SipnoticeItemReceivingTimeline = (client, shipnoticeItemId) => {
|
|
|
25518
25518
|
};
|
|
25519
25519
|
const putApiV21ShipnoticeItemIdDeleteSerials = (client, shipnoticeItemId, args) => {
|
|
25520
25520
|
return new Promise((resolve, reject) => {
|
|
25521
|
-
putApiV21ShipnoticeItemsIdCallAction(client, '
|
|
25521
|
+
putApiV21ShipnoticeItemsIdCallAction(client, 'delete_serial_numbers', shipnoticeItemId, args)
|
|
25522
25522
|
.then(resolve)
|
|
25523
25523
|
.catch(reject);
|
|
25524
25524
|
});
|