Merge branch 'dev' into freight/nati-2

This commit is contained in:
Nathnael
2026-08-24 14:02:03 +00:00
33 changed files with 1749 additions and 63 deletions

View File

@@ -511,6 +511,18 @@ export interface ContractClearanceView {
linkedBookingReviewNote?: string | null;
/** Shipment day the booking holds; the default when GL resubmits it. */
linkedBookingScheduledDate?: string | null;
/**
* Open wagon-cancellation on a CANCELLED linked booking (consolidation
* partner lapsed, staff cut): FEE_PENDING = customer must pay the
* cancellation fee; CREDIT_AVAILABLE = fee settled, GL rebooks the credit.
*/
linkedBookingCancellation?: {
id: string;
status: string;
wagonsCancelled: number;
creditAmount: number;
creditCurrency: string;
} | null;
/**
* Pre-declaration handshake with GL Djibouti: who handles the shipment in
* transit. `name` stays null until Djibouti answers, and GL Ethiopia cannot