@zauru-sdk/services 2.0.35 → 2.0.36
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.
|
@@ -69,7 +69,7 @@ export async function despacharShipment_booking(headers, id) {
|
|
|
69
69
|
*/
|
|
70
70
|
export async function deleteShipment_booking(headers, id) {
|
|
71
71
|
return handlePossibleAxiosErrors(async () => {
|
|
72
|
-
await httpZauru.delete(`/inventories/bookings/${id}.json`, {
|
|
72
|
+
await httpZauru.delete(`/inventories/bookings/${id}.json?destroy=true`, {
|
|
73
73
|
headers,
|
|
74
74
|
});
|
|
75
75
|
return true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/services",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.36",
|
|
4
4
|
"description": "Servicios de consulta a Zauru",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"axios": "^1.6.7",
|
|
32
32
|
"chalk": "5.3.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "18e68453f48a8cbcb28cab6104ea07abf60eea1c"
|
|
35
35
|
}
|