@experteam-mx/ngx-services 20.10.0 → 20.10.1
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
|
@@ -4793,6 +4793,7 @@ type DocumentsByCountryOut = {
|
|
|
4793
4793
|
};
|
|
4794
4794
|
type DocumentsPrintIn = {
|
|
4795
4795
|
countryId: number;
|
|
4796
|
+
shipmentId: number;
|
|
4796
4797
|
code: string;
|
|
4797
4798
|
};
|
|
4798
4799
|
type DocumentsPrintOut = {
|
|
@@ -9603,7 +9604,7 @@ declare class ApiShipmentsService {
|
|
|
9603
9604
|
* @param {number} shipmentId - The unique identifier of the shipment to retrieve the label for
|
|
9604
9605
|
* @returns {Observable<ShipmentLabelOut>} Observable containing the label for the shipment
|
|
9605
9606
|
*/
|
|
9606
|
-
getShipmentLabel(shipmentId: number, format?:
|
|
9607
|
+
getShipmentLabel(shipmentId: number, format?: string): Observable<ShipmentLabelOut>;
|
|
9607
9608
|
/**
|
|
9608
9609
|
* Generates a commercial invoice label for the specified shipment.
|
|
9609
9610
|
*
|