@indigina/myseko-api 0.0.36 → 0.0.38
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
|
@@ -1402,8 +1402,11 @@ interface ShipmentContainer {
|
|
|
1402
1402
|
size?: string | null;
|
|
1403
1403
|
containerMode?: string | null;
|
|
1404
1404
|
shippedQuantity?: number | null;
|
|
1405
|
+
packageType?: string | null;
|
|
1405
1406
|
volumeM3?: number | null;
|
|
1406
|
-
|
|
1407
|
+
volumeCF?: number | null;
|
|
1408
|
+
weightKG?: number | null;
|
|
1409
|
+
weightLB?: number | null;
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
/**
|
|
@@ -1540,7 +1543,6 @@ interface SekonaShipmentSummary {
|
|
|
1540
1543
|
shipper?: ShipmentParty;
|
|
1541
1544
|
consignee?: ShipmentParty;
|
|
1542
1545
|
pieces?: number | null;
|
|
1543
|
-
podName?: string | null;
|
|
1544
1546
|
pod?: string | null;
|
|
1545
1547
|
podTime?: string | null;
|
|
1546
1548
|
pickupDate?: string | null;
|
|
@@ -1588,7 +1590,6 @@ interface IntlShipmentSummary {
|
|
|
1588
1590
|
shipper?: ShipmentParty;
|
|
1589
1591
|
consignee?: ShipmentParty;
|
|
1590
1592
|
pieces?: number | null;
|
|
1591
|
-
podName?: string | null;
|
|
1592
1593
|
pod?: string | null;
|
|
1593
1594
|
podTime?: string | null;
|
|
1594
1595
|
pickupDate?: string | null;
|
|
@@ -1650,6 +1651,7 @@ interface TimelineEvent {
|
|
|
1650
1651
|
code?: string | null;
|
|
1651
1652
|
shipmentStage?: ShipmentStage | null;
|
|
1652
1653
|
date?: string | null;
|
|
1654
|
+
containerNum?: string | null;
|
|
1653
1655
|
}
|
|
1654
1656
|
declare namespace TimelineEvent {
|
|
1655
1657
|
}
|
|
@@ -2265,7 +2267,6 @@ interface BaseShipmentSummary {
|
|
|
2265
2267
|
shipper?: ShipmentParty;
|
|
2266
2268
|
consignee?: ShipmentParty;
|
|
2267
2269
|
pieces?: number | null;
|
|
2268
|
-
podName?: string | null;
|
|
2269
2270
|
pod?: string | null;
|
|
2270
2271
|
podTime?: string | null;
|
|
2271
2272
|
pickupDate?: string | null;
|