diff --git a/src/approvals/types.ts b/src/approvals/types.ts index e4295b6..a876495 100644 --- a/src/approvals/types.ts +++ b/src/approvals/types.ts @@ -15,7 +15,7 @@ export interface ApprovalRequest { /** First ~4KB of request body as text, or null if no body. */ bodyPreview: string | null; /** The agent that made this request. */ - agent: { id: string; name: string }; + agent: { id: string; name: string; externalId: string | null }; /** When the request arrived (ISO 8601). */ createdAt: string; /** When the approval expires (ISO 8601). */