@indigina/myseko-api 0.0.40 → 0.0.42

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.40",
3
+ "version": "0.0.42",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -294,6 +294,7 @@ interface ShipmentCalendarItem {
294
294
  containerNumbers?: string | null;
295
295
  mode?: string | null;
296
296
  typeOrderID?: string | null;
297
+ isEstimatedDate?: boolean | null;
297
298
  }
298
299
 
299
300
  /**
@@ -1287,6 +1288,8 @@ interface SekonaPieceDetail {
1287
1288
  height?: number | null;
1288
1289
  dimUnit?: string | null;
1289
1290
  description?: string | null;
1291
+ packageType?: string | null;
1292
+ innerPackageType?: string | null;
1290
1293
  }
1291
1294
 
1292
1295
  /**