From f6da3c467bb34f22710f56568548fe2b04ac0291 Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Fri, 21 Nov 2025 01:04:02 -0600 Subject: [PATCH] ignore: sync sdk --- packages/sdk/js/src/gen/types.gen.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index ebd1140f1..f13d14a90 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -1097,6 +1097,8 @@ export type Config = { } } } + whitelist?: Array + blacklist?: Array options?: { apiKey?: string baseURL?: string