From fa3275a2db89a5b1fda9877bfa2d3b38b5cfbf28 Mon Sep 17 00:00:00 2001 From: fern-api <115122769+fern-api[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 09:02:34 +0000 Subject: [PATCH] Release 1.6.19 --- package.json | 2 +- .../resources/businessUserEvents/client/Client.ts | 4 ++-- src/api/resources/businessUsers/client/Client.ts | 4 ++-- .../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/KycStatusDetails.ts | 1 - src/api/types/UserStateDetails.ts | 1 - src/serialization/types/KycStatusDetails.ts | 2 -- src/serialization/types/UserStateDetails.ts | 2 -- yarn.lock | 12 ++++++------ 12 files changed, 19 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index 3c617e5..e68da28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "flagright", - "version": "1.6.18", + "version": "1.6.19", "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 247d0c1..c50013f 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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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 e2fd094..9c5557e 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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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 246d7bd..317053d 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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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 31b3479..8490aab 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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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 8a2f39c..926cba2 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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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 dd2f047..3c5de94 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.6.18", + "X-Fern-SDK-Version": "1.6.19", "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.6.18", + "X-Fern-SDK-Version": "1.6.19", "X-Fern-Runtime": core.RUNTIME.type, "X-Fern-Runtime-Version": core.RUNTIME.version, }, diff --git a/src/api/types/KycStatusDetails.ts b/src/api/types/KycStatusDetails.ts index ab60ff9..288a30c 100644 --- a/src/api/types/KycStatusDetails.ts +++ b/src/api/types/KycStatusDetails.ts @@ -7,5 +7,4 @@ import * as Flagright from ".."; export interface KycStatusDetails { reason?: string; status?: Flagright.KycStatus; - userId?: string; } diff --git a/src/api/types/UserStateDetails.ts b/src/api/types/UserStateDetails.ts index d8b79be..1cf9554 100644 --- a/src/api/types/UserStateDetails.ts +++ b/src/api/types/UserStateDetails.ts @@ -5,7 +5,6 @@ import * as Flagright from ".."; export interface UserStateDetails { - userId?: string; reason?: string; state: Flagright.UserState; } diff --git a/src/serialization/types/KycStatusDetails.ts b/src/serialization/types/KycStatusDetails.ts index b4cab17..afd4eb1 100644 --- a/src/serialization/types/KycStatusDetails.ts +++ b/src/serialization/types/KycStatusDetails.ts @@ -12,13 +12,11 @@ export const KycStatusDetails: core.serialization.ObjectSchema< > = core.serialization.object({ reason: core.serialization.string().optional(), status: core.serialization.lazy(async () => (await import("..")).KycStatus).optional(), - userId: core.serialization.string().optional(), }); export declare namespace KycStatusDetails { interface Raw { reason?: string | null; status?: serializers.KycStatus.Raw | null; - userId?: string | null; } } diff --git a/src/serialization/types/UserStateDetails.ts b/src/serialization/types/UserStateDetails.ts index 880300b..754b0ce 100644 --- a/src/serialization/types/UserStateDetails.ts +++ b/src/serialization/types/UserStateDetails.ts @@ -10,14 +10,12 @@ export const UserStateDetails: core.serialization.ObjectSchema< serializers.UserStateDetails.Raw, Flagright.UserStateDetails > = core.serialization.object({ - userId: core.serialization.string().optional(), reason: core.serialization.string().optional(), state: core.serialization.lazy(async () => (await import("..")).UserState), }); export declare namespace UserStateDetails { interface Raw { - userId?: string | null; reason?: string | null; state: serializers.UserState.Raw; } diff --git a/yarn.lock b/yarn.lock index 38aee13..ce9a52e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -637,9 +637,9 @@ integrity sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ== "@types/yargs@^17.0.8": - version "17.0.32" - resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.32.tgz#030774723a2f7faafebf645f4e5a48371dca6229" - integrity sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog== + version "17.0.33" + resolved "https://registry.yarnpkg.com/@types/yargs/-/yargs-17.0.33.tgz#8c32303da83eec050a84b3c7ae7b9f922d13e32d" + integrity sha512-WpxBCKWPLr4xSsHgz511rFJAM+wS28w2zEO1QDNY5zM/S8ok70NNfztH0xwhqKyaK0OHCbN98LDAZuy1ctxDkA== dependencies: "@types/yargs-parser" "*" @@ -842,9 +842,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001646: - version "1.0.30001649" - resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001649.tgz#3ec700309ca0da2b0d3d5fb03c411b191761c992" - integrity sha512-fJegqZZ0ZX8HOWr6rcafGr72+xcgJKI9oWfDW5DrD7ExUtgZC7a7R7ZYmZqplh7XDocFdGeIFn7roAxhOeYrPQ== + version "1.0.30001651" + resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz#52de59529e8b02b1aedcaaf5c05d9e23c0c28138" + integrity sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg== chalk@^2.4.2: version "2.4.2"