@indigina/myseko-api 0.0.49 → 0.0.50

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.49
1
+ # @indigina/myseko-api@0.0.50
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.49 --save
27
+ npm install @indigina/myseko-api@0.0.50 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/myseko-api",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -884,6 +884,10 @@ interface ExceptionManagementRow {
884
884
  description?: string | null;
885
885
  createdDateUtc: string;
886
886
  lastUpdatedUtc: string;
887
+ vehicleName?: string | null;
888
+ reason?: string | null;
889
+ pod?: string | null;
890
+ mode?: string | null;
887
891
  }
888
892
  declare namespace ExceptionManagementRow {
889
893
  }