mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-30 02:58:11 +00:00
Pre-declaration Djibouti GL assignee request flow
This commit is contained in:
@@ -752,6 +752,9 @@ export interface IContract extends BaseEntity {
|
||||
contractValidUntil?: string | null;
|
||||
expiresAt?: string | null;
|
||||
|
||||
/** When the customer last submitted this contract for review. */
|
||||
submittedAt?: string | null;
|
||||
|
||||
status: ContractStatus;
|
||||
/**
|
||||
* Body of the latest staff CHANGES_REQUESTED review note (detail response
|
||||
|
||||
@@ -783,6 +783,17 @@ export interface ClearanceView {
|
||||
/** Boundary milestone complete — customer may proceed to operations. */
|
||||
operationReady?: boolean;
|
||||
preClearanceFinalized?: boolean;
|
||||
/**
|
||||
* Pre-declaration handshake with GL Djibouti: who handles this shipment in
|
||||
* transit. `name` stays null until Djibouti answers, and GL Ethiopia cannot
|
||||
* file the import customs declaration before it is set.
|
||||
*/
|
||||
transitAssignee?: {
|
||||
requestedAt: string | null;
|
||||
requestNote: string | null;
|
||||
name: string | null;
|
||||
assignedAt: string | null;
|
||||
} | null;
|
||||
dutyAdvice?: {
|
||||
amount: number;
|
||||
currency: string;
|
||||
|
||||
Reference in New Issue
Block a user