@indigina/myseko-api 0.0.37 → 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;
|
|
1407
|
+
volumeCF?: number | null;
|
|
1406
1408
|
weightKG?: number | null;
|
|
1409
|
+
weightLB?: number | null;
|
|
1407
1410
|
}
|
|
1408
1411
|
|
|
1409
1412
|
/**
|
|
@@ -1648,6 +1651,7 @@ interface TimelineEvent {
|
|
|
1648
1651
|
code?: string | null;
|
|
1649
1652
|
shipmentStage?: ShipmentStage | null;
|
|
1650
1653
|
date?: string | null;
|
|
1654
|
+
containerNum?: string | null;
|
|
1651
1655
|
}
|
|
1652
1656
|
declare namespace TimelineEvent {
|
|
1653
1657
|
}
|