implement self-healing for freight payment milestones and enhance contract change request visibility

This commit is contained in:
Marshal
2026-07-07 07:45:59 +00:00
parent 05b13e84a8
commit 05d71eb6da
8 changed files with 124 additions and 9 deletions

View File

@@ -561,6 +561,12 @@ export interface IContract extends BaseEntity {
expiresAt?: string | null;
status: ContractStatus;
/**
* Body of the latest staff CHANGES_REQUESTED review note (detail response
* only, when status is CHANGES_REQUESTED). Lets the portal show the customer
* exactly what to fix before resubmitting.
*/
latestChangeRequestNote?: string | null;
clearanceStatus: ContractClearanceStatus;
clearanceCycleNumber: number;
/**