Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export declare namespace FlatfileClient {
token?: core.Supplier<core.BearerToken | undefined>;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
fetcher?: core.FetchFunction;
}

Expand All @@ -67,8 +65,6 @@ export declare namespace FlatfileClient {
abortSignal?: AbortSignal;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
/** Additional headers to include in the request. */
headers?: Record<string, string>;
}
Expand Down
6 changes: 0 additions & 6 deletions src/api/resources/accounts/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export declare namespace Accounts {
token?: core.Supplier<core.BearerToken | undefined>;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
fetcher?: core.FetchFunction;
}

Expand All @@ -31,8 +29,6 @@ export declare namespace Accounts {
abortSignal?: AbortSignal;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
/** Additional headers to include in the request. */
headers?: Record<string, string>;
}
Expand Down Expand Up @@ -67,7 +63,6 @@ export class Accounts {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -154,7 +149,6 @@ export class Accounts {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down
10 changes: 0 additions & 10 deletions src/api/resources/actions/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export declare namespace Actions {
token?: core.Supplier<core.BearerToken | undefined>;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
fetcher?: core.FetchFunction;
}

Expand All @@ -31,8 +29,6 @@ export declare namespace Actions {
abortSignal?: AbortSignal;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
/** Additional headers to include in the request. */
headers?: Record<string, string>;
}
Expand Down Expand Up @@ -79,7 +75,6 @@ export class Actions {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -175,7 +170,6 @@ export class Actions {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -264,7 +258,6 @@ export class Actions {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -347,7 +340,6 @@ export class Actions {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -432,7 +424,6 @@ export class Actions {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -515,7 +506,6 @@ export class Actions {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down
8 changes: 0 additions & 8 deletions src/api/resources/agentExports/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export declare namespace AgentExports {
token?: core.Supplier<core.BearerToken | undefined>;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
fetcher?: core.FetchFunction;
}

Expand All @@ -32,8 +30,6 @@ export declare namespace AgentExports {
abortSignal?: AbortSignal;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
/** Additional headers to include in the request. */
headers?: Record<string, string>;
}
Expand Down Expand Up @@ -89,7 +85,6 @@ export class AgentExports {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -172,7 +167,6 @@ export class AgentExports {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -249,7 +243,6 @@ export class AgentExports {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -325,7 +318,6 @@ export class AgentExports {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down
17 changes: 0 additions & 17 deletions src/api/resources/agents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ export declare namespace Agents {
token?: core.Supplier<core.BearerToken | undefined>;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
fetcher?: core.FetchFunction;
}

Expand All @@ -31,8 +29,6 @@ export declare namespace Agents {
abortSignal?: AbortSignal;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
/** Additional headers to include in the request. */
headers?: Record<string, string>;
}
Expand Down Expand Up @@ -93,7 +89,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -189,7 +184,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -301,7 +295,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -412,7 +405,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -525,7 +517,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -640,7 +631,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -770,7 +760,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -898,7 +887,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -1029,7 +1017,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -1148,7 +1135,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -1284,7 +1270,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -1425,7 +1410,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -1547,7 +1531,6 @@ export class Agents {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down
11 changes: 0 additions & 11 deletions src/api/resources/analysis/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ export declare namespace Analysis {
token?: core.Supplier<core.BearerToken | undefined>;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
fetcher?: core.FetchFunction;
}

Expand All @@ -32,8 +30,6 @@ export declare namespace Analysis {
abortSignal?: AbortSignal;
/** Override the X-Disable-Hooks header */
xDisableHooks?: "true";
/** Override the Keep-Alive header */
keepAlive?: "timeout=200";
/** Additional headers to include in the request. */
headers?: Record<string, string>;
}
Expand Down Expand Up @@ -84,7 +80,6 @@ export class Analysis {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -183,7 +178,6 @@ export class Analysis {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -274,7 +268,6 @@ export class Analysis {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -365,7 +358,6 @@ export class Analysis {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -453,7 +445,6 @@ export class Analysis {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -552,7 +543,6 @@ export class Analysis {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down Expand Up @@ -651,7 +641,6 @@ export class Analysis {
headers: {
Authorization: await this._getAuthorizationHeader(),
"X-Disable-Hooks": requestOptions?.xDisableHooks ?? this._options?.xDisableHooks ?? "true",
"Keep-Alive": requestOptions?.keepAlive ?? this._options?.keepAlive ?? "timeout=200",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.23.1",
Expand Down
Loading