diff --git a/src/api-endpoints.ts b/src/api-endpoints.ts index 3c35ec21..4b9bd8e8 100644 --- a/src/api-endpoints.ts +++ b/src/api-endpoints.ts @@ -11166,6 +11166,7 @@ export type OauthTokenResponse = { } | { type: "workspace"; workspace: true } duplicated_template_id: string | null + request_id: string } export const oauthToken = {