From cd82f8a957c9877db740c51b8da965a63184717f 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 ebd1140f10..f13d14a904 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