@indigina/myseko-api 0.0.39 → 0.0.41
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
|
@@ -1287,6 +1287,8 @@ interface SekonaPieceDetail {
|
|
|
1287
1287
|
height?: number | null;
|
|
1288
1288
|
dimUnit?: string | null;
|
|
1289
1289
|
description?: string | null;
|
|
1290
|
+
packageType?: string | null;
|
|
1291
|
+
innerPackageType?: string | null;
|
|
1290
1292
|
}
|
|
1291
1293
|
|
|
1292
1294
|
/**
|
|
@@ -1572,6 +1574,10 @@ interface SekonaShipmentSummary {
|
|
|
1572
1574
|
shipperApptEndTime?: string | null;
|
|
1573
1575
|
appointmentRequired?: boolean | null;
|
|
1574
1576
|
purchaseOrder?: string | null;
|
|
1577
|
+
shipperAssembly?: string | null;
|
|
1578
|
+
consigneeAssembly?: string | null;
|
|
1579
|
+
pickupTimeIn?: string | null;
|
|
1580
|
+
pickupTimeOut?: string | null;
|
|
1575
1581
|
}
|
|
1576
1582
|
|
|
1577
1583
|
/**
|
|
@@ -1656,6 +1662,7 @@ interface TimelineEvent {
|
|
|
1656
1662
|
code?: string | null;
|
|
1657
1663
|
shipmentStage?: ShipmentStage | null;
|
|
1658
1664
|
date?: string | null;
|
|
1665
|
+
isLocalTime?: boolean | null;
|
|
1659
1666
|
containerNum?: string | null;
|
|
1660
1667
|
}
|
|
1661
1668
|
declare namespace TimelineEvent {
|