@experteam-mx/ngx-services 20.0.24 → 20.0.25
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/index.d.ts
CHANGED
|
@@ -7084,7 +7084,7 @@ declare class ApiShipmentsService {
|
|
|
7084
7084
|
* @return {Observable<ShipmentSignaturePageOut>} An observable containing base64 file generated
|
|
7085
7085
|
* @param id - the shipment id.
|
|
7086
7086
|
*/
|
|
7087
|
-
|
|
7087
|
+
getShipmentSignaturePage(id: number): Observable<ShipmentSignaturePageOut>;
|
|
7088
7088
|
/**
|
|
7089
7089
|
* Cancels a specific shipment by providing its ID and a reason for cancellation.
|
|
7090
7090
|
* Sends a PATCH request to update the shipment's cancellation status with the specified reason.
|