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