@indigina/myseko-api 0.0.36 → 0.0.37

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.36",
3
+ "version": "0.0.37",
4
4
  "description": "OpenAPI client for @indigina/myseko-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1403,7 +1403,7 @@ interface ShipmentContainer {
1403
1403
  containerMode?: string | null;
1404
1404
  shippedQuantity?: number | null;
1405
1405
  volumeM3?: number | null;
1406
- weightKg?: number | null;
1406
+ weightKG?: number | null;
1407
1407
  }
1408
1408
 
1409
1409
  /**
@@ -1540,7 +1540,6 @@ interface SekonaShipmentSummary {
1540
1540
  shipper?: ShipmentParty;
1541
1541
  consignee?: ShipmentParty;
1542
1542
  pieces?: number | null;
1543
- podName?: string | null;
1544
1543
  pod?: string | null;
1545
1544
  podTime?: string | null;
1546
1545
  pickupDate?: string | null;
@@ -1588,7 +1587,6 @@ interface IntlShipmentSummary {
1588
1587
  shipper?: ShipmentParty;
1589
1588
  consignee?: ShipmentParty;
1590
1589
  pieces?: number | null;
1591
- podName?: string | null;
1592
1590
  pod?: string | null;
1593
1591
  podTime?: string | null;
1594
1592
  pickupDate?: string | null;
@@ -2265,7 +2263,6 @@ interface BaseShipmentSummary {
2265
2263
  shipper?: ShipmentParty;
2266
2264
  consignee?: ShipmentParty;
2267
2265
  pieces?: number | null;
2268
- podName?: string | null;
2269
2266
  pod?: string | null;
2270
2267
  podTime?: string | null;
2271
2268
  pickupDate?: string | null;