feat(idm): govern delegation chains and timed escalation
Module Package Release / publish-packages (push) Successful in 11s

This commit is contained in:
2026-08-22 03:12:30 +02:00
parent b0eda35195
commit 21e8f0bc39
21 changed files with 1931 additions and 95 deletions
+4
View File
@@ -259,6 +259,10 @@ export type FunctionAssignmentChange = {
workflow_instance_id?: string | null;
resulting_assignment_id?: string | null;
expires_at?: string | null;
review_deadline_at?: string | null;
escalated_at?: string | null;
escalation_from_state?: string | null;
escalation_target_function_id?: string | null;
outcome_reason?: string | null;
resource_revision: number;
etag: string;