@@ -17,8 +17,6 @@ export declare namespace Agents {
1717 token ?: core . Supplier < core . BearerToken | undefined > ;
1818 /** Override the X-Disable-Hooks header */
1919 xDisableHooks ?: "true" ;
20- /** Override the Keep-Alive header */
21- keepAlive ?: "timeout=200" ;
2220 fetcher ?: core . FetchFunction ;
2321 }
2422
@@ -31,8 +29,6 @@ export declare namespace Agents {
3129 abortSignal ?: AbortSignal ;
3230 /** Override the X-Disable-Hooks header */
3331 xDisableHooks ?: "true" ;
34- /** Override the Keep-Alive header */
35- keepAlive ?: "timeout=200" ;
3632 /** Additional headers to include in the request. */
3733 headers ?: Record < string , string > ;
3834 }
@@ -93,7 +89,6 @@ export class Agents {
9389 headers : {
9490 Authorization : await this . _getAuthorizationHeader ( ) ,
9591 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
96- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
9792 "X-Fern-Language" : "JavaScript" ,
9893 "X-Fern-SDK-Name" : "@flatfile/api" ,
9994 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -189,7 +184,6 @@ export class Agents {
189184 headers : {
190185 Authorization : await this . _getAuthorizationHeader ( ) ,
191186 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
192- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
193187 "X-Fern-Language" : "JavaScript" ,
194188 "X-Fern-SDK-Name" : "@flatfile/api" ,
195189 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -301,7 +295,6 @@ export class Agents {
301295 headers : {
302296 Authorization : await this . _getAuthorizationHeader ( ) ,
303297 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
304- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
305298 "X-Fern-Language" : "JavaScript" ,
306299 "X-Fern-SDK-Name" : "@flatfile/api" ,
307300 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -412,7 +405,6 @@ export class Agents {
412405 headers : {
413406 Authorization : await this . _getAuthorizationHeader ( ) ,
414407 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
415- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
416408 "X-Fern-Language" : "JavaScript" ,
417409 "X-Fern-SDK-Name" : "@flatfile/api" ,
418410 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -525,7 +517,6 @@ export class Agents {
525517 headers : {
526518 Authorization : await this . _getAuthorizationHeader ( ) ,
527519 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
528- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
529520 "X-Fern-Language" : "JavaScript" ,
530521 "X-Fern-SDK-Name" : "@flatfile/api" ,
531522 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -640,7 +631,6 @@ export class Agents {
640631 headers : {
641632 Authorization : await this . _getAuthorizationHeader ( ) ,
642633 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
643- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
644634 "X-Fern-Language" : "JavaScript" ,
645635 "X-Fern-SDK-Name" : "@flatfile/api" ,
646636 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -770,7 +760,6 @@ export class Agents {
770760 headers : {
771761 Authorization : await this . _getAuthorizationHeader ( ) ,
772762 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
773- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
774763 "X-Fern-Language" : "JavaScript" ,
775764 "X-Fern-SDK-Name" : "@flatfile/api" ,
776765 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -898,7 +887,6 @@ export class Agents {
898887 headers : {
899888 Authorization : await this . _getAuthorizationHeader ( ) ,
900889 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
901- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
902890 "X-Fern-Language" : "JavaScript" ,
903891 "X-Fern-SDK-Name" : "@flatfile/api" ,
904892 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -1029,7 +1017,6 @@ export class Agents {
10291017 headers : {
10301018 Authorization : await this . _getAuthorizationHeader ( ) ,
10311019 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
1032- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
10331020 "X-Fern-Language" : "JavaScript" ,
10341021 "X-Fern-SDK-Name" : "@flatfile/api" ,
10351022 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -1148,7 +1135,6 @@ export class Agents {
11481135 headers : {
11491136 Authorization : await this . _getAuthorizationHeader ( ) ,
11501137 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
1151- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
11521138 "X-Fern-Language" : "JavaScript" ,
11531139 "X-Fern-SDK-Name" : "@flatfile/api" ,
11541140 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -1284,7 +1270,6 @@ export class Agents {
12841270 headers : {
12851271 Authorization : await this . _getAuthorizationHeader ( ) ,
12861272 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
1287- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
12881273 "X-Fern-Language" : "JavaScript" ,
12891274 "X-Fern-SDK-Name" : "@flatfile/api" ,
12901275 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -1425,7 +1410,6 @@ export class Agents {
14251410 headers : {
14261411 Authorization : await this . _getAuthorizationHeader ( ) ,
14271412 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
1428- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
14291413 "X-Fern-Language" : "JavaScript" ,
14301414 "X-Fern-SDK-Name" : "@flatfile/api" ,
14311415 "X-Fern-SDK-Version" : "1.23.1" ,
@@ -1547,7 +1531,6 @@ export class Agents {
15471531 headers : {
15481532 Authorization : await this . _getAuthorizationHeader ( ) ,
15491533 "X-Disable-Hooks" : requestOptions ?. xDisableHooks ?? this . _options ?. xDisableHooks ?? "true" ,
1550- "Keep-Alive" : requestOptions ?. keepAlive ?? this . _options ?. keepAlive ?? "timeout=200" ,
15511534 "X-Fern-Language" : "JavaScript" ,
15521535 "X-Fern-SDK-Name" : "@flatfile/api" ,
15531536 "X-Fern-SDK-Version" : "1.23.1" ,
0 commit comments