From 6cd54aed4cab1a276b91ef1103603938cd225bc0 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:21:43 +0000 Subject: [PATCH] Release 1.5.6 --- package.json | 2 +- src/api/resources/businessUserEvents/client/Client.ts | 4 ++-- src/api/resources/businessUsers/client/Client.ts | 4 ++-- src/api/resources/consumerUserEvents/client/Client.ts | 4 ++-- src/api/resources/consumerUsers/client/Client.ts | 4 ++-- src/api/resources/transactionEvents/client/Client.ts | 4 ++-- src/api/resources/transactions/client/Client.ts | 4 ++-- src/api/types/SourceOfFunds.ts | 10 +++++++++- src/serialization/types/SourceOfFunds.ts | 10 +++++++++- 9 files changed, 31 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index 3de23fa..34e192e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flagright", - "version": "1.5.5", + "version": "1.5.6", "private": false, "repository": "https://github.com/flagright/flagright-node", "main": "./index.js", diff --git a/src/api/resources/businessUserEvents/client/Client.ts b/src/api/resources/businessUserEvents/client/Client.ts index fdf47d6..3e5e6a5 100644 --- a/src/api/resources/businessUserEvents/client/Client.ts +++ b/src/api/resources/businessUserEvents/client/Client.ts @@ -76,7 +76,7 @@ export class BusinessUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -172,7 +172,7 @@ export class BusinessUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/businessUsers/client/Client.ts b/src/api/resources/businessUsers/client/Client.ts index 3f91af4..5a9b684 100644 --- a/src/api/resources/businessUsers/client/Client.ts +++ b/src/api/resources/businessUsers/client/Client.ts @@ -69,7 +69,7 @@ export class BusinessUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -166,7 +166,7 @@ export class BusinessUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/consumerUserEvents/client/Client.ts b/src/api/resources/consumerUserEvents/client/Client.ts index e06669d..8babbd5 100644 --- a/src/api/resources/consumerUserEvents/client/Client.ts +++ b/src/api/resources/consumerUserEvents/client/Client.ts @@ -76,7 +76,7 @@ export class ConsumerUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -172,7 +172,7 @@ export class ConsumerUserEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/consumerUsers/client/Client.ts b/src/api/resources/consumerUsers/client/Client.ts index 6b83cf3..f51df26 100644 --- a/src/api/resources/consumerUsers/client/Client.ts +++ b/src/api/resources/consumerUsers/client/Client.ts @@ -102,7 +102,7 @@ export class ConsumerUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -199,7 +199,7 @@ export class ConsumerUsers { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/transactionEvents/client/Client.ts b/src/api/resources/transactionEvents/client/Client.ts index d43ca59..cc16eee 100644 --- a/src/api/resources/transactionEvents/client/Client.ts +++ b/src/api/resources/transactionEvents/client/Client.ts @@ -79,7 +79,7 @@ export class TransactionEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -176,7 +176,7 @@ export class TransactionEvents { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/resources/transactions/client/Client.ts b/src/api/resources/transactions/client/Client.ts index 42a95bf..4a2347c 100644 --- a/src/api/resources/transactions/client/Client.ts +++ b/src/api/resources/transactions/client/Client.ts @@ -126,7 +126,7 @@ export class Transactions { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, @@ -224,7 +224,7 @@ export class Transactions { "x-api-key": await core.Supplier.get(this._options.apiKey), "X-Fern-Language": "JavaScript", "X-Fern-SDK-Name": "flagright", - "X-Fern-SDK-Version": "1.5.5", + "X-Fern-SDK-Version": "1.5.6", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/types/SourceOfFunds.ts b/src/api/types/SourceOfFunds.ts index 52b4660..340d271 100644 --- a/src/api/types/SourceOfFunds.ts +++ b/src/api/types/SourceOfFunds.ts @@ -17,7 +17,11 @@ export type SourceOfFunds = | "Insurance" | "Legal" | "Sales" - | "Rollover"; + | "Rollover" + | "Equity" + | "Crypto" + | "Business" + | "Employment"; export const SourceOfFunds = { Earnings: "Earnings", @@ -35,4 +39,8 @@ export const SourceOfFunds = { Legal: "Legal", Sales: "Sales", Rollover: "Rollover", + Equity: "Equity", + Crypto: "Crypto", + Business: "Business", + Employment: "Employment", } as const; diff --git a/src/serialization/types/SourceOfFunds.ts b/src/serialization/types/SourceOfFunds.ts index 3b2c516..dc4c848 100644 --- a/src/serialization/types/SourceOfFunds.ts +++ b/src/serialization/types/SourceOfFunds.ts @@ -23,6 +23,10 @@ export const SourceOfFunds: core.serialization.Schema