mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-08 19:28:17 +00:00
Merge remote-tracking branch 'origin/dev' into CutomerTruckAssign
:qa!
This commit is contained in:
@@ -265,6 +265,7 @@ export interface ClearanceT1State {
|
||||
|
||||
/** Train link state for the booking tied to a customs clearance flow. */
|
||||
export interface ClearanceTrainState {
|
||||
scheduleId: string | null;
|
||||
wagonAllocated: boolean;
|
||||
departedAt: string | null;
|
||||
arrivedAt: string | null;
|
||||
@@ -305,31 +306,6 @@ export interface ClearanceSecondDuty {
|
||||
paid: boolean;
|
||||
}
|
||||
|
||||
/** A customs booking riding a train schedule, as shown on the GL DJ schedules tab. */
|
||||
export interface DjClearanceScheduleBooking {
|
||||
bookingId: string;
|
||||
reference: string;
|
||||
tradeDirection: string;
|
||||
contractId: string | null;
|
||||
gatepassGranted: boolean;
|
||||
gatepassAt: string | null;
|
||||
}
|
||||
|
||||
/** Train schedule row for the GL Djibouti gate-pass table. */
|
||||
export interface DjClearanceSchedule {
|
||||
id: string;
|
||||
trainNumber: string | null;
|
||||
routeName: string | null;
|
||||
origin: string | null;
|
||||
destination: string | null;
|
||||
status: string;
|
||||
scheduledDepartureDate: string | null;
|
||||
actualDepartureAt: string | null;
|
||||
actualArrivalAt: string | null;
|
||||
freightType: string | null;
|
||||
customsBookings: DjClearanceScheduleBooking[];
|
||||
}
|
||||
|
||||
export interface ContractClearanceView {
|
||||
contractId: string;
|
||||
/** Overall contract status (e.g. CLEARANCE_UNDER_REVIEW). */
|
||||
|
||||
@@ -76,4 +76,6 @@ export interface CompanyRegistrationData {
|
||||
managerName: string;
|
||||
managerEmail?: string;
|
||||
managerPhone: string;
|
||||
/** True when this TIN is already registered to an existing company. */
|
||||
tinTaken?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user