From 4c3936c599acffa53904fbf14859769796fe357d Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Tue, 12 Dec 2023 17:32:38 +0000 Subject: [PATCH] Check --- lib/js-api/src/authentication/basicAuth.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/js-api/src/authentication/basicAuth.ts b/lib/js-api/src/authentication/basicAuth.ts index fcc7db0ee8..aa56748204 100644 --- a/lib/js-api/src/authentication/basicAuth.ts +++ b/lib/js-api/src/authentication/basicAuth.ts @@ -19,4 +19,5 @@ export interface BasicAuth { username?: string; password?: string; ticket?: string; + test?: string; }