We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bccc6 commit f3ff938Copy full SHA for f3ff938
src/approvals/types.ts
@@ -15,7 +15,7 @@ export interface ApprovalRequest {
15
/** First ~4KB of request body as text, or null if no body. */
16
bodyPreview: string | null;
17
/** The agent that made this request. */
18
- agent: { id: string; name: string };
+ agent: { id: string; name: string; externalId: string | null };
19
/** When the request arrived (ISO 8601). */
20
createdAt: string;
21
/** When the approval expires (ISO 8601). */
0 commit comments