From 0d914e89ff98ab5215cf90440ccb9c05882b199d Mon Sep 17 00:00:00 2001 From: Matt Carroll Date: Tue, 3 Mar 2026 15:25:52 +1100 Subject: [PATCH] AP-7435 # Added completedByKey to NewCompletedTask --- typescript/scheduledTasks.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/typescript/scheduledTasks.ts b/typescript/scheduledTasks.ts index de6a71b..bc3f466 100644 --- a/typescript/scheduledTasks.ts +++ b/typescript/scheduledTasks.ts @@ -1,4 +1,5 @@ import { MiscTypes } from '..' +import { DeveloperKeyReference } from './keys' interface WithVersion { versionId: number @@ -113,6 +114,8 @@ export interface NewCompletedTask { submissionId?: string /** The user which actioned the task */ completedBy?: MiscTypes.UserProfile + /** The developer key which actioned the task */ + completedByKey?: DeveloperKeyReference /** The timestamp for when the user marked the task as done */ createdAt: string /**