@indigina/wms-api 0.0.136 → 0.0.137
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
|
@@ -3970,21 +3970,22 @@ declare class PrintersService extends BaseService {
|
|
|
3970
3970
|
* @param $top
|
|
3971
3971
|
* @param $orderby
|
|
3972
3972
|
* @param $filter
|
|
3973
|
+
* @param $search
|
|
3973
3974
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
3974
3975
|
* @param reportProgress flag to report request and response progress.
|
|
3975
3976
|
* @param options additional options
|
|
3976
3977
|
*/
|
|
3977
|
-
getPrintTypePrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
3978
|
+
getPrintTypePrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
3978
3979
|
httpHeaderAccept?: 'application/json';
|
|
3979
3980
|
context?: HttpContext;
|
|
3980
3981
|
transferCache?: boolean;
|
|
3981
3982
|
}): Observable<PrintTypePrinterTrays>;
|
|
3982
|
-
getPrintTypePrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
3983
|
+
getPrintTypePrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
3983
3984
|
httpHeaderAccept?: 'application/json';
|
|
3984
3985
|
context?: HttpContext;
|
|
3985
3986
|
transferCache?: boolean;
|
|
3986
3987
|
}): Observable<HttpResponse<PrintTypePrinterTrays>>;
|
|
3987
|
-
getPrintTypePrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
3988
|
+
getPrintTypePrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
3988
3989
|
httpHeaderAccept?: 'application/json';
|
|
3989
3990
|
context?: HttpContext;
|
|
3990
3991
|
transferCache?: boolean;
|
|
@@ -4020,21 +4021,22 @@ declare class PrintersService extends BaseService {
|
|
|
4020
4021
|
* @param $top
|
|
4021
4022
|
* @param $orderby
|
|
4022
4023
|
* @param $filter
|
|
4024
|
+
* @param $search
|
|
4023
4025
|
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
4024
4026
|
* @param reportProgress flag to report request and response progress.
|
|
4025
4027
|
* @param options additional options
|
|
4026
4028
|
*/
|
|
4027
|
-
getPrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
4029
|
+
getPrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
4028
4030
|
httpHeaderAccept?: 'application/json';
|
|
4029
4031
|
context?: HttpContext;
|
|
4030
4032
|
transferCache?: boolean;
|
|
4031
4033
|
}): Observable<PrinterTrays>;
|
|
4032
|
-
getPrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
4034
|
+
getPrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
4033
4035
|
httpHeaderAccept?: 'application/json';
|
|
4034
4036
|
context?: HttpContext;
|
|
4035
4037
|
transferCache?: boolean;
|
|
4036
4038
|
}): Observable<HttpResponse<PrinterTrays>>;
|
|
4037
|
-
getPrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
4039
|
+
getPrinterTrays(id: number, $skip?: number, $top?: number, $orderby?: string, $filter?: string, $search?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
4038
4040
|
httpHeaderAccept?: 'application/json';
|
|
4039
4041
|
context?: HttpContext;
|
|
4040
4042
|
transferCache?: boolean;
|
|
@@ -4066,6 +4068,33 @@ declare class PrintersService extends BaseService {
|
|
|
4066
4068
|
context?: HttpContext;
|
|
4067
4069
|
transferCache?: boolean;
|
|
4068
4070
|
}): Observable<HttpEvent<Printers>>;
|
|
4071
|
+
/**
|
|
4072
|
+
* Printers list
|
|
4073
|
+
* @endpoint get /printers/search
|
|
4074
|
+
* @param $skip
|
|
4075
|
+
* @param $top
|
|
4076
|
+
* @param $orderby
|
|
4077
|
+
* @param $filter
|
|
4078
|
+
* @param searchTerm
|
|
4079
|
+
* @param observe set whether or not to return the data Observable as the body, response or events. defaults to returning the body.
|
|
4080
|
+
* @param reportProgress flag to report request and response progress.
|
|
4081
|
+
* @param options additional options
|
|
4082
|
+
*/
|
|
4083
|
+
getPrintersFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'body', reportProgress?: boolean, options?: {
|
|
4084
|
+
httpHeaderAccept?: 'application/json';
|
|
4085
|
+
context?: HttpContext;
|
|
4086
|
+
transferCache?: boolean;
|
|
4087
|
+
}): Observable<Printers>;
|
|
4088
|
+
getPrintersFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'response', reportProgress?: boolean, options?: {
|
|
4089
|
+
httpHeaderAccept?: 'application/json';
|
|
4090
|
+
context?: HttpContext;
|
|
4091
|
+
transferCache?: boolean;
|
|
4092
|
+
}): Observable<HttpResponse<Printers>>;
|
|
4093
|
+
getPrintersFromIndex($skip?: number, $top?: number, $orderby?: string, $filter?: string, searchTerm?: string, observe?: 'events', reportProgress?: boolean, options?: {
|
|
4094
|
+
httpHeaderAccept?: 'application/json';
|
|
4095
|
+
context?: HttpContext;
|
|
4096
|
+
transferCache?: boolean;
|
|
4097
|
+
}): Observable<HttpEvent<Printers>>;
|
|
4069
4098
|
/**
|
|
4070
4099
|
* Update print type printer trays
|
|
4071
4100
|
* @endpoint put /printers/{id}/printTypePrinterTrays
|