Skip to content

Commit

Permalink
Release 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Apr 23, 2024
1 parent c275c57 commit 86e96ed
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 1,509 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flagright",
"version": "1.5.2",
"version": "1.5.3",
"private": false,
"repository": "https://github.com/flagright/flagright-node",
"main": "./index.js",
Expand Down
454 changes: 3 additions & 451 deletions src/api/resources/businessUserEvents/client/Client.ts

Large diffs are not rendered by default.

Large diffs are not rendered by default.

240 changes: 4 additions & 236 deletions src/api/resources/businessUsers/client/Client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,242 +47,10 @@ export class BusinessUsers {
* legalEntity: {
* companyGeneralDetails: {
* legalName: "Ozkan Hazelnut Export JSC",
* businessIndustry: ["Farming", "businessIndustry"],
* mainProductsServicesSold: ["Hazelnut", "mainProductsServicesSold"],
* tags: [{
* key: "customKey",
* value: "customValue"
* }]
* },
* companyFinancialDetails: {
* expectedTransactionAmountPerMonth: {
* amountValue: 800,
* amountCurrency: Flagright.CurrencyCode.Gbp
* },
* expectedTurnoverPerMonth: {
* amountValue: 8000,
* amountCurrency: Flagright.CurrencyCode.Usd
* },
* tags: [{
* key: "customKey",
* value: "customValue"
* }]
* },
* companyRegistrationDetails: {
* registrationIdentifier: "PSJ554342",
* registrationCountry: Flagright.CountryCode.De,
* tags: [{
* key: "customKey",
* value: "customValue"
* }]
* businessIndustry: ["Farming"],
* mainProductsServicesSold: ["Hazelnut"]
* }
* },
* shareHolders: [{
* generalDetails: {
* name: {
* firstName: "Baran",
* middleName: "Realblood",
* lastName: "Ozkan"
* },
* dateOfBirth: "1991-01-01",
* countryOfResidence: Flagright.CountryCode.Us,
* countryOfNationality: Flagright.CountryCode.De
* },
* legalDocuments: [{
* documentType: "passport",
* documentNumber: "Z9431P",
* documentIssuedDate: 1639939034000,
* documentExpirationDate: 1839939034000,
* documentIssuedCountry: Flagright.CountryCode.De,
* tags: [{
* key: "customerType",
* value: "wallet"
* }, {
* key: "customKey",
* value: "customValue"
* }],
* nameOnDocument: {
* firstName: "Baran",
* middleName: "Realblood",
* lastName: "Ozkan"
* }
* }, {
* documentType: "passport",
* documentNumber: "Z9431P",
* documentIssuedDate: 1639939034000,
* documentExpirationDate: 1839939034000,
* documentIssuedCountry: Flagright.CountryCode.De,
* tags: [{
* key: "customerType",
* value: "wallet"
* }, {
* key: "customKey",
* value: "customValue"
* }],
* nameOnDocument: {
* firstName: "Baran",
* middleName: "Realblood",
* lastName: "Ozkan"
* }
* }],
* contactDetails: {
* emailIds: ["[email protected]", "emailIds"],
* contactNumbers: ["+371 123132", "contactNumbers"],
* websites: ["flagright.com", "websites"],
* addresses: [{
* addressLines: ["Klara-Franke Str 20"],
* postcode: "10557",
* city: "Berlin",
* state: "Berlin",
* country: "Germany",
* tags: [{
* key: "customKey",
* value: "customValue"
* }, {
* key: "customKey",
* value: "customValue"
* }]
* }, {
* addressLines: ["Klara-Franke Str 20"],
* postcode: "10557",
* city: "Berlin",
* state: "Berlin",
* country: "Germany",
* tags: [{
* key: "customKey",
* value: "customValue"
* }, {
* key: "customKey",
* value: "customValue"
* }]
* }]
* },
* tags: [{
* key: "customKey",
* value: "customValue"
* }, {
* key: "customKey",
* value: "customValue"
* }]
* }],
* directors: [{
* generalDetails: {
* name: {
* firstName: "Baran",
* middleName: "Realblood",
* lastName: "Ozkan"
* },
* dateOfBirth: "1991-01-01",
* countryOfResidence: Flagright.CountryCode.Us,
* countryOfNationality: Flagright.CountryCode.De
* },
* legalDocuments: [{
* documentType: "passport",
* documentNumber: "Z9431P",
* documentIssuedDate: 1639939034000,
* documentExpirationDate: 1839939034000,
* documentIssuedCountry: Flagright.CountryCode.De,
* tags: [{
* key: "customerType",
* value: "wallet"
* }, {
* key: "customKey",
* value: "customValue"
* }],
* nameOnDocument: {
* firstName: "Baran",
* middleName: "Realblood",
* lastName: "Ozkan"
* }
* }, {
* documentType: "passport",
* documentNumber: "Z9431P",
* documentIssuedDate: 1639939034000,
* documentExpirationDate: 1839939034000,
* documentIssuedCountry: Flagright.CountryCode.De,
* tags: [{
* key: "customerType",
* value: "wallet"
* }, {
* key: "customKey",
* value: "customValue"
* }],
* nameOnDocument: {
* firstName: "Baran",
* middleName: "Realblood",
* lastName: "Ozkan"
* }
* }],
* contactDetails: {
* emailIds: ["[email protected]", "emailIds"],
* contactNumbers: ["+371 123132", "contactNumbers"],
* websites: ["flagright.com", "websites"],
* addresses: [{
* addressLines: ["Klara-Franke Str 20"],
* postcode: "10557",
* city: "Berlin",
* state: "Berlin",
* country: "Germany",
* tags: [{
* key: "customKey",
* value: "customValue"
* }, {
* key: "customKey",
* value: "customValue"
* }]
* }, {
* addressLines: ["Klara-Franke Str 20"],
* postcode: "10557",
* city: "Berlin",
* state: "Berlin",
* country: "Germany",
* tags: [{
* key: "customKey",
* value: "customValue"
* }, {
* key: "customKey",
* value: "customValue"
* }]
* }]
* },
* tags: [{
* key: "customKey",
* value: "customValue"
* }, {
* key: "customKey",
* value: "customValue"
* }]
* }],
* transactionLimits: {
* maximumDailyTransactionLimit: {
* amountValue: 800,
* amountCurrency: Flagright.CurrencyCode.Gbp
* },
* maximumWeeklyTransactionLimit: {
* amountValue: 800,
* amountCurrency: Flagright.CurrencyCode.Gbp
* },
* maximumMonthlyTransactionLimit: {
* amountValue: 800,
* amountCurrency: Flagright.CurrencyCode.Gbp
* },
* maximumQuarterlyTransactionLimit: {
* amountValue: 800,
* amountCurrency: Flagright.CurrencyCode.Gbp
* },
* maximumTransactionLimit: {
* amountValue: 800,
* amountCurrency: Flagright.CurrencyCode.Gbp
* },
* maximumYearlyTransactionLimit: {
* amountValue: 800,
* amountCurrency: Flagright.CurrencyCode.Gbp
* }
* },
* tags: [{
* key: "customKey",
* value: "customValue"
* }],
* userId: "userId",
* createdTimestamp: 1.1
* })
Expand All @@ -301,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.2",
"X-Fern-SDK-Version": "1.5.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down Expand Up @@ -376,7 +144,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.2",
"X-Fern-SDK-Version": "1.5.3",
"X-Fern-Runtime": core.RUNTIME.type,
"X-Fern-Runtime-Version": core.RUNTIME.version,
},
Expand Down
Loading

0 comments on commit 86e96ed

Please sign in to comment.