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