@indigina/myseko-api 0.0.41 → 0.0.43
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
|
@@ -294,6 +294,7 @@ interface ShipmentCalendarItem {
|
|
|
294
294
|
containerNumbers?: string | null;
|
|
295
295
|
mode?: string | null;
|
|
296
296
|
typeOrderID?: string | null;
|
|
297
|
+
isEstimatedDate?: boolean | null;
|
|
297
298
|
}
|
|
298
299
|
|
|
299
300
|
/**
|
|
@@ -1621,6 +1622,13 @@ interface IntlShipmentSummary {
|
|
|
1621
1622
|
etaDueDate?: string | null;
|
|
1622
1623
|
delivery?: Address;
|
|
1623
1624
|
finalDelivery?: Address;
|
|
1625
|
+
houseBill?: string | null;
|
|
1626
|
+
incoTerm?: string | null;
|
|
1627
|
+
weight?: number | null;
|
|
1628
|
+
weightUOM?: string | null;
|
|
1629
|
+
containerCount?: number | null;
|
|
1630
|
+
masterBill?: string | null;
|
|
1631
|
+
releaseType?: string | null;
|
|
1624
1632
|
}
|
|
1625
1633
|
|
|
1626
1634
|
/**
|