@zauru-sdk/services 2.0.41 → 2.0.44
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.
|
@@ -64,6 +64,7 @@ export async function despacharShipment_booking(headers, id) {
|
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* deleteShipment_booking
|
|
67
|
+
* Esta función se utiliza para cancelar una Reservación, cancelando un shipment que todavía no ha sido puesto en tránsito ni entregado. Está cancelando prácticamente la primera fase, el borrador.
|
|
67
68
|
* @param headers
|
|
68
69
|
* @param id
|
|
69
70
|
* @returns
|
|
@@ -15,6 +15,7 @@ export declare function getDelivery(headers: any, idDelivery: string): Promise<A
|
|
|
15
15
|
export declare function getDeliveriesDataTables(headers: any, body: DataTablesFilterBody): Promise<AxiosUtilsResponse<HTMLDataTableDeliveries>>;
|
|
16
16
|
/**
|
|
17
17
|
* deleteDelivery
|
|
18
|
+
* Esta función elimina (devuelve) un envío que ya ha sido entregado.
|
|
18
19
|
* @param headers
|
|
19
20
|
* @param id
|
|
20
21
|
* @returns
|
|
@@ -31,6 +31,7 @@ export declare function receiveShipment_booking(headers: any, id: string | numbe
|
|
|
31
31
|
export declare function despacharShipment_booking(headers: any, id: string | number): Promise<AxiosUtilsResponse<boolean>>;
|
|
32
32
|
/**
|
|
33
33
|
* deleteShipment_booking
|
|
34
|
+
* Esta función se utiliza para cancelar una Reservación, cancelando un shipment que todavía no ha sido puesto en tránsito ni entregado. Está cancelando prácticamente la primera fase, el borrador.
|
|
34
35
|
* @param headers
|
|
35
36
|
* @param id
|
|
36
37
|
* @returns
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zauru-sdk/services",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.44",
|
|
4
4
|
"description": "Servicios de consulta a Zauru",
|
|
5
5
|
"main": "./dist/esm/index.js",
|
|
6
6
|
"module": "./dist/esm/index.js",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@remix-run/node": "^2.8.1",
|
|
27
|
-
"@zauru-sdk/common": "^2.0.
|
|
27
|
+
"@zauru-sdk/common": "^2.0.44",
|
|
28
28
|
"@zauru-sdk/config": "^2.0.0",
|
|
29
29
|
"@zauru-sdk/graphql": "^2.0.41",
|
|
30
|
-
"@zauru-sdk/types": "^2.0.
|
|
30
|
+
"@zauru-sdk/types": "^2.0.44",
|
|
31
31
|
"axios": "^1.6.7",
|
|
32
32
|
"chalk": "5.3.0"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "51bc7c52eb71b1a946052888c9c47d5ae623113b"
|
|
35
35
|
}
|