@indigina/wms-api 0.0.143 → 0.0.144

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @indigina/wms-api@0.0.143
1
+ # @indigina/wms-api@0.0.144
2
2
 
3
3
  WMS API Client for Angular applications
4
4
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @indigina/wms-api@0.0.143 --save
27
+ npm install @indigina/wms-api@0.0.144 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.143",
3
+ "version": "0.0.144",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -2233,6 +2233,7 @@ interface DeliveryItemView {
2233
2233
  reasonDescription: string;
2234
2234
  qcPercentage: number | null;
2235
2235
  qcControlled: boolean;
2236
+ lotNo?: string | null;
2236
2237
  bestBeforeDate: string | null;
2237
2238
  lotControlled?: boolean | null;
2238
2239
  dateControlled?: boolean | null;