fix: add ChatGPT-Account-Id header for organization subscriptions (#7603)

This commit is contained in:
Frédéric DE MATOS
2026-01-10 14:50:24 +01:00
committed by GitHub
parent dfe3e79304
commit 1662e149b3
4 changed files with 186 additions and 12 deletions

View File

@@ -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 }
))