@indigina/wms-api 0.0.171 → 0.0.172
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/package.json
CHANGED
|
@@ -599,7 +599,7 @@ declare class CarrierProviderIntegrationsService extends BaseService {
|
|
|
599
599
|
* Do not edit the class manually.
|
|
600
600
|
*/
|
|
601
601
|
interface CarrierService {
|
|
602
|
-
|
|
602
|
+
carrierServiceId?: string;
|
|
603
603
|
serviceName?: string;
|
|
604
604
|
}
|
|
605
605
|
|
|
@@ -3665,17 +3665,17 @@ declare class DispatchesService extends BaseService {
|
|
|
3665
3665
|
* @param reportProgress flag to report request and response progress.
|
|
3666
3666
|
* @param options additional options
|
|
3667
3667
|
*/
|
|
3668
|
-
setDispatchCarrierReference(id: string, courierReference
|
|
3668
|
+
setDispatchCarrierReference(id: string, courierReference?: string, carrierServiceName?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
3669
3669
|
httpHeaderAccept?: undefined;
|
|
3670
3670
|
context?: HttpContext;
|
|
3671
3671
|
transferCache?: boolean;
|
|
3672
3672
|
}): Observable<any>;
|
|
3673
|
-
setDispatchCarrierReference(id: string, courierReference
|
|
3673
|
+
setDispatchCarrierReference(id: string, courierReference?: string, carrierServiceName?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
3674
3674
|
httpHeaderAccept?: undefined;
|
|
3675
3675
|
context?: HttpContext;
|
|
3676
3676
|
transferCache?: boolean;
|
|
3677
3677
|
}): Observable<HttpResponse<any>>;
|
|
3678
|
-
setDispatchCarrierReference(id: string, courierReference
|
|
3678
|
+
setDispatchCarrierReference(id: string, courierReference?: string, carrierServiceName?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
3679
3679
|
httpHeaderAccept?: undefined;
|
|
3680
3680
|
context?: HttpContext;
|
|
3681
3681
|
transferCache?: boolean;
|