mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
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:
@@ -276,7 +276,14 @@ export type IContractDocumentChange =
|
||||
title: string;
|
||||
fromTitle: string;
|
||||
}
|
||||
| { kind: 'ARTICLE_BODY_CHANGED'; articleId: string; title: string }
|
||||
| {
|
||||
kind: 'ARTICLE_BODY_CHANGED';
|
||||
articleId: string;
|
||||
title: string;
|
||||
/** Body before / after the edit. Absent on revisions recorded earlier. */
|
||||
fromBody?: string;
|
||||
toBody?: string;
|
||||
}
|
||||
| {
|
||||
kind: 'ARTICLE_REORDERED';
|
||||
articleId: string;
|
||||
|
||||
Reference in New Issue
Block a user