@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 +2 -2
- package/package.json +1 -1
- package/types/indigina-wms-api.d.ts +1 -3
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @indigina/wms-api@0.0.
|
|
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.
|
|
27
|
+
npm install @indigina/wms-api@0.0.189 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
package/package.json
CHANGED
|
@@ -5298,15 +5298,13 @@ interface CountrySummary {
|
|
|
5298
5298
|
|
|
5299
5299
|
interface WavePickingStarDispatchView {
|
|
5300
5300
|
id: string;
|
|
5301
|
-
|
|
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;
|