@indigina/myseko-api 0.0.32 → 0.0.34
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.34
|
|
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.34 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -2092,6 +2092,24 @@ const CalendarViewBy = {
|
|
|
2092
2092
|
* Do not edit the class manually.
|
|
2093
2093
|
*/
|
|
2094
2094
|
|
|
2095
|
+
/**
|
|
2096
|
+
* MySeko.API.Client
|
|
2097
|
+
*
|
|
2098
|
+
*
|
|
2099
|
+
*
|
|
2100
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
2101
|
+
* https://openapi-generator.tech
|
|
2102
|
+
* Do not edit the class manually.
|
|
2103
|
+
*/
|
|
2104
|
+
/**
|
|
2105
|
+
* Criticality level of exception
|
|
2106
|
+
*/
|
|
2107
|
+
const Criticality = {
|
|
2108
|
+
Low: 0,
|
|
2109
|
+
Medium: 1,
|
|
2110
|
+
High: 2
|
|
2111
|
+
};
|
|
2112
|
+
|
|
2095
2113
|
/**
|
|
2096
2114
|
* MySeko.API.Client
|
|
2097
2115
|
*
|
|
@@ -2221,6 +2239,13 @@ const DocumentCategoryType = {
|
|
|
2221
2239
|
* https://openapi-generator.tech
|
|
2222
2240
|
* Do not edit the class manually.
|
|
2223
2241
|
*/
|
|
2242
|
+
/**
|
|
2243
|
+
* Status of exception
|
|
2244
|
+
*/
|
|
2245
|
+
const ExceptionStatus = {
|
|
2246
|
+
Active: 0,
|
|
2247
|
+
Closed: 1
|
|
2248
|
+
};
|
|
2224
2249
|
|
|
2225
2250
|
/**
|
|
2226
2251
|
* MySeko.API.Client
|
|
@@ -2231,6 +2256,20 @@ const DocumentCategoryType = {
|
|
|
2231
2256
|
* https://openapi-generator.tech
|
|
2232
2257
|
* Do not edit the class manually.
|
|
2233
2258
|
*/
|
|
2259
|
+
/**
|
|
2260
|
+
* Type of exception
|
|
2261
|
+
*/
|
|
2262
|
+
const ExceptionType = {
|
|
2263
|
+
TransitDelay: 0,
|
|
2264
|
+
ArrivalOverdue: 1,
|
|
2265
|
+
DeliveryOverdue: 2,
|
|
2266
|
+
DeliveryAppointmentOverdue: 3,
|
|
2267
|
+
LateDelivery: 4,
|
|
2268
|
+
ConsigneeUnreachable: 5,
|
|
2269
|
+
FailedDelivery: 6,
|
|
2270
|
+
PartialDelivery: 7,
|
|
2271
|
+
IncompletePOD: 8
|
|
2272
|
+
};
|
|
2234
2273
|
|
|
2235
2274
|
/**
|
|
2236
2275
|
* MySeko.API.Client
|
|
@@ -2461,5 +2500,5 @@ function provideApi(configOrBasePath) {
|
|
|
2461
2500
|
* Generated bundle index. Do not edit.
|
|
2462
2501
|
*/
|
|
2463
2502
|
|
|
2464
|
-
export { APIS, ApiModule, AuthService, BASE_PATH, COLLECTION_FORMATS, CalendarService, CalendarViewBy, Configuration, DashboardService, DocumentCategoryType, DocumentService, ExceptionsService, HealthService, SettingsService, ShipmentService, ShipmentStage, UserService, UsergroupService, provideApi };
|
|
2503
|
+
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 };
|
|
2465
2504
|
//# sourceMappingURL=indigina-myseko-api.mjs.map
|