add contract hazard declaration, DO collection dates, and booking request currency migrations; implement article body diff component and integrate into contract revision timeline

This commit is contained in:
Marshal
2026-07-26 19:09:01 +00:00
parent af85f20789
commit 5fa012cad3
10 changed files with 262 additions and 6 deletions

View File

@@ -203,10 +203,12 @@ export const contractsService = {
id: string,
validityDays: number,
documentSnapshot?: Freight.IContractDocumentSnapshot,
window?: { validFrom?: string; validUntil?: string },
) =>
postContract<Freight.IContract>(C.STAFF_ACCEPT(id), {
validityDays,
documentSnapshot,
...window,
}),
/** The editable per-contract document draft (snapshot or live template). */