Release 0.2.19: Update Fern TS SDK (#3807)

This commit is contained in:
Stanislav Novosad
2025-10-24 12:28:29 -06:00
committed by GitHub
parent 5872e3cde0
commit 43048b1c12
10 changed files with 2489 additions and 2577 deletions

View File

@@ -7,7 +7,6 @@ export interface BaseClientOptions {
environment?: core.Supplier<environments.SkyvernEnvironment | string>;
/** Specify a custom URL to connect the client to. */
baseUrl?: core.Supplier<string>;
xApiKey?: core.Supplier<string | undefined>;
/** Override the x-api-key header */
apiKey?: core.Supplier<string | undefined>;
/** Additional headers to include in requests. */