@indigina/wms-api 0.0.97 → 0.0.98
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/fesm2022/indigina-wms-api.mjs +0 -20
- package/fesm2022/indigina-wms-api.mjs.map +1 -1
- package/index.d.ts +5 -30
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @indigina/wms-api@0.0.
|
|
1
|
+
# @indigina/wms-api@0.0.98
|
|
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.98 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -5635,16 +5635,6 @@ const QcType = {
|
|
|
5635
5635
|
CheckerCount: 'CheckerCount'
|
|
5636
5636
|
};
|
|
5637
5637
|
|
|
5638
|
-
/**
|
|
5639
|
-
* Wms.API.Client
|
|
5640
|
-
*
|
|
5641
|
-
*
|
|
5642
|
-
*
|
|
5643
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5644
|
-
* https://openapi-generator.tech
|
|
5645
|
-
* Do not edit the class manually.
|
|
5646
|
-
*/
|
|
5647
|
-
|
|
5648
5638
|
/**
|
|
5649
5639
|
* Wms.API.Client
|
|
5650
5640
|
*
|
|
@@ -5763,16 +5753,6 @@ const RecordType = {
|
|
|
5763
5753
|
* Do not edit the class manually.
|
|
5764
5754
|
*/
|
|
5765
5755
|
|
|
5766
|
-
/**
|
|
5767
|
-
* Wms.API.Client
|
|
5768
|
-
*
|
|
5769
|
-
*
|
|
5770
|
-
*
|
|
5771
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
5772
|
-
* https://openapi-generator.tech
|
|
5773
|
-
* Do not edit the class manually.
|
|
5774
|
-
*/
|
|
5775
|
-
|
|
5776
5756
|
/**
|
|
5777
5757
|
* Wms.API.Client
|
|
5778
5758
|
*
|