Release 0.2.19: Update Fern TS SDK (#3807)
This commit is contained in:
committed by
GitHub
parent
5872e3cde0
commit
43048b1c12
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user