@indigina/wms-api 0.0.175 → 0.0.176
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 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @indigina/wms-api@0.0.
|
|
1
|
+
# @indigina/wms-api@0.0.176
|
|
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.176 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
package/package.json
CHANGED
|
@@ -3898,7 +3898,7 @@ interface Dispatch {
|
|
|
3898
3898
|
packedDate?: string | null;
|
|
3899
3899
|
packCompleteDate?: string | null;
|
|
3900
3900
|
dispatchDate?: string | null;
|
|
3901
|
-
|
|
3901
|
+
sysDispatchDate?: string | null;
|
|
3902
3902
|
requestedCarrierId?: string | null;
|
|
3903
3903
|
requestedServiceName?: string;
|
|
3904
3904
|
carrierId?: string | null;
|