@indigina/myseko-api 0.0.21 → 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):_
|
|
@@ -1839,7 +1839,27 @@ const CalendarViewBy = {
|
|
|
1839
1839
|
* https://openapi-generator.tech
|
|
1840
1840
|
* Do not edit the class manually.
|
|
1841
1841
|
*/
|
|
1842
|
-
|
|
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
|
+
|
|
1853
|
+
/**
|
|
1854
|
+
* MySeko.API.Client
|
|
1855
|
+
*
|
|
1856
|
+
*
|
|
1857
|
+
*
|
|
1858
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
1859
|
+
* https://openapi-generator.tech
|
|
1860
|
+
* Do not edit the class manually.
|
|
1861
|
+
*/
|
|
1862
|
+
const ShipmentStage = {
|
|
1843
1863
|
ORIGIN: 1,
|
|
1844
1864
|
DEPARTED: 2,
|
|
1845
1865
|
IN_TRANSIT: 3,
|
|
@@ -1919,5 +1939,5 @@ function provideApi(configOrBasePath) {
|
|
|
1919
1939
|
* Generated bundle index. Do not edit.
|
|
1920
1940
|
*/
|
|
1921
1941
|
|
|
1922
|
-
export { APIS, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarService, CalendarViewBy, Configuration, DashboardService, HealthService, SettingsService, ShipmentService,
|
|
1942
|
+
export { APIS, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarService, CalendarViewBy, Configuration, DashboardService, HealthService, SettingsService, ShipmentService, ShipmentStage, UserService, UsergroupService, provideApi };
|
|
1923
1943
|
//# sourceMappingURL=indigina-myseko-api.mjs.map
|