diff --git a/package.json b/package.json index b23934aa..2b410257 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flatfile/api", - "version": "1.9.10", + "version": "1.9.12", "private": false, "repository": "https://github.com/FlatFilers/flatfile-node", "main": "./index.js", diff --git a/src/api/resources/accounts/client/Client.ts b/src/api/resources/accounts/client/Client.ts index 8491a5e7..de5b7179 100644 --- a/src/api/resources/accounts/client/Client.ts +++ b/src/api/resources/accounts/client/Client.ts @@ -43,7 +43,7 @@ export class Accounts { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -106,7 +106,7 @@ export class Accounts { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/agents/client/Client.ts b/src/api/resources/agents/client/Client.ts index 5e16dc08..94609207 100644 --- a/src/api/resources/agents/client/Client.ts +++ b/src/api/resources/agents/client/Client.ts @@ -43,7 +43,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -125,7 +125,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -211,7 +211,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -296,7 +296,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -391,7 +391,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -489,7 +489,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -590,7 +590,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -682,7 +682,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -793,7 +793,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -904,7 +904,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -997,7 +997,7 @@ export class Agents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/apps/client/Client.ts b/src/api/resources/apps/client/Client.ts index e14f5a42..440f8382 100644 --- a/src/api/resources/apps/client/Client.ts +++ b/src/api/resources/apps/client/Client.ts @@ -40,7 +40,7 @@ export class Apps { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -98,7 +98,7 @@ export class Apps { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -169,7 +169,7 @@ export class Apps { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -241,7 +241,7 @@ export class Apps { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -303,7 +303,7 @@ export class Apps { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/apps/types/App.ts b/src/api/resources/apps/types/App.ts index 9d3909ec..85ea288d 100644 --- a/src/api/resources/apps/types/App.ts +++ b/src/api/resources/apps/types/App.ts @@ -42,6 +42,7 @@ export interface App { icon?: string; metadata?: any; environmentFilters?: any; + blueprint?: any; createdAt: Date; updatedAt: Date; deletedAt?: Date; diff --git a/src/api/resources/apps/types/AppCreate.ts b/src/api/resources/apps/types/AppCreate.ts index 3ecbf37c..28cd1131 100644 --- a/src/api/resources/apps/types/AppCreate.ts +++ b/src/api/resources/apps/types/AppCreate.ts @@ -29,4 +29,5 @@ export interface AppCreate { icon?: string; metadata?: any; environmentFilters?: any; + blueprint?: any; } diff --git a/src/api/resources/apps/types/AppPatch.ts b/src/api/resources/apps/types/AppPatch.ts index 2d9f71f6..389ed8cb 100644 --- a/src/api/resources/apps/types/AppPatch.ts +++ b/src/api/resources/apps/types/AppPatch.ts @@ -25,5 +25,6 @@ export interface AppPatch { icon?: string; metadata?: any; environmentFilters?: any; + blueprint?: any; activatedAt?: Date; } diff --git a/src/api/resources/assistant/client/Client.ts b/src/api/resources/assistant/client/Client.ts index 0ffd9bc9..e2b7f0df 100644 --- a/src/api/resources/assistant/client/Client.ts +++ b/src/api/resources/assistant/client/Client.ts @@ -56,7 +56,7 @@ export class Assistant { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -118,7 +118,7 @@ export class Assistant { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -182,7 +182,7 @@ export class Assistant { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -248,7 +248,7 @@ export class Assistant { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -310,7 +310,7 @@ export class Assistant { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/auth/client/Client.ts b/src/api/resources/auth/client/Client.ts index 38e56f9f..fc98c633 100644 --- a/src/api/resources/auth/client/Client.ts +++ b/src/api/resources/auth/client/Client.ts @@ -52,7 +52,7 @@ export class Auth { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -143,7 +143,7 @@ export class Auth { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -236,7 +236,7 @@ export class Auth { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -329,7 +329,7 @@ export class Auth { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/cells/client/Client.ts b/src/api/resources/cells/client/Client.ts index 6065eea4..c8668752 100644 --- a/src/api/resources/cells/client/Client.ts +++ b/src/api/resources/cells/client/Client.ts @@ -105,7 +105,7 @@ export class Cells { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/commits/client/Client.ts b/src/api/resources/commits/client/Client.ts index f38c7053..67a42e8b 100644 --- a/src/api/resources/commits/client/Client.ts +++ b/src/api/resources/commits/client/Client.ts @@ -48,7 +48,7 @@ export class Commits { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -131,7 +131,7 @@ export class Commits { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -214,7 +214,7 @@ export class Commits { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/commons/types/ActionConstraint.ts b/src/api/resources/commons/types/ActionConstraint.ts index b2ae35f2..48241aff 100644 --- a/src/api/resources/commons/types/ActionConstraint.ts +++ b/src/api/resources/commons/types/ActionConstraint.ts @@ -4,6 +4,21 @@ import * as Flatfile from "../../.."; -export interface ActionConstraint { - type: Flatfile.ActionConstraintType; +export type ActionConstraint = + | Flatfile.ActionConstraint.HasAllValid + | Flatfile.ActionConstraint.HasSelection + | Flatfile.ActionConstraint.HasData; + +export declare namespace ActionConstraint { + interface HasAllValid extends Flatfile.ActionConstraintHasAllValid { + type: "hasAllValid"; + } + + interface HasSelection extends Flatfile.ActionConstraintHasSelection { + type: "hasSelection"; + } + + interface HasData extends Flatfile.ActionConstraintHasData { + type: "hasData"; + } } diff --git a/src/api/resources/commons/types/ActionConstraintHasAllValid.ts b/src/api/resources/commons/types/ActionConstraintHasAllValid.ts new file mode 100644 index 00000000..59f0430d --- /dev/null +++ b/src/api/resources/commons/types/ActionConstraintHasAllValid.ts @@ -0,0 +1,10 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * This constraint requires that all records are valid before the action can be performed. + */ +export interface ActionConstraintHasAllValid { + ignoreSelection?: boolean; +} diff --git a/src/api/resources/commons/types/ActionConstraintHasData.ts b/src/api/resources/commons/types/ActionConstraintHasData.ts new file mode 100644 index 00000000..dbb022c6 --- /dev/null +++ b/src/api/resources/commons/types/ActionConstraintHasData.ts @@ -0,0 +1,8 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * This constraint requires that at least one record exists before the action can be performed. + */ +export interface ActionConstraintHasData {} diff --git a/src/api/resources/commons/types/ActionConstraintHasSelection.ts b/src/api/resources/commons/types/ActionConstraintHasSelection.ts new file mode 100644 index 00000000..c526bac3 --- /dev/null +++ b/src/api/resources/commons/types/ActionConstraintHasSelection.ts @@ -0,0 +1,8 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +/** + * This constraint requires that at least one record is selected before the action can be performed. + */ +export interface ActionConstraintHasSelection {} diff --git a/src/api/resources/commons/types/ActionConstraintType.ts b/src/api/resources/commons/types/ActionConstraintType.ts deleted file mode 100644 index d5ff5aad..00000000 --- a/src/api/resources/commons/types/ActionConstraintType.ts +++ /dev/null @@ -1,11 +0,0 @@ -/** - * This file was auto-generated by Fern from our API Definition. - */ - -export type ActionConstraintType = "hasAllValid" | "hasSelection" | "hasData"; - -export const ActionConstraintType = { - HasAllValid: "hasAllValid", - HasSelection: "hasSelection", - HasData: "hasData", -} as const; diff --git a/src/api/resources/commons/types/index.ts b/src/api/resources/commons/types/index.ts index df6541c1..fa91fc8f 100644 --- a/src/api/resources/commons/types/index.ts +++ b/src/api/resources/commons/types/index.ts @@ -31,7 +31,9 @@ export * from "./PageNumber"; export * from "./SuccessQueryParameter"; export * from "./Action"; export * from "./ActionConstraint"; -export * from "./ActionConstraintType"; +export * from "./ActionConstraintHasAllValid"; +export * from "./ActionConstraintHasSelection"; +export * from "./ActionConstraintHasData"; export * from "./InputForm"; export * from "./InputFormType"; export * from "./InputField"; diff --git a/src/api/resources/dataRetentionPolicies/client/Client.ts b/src/api/resources/dataRetentionPolicies/client/Client.ts index 38c32caf..5131400d 100644 --- a/src/api/resources/dataRetentionPolicies/client/Client.ts +++ b/src/api/resources/dataRetentionPolicies/client/Client.ts @@ -56,7 +56,7 @@ export class DataRetentionPolicies { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -147,7 +147,7 @@ export class DataRetentionPolicies { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -234,7 +234,7 @@ export class DataRetentionPolicies { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -325,7 +325,7 @@ export class DataRetentionPolicies { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -409,7 +409,7 @@ export class DataRetentionPolicies { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/documents/client/Client.ts b/src/api/resources/documents/client/Client.ts index e51c526e..9fdd485a 100644 --- a/src/api/resources/documents/client/Client.ts +++ b/src/api/resources/documents/client/Client.ts @@ -48,7 +48,7 @@ export class Documents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -145,7 +145,7 @@ export class Documents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -235,7 +235,7 @@ export class Documents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -328,7 +328,7 @@ export class Documents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -415,7 +415,7 @@ export class Documents { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/entitlements/client/Client.ts b/src/api/resources/entitlements/client/Client.ts index b4af7bc0..759285a7 100644 --- a/src/api/resources/entitlements/client/Client.ts +++ b/src/api/resources/entitlements/client/Client.ts @@ -53,7 +53,7 @@ export class Entitlements { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/environments/client/Client.ts b/src/api/resources/environments/client/Client.ts index b623a8b3..8290bfd0 100644 --- a/src/api/resources/environments/client/Client.ts +++ b/src/api/resources/environments/client/Client.ts @@ -56,7 +56,7 @@ export class Environments { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -126,7 +126,7 @@ export class Environments { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -195,7 +195,7 @@ export class Environments { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -282,7 +282,7 @@ export class Environments { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -375,7 +375,7 @@ export class Environments { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -436,7 +436,7 @@ export class Environments { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/events/client/Client.ts b/src/api/resources/events/client/Client.ts index ef4ac010..7054eed8 100644 --- a/src/api/resources/events/client/Client.ts +++ b/src/api/resources/events/client/Client.ts @@ -80,7 +80,7 @@ export class Events { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -156,7 +156,7 @@ export class Events { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -235,7 +235,7 @@ export class Events { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -287,7 +287,7 @@ export class Events { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -360,7 +360,7 @@ export class Events { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/files/client/Client.ts b/src/api/resources/files/client/Client.ts index e82352a4..bb0c6e77 100644 --- a/src/api/resources/files/client/Client.ts +++ b/src/api/resources/files/client/Client.ts @@ -61,7 +61,7 @@ export class Files { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -139,7 +139,7 @@ export class Files { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -212,7 +212,7 @@ export class Files { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -291,7 +291,7 @@ export class Files { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -380,7 +380,7 @@ export class Files { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -460,7 +460,7 @@ export class Files { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/foreigndb/client/Client.ts b/src/api/resources/foreigndb/client/Client.ts index d21f0aec..c2b954d8 100644 --- a/src/api/resources/foreigndb/client/Client.ts +++ b/src/api/resources/foreigndb/client/Client.ts @@ -46,7 +46,7 @@ export class Foreigndb { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -130,7 +130,7 @@ export class Foreigndb { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -213,7 +213,7 @@ export class Foreigndb { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -296,7 +296,7 @@ export class Foreigndb { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -380,7 +380,7 @@ export class Foreigndb { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/guests/client/Client.ts b/src/api/resources/guests/client/Client.ts index bf15578d..4e5b2835 100644 --- a/src/api/resources/guests/client/Client.ts +++ b/src/api/resources/guests/client/Client.ts @@ -55,7 +55,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -128,7 +128,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -190,7 +190,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -248,7 +248,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -313,7 +313,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -382,7 +382,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -444,7 +444,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -539,7 +539,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -637,7 +637,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -733,7 +733,7 @@ export class Guests { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/jobs/client/Client.ts b/src/api/resources/jobs/client/Client.ts index 0cbce13f..9478492f 100644 --- a/src/api/resources/jobs/client/Client.ts +++ b/src/api/resources/jobs/client/Client.ts @@ -88,7 +88,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -144,7 +144,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -197,7 +197,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -253,7 +253,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -306,7 +306,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -364,7 +364,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -425,7 +425,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -524,7 +524,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -584,7 +584,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -653,7 +653,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -718,7 +718,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -792,7 +792,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -870,7 +870,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -938,7 +938,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -997,7 +997,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -1055,7 +1055,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -1121,7 +1121,7 @@ export class Jobs { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/mapping/client/Client.ts b/src/api/resources/mapping/client/Client.ts index 3142dc78..9d7d0870 100644 --- a/src/api/resources/mapping/client/Client.ts +++ b/src/api/resources/mapping/client/Client.ts @@ -45,7 +45,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -129,7 +129,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -267,7 +267,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -341,7 +341,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -425,7 +425,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -509,7 +509,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -593,7 +593,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -678,7 +678,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -767,7 +767,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -856,7 +856,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -951,7 +951,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -1036,7 +1036,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -1126,7 +1126,7 @@ export class Mapping { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/records/client/Client.ts b/src/api/resources/records/client/Client.ts index 1bef1d02..e2d37bd5 100644 --- a/src/api/resources/records/client/Client.ts +++ b/src/api/resources/records/client/Client.ts @@ -160,7 +160,7 @@ export class Records { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -272,7 +272,7 @@ export class Records { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -376,7 +376,7 @@ export class Records { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -474,7 +474,7 @@ export class Records { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -592,7 +592,7 @@ export class Records { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/roles/client/Client.ts b/src/api/resources/roles/client/Client.ts index 11ce0a84..f6dcd289 100644 --- a/src/api/resources/roles/client/Client.ts +++ b/src/api/resources/roles/client/Client.ts @@ -40,7 +40,7 @@ export class Roles { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/secrets/client/Client.ts b/src/api/resources/secrets/client/Client.ts index 5fa1ec42..645092b9 100644 --- a/src/api/resources/secrets/client/Client.ts +++ b/src/api/resources/secrets/client/Client.ts @@ -60,7 +60,7 @@ export class Secrets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -152,7 +152,7 @@ export class Secrets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -239,7 +239,7 @@ export class Secrets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/sheets/client/Client.ts b/src/api/resources/sheets/client/Client.ts index 403375e9..5993d2f6 100644 --- a/src/api/resources/sheets/client/Client.ts +++ b/src/api/resources/sheets/client/Client.ts @@ -52,7 +52,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -114,7 +114,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -174,7 +174,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -260,7 +260,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -404,7 +404,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -517,7 +517,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -579,7 +579,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -671,7 +671,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -735,7 +735,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -821,7 +821,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -962,7 +962,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -1034,7 +1034,7 @@ export class Sheets { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/snapshots/client/Client.ts b/src/api/resources/snapshots/client/Client.ts index 712038cd..d007eeff 100644 --- a/src/api/resources/snapshots/client/Client.ts +++ b/src/api/resources/snapshots/client/Client.ts @@ -51,7 +51,7 @@ export class Snapshots { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -143,7 +143,7 @@ export class Snapshots { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -236,7 +236,7 @@ export class Snapshots { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -323,7 +323,7 @@ export class Snapshots { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -414,7 +414,7 @@ export class Snapshots { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -525,7 +525,7 @@ export class Snapshots { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/spaces/client/Client.ts b/src/api/resources/spaces/client/Client.ts index d066c214..f799716e 100644 --- a/src/api/resources/spaces/client/Client.ts +++ b/src/api/resources/spaces/client/Client.ts @@ -97,7 +97,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -179,7 +179,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -266,7 +266,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -349,7 +349,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -445,7 +445,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -535,7 +535,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -622,7 +622,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -705,7 +705,7 @@ export class Spaces { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/users/client/Client.ts b/src/api/resources/users/client/Client.ts index 77292674..6d05d9b5 100644 --- a/src/api/resources/users/client/Client.ts +++ b/src/api/resources/users/client/Client.ts @@ -74,7 +74,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -146,7 +146,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -207,7 +207,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -266,7 +266,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -325,7 +325,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -380,7 +380,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -441,7 +441,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -536,7 +536,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -634,7 +634,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -737,7 +737,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -800,7 +800,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -859,7 +859,7 @@ export class Users { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/versions/client/Client.ts b/src/api/resources/versions/client/Client.ts index 048653fa..4e8b59c5 100644 --- a/src/api/resources/versions/client/Client.ts +++ b/src/api/resources/versions/client/Client.ts @@ -40,7 +40,7 @@ export class Versions { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/views/client/Client.ts b/src/api/resources/views/client/Client.ts index 93cf0f76..5e76370c 100644 --- a/src/api/resources/views/client/Client.ts +++ b/src/api/resources/views/client/Client.ts @@ -61,7 +61,7 @@ export class Views { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -158,7 +158,7 @@ export class Views { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -242,7 +242,7 @@ export class Views { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -338,7 +338,7 @@ export class Views { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -420,7 +420,7 @@ export class Views { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/workbooks/client/Client.ts b/src/api/resources/workbooks/client/Client.ts index 01f84c00..e6603f49 100644 --- a/src/api/resources/workbooks/client/Client.ts +++ b/src/api/resources/workbooks/client/Client.ts @@ -79,7 +79,7 @@ export class Workbooks { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -186,7 +186,7 @@ export class Workbooks { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -263,7 +263,7 @@ export class Workbooks { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -349,7 +349,7 @@ export class Workbooks { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -446,7 +446,7 @@ export class Workbooks { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -538,7 +538,7 @@ export class Workbooks { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -599,7 +599,7 @@ export class Workbooks { "X-Disable-Hooks": "true", "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "@flatfile/api", - "X-Fern-SDK-Version": "1.9.10", + "X-Fern-SDK-Version": "1.9.12", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/serialization/resources/apps/types/App.ts b/src/serialization/resources/apps/types/App.ts index 42dff50b..c7588396 100644 --- a/src/serialization/resources/apps/types/App.ts +++ b/src/serialization/resources/apps/types/App.ts @@ -18,6 +18,7 @@ export const App: core.serialization.ObjectSchema = core.serialization.object({ - type: ActionConstraintType, -}); +export const ActionConstraint: core.serialization.Schema = + core.serialization + .union("type", { + hasAllValid: ActionConstraintHasAllValid, + hasSelection: ActionConstraintHasSelection, + hasData: ActionConstraintHasData, + }) + .transform({ + transform: (value) => value, + untransform: (value) => value, + }); export declare namespace ActionConstraint { - interface Raw { - type: ActionConstraintType.Raw; + type Raw = ActionConstraint.HasAllValid | ActionConstraint.HasSelection | ActionConstraint.HasData; + + interface HasAllValid extends ActionConstraintHasAllValid.Raw { + type: "hasAllValid"; + } + + interface HasSelection extends ActionConstraintHasSelection.Raw { + type: "hasSelection"; + } + + interface HasData extends ActionConstraintHasData.Raw { + type: "hasData"; } } diff --git a/src/serialization/resources/commons/types/ActionConstraintHasAllValid.ts b/src/serialization/resources/commons/types/ActionConstraintHasAllValid.ts new file mode 100644 index 00000000..08a923ef --- /dev/null +++ b/src/serialization/resources/commons/types/ActionConstraintHasAllValid.ts @@ -0,0 +1,20 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../../.."; +import * as Flatfile from "../../../../api"; +import * as core from "../../../../core"; + +export const ActionConstraintHasAllValid: core.serialization.ObjectSchema< + serializers.ActionConstraintHasAllValid.Raw, + Flatfile.ActionConstraintHasAllValid +> = core.serialization.object({ + ignoreSelection: core.serialization.boolean().optional(), +}); + +export declare namespace ActionConstraintHasAllValid { + interface Raw { + ignoreSelection?: boolean | null; + } +} diff --git a/src/serialization/resources/commons/types/ActionConstraintHasData.ts b/src/serialization/resources/commons/types/ActionConstraintHasData.ts new file mode 100644 index 00000000..e2e976e9 --- /dev/null +++ b/src/serialization/resources/commons/types/ActionConstraintHasData.ts @@ -0,0 +1,16 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../../.."; +import * as Flatfile from "../../../../api"; +import * as core from "../../../../core"; + +export const ActionConstraintHasData: core.serialization.ObjectSchema< + serializers.ActionConstraintHasData.Raw, + Flatfile.ActionConstraintHasData +> = core.serialization.object({}); + +export declare namespace ActionConstraintHasData { + interface Raw {} +} diff --git a/src/serialization/resources/commons/types/ActionConstraintHasSelection.ts b/src/serialization/resources/commons/types/ActionConstraintHasSelection.ts new file mode 100644 index 00000000..0d742e0a --- /dev/null +++ b/src/serialization/resources/commons/types/ActionConstraintHasSelection.ts @@ -0,0 +1,16 @@ +/** + * This file was auto-generated by Fern from our API Definition. + */ + +import * as serializers from "../../.."; +import * as Flatfile from "../../../../api"; +import * as core from "../../../../core"; + +export const ActionConstraintHasSelection: core.serialization.ObjectSchema< + serializers.ActionConstraintHasSelection.Raw, + Flatfile.ActionConstraintHasSelection +> = core.serialization.object({}); + +export declare namespace ActionConstraintHasSelection { + interface Raw {} +} diff --git a/src/serialization/resources/commons/types/ActionConstraintType.ts b/src/serialization/resources/commons/types/ActionConstraintType.ts deleted file mode 100644 index f0a7dbde..00000000 --- a/src/serialization/resources/commons/types/ActionConstraintType.ts +++ /dev/null @@ -1,16 +0,0 @@ -/** - * This file was auto-generated by Fern from our API Definition. - */ - -import * as serializers from "../../.."; -import * as Flatfile from "../../../../api"; -import * as core from "../../../../core"; - -export const ActionConstraintType: core.serialization.Schema< - serializers.ActionConstraintType.Raw, - Flatfile.ActionConstraintType -> = core.serialization.enum_(["hasAllValid", "hasSelection", "hasData"]); - -export declare namespace ActionConstraintType { - type Raw = "hasAllValid" | "hasSelection" | "hasData"; -} diff --git a/src/serialization/resources/commons/types/index.ts b/src/serialization/resources/commons/types/index.ts index df6541c1..fa91fc8f 100644 --- a/src/serialization/resources/commons/types/index.ts +++ b/src/serialization/resources/commons/types/index.ts @@ -31,7 +31,9 @@ export * from "./PageNumber"; export * from "./SuccessQueryParameter"; export * from "./Action"; export * from "./ActionConstraint"; -export * from "./ActionConstraintType"; +export * from "./ActionConstraintHasAllValid"; +export * from "./ActionConstraintHasSelection"; +export * from "./ActionConstraintHasData"; export * from "./InputForm"; export * from "./InputFormType"; export * from "./InputField"; diff --git a/yarn.lock b/yarn.lock index c422f6b5..9e4964db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1043,9 +1043,9 @@ ejs@^3.1.10: jake "^10.8.5" electron-to-chromium@^1.5.4: - version "1.5.8" - resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.8.tgz#0a3225b305212f347be48f159a3c0a117d5e9801" - integrity sha512-4Nx0gP2tPNBLTrFxBMHpkQbtn2hidPVr/+/FTtcCiBYTucqc70zRyVZiOLj17Ui3wTO7SQ1/N+hkHYzJjBzt6A== + version "1.5.9" + resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.9.tgz#3e92950e3a409d109371b7a153a9c5712e2509fd" + integrity sha512-HfkT8ndXR0SEkU8gBQQM3rz035bpE/hxkZ1YIt4KJPEFES68HfIU6LzKukH0H794Lm83WJtkSAMfEToxCs15VA== emittery@^0.13.1: version "0.13.1"