From fe94bb8e50ed9625e553cc7bd79d3a02889c2979 Mon Sep 17 00:00:00 2001 From: Ola <74724224+OlaHulleberg@users.noreply.github.com> Date: Tue, 4 Nov 2025 22:36:12 +0100 Subject: feat(provider): add GitHub Enterprise support for Copilot (#2522) Co-authored-by: Jon-Mikkel Korsvik <48263282+jkorsvik@users.noreply.github.com> Co-authored-by: GitHub Action Co-authored-by: Aiden Cline --- packages/sdk/js/src/gen/types.gen.ts | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'packages/sdk/js/src/gen') diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index d4b763324..0c0135b4f 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -405,6 +405,10 @@ export type Config = { options?: { apiKey?: string baseURL?: string + /** + * GitHub Enterprise URL for copilot authentication + */ + enterpriseUrl?: string /** * Timeout in milliseconds for requests to this provider. Default is 300000 (5 minutes). Set to false to disable timeout. */ @@ -1135,6 +1139,7 @@ export type OAuth = { refresh: string access: string expires: number + enterpriseUrl?: string } export type ApiAuth = { -- cgit v1.2.3