@experteam-mx/ngx-services 20.1.8 → 20.1.10
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
|
@@ -5127,6 +5127,7 @@ type DocumentTypeRangeIn = {
|
|
|
5127
5127
|
sap_prefix: string;
|
|
5128
5128
|
sap_suffix?: string;
|
|
5129
5129
|
suffix?: string;
|
|
5130
|
+
used_numbers?: number;
|
|
5130
5131
|
valid_since: string;
|
|
5131
5132
|
valid_until: string;
|
|
5132
5133
|
};
|
|
@@ -7075,7 +7076,7 @@ declare class ApiShipmentsService {
|
|
|
7075
7076
|
* @return {Observable<ShipmentSignaturePageOut>} An observable containing base64 file generated
|
|
7076
7077
|
* @param id - the shipment id.
|
|
7077
7078
|
*/
|
|
7078
|
-
|
|
7079
|
+
postShipmentSignaturePage(id: number): Observable<ShipmentSignaturePageOut>;
|
|
7079
7080
|
/**
|
|
7080
7081
|
* Cancels a specific shipment by providing its ID and a reason for cancellation.
|
|
7081
7082
|
* Sends a PATCH request to update the shipment's cancellation status with the specified reason.
|