@indigina/myseko-api 0.0.46 → 0.0.48
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.48
|
|
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.48 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -2088,6 +2088,34 @@ const APIS = [AuthService, CalendarService, DashboardService, DocumentService, E
|
|
|
2088
2088
|
* Do not edit the class manually.
|
|
2089
2089
|
*/
|
|
2090
2090
|
|
|
2091
|
+
/**
|
|
2092
|
+
* MySeko.API.Client
|
|
2093
|
+
*
|
|
2094
|
+
*
|
|
2095
|
+
*
|
|
2096
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2097
|
+
* https://openapi-generator.tech
|
|
2098
|
+
* Do not edit the class manually.
|
|
2099
|
+
*/
|
|
2100
|
+
const CalendarDateTypeUsed = {
|
|
2101
|
+
Estimated: 0,
|
|
2102
|
+
Actual: 1
|
|
2103
|
+
};
|
|
2104
|
+
|
|
2105
|
+
/**
|
|
2106
|
+
* MySeko.API.Client
|
|
2107
|
+
*
|
|
2108
|
+
*
|
|
2109
|
+
*
|
|
2110
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2111
|
+
* https://openapi-generator.tech
|
|
2112
|
+
* Do not edit the class manually.
|
|
2113
|
+
*/
|
|
2114
|
+
const CalendarEvenType = {
|
|
2115
|
+
Estimated: 0,
|
|
2116
|
+
Scheduled: 1
|
|
2117
|
+
};
|
|
2118
|
+
|
|
2091
2119
|
/**
|
|
2092
2120
|
* MySeko.API.Client
|
|
2093
2121
|
*
|
|
@@ -2444,16 +2472,6 @@ const ExceptionType = {
|
|
|
2444
2472
|
* Do not edit the class manually.
|
|
2445
2473
|
*/
|
|
2446
2474
|
|
|
2447
|
-
/**
|
|
2448
|
-
* MySeko.API.Client
|
|
2449
|
-
*
|
|
2450
|
-
*
|
|
2451
|
-
*
|
|
2452
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2453
|
-
* https://openapi-generator.tech
|
|
2454
|
-
* Do not edit the class manually.
|
|
2455
|
-
*/
|
|
2456
|
-
|
|
2457
2475
|
/**
|
|
2458
2476
|
* MySeko.API.Client
|
|
2459
2477
|
*
|
|
@@ -2543,5 +2561,5 @@ function provideApi(configOrBasePath) {
|
|
|
2543
2561
|
* Generated bundle index. Do not edit.
|
|
2544
2562
|
*/
|
|
2545
2563
|
|
|
2546
|
-
export { APIS, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarService, CalendarViewBy, Configuration, Criticality, DashboardService, DocumentCategoryType, DocumentService, ExceptionStatus, ExceptionType, ExceptionsService, HealthService, SettingsService, ShipmentService, ShipmentStage, UserService, UsergroupService, provideApi };
|
|
2564
|
+
export { APIS, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarDateTypeUsed, CalendarEvenType, CalendarService, CalendarViewBy, Configuration, Criticality, DashboardService, DocumentCategoryType, DocumentService, ExceptionStatus, ExceptionType, ExceptionsService, HealthService, SettingsService, ShipmentService, ShipmentStage, UserService, UsergroupService, provideApi };
|
|
2547
2565
|
//# sourceMappingURL=indigina-myseko-api.mjs.map
|