@experteam-mx/ngx-services 20.1.8 → 20.1.9
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.
|
@@ -4151,8 +4151,8 @@ class ApiShipmentsService {
|
|
|
4151
4151
|
* @return {Observable<ShipmentSignaturePageOut>} An observable containing base64 file generated
|
|
4152
4152
|
* @param id - the shipment id.
|
|
4153
4153
|
*/
|
|
4154
|
-
|
|
4155
|
-
return this.http.
|
|
4154
|
+
postShipmentSignaturePage(id) {
|
|
4155
|
+
return this.http.post(`${this.url}/shipments/${id}/signature-page`, {}).pipe(map(({ data }) => data));
|
|
4156
4156
|
}
|
|
4157
4157
|
/**
|
|
4158
4158
|
* Cancels a specific shipment by providing its ID and a reason for cancellation.
|