@indigina/wms-api 0.0.154 → 0.0.155
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.
|
|
1
|
+
# @indigina/wms-api@0.0.155
|
|
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.155 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -8978,6 +8978,26 @@ const WaveHistoryTypes = {
|
|
|
8978
8978
|
Closed: 'Closed'
|
|
8979
8979
|
};
|
|
8980
8980
|
|
|
8981
|
+
/**
|
|
8982
|
+
* Wms.API.Client
|
|
8983
|
+
*
|
|
8984
|
+
*
|
|
8985
|
+
*
|
|
8986
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8987
|
+
* https://openapi-generator.tech
|
|
8988
|
+
* Do not edit the class manually.
|
|
8989
|
+
*/
|
|
8990
|
+
|
|
8991
|
+
/**
|
|
8992
|
+
* Wms.API.Client
|
|
8993
|
+
*
|
|
8994
|
+
*
|
|
8995
|
+
*
|
|
8996
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
8997
|
+
* https://openapi-generator.tech
|
|
8998
|
+
* Do not edit the class manually.
|
|
8999
|
+
*/
|
|
9000
|
+
|
|
8981
9001
|
/**
|
|
8982
9002
|
* Wms.API.Client
|
|
8983
9003
|
*
|