summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src/index.ts
diff options
context:
space:
mode:
authorFrédéric DE MATOS <[email protected]>2026-01-10 14:50:24 +0100
committerGitHub <[email protected]>2026-01-10 07:50:24 -0600
commit1662e149b30d68afa366ed67c10afe78f748bfdb (patch)
tree98e4b2323d483f00dfc81acbbbce2b558a8cad09 /packages/plugin/src/index.ts
parentdfe3e7930404992165fca91908f55c26ee388598 (diff)
downloadopencode-1662e149b30d68afa366ed67c10afe78f748bfdb.tar.gz
opencode-1662e149b30d68afa366ed67c10afe78f748bfdb.zip
fix: add ChatGPT-Account-Id header for organization subscriptions (#7603)
Diffstat (limited to 'packages/plugin/src/index.ts')
-rw-r--r--packages/plugin/src/index.ts2
1 files changed, 2 insertions, 0 deletions
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 }
))