summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--packages/sdk/js/src/gen/types.gen.ts2
1 files changed, 2 insertions, 0 deletions
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<string>
+ blacklist?: Array<string>
options?: {
apiKey?: string
baseURL?: string