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

@@ -12,6 +12,7 @@ export namespace Auth {
refresh: z.string(),
access: z.string(),
expires: z.number(),
accountId: z.string().optional(),
enterpriseUrl: z.string().optional(),
})
.meta({ ref: "OAuth" })