@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.
|
@@ -4308,8 +4308,8 @@ class ApiShipmentsService {
|
|
|
4308
4308
|
* @return {Observable<ShipmentSignaturePageOut>} An observable containing base64 file generated
|
|
4309
4309
|
* @param id - the shipment id.
|
|
4310
4310
|
*/
|
|
4311
|
-
|
|
4312
|
-
return this.http.
|
|
4311
|
+
postShipmentSignaturePage(id) {
|
|
4312
|
+
return this.http.post(`${this.url}/shipments/${id}/signature-page`, {}).pipe(map(({ data }) => data));
|
|
4313
4313
|
}
|
|
4314
4314
|
/**
|
|
4315
4315
|
* Cancels a specific shipment by providing its ID and a reason for cancellation.
|