mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-07 21:15:41 +00:00
feat(companies): add Transit Agent service linked to transit-agent roster; forwarder/agent onboarding step, assigned-bookings tab, booking assignment + notify, drop agent validity window
This commit is contained in:
@@ -1053,6 +1053,12 @@ export interface CreateBookingUnderContractDto {
|
||||
customsClearingAgent?: string;
|
||||
customsClearingAgentEmail?: string;
|
||||
customsClearingAgentPhone?: string;
|
||||
/**
|
||||
* The alternative to typing a clearing agent: a registered Ethiopian transit
|
||||
* agent (a freight forwarder on the platform). Assigns the booking to it and
|
||||
* notifies the forwarder company; the typed agent fields are then ignored.
|
||||
*/
|
||||
transitAgentId?: string;
|
||||
notes?: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user