@indigina/myseko-api 0.0.45 → 0.0.47

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.45",
3
+ "version": "0.0.47",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1809,6 +1809,8 @@ interface Shipment {
1809
1809
  isActive?: boolean | null;
1810
1810
  isException?: boolean | null;
1811
1811
  subShipmentsCount?: number | null;
1812
+ shipmentType?: string | null;
1813
+ releaseType?: string | null;
1812
1814
  }
1813
1815
 
1814
1816
  /**