@indigina/wms-api 0.0.188 → 0.0.189

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.188
1
+ # @indigina/wms-api@0.0.189
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.188 --save
27
+ npm install @indigina/wms-api@0.0.189 --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.188",
3
+ "version": "0.0.189",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -5298,15 +5298,13 @@ interface CountrySummary {
5298
5298
 
5299
5299
  interface WavePickingStarDispatchView {
5300
5300
  id: string;
5301
- clientId: string;
5302
- client?: CompanyDescriptionSummary | null;
5301
+ company?: CompanyDescriptionSummary | null;
5303
5302
  dispatchNumber: string;
5304
5303
  salesOrderNumberList?: string;
5305
5304
  noOfLines?: number | null;
5306
5305
  noOfLinesOrdered?: number | null;
5307
5306
  shipTo?: string;
5308
5307
  region?: string;
5309
- countryId?: string | null;
5310
5308
  country?: CountrySummary | null;
5311
5309
  requestedCarrier?: string;
5312
5310
  requestedService?: string;