@zauru-sdk/services 2.0.213 → 2.0.214

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.
@@ -35,7 +35,7 @@ export declare function getShipments(session: Session, config: {
35
35
  * @returns
36
36
  */
37
37
  export declare function receiveShipment_booking(headers: any, id: string | number): Promise<AxiosUtilsResponse<boolean>>;
38
- export declare function receiveTransit(headers: any, body: ShipmentGraphQL): Promise<AxiosUtilsResponse<boolean>>;
38
+ export declare function receiveTransit(headers: any, body: Partial<ShipmentGraphQL>): Promise<AxiosUtilsResponse<boolean>>;
39
39
  /**
40
40
  * despacharShipment_booking
41
41
  * Esta función cambia el atributo 'shipment' de los envíos a 'true', lo que indica que el envío está en tránsito.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zauru-sdk/services",
3
- "version": "2.0.213",
3
+ "version": "2.0.214",
4
4
  "description": "Servicios de consulta a Zauru",
5
5
  "main": "./dist/esm/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -32,5 +32,5 @@
32
32
  "axios": "^1.6.7",
33
33
  "chalk": "5.3.0"
34
34
  },
35
- "gitHead": "052200a1481b4d079fa4adecaec4b5add072338d"
35
+ "gitHead": "8042a887c9d8aea2f92918bac09e5f262524a245"
36
36
  }