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
commit 1662e149b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 }
))