Skip to content

Commit

Permalink
Release 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jan 26, 2024
1 parent 547c4d8 commit 69d7e4e
Show file tree
Hide file tree
Showing 35 changed files with 222 additions and 132 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flatfile/api",
"version": "1.6.4",
"version": "1.6.5",
"private": false,
"repository": "https://github.com/FlatFilers/flatfile-node",
"main": "./index.js",
Expand Down
16 changes: 8 additions & 8 deletions src/api/resources/agents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -124,7 +124,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -205,7 +205,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -295,7 +295,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -385,7 +385,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -494,7 +494,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -603,7 +603,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -694,7 +694,7 @@ export class Agents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/apps/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class Apps {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -97,7 +97,7 @@ export class Apps {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -166,7 +166,7 @@ export class Apps {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.AppPatch.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -236,7 +236,7 @@ export class Apps {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.AppCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down
8 changes: 4 additions & 4 deletions src/api/resources/auth/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export class Auth {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.Credentials.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -142,7 +142,7 @@ export class Auth {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -233,7 +233,7 @@ export class Auth {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -324,7 +324,7 @@ export class Auth {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
2 changes: 1 addition & 1 deletion src/api/resources/cells/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class Cells {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
6 changes: 3 additions & 3 deletions src/api/resources/commits/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Commits {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -130,7 +130,7 @@ export class Commits {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -211,7 +211,7 @@ export class Commits {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
10 changes: 5 additions & 5 deletions src/api/resources/dataRetentionPolicies/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class DataRetentionPolicies {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -146,7 +146,7 @@ export class DataRetentionPolicies {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.DataRetentionPolicyConfig.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -231,7 +231,7 @@ export class DataRetentionPolicies {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -320,7 +320,7 @@ export class DataRetentionPolicies {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.DataRetentionPolicyConfig.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -402,7 +402,7 @@ export class DataRetentionPolicies {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
10 changes: 5 additions & 5 deletions src/api/resources/documents/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class Documents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -144,7 +144,7 @@ export class Documents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.DocumentConfig.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -232,7 +232,7 @@ export class Documents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -323,7 +323,7 @@ export class Documents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.DocumentConfig.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -408,7 +408,7 @@ export class Documents {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
12 changes: 6 additions & 6 deletions src/api/resources/environments/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class Environments {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -125,7 +125,7 @@ export class Environments {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.EnvironmentConfigCreate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -192,7 +192,7 @@ export class Environments {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -277,7 +277,7 @@ export class Environments {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -368,7 +368,7 @@ export class Environments {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.EnvironmentConfigUpdate.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -427,7 +427,7 @@ export class Environments {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down
10 changes: 5 additions & 5 deletions src/api/resources/events/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class Events {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down Expand Up @@ -155,7 +155,7 @@ export class Events {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
body: await serializers.CreateEventConfig.jsonOrThrow(request, { unrecognizedObjectKeys: "strip" }),
Expand Down Expand Up @@ -232,7 +232,7 @@ export class Events {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -282,7 +282,7 @@ export class Events {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
timeoutMs: requestOptions?.timeoutInSeconds != null ? requestOptions.timeoutInSeconds * 1000 : 60000,
Expand Down Expand Up @@ -353,7 +353,7 @@ export class Events {
"X-Disable-Hooks": "true",
"X-Fern-Language": "JavaScript",
"X-Fern-SDK-Name": "@flatfile/api",
"X-Fern-SDK-Version": "1.6.4",
"X-Fern-SDK-Version": "1.6.5",
},
contentType: "application/json",
queryParameters: _queryParams,
Expand Down
Loading

0 comments on commit 69d7e4e

Please sign in to comment.