From 1662e149b30d68afa366ed67c10afe78f748bfdb Mon Sep 17 00:00:00 2001 From: Frédéric DE MATOS Date: Sat, 10 Jan 2026 14:50:24 +0100 Subject: fix: add ChatGPT-Account-Id header for organization subscriptions (#7603) --- packages/plugin/src/index.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/plugin') diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index bf9b6e8c2..46ad8512c 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -114,6 +114,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( refresh: string access: string expires: number + accountId?: string } | { key: string } )) @@ -133,6 +134,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( refresh: string access: string expires: number + accountId?: string } | { key: string } )) -- cgit v1.2.3