@experteam-mx/ngx-services 20.0.26 → 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
|
@@ -5125,7 +5125,6 @@ type DocumentTypeRangeIn = {
|
|
|
5125
5125
|
sap_prefix: string;
|
|
5126
5126
|
sap_suffix?: string;
|
|
5127
5127
|
suffix?: string;
|
|
5128
|
-
used_numbers: number;
|
|
5129
5128
|
valid_since: string;
|
|
5130
5129
|
valid_until: string;
|
|
5131
5130
|
};
|
|
@@ -7088,7 +7087,7 @@ declare class ApiShipmentsService {
|
|
|
7088
7087
|
* @return {Observable<ShipmentSignaturePageOut>} An observable containing base64 file generated
|
|
7089
7088
|
* @param id - the shipment id.
|
|
7090
7089
|
*/
|
|
7091
|
-
|
|
7090
|
+
postShipmentSignaturePage(id: number): Observable<ShipmentSignaturePageOut>;
|
|
7092
7091
|
/**
|
|
7093
7092
|
* Cancels a specific shipment by providing its ID and a reason for cancellation.
|
|
7094
7093
|
* Sends a PATCH request to update the shipment's cancellation status with the specified reason.
|