@indigina/myseko-api 0.0.30 → 0.0.31

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.30",
3
+ "version": "0.0.31",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -292,6 +292,8 @@ interface ShipmentCalendarItem {
292
292
  consReference?: string | null;
293
293
  isCalculatedScheduledDelivery?: boolean | null;
294
294
  containerNumbers?: string | null;
295
+ mode?: string | null;
296
+ typeOrderID?: string | null;
295
297
  }
296
298
 
297
299
  /**