diff options
| author | soryu <soryu@soryu.co> | 2026-02-08 19:50:20 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-08 19:50:20 +0000 |
| commit | 87fa8c4af66745bd30bc84b6c5ef657dd4dec002 (patch) | |
| tree | cf8216c349086819300b4400c2db27c5c97be62c /makima/frontend/src/lib/api.ts | |
| parent | 2166befc8869dbb76008a1fe62f28a4936e77bce (diff) | |
| download | soryu-87fa8c4af66745bd30bc84b6c5ef657dd4dec002.tar.gz soryu-87fa8c4af66745bd30bc84b6c5ef657dd4dec002.zip | |
Fix directive evaluation and add to frontend
Diffstat (limited to 'makima/frontend/src/lib/api.ts')
| -rw-r--r-- | makima/frontend/src/lib/api.ts | 7 |
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; |
