@indigina/wms-api 0.0.136 → 0.0.138

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