From d95cbefacba442d2ba161cc1be6a807a4efee4d2 Mon Sep 17 00:00:00 2001 From: Branden Rodgers Date: Tue, 17 Dec 2024 16:44:40 -0500 Subject: [PATCH] fix auth type for deprecated config --- types/Accounts.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/Accounts.ts b/types/Accounts.ts index a897846..4e62163 100644 --- a/types/Accounts.ts +++ b/types/Accounts.ts @@ -32,6 +32,8 @@ export interface CLIAccount_DEPRECATED { authType?: AuthType; auth?: { tokenInfo?: TokenInfo; + clientId?: string; + clientSecret?: string; }; sandboxAccountType?: string | null; parentAccountId?: number | null;