Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/approvals/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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). */
Expand Down
Loading