@indigina/myseko-api 0.0.40 → 0.0.41

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.41",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1287,6 +1287,8 @@ interface SekonaPieceDetail {
1287
1287
  height?: number | null;
1288
1288
  dimUnit?: string | null;
1289
1289
  description?: string | null;
1290
+ packageType?: string | null;
1291
+ innerPackageType?: string | null;
1290
1292
  }
1291
1293
 
1292
1294
  /**