@indigina/wms-api 0.0.95 → 0.0.96

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/index.d.ts +2 -2
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @indigina/wms-api@0.0.95
1
+ # @indigina/wms-api@0.0.96
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.95 --save
27
+ npm install @indigina/wms-api@0.0.96 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
package/index.d.ts CHANGED
@@ -1488,8 +1488,8 @@ interface DeliveryDataModel {
1488
1488
  customerCompanyId?: string | null;
1489
1489
  supplierCompanyId?: string | null;
1490
1490
  useDirectivePutAway: boolean;
1491
- ownerCompanyId: string;
1492
- deliveryNumber: string;
1491
+ ownerCompanyId?: string | null;
1492
+ deliveryNumber?: string | null;
1493
1493
  hbRef: string;
1494
1494
  asnDate?: string | null;
1495
1495
  warehouseEtaDate?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {