@indigina/myseko-api 0.0.22 → 0.0.23
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/myseko-api@0.0.
|
|
1
|
+
# @indigina/myseko-api@0.0.23
|
|
2
2
|
|
|
3
3
|
MySeko 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/myseko-api@0.0.
|
|
27
|
+
npm install @indigina/myseko-api@0.0.23 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -1830,6 +1830,26 @@ const CalendarViewBy = {
|
|
|
1830
1830
|
* Do not edit the class manually.
|
|
1831
1831
|
*/
|
|
1832
1832
|
|
|
1833
|
+
/**
|
|
1834
|
+
* MySeko.API.Client
|
|
1835
|
+
*
|
|
1836
|
+
*
|
|
1837
|
+
*
|
|
1838
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1839
|
+
* https://openapi-generator.tech
|
|
1840
|
+
* Do not edit the class manually.
|
|
1841
|
+
*/
|
|
1842
|
+
|
|
1843
|
+
/**
|
|
1844
|
+
* MySeko.API.Client
|
|
1845
|
+
*
|
|
1846
|
+
*
|
|
1847
|
+
*
|
|
1848
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1849
|
+
* https://openapi-generator.tech
|
|
1850
|
+
* Do not edit the class manually.
|
|
1851
|
+
*/
|
|
1852
|
+
|
|
1833
1853
|
/**
|
|
1834
1854
|
* MySeko.API.Client
|
|
1835
1855
|
*
|