@indigina/wms-api 0.0.134 → 0.0.135
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
|
@@ -3231,30 +3231,6 @@ declare class DispatchesService extends BaseService {
|
|
|
3231
3231
|
context?: HttpContext;
|
|
3232
3232
|
transferCache?: boolean;
|
|
3233
3233
|
}): Observable<HttpEvent<Dispatches>>;
|
|
3234
|
-
/**
|
|
3235
|
-
* Get owner company IDs without dispatches
|
|
3236
|
-
* @endpoint get /dispatches/owner-companies/without-dispatch
|
|
3237
|
-
* @param orderStatus
|
|
3238
|
-
* @param ownerCompanyIds
|
|
3239
|
-
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
3240
|
-
* @param reportProgress flag to report request and response progress.
|
|
3241
|
-
* @param options additional options
|
|
3242
|
-
*/
|
|
3243
|
-
getOwnerCompanyIdsWithoutDispatches(orderStatus: OrderStatus, ownerCompanyIds: Array<string>, observe?: 'body', reportProgress?: boolean, options?: {
|
|
3244
|
-
httpHeaderAccept?: 'application/json';
|
|
3245
|
-
context?: HttpContext;
|
|
3246
|
-
transferCache?: boolean;
|
|
3247
|
-
}): Observable<Array<string>>;
|
|
3248
|
-
getOwnerCompanyIdsWithoutDispatches(orderStatus: OrderStatus, ownerCompanyIds: Array<string>, observe?: 'response', reportProgress?: boolean, options?: {
|
|
3249
|
-
httpHeaderAccept?: 'application/json';
|
|
3250
|
-
context?: HttpContext;
|
|
3251
|
-
transferCache?: boolean;
|
|
3252
|
-
}): Observable<HttpResponse<Array<string>>>;
|
|
3253
|
-
getOwnerCompanyIdsWithoutDispatches(orderStatus: OrderStatus, ownerCompanyIds: Array<string>, observe?: 'events', reportProgress?: boolean, options?: {
|
|
3254
|
-
httpHeaderAccept?: 'application/json';
|
|
3255
|
-
context?: HttpContext;
|
|
3256
|
-
transferCache?: boolean;
|
|
3257
|
-
}): Observable<HttpEvent<Array<string>>>;
|
|
3258
3234
|
/**
|
|
3259
3235
|
* Getting dispatch print details by id
|
|
3260
3236
|
* @endpoint get /dispatches/{id}/print-details
|