@indigina/wms-api 0.0.129 → 0.0.130
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.130
|
|
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.130 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -7182,16 +7182,6 @@ const RecordType = {
|
|
|
7182
7182
|
* Do not edit the class manually.
|
|
7183
7183
|
*/
|
|
7184
7184
|
|
|
7185
|
-
/**
|
|
7186
|
-
* Wms.API.Client
|
|
7187
|
-
*
|
|
7188
|
-
*
|
|
7189
|
-
*
|
|
7190
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7191
|
-
* https://openapi-generator.tech
|
|
7192
|
-
* Do not edit the class manually.
|
|
7193
|
-
*/
|
|
7194
|
-
|
|
7195
7185
|
/**
|
|
7196
7186
|
* Wms.API.Client
|
|
7197
7187
|
*
|