@indigina/myseko-api 0.0.48 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/myseko-api",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -669,6 +669,8 @@ interface DocumentInfo {
669
669
  category?: string | null;
670
670
  createdBy?: string | null;
671
671
  dateCreated?: string | null;
672
+ ordOrderID?: string | null;
673
+ orderNumber?: string | null;
672
674
  }
673
675
 
674
676
  /**
@@ -882,6 +884,10 @@ interface ExceptionManagementRow {
882
884
  description?: string | null;
883
885
  createdDateUtc: string;
884
886
  lastUpdatedUtc: string;
887
+ vehicleName?: string | null;
888
+ reason?: string | null;
889
+ pod?: string | null;
890
+ mode?: string | null;
885
891
  }
886
892
  declare namespace ExceptionManagementRow {
887
893
  }