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.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/makima/frontend/src/lib/api.ts b/makima/frontend/src/lib/api.ts
index b1422df..40e160e 100644
--- a/makima/frontend/src/lib/api.ts
+++ b/makima/frontend/src/lib/api.ts
@@ -3020,6 +3020,9 @@ export interface Directive {
localPath: string | null;
baseBranch: string | null;
orchestratorTaskId: string | null;
+ prUrl: string | null;
+ prBranch: string | null;
+ completionTaskId: string | null;
goalUpdatedAt: string;
startedAt: string | null;
version: number;
@@ -3055,6 +3058,8 @@ export interface DirectiveSummary {
status: DirectiveStatus;
repositoryUrl: string | null;
orchestratorTaskId: string | null;
+ prUrl: string | null;
+ completionTaskId: string | null;
version: number;
createdAt: string;
updatedAt: string;