From 1ab14d49349c80f6e7cf6fefbae75aeace7f94b1 Mon Sep 17 00:00:00 2001 From: Mohammed Esafi <47392041+MohammedEsafi@users.noreply.github.com> Date: Mon, 25 Dec 2023 15:55:09 +0100 Subject: [PATCH] fix: add missing `request_id` type to `OauthTokenResponse` --- src/api-endpoints.ts | 1 + 1 file changed, 1 insertion(+) 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 = {