summaryrefslogtreecommitdiff
path: root/makima/frontend/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'makima/frontend/src/lib')
-rw-r--r--makima/frontend/src/lib/api.ts7
1 files changed, 7 insertions, 0 deletions
diff --git a/makima/frontend/src/lib/api.ts b/makima/frontend/src/lib/api.ts
index 9782a07..5080ee1 100644
--- a/makima/frontend/src/lib/api.ts
+++ b/makima/frontend/src/lib/api.ts
@@ -3100,6 +3100,13 @@ export interface ChainStep {
status: string;
contractId: string | null;
supervisorTaskId: string | null;
+ monitoringContractId: string | null;
+ monitoringTaskId: string | null;
+ confidenceScore: number | null;
+ confidenceLevel: string | null;
+ evaluationCount: number;
+ reworkCount: number;
+ lastEvaluationId: string | null;
orderIndex: number;
startedAt: string | null;
completedAt: string | null;