diff --git a/v1/clients/javascript/README.md b/v1/clients/javascript/README.md index 437304a4..a17b29b7 100644 --- a/v1/clients/javascript/README.md +++ b/v1/clients/javascript/README.md @@ -336,7 +336,7 @@ Given the high number of updates our platform performs on any investor, we’ve This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.75.0 -- Package version: 0.104.2 +- Package version: 0.104.3 - Generator version: 7.7.0-SNAPSHOT - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen diff --git a/v1/clients/javascript/docs/V1EntitiesDealsProgressPageSummary.md b/v1/clients/javascript/docs/V1EntitiesDealsProgressPageSummary.md index 36f6b44a..739782cd 100644 --- a/v1/clients/javascript/docs/V1EntitiesDealsProgressPageSummary.md +++ b/v1/clients/javascript/docs/V1EntitiesDealsProgressPageSummary.md @@ -9,6 +9,9 @@ Name | Type | Description | Notes **totalProceeds** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **processingFees** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **invoiceDeductions** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] +**accountsReceivable** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] +**upcomingAdspend** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] +**otherReserves** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **holdback** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **paidOut** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **availableForPayout** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] diff --git a/v1/clients/javascript/package.json b/v1/clients/javascript/package.json index 9b637a98..a31f35bf 100644 --- a/v1/clients/javascript/package.json +++ b/v1/clients/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@dealmakertech/api", - "version": "0.104.2", + "version": "0.104.3", "description": "A javascript wrapper for the DealMaker API", "license": "MIT", "main": "dist/index.js", diff --git a/v1/clients/javascript/src/ApiClient.js b/v1/clients/javascript/src/ApiClient.js index 15c426ba..166ed250 100644 --- a/v1/clients/javascript/src/ApiClient.js +++ b/v1/clients/javascript/src/ApiClient.js @@ -17,7 +17,7 @@ import querystring from "querystring"; /** * @module ApiClient -* @version 0.104.2 +* @version 0.104.3 */ /** @@ -54,7 +54,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/0.104.2/Javascript' + 'User-Agent': 'OpenAPI-Generator/0.104.3/Javascript' }; /** diff --git a/v1/clients/javascript/src/api/CompanyApi.js b/v1/clients/javascript/src/api/CompanyApi.js index 162a812a..73e8b47a 100644 --- a/v1/clients/javascript/src/api/CompanyApi.js +++ b/v1/clients/javascript/src/api/CompanyApi.js @@ -37,7 +37,7 @@ import V1EntitiesShareholderLedger from '../model/V1EntitiesShareholderLedger'; /** * Company service. * @module api/CompanyApi -* @version 0.104.2 +* @version 0.104.3 */ export default class CompanyApi { diff --git a/v1/clients/javascript/src/api/CountryApi.js b/v1/clients/javascript/src/api/CountryApi.js index f78227c3..676e7143 100644 --- a/v1/clients/javascript/src/api/CountryApi.js +++ b/v1/clients/javascript/src/api/CountryApi.js @@ -18,7 +18,7 @@ import V1EntitiesCountries from '../model/V1EntitiesCountries'; /** * Country service. * @module api/CountryApi -* @version 0.104.2 +* @version 0.104.3 */ export default class CountryApi { diff --git a/v1/clients/javascript/src/api/CustomEmailsApi.js b/v1/clients/javascript/src/api/CustomEmailsApi.js index c1c20a6a..410f7fa7 100644 --- a/v1/clients/javascript/src/api/CustomEmailsApi.js +++ b/v1/clients/javascript/src/api/CustomEmailsApi.js @@ -19,7 +19,7 @@ import V1EntitiesBeefreeAccessToken from '../model/V1EntitiesBeefreeAccessToken' /** * CustomEmails service. * @module api/CustomEmailsApi -* @version 0.104.2 +* @version 0.104.3 */ export default class CustomEmailsApi { diff --git a/v1/clients/javascript/src/api/DealApi.js b/v1/clients/javascript/src/api/DealApi.js index 8c13fa48..780e9c85 100644 --- a/v1/clients/javascript/src/api/DealApi.js +++ b/v1/clients/javascript/src/api/DealApi.js @@ -24,7 +24,7 @@ import V1EntitiesDealsPriceDetails from '../model/V1EntitiesDealsPriceDetails'; /** * Deal service. * @module api/DealApi -* @version 0.104.2 +* @version 0.104.3 */ export default class DealApi { diff --git a/v1/clients/javascript/src/api/DealsApi.js b/v1/clients/javascript/src/api/DealsApi.js index 2759ec3a..5e3c486c 100644 --- a/v1/clients/javascript/src/api/DealsApi.js +++ b/v1/clients/javascript/src/api/DealsApi.js @@ -18,7 +18,7 @@ import PutDealsIdScriptTagEnvironmentRequest from '../model/PutDealsIdScriptTagE /** * Deals service. * @module api/DealsApi -* @version 0.104.2 +* @version 0.104.3 */ export default class DealsApi { diff --git a/v1/clients/javascript/src/api/DefaultApi.js b/v1/clients/javascript/src/api/DefaultApi.js index 6f3658b1..bf49ec87 100644 --- a/v1/clients/javascript/src/api/DefaultApi.js +++ b/v1/clients/javascript/src/api/DefaultApi.js @@ -30,7 +30,7 @@ import V1EntitiesWebhooksSubscription from '../model/V1EntitiesWebhooksSubscript /** * Default service. * @module api/DefaultApi -* @version 0.104.2 +* @version 0.104.3 */ export default class DefaultApi { diff --git a/v1/clients/javascript/src/api/IncentivePlanApi.js b/v1/clients/javascript/src/api/IncentivePlanApi.js index c0b8bf61..8059bc1b 100644 --- a/v1/clients/javascript/src/api/IncentivePlanApi.js +++ b/v1/clients/javascript/src/api/IncentivePlanApi.js @@ -20,7 +20,7 @@ import V1EntitiesDealsPriceDetails from '../model/V1EntitiesDealsPriceDetails'; /** * IncentivePlan service. * @module api/IncentivePlanApi -* @version 0.104.2 +* @version 0.104.3 */ export default class IncentivePlanApi { diff --git a/v1/clients/javascript/src/api/InvestorApi.js b/v1/clients/javascript/src/api/InvestorApi.js index 0f39e495..a7c6c504 100644 --- a/v1/clients/javascript/src/api/InvestorApi.js +++ b/v1/clients/javascript/src/api/InvestorApi.js @@ -31,7 +31,7 @@ import V1EntitiesInvestors from '../model/V1EntitiesInvestors'; /** * Investor service. * @module api/InvestorApi -* @version 0.104.2 +* @version 0.104.3 */ export default class InvestorApi { diff --git a/v1/clients/javascript/src/api/InvestorProfileApi.js b/v1/clients/javascript/src/api/InvestorProfileApi.js index 8800fc8a..c0c2a543 100644 --- a/v1/clients/javascript/src/api/InvestorProfileApi.js +++ b/v1/clients/javascript/src/api/InvestorProfileApi.js @@ -30,7 +30,7 @@ import V1EntitiesInvestorProfiles from '../model/V1EntitiesInvestorProfiles'; /** * InvestorProfile service. * @module api/InvestorProfileApi -* @version 0.104.2 +* @version 0.104.3 */ export default class InvestorProfileApi { diff --git a/v1/clients/javascript/src/api/PaymentsApi.js b/v1/clients/javascript/src/api/PaymentsApi.js index 70c05e08..a184b58d 100644 --- a/v1/clients/javascript/src/api/PaymentsApi.js +++ b/v1/clients/javascript/src/api/PaymentsApi.js @@ -17,7 +17,7 @@ import ApiClient from "../ApiClient"; /** * Payments service. * @module api/PaymentsApi -* @version 0.104.2 +* @version 0.104.3 */ export default class PaymentsApi { diff --git a/v1/clients/javascript/src/api/ShareholderApi.js b/v1/clients/javascript/src/api/ShareholderApi.js index 15ea2a63..62b1c5be 100644 --- a/v1/clients/javascript/src/api/ShareholderApi.js +++ b/v1/clients/javascript/src/api/ShareholderApi.js @@ -19,7 +19,7 @@ import V1EntitiesShareholdersTags from '../model/V1EntitiesShareholdersTags'; /** * Shareholder service. * @module api/ShareholderApi -* @version 0.104.2 +* @version 0.104.3 */ export default class ShareholderApi { diff --git a/v1/clients/javascript/src/api/UploadApi.js b/v1/clients/javascript/src/api/UploadApi.js index d94f5db8..692b0846 100644 --- a/v1/clients/javascript/src/api/UploadApi.js +++ b/v1/clients/javascript/src/api/UploadApi.js @@ -19,7 +19,7 @@ import V1EntitiesPresignedUrlResult from '../model/V1EntitiesPresignedUrlResult' /** * Upload service. * @module api/UploadApi -* @version 0.104.2 +* @version 0.104.3 */ export default class UploadApi { diff --git a/v1/clients/javascript/src/api/UserApi.js b/v1/clients/javascript/src/api/UserApi.js index 2449ae7f..6d9e41c7 100644 --- a/v1/clients/javascript/src/api/UserApi.js +++ b/v1/clients/javascript/src/api/UserApi.js @@ -28,7 +28,7 @@ import VerifySmsVerificationRequest from '../model/VerifySmsVerificationRequest' /** * User service. * @module api/UserApi -* @version 0.104.2 +* @version 0.104.3 */ export default class UserApi { diff --git a/v1/clients/javascript/src/api/UsersApi.js b/v1/clients/javascript/src/api/UsersApi.js index a1932fbe..30553f07 100644 --- a/v1/clients/javascript/src/api/UsersApi.js +++ b/v1/clients/javascript/src/api/UsersApi.js @@ -18,7 +18,7 @@ import V1EntitiesInvestors from '../model/V1EntitiesInvestors'; /** * Users service. * @module api/UsersApi -* @version 0.104.2 +* @version 0.104.3 */ export default class UsersApi { diff --git a/v1/clients/javascript/src/index.js b/v1/clients/javascript/src/index.js index b2942786..8976627c 100644 --- a/v1/clients/javascript/src/index.js +++ b/v1/clients/javascript/src/index.js @@ -193,7 +193,7 @@ import UsersApi from './api/UsersApi'; * *
* @module index -* @version 0.104.2 +* @version 0.104.3 */ export { /** diff --git a/v1/clients/javascript/src/model/Add506cDocumentRequest.js b/v1/clients/javascript/src/model/Add506cDocumentRequest.js index 7354ea4b..44107abc 100644 --- a/v1/clients/javascript/src/model/Add506cDocumentRequest.js +++ b/v1/clients/javascript/src/model/Add506cDocumentRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The Add506cDocumentRequest model module. * @module model/Add506cDocumentRequest - * @version 0.104.2 + * @version 0.104.3 */ class Add506cDocumentRequest { /** diff --git a/v1/clients/javascript/src/model/AddDocumentRequest.js b/v1/clients/javascript/src/model/AddDocumentRequest.js index 87ce21dc..5cfc1e2f 100644 --- a/v1/clients/javascript/src/model/AddDocumentRequest.js +++ b/v1/clients/javascript/src/model/AddDocumentRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The AddDocumentRequest model module. * @module model/AddDocumentRequest - * @version 0.104.2 + * @version 0.104.3 */ class AddDocumentRequest { /** diff --git a/v1/clients/javascript/src/model/BulkUploadInvestorsRequest.js b/v1/clients/javascript/src/model/BulkUploadInvestorsRequest.js index 8406869c..7881b3bc 100644 --- a/v1/clients/javascript/src/model/BulkUploadInvestorsRequest.js +++ b/v1/clients/javascript/src/model/BulkUploadInvestorsRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The BulkUploadInvestorsRequest model module. * @module model/BulkUploadInvestorsRequest - * @version 0.104.2 + * @version 0.104.3 */ class BulkUploadInvestorsRequest { /** diff --git a/v1/clients/javascript/src/model/CreateBulkUploadDetailRequest.js b/v1/clients/javascript/src/model/CreateBulkUploadDetailRequest.js index 2afc246c..7934b3dc 100644 --- a/v1/clients/javascript/src/model/CreateBulkUploadDetailRequest.js +++ b/v1/clients/javascript/src/model/CreateBulkUploadDetailRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateBulkUploadDetailRequest model module. * @module model/CreateBulkUploadDetailRequest - * @version 0.104.2 + * @version 0.104.3 */ class CreateBulkUploadDetailRequest { /** diff --git a/v1/clients/javascript/src/model/CreateBulkUploadRequest.js b/v1/clients/javascript/src/model/CreateBulkUploadRequest.js index 5a36b8fb..652f8221 100644 --- a/v1/clients/javascript/src/model/CreateBulkUploadRequest.js +++ b/v1/clients/javascript/src/model/CreateBulkUploadRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateBulkUploadRequest model module. * @module model/CreateBulkUploadRequest - * @version 0.104.2 + * @version 0.104.3 */ class CreateBulkUploadRequest { /** diff --git a/v1/clients/javascript/src/model/CreateCompanyRequest.js b/v1/clients/javascript/src/model/CreateCompanyRequest.js index 1db8e1d5..18336348 100644 --- a/v1/clients/javascript/src/model/CreateCompanyRequest.js +++ b/v1/clients/javascript/src/model/CreateCompanyRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateCompanyRequest model module. * @module model/CreateCompanyRequest - * @version 0.104.2 + * @version 0.104.3 */ class CreateCompanyRequest { /** diff --git a/v1/clients/javascript/src/model/CreateDealSetupRequest.js b/v1/clients/javascript/src/model/CreateDealSetupRequest.js index 5fa900bb..a80512be 100644 --- a/v1/clients/javascript/src/model/CreateDealSetupRequest.js +++ b/v1/clients/javascript/src/model/CreateDealSetupRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateDealSetupRequest model module. * @module model/CreateDealSetupRequest - * @version 0.104.2 + * @version 0.104.3 */ class CreateDealSetupRequest { /** diff --git a/v1/clients/javascript/src/model/CreateEmailTemplateRequest.js b/v1/clients/javascript/src/model/CreateEmailTemplateRequest.js index 4a0d3e35..60aa623b 100644 --- a/v1/clients/javascript/src/model/CreateEmailTemplateRequest.js +++ b/v1/clients/javascript/src/model/CreateEmailTemplateRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateEmailTemplateRequest model module. * @module model/CreateEmailTemplateRequest - * @version 0.104.2 + * @version 0.104.3 */ class CreateEmailTemplateRequest { /** diff --git a/v1/clients/javascript/src/model/CreateMembersBulkUploadRequest.js b/v1/clients/javascript/src/model/CreateMembersBulkUploadRequest.js index 88bc49a4..a10b6dfe 100644 --- a/v1/clients/javascript/src/model/CreateMembersBulkUploadRequest.js +++ b/v1/clients/javascript/src/model/CreateMembersBulkUploadRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateMembersBulkUploadRequest model module. * @module model/CreateMembersBulkUploadRequest - * @version 0.104.2 + * @version 0.104.3 */ class CreateMembersBulkUploadRequest { /** diff --git a/v1/clients/javascript/src/model/CreateShareholderActionRequest.js b/v1/clients/javascript/src/model/CreateShareholderActionRequest.js index 27279e26..cb1f2334 100644 --- a/v1/clients/javascript/src/model/CreateShareholderActionRequest.js +++ b/v1/clients/javascript/src/model/CreateShareholderActionRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The CreateShareholderActionRequest model module. * @module model/CreateShareholderActionRequest - * @version 0.104.2 + * @version 0.104.3 */ class CreateShareholderActionRequest { /** diff --git a/v1/clients/javascript/src/model/EditInvestorTagsRequest.js b/v1/clients/javascript/src/model/EditInvestorTagsRequest.js index 8d96cfa2..5d3a7f36 100644 --- a/v1/clients/javascript/src/model/EditInvestorTagsRequest.js +++ b/v1/clients/javascript/src/model/EditInvestorTagsRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The EditInvestorTagsRequest model module. * @module model/EditInvestorTagsRequest - * @version 0.104.2 + * @version 0.104.3 */ class EditInvestorTagsRequest { /** diff --git a/v1/clients/javascript/src/model/GenerateUrlRequest.js b/v1/clients/javascript/src/model/GenerateUrlRequest.js index 271cd5bf..e408875b 100644 --- a/v1/clients/javascript/src/model/GenerateUrlRequest.js +++ b/v1/clients/javascript/src/model/GenerateUrlRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The GenerateUrlRequest model module. * @module model/GenerateUrlRequest - * @version 0.104.2 + * @version 0.104.3 */ class GenerateUrlRequest { /** diff --git a/v1/clients/javascript/src/model/GetAccessTokenRequest.js b/v1/clients/javascript/src/model/GetAccessTokenRequest.js index ede35b54..79c0dc6e 100644 --- a/v1/clients/javascript/src/model/GetAccessTokenRequest.js +++ b/v1/clients/javascript/src/model/GetAccessTokenRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The GetAccessTokenRequest model module. * @module model/GetAccessTokenRequest - * @version 0.104.2 + * @version 0.104.3 */ class GetAccessTokenRequest { /** diff --git a/v1/clients/javascript/src/model/PatchDealIncentivePlanRequest.js b/v1/clients/javascript/src/model/PatchDealIncentivePlanRequest.js index 01d41006..62cd1935 100644 --- a/v1/clients/javascript/src/model/PatchDealIncentivePlanRequest.js +++ b/v1/clients/javascript/src/model/PatchDealIncentivePlanRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PatchDealIncentivePlanRequest model module. * @module model/PatchDealIncentivePlanRequest - * @version 0.104.2 + * @version 0.104.3 */ class PatchDealIncentivePlanRequest { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesCorporations.js b/v1/clients/javascript/src/model/PatchInvestorProfilesCorporations.js index 918a3478..55c3dbc2 100644 --- a/v1/clients/javascript/src/model/PatchInvestorProfilesCorporations.js +++ b/v1/clients/javascript/src/model/PatchInvestorProfilesCorporations.js @@ -17,7 +17,7 @@ import PatchInvestorProfilesCorporationsBeneficialOwnersInner from './PatchInves /** * The PatchInvestorProfilesCorporations model module. * @module model/PatchInvestorProfilesCorporations - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorProfilesCorporations { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesCorporationsBeneficialOwnersInner.js b/v1/clients/javascript/src/model/PatchInvestorProfilesCorporationsBeneficialOwnersInner.js index 69ccd0cc..6485dcbd 100644 --- a/v1/clients/javascript/src/model/PatchInvestorProfilesCorporationsBeneficialOwnersInner.js +++ b/v1/clients/javascript/src/model/PatchInvestorProfilesCorporationsBeneficialOwnersInner.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PatchInvestorProfilesCorporationsBeneficialOwnersInner model module. * @module model/PatchInvestorProfilesCorporationsBeneficialOwnersInner - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorProfilesCorporationsBeneficialOwnersInner { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesIndividuals.js b/v1/clients/javascript/src/model/PatchInvestorProfilesIndividuals.js index a30c0d79..2ee69983 100644 --- a/v1/clients/javascript/src/model/PatchInvestorProfilesIndividuals.js +++ b/v1/clients/javascript/src/model/PatchInvestorProfilesIndividuals.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PatchInvestorProfilesIndividuals model module. * @module model/PatchInvestorProfilesIndividuals - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorProfilesIndividuals { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesJoints.js b/v1/clients/javascript/src/model/PatchInvestorProfilesJoints.js index 59a0216b..39a95927 100644 --- a/v1/clients/javascript/src/model/PatchInvestorProfilesJoints.js +++ b/v1/clients/javascript/src/model/PatchInvestorProfilesJoints.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PatchInvestorProfilesJoints model module. * @module model/PatchInvestorProfilesJoints - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorProfilesJoints { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesManaged.js b/v1/clients/javascript/src/model/PatchInvestorProfilesManaged.js index e2628069..c641101e 100644 --- a/v1/clients/javascript/src/model/PatchInvestorProfilesManaged.js +++ b/v1/clients/javascript/src/model/PatchInvestorProfilesManaged.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PatchInvestorProfilesManaged model module. * @module model/PatchInvestorProfilesManaged - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorProfilesManaged { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesTrusts.js b/v1/clients/javascript/src/model/PatchInvestorProfilesTrusts.js index f2cbecd1..6feee0af 100644 --- a/v1/clients/javascript/src/model/PatchInvestorProfilesTrusts.js +++ b/v1/clients/javascript/src/model/PatchInvestorProfilesTrusts.js @@ -17,7 +17,7 @@ import PatchInvestorProfilesTrustsTrusteesInner from './PatchInvestorProfilesTru /** * The PatchInvestorProfilesTrusts model module. * @module model/PatchInvestorProfilesTrusts - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorProfilesTrusts { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesTrustsTrusteesInner.js b/v1/clients/javascript/src/model/PatchInvestorProfilesTrustsTrusteesInner.js index 912bb1ac..dbafedc7 100644 --- a/v1/clients/javascript/src/model/PatchInvestorProfilesTrustsTrusteesInner.js +++ b/v1/clients/javascript/src/model/PatchInvestorProfilesTrustsTrusteesInner.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PatchInvestorProfilesTrustsTrusteesInner model module. * @module model/PatchInvestorProfilesTrustsTrusteesInner - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorProfilesTrustsTrusteesInner { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorRequest.js b/v1/clients/javascript/src/model/PatchInvestorRequest.js index d7e19cbf..1ae3c263 100644 --- a/v1/clients/javascript/src/model/PatchInvestorRequest.js +++ b/v1/clients/javascript/src/model/PatchInvestorRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PatchInvestorRequest model module. * @module model/PatchInvestorRequest - * @version 0.104.2 + * @version 0.104.3 */ class PatchInvestorRequest { /** diff --git a/v1/clients/javascript/src/model/PostDealIncentivePlanRequest.js b/v1/clients/javascript/src/model/PostDealIncentivePlanRequest.js index e79f75bf..7250f1a0 100644 --- a/v1/clients/javascript/src/model/PostDealIncentivePlanRequest.js +++ b/v1/clients/javascript/src/model/PostDealIncentivePlanRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostDealIncentivePlanRequest model module. * @module model/PostDealIncentivePlanRequest - * @version 0.104.2 + * @version 0.104.3 */ class PostDealIncentivePlanRequest { /** diff --git a/v1/clients/javascript/src/model/PostDealsIdInvestors.js b/v1/clients/javascript/src/model/PostDealsIdInvestors.js index b826e19c..40c12a80 100644 --- a/v1/clients/javascript/src/model/PostDealsIdInvestors.js +++ b/v1/clients/javascript/src/model/PostDealsIdInvestors.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostDealsIdInvestors model module. * @module model/PostDealsIdInvestors - * @version 0.104.2 + * @version 0.104.3 */ class PostDealsIdInvestors { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesCorporations.js b/v1/clients/javascript/src/model/PostInvestorProfilesCorporations.js index f59823ed..a0ba8301 100644 --- a/v1/clients/javascript/src/model/PostInvestorProfilesCorporations.js +++ b/v1/clients/javascript/src/model/PostInvestorProfilesCorporations.js @@ -17,7 +17,7 @@ import PostInvestorProfilesCorporationsBeneficialOwnersInner from './PostInvesto /** * The PostInvestorProfilesCorporations model module. * @module model/PostInvestorProfilesCorporations - * @version 0.104.2 + * @version 0.104.3 */ class PostInvestorProfilesCorporations { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesCorporationsBeneficialOwnersInner.js b/v1/clients/javascript/src/model/PostInvestorProfilesCorporationsBeneficialOwnersInner.js index 3f5ec919..d6bab8e3 100644 --- a/v1/clients/javascript/src/model/PostInvestorProfilesCorporationsBeneficialOwnersInner.js +++ b/v1/clients/javascript/src/model/PostInvestorProfilesCorporationsBeneficialOwnersInner.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostInvestorProfilesCorporationsBeneficialOwnersInner model module. * @module model/PostInvestorProfilesCorporationsBeneficialOwnersInner - * @version 0.104.2 + * @version 0.104.3 */ class PostInvestorProfilesCorporationsBeneficialOwnersInner { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesIndividuals.js b/v1/clients/javascript/src/model/PostInvestorProfilesIndividuals.js index ddd89b4b..ef4f24d9 100644 --- a/v1/clients/javascript/src/model/PostInvestorProfilesIndividuals.js +++ b/v1/clients/javascript/src/model/PostInvestorProfilesIndividuals.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostInvestorProfilesIndividuals model module. * @module model/PostInvestorProfilesIndividuals - * @version 0.104.2 + * @version 0.104.3 */ class PostInvestorProfilesIndividuals { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesJoints.js b/v1/clients/javascript/src/model/PostInvestorProfilesJoints.js index 62869882..3ef69c4c 100644 --- a/v1/clients/javascript/src/model/PostInvestorProfilesJoints.js +++ b/v1/clients/javascript/src/model/PostInvestorProfilesJoints.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostInvestorProfilesJoints model module. * @module model/PostInvestorProfilesJoints - * @version 0.104.2 + * @version 0.104.3 */ class PostInvestorProfilesJoints { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesManaged.js b/v1/clients/javascript/src/model/PostInvestorProfilesManaged.js index eec89781..3fa63b19 100644 --- a/v1/clients/javascript/src/model/PostInvestorProfilesManaged.js +++ b/v1/clients/javascript/src/model/PostInvestorProfilesManaged.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostInvestorProfilesManaged model module. * @module model/PostInvestorProfilesManaged - * @version 0.104.2 + * @version 0.104.3 */ class PostInvestorProfilesManaged { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesTrusts.js b/v1/clients/javascript/src/model/PostInvestorProfilesTrusts.js index 3f0583c9..5ba163dd 100644 --- a/v1/clients/javascript/src/model/PostInvestorProfilesTrusts.js +++ b/v1/clients/javascript/src/model/PostInvestorProfilesTrusts.js @@ -17,7 +17,7 @@ import PostInvestorProfilesTrustsTrusteesInner from './PostInvestorProfilesTrust /** * The PostInvestorProfilesTrusts model module. * @module model/PostInvestorProfilesTrusts - * @version 0.104.2 + * @version 0.104.3 */ class PostInvestorProfilesTrusts { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesTrustsTrusteesInner.js b/v1/clients/javascript/src/model/PostInvestorProfilesTrustsTrusteesInner.js index 0fc552cd..09067439 100644 --- a/v1/clients/javascript/src/model/PostInvestorProfilesTrustsTrusteesInner.js +++ b/v1/clients/javascript/src/model/PostInvestorProfilesTrustsTrusteesInner.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostInvestorProfilesTrustsTrusteesInner model module. * @module model/PostInvestorProfilesTrustsTrusteesInner - * @version 0.104.2 + * @version 0.104.3 */ class PostInvestorProfilesTrustsTrusteesInner { /** diff --git a/v1/clients/javascript/src/model/PostWebhooksRequest.js b/v1/clients/javascript/src/model/PostWebhooksRequest.js index 06d76b7b..192d747b 100644 --- a/v1/clients/javascript/src/model/PostWebhooksRequest.js +++ b/v1/clients/javascript/src/model/PostWebhooksRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PostWebhooksRequest model module. * @module model/PostWebhooksRequest - * @version 0.104.2 + * @version 0.104.3 */ class PostWebhooksRequest { /** diff --git a/v1/clients/javascript/src/model/PutDealsIdInvestors.js b/v1/clients/javascript/src/model/PutDealsIdInvestors.js index 25ff8145..c7f90f91 100644 --- a/v1/clients/javascript/src/model/PutDealsIdInvestors.js +++ b/v1/clients/javascript/src/model/PutDealsIdInvestors.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PutDealsIdInvestors model module. * @module model/PutDealsIdInvestors - * @version 0.104.2 + * @version 0.104.3 */ class PutDealsIdInvestors { /** diff --git a/v1/clients/javascript/src/model/PutDealsIdScriptTagEnvironmentRequest.js b/v1/clients/javascript/src/model/PutDealsIdScriptTagEnvironmentRequest.js index 94d87a7e..79ee78ac 100644 --- a/v1/clients/javascript/src/model/PutDealsIdScriptTagEnvironmentRequest.js +++ b/v1/clients/javascript/src/model/PutDealsIdScriptTagEnvironmentRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PutDealsIdScriptTagEnvironmentRequest model module. * @module model/PutDealsIdScriptTagEnvironmentRequest - * @version 0.104.2 + * @version 0.104.3 */ class PutDealsIdScriptTagEnvironmentRequest { /** diff --git a/v1/clients/javascript/src/model/PutWebhooksIdRequest.js b/v1/clients/javascript/src/model/PutWebhooksIdRequest.js index 7cfc7c73..1dd39eba 100644 --- a/v1/clients/javascript/src/model/PutWebhooksIdRequest.js +++ b/v1/clients/javascript/src/model/PutWebhooksIdRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The PutWebhooksIdRequest model module. * @module model/PutWebhooksIdRequest - * @version 0.104.2 + * @version 0.104.3 */ class PutWebhooksIdRequest { /** diff --git a/v1/clients/javascript/src/model/RequestNewDocumentRequest.js b/v1/clients/javascript/src/model/RequestNewDocumentRequest.js index b37e8ac4..e484d1c3 100644 --- a/v1/clients/javascript/src/model/RequestNewDocumentRequest.js +++ b/v1/clients/javascript/src/model/RequestNewDocumentRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RequestNewDocumentRequest model module. * @module model/RequestNewDocumentRequest - * @version 0.104.2 + * @version 0.104.3 */ class RequestNewDocumentRequest { /** diff --git a/v1/clients/javascript/src/model/RunBackgroundSearchRequest.js b/v1/clients/javascript/src/model/RunBackgroundSearchRequest.js index 63d029df..31e97a5f 100644 --- a/v1/clients/javascript/src/model/RunBackgroundSearchRequest.js +++ b/v1/clients/javascript/src/model/RunBackgroundSearchRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The RunBackgroundSearchRequest model module. * @module model/RunBackgroundSearchRequest - * @version 0.104.2 + * @version 0.104.3 */ class RunBackgroundSearchRequest { /** diff --git a/v1/clients/javascript/src/model/SendPortalInviteRequest.js b/v1/clients/javascript/src/model/SendPortalInviteRequest.js index 536cf18f..ae0c8e59 100644 --- a/v1/clients/javascript/src/model/SendPortalInviteRequest.js +++ b/v1/clients/javascript/src/model/SendPortalInviteRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SendPortalInviteRequest model module. * @module model/SendPortalInviteRequest - * @version 0.104.2 + * @version 0.104.3 */ class SendPortalInviteRequest { /** diff --git a/v1/clients/javascript/src/model/SendVerificationCodeRequest.js b/v1/clients/javascript/src/model/SendVerificationCodeRequest.js index 6f89ab15..f97b73ba 100644 --- a/v1/clients/javascript/src/model/SendVerificationCodeRequest.js +++ b/v1/clients/javascript/src/model/SendVerificationCodeRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SendVerificationCodeRequest model module. * @module model/SendVerificationCodeRequest - * @version 0.104.2 + * @version 0.104.3 */ class SendVerificationCodeRequest { /** diff --git a/v1/clients/javascript/src/model/SetupSmsVerificationRequest.js b/v1/clients/javascript/src/model/SetupSmsVerificationRequest.js index 4937ea31..c0269106 100644 --- a/v1/clients/javascript/src/model/SetupSmsVerificationRequest.js +++ b/v1/clients/javascript/src/model/SetupSmsVerificationRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The SetupSmsVerificationRequest model module. * @module model/SetupSmsVerificationRequest - * @version 0.104.2 + * @version 0.104.3 */ class SetupSmsVerificationRequest { /** diff --git a/v1/clients/javascript/src/model/TestDocumentUploadEmailRequest.js b/v1/clients/javascript/src/model/TestDocumentUploadEmailRequest.js index 71a73091..fddc5d4b 100644 --- a/v1/clients/javascript/src/model/TestDocumentUploadEmailRequest.js +++ b/v1/clients/javascript/src/model/TestDocumentUploadEmailRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The TestDocumentUploadEmailRequest model module. * @module model/TestDocumentUploadEmailRequest - * @version 0.104.2 + * @version 0.104.3 */ class TestDocumentUploadEmailRequest { /** diff --git a/v1/clients/javascript/src/model/UpdateUserPasswordRequest.js b/v1/clients/javascript/src/model/UpdateUserPasswordRequest.js index 3d1b009c..6e8ddac6 100644 --- a/v1/clients/javascript/src/model/UpdateUserPasswordRequest.js +++ b/v1/clients/javascript/src/model/UpdateUserPasswordRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The UpdateUserPasswordRequest model module. * @module model/UpdateUserPasswordRequest - * @version 0.104.2 + * @version 0.104.3 */ class UpdateUserPasswordRequest { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesAddress.js b/v1/clients/javascript/src/model/V1EntitiesAddress.js index 6d3fd111..a1c675ed 100644 --- a/v1/clients/javascript/src/model/V1EntitiesAddress.js +++ b/v1/clients/javascript/src/model/V1EntitiesAddress.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesAddress model module. * @module model/V1EntitiesAddress - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesAddress { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesAddresses.js b/v1/clients/javascript/src/model/V1EntitiesAddresses.js index 0db231b2..5cc46864 100644 --- a/v1/clients/javascript/src/model/V1EntitiesAddresses.js +++ b/v1/clients/javascript/src/model/V1EntitiesAddresses.js @@ -17,7 +17,7 @@ import V1EntitiesAddress from './V1EntitiesAddress'; /** * The V1EntitiesAddresses model module. * @module model/V1EntitiesAddresses - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesAddresses { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesAttachment.js b/v1/clients/javascript/src/model/V1EntitiesAttachment.js index 10a3dd72..c61723cf 100644 --- a/v1/clients/javascript/src/model/V1EntitiesAttachment.js +++ b/v1/clients/javascript/src/model/V1EntitiesAttachment.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesAttachment model module. * @module model/V1EntitiesAttachment - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesAttachment { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBackgroundCheckSearch.js b/v1/clients/javascript/src/model/V1EntitiesBackgroundCheckSearch.js index 67c25482..a4ca3af2 100644 --- a/v1/clients/javascript/src/model/V1EntitiesBackgroundCheckSearch.js +++ b/v1/clients/javascript/src/model/V1EntitiesBackgroundCheckSearch.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesBackgroundCheckSearch model module. * @module model/V1EntitiesBackgroundCheckSearch - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesBackgroundCheckSearch { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBeefreeAccessToken.js b/v1/clients/javascript/src/model/V1EntitiesBeefreeAccessToken.js index f94a2182..71e84d57 100644 --- a/v1/clients/javascript/src/model/V1EntitiesBeefreeAccessToken.js +++ b/v1/clients/javascript/src/model/V1EntitiesBeefreeAccessToken.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesBeefreeAccessToken model module. * @module model/V1EntitiesBeefreeAccessToken - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesBeefreeAccessToken { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUpload.js b/v1/clients/javascript/src/model/V1EntitiesBulkUpload.js index 00c41772..a2ad71af 100644 --- a/v1/clients/javascript/src/model/V1EntitiesBulkUpload.js +++ b/v1/clients/javascript/src/model/V1EntitiesBulkUpload.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesBulkUpload model module. * @module model/V1EntitiesBulkUpload - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesBulkUpload { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetail.js b/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetail.js index 485ead0b..863ddaea 100644 --- a/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetail.js +++ b/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetail.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesBulkUploadDetail model module. * @module model/V1EntitiesBulkUploadDetail - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesBulkUploadDetail { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetails.js b/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetails.js index 4ceb9467..99eaff51 100644 --- a/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetails.js +++ b/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetails.js @@ -17,7 +17,7 @@ import V1EntitiesBulkUploadDetail from './V1EntitiesBulkUploadDetail'; /** * The V1EntitiesBulkUploadDetails model module. * @module model/V1EntitiesBulkUploadDetails - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesBulkUploadDetails { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUploads.js b/v1/clients/javascript/src/model/V1EntitiesBulkUploads.js index 41f4df80..1313ef93 100644 --- a/v1/clients/javascript/src/model/V1EntitiesBulkUploads.js +++ b/v1/clients/javascript/src/model/V1EntitiesBulkUploads.js @@ -17,7 +17,7 @@ import V1EntitiesBulkUpload from './V1EntitiesBulkUpload'; /** * The V1EntitiesBulkUploads model module. * @module model/V1EntitiesBulkUploads - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesBulkUploads { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCompany.js b/v1/clients/javascript/src/model/V1EntitiesCompany.js index 50885f0f..77961567 100644 --- a/v1/clients/javascript/src/model/V1EntitiesCompany.js +++ b/v1/clients/javascript/src/model/V1EntitiesCompany.js @@ -18,7 +18,7 @@ import V1EntitiesCompanyDeals from './V1EntitiesCompanyDeals'; /** * The V1EntitiesCompany model module. * @module model/V1EntitiesCompany - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesCompany { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCompanyDeal.js b/v1/clients/javascript/src/model/V1EntitiesCompanyDeal.js index 23ef3046..500c2eb7 100644 --- a/v1/clients/javascript/src/model/V1EntitiesCompanyDeal.js +++ b/v1/clients/javascript/src/model/V1EntitiesCompanyDeal.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesCompanyDeal model module. * @module model/V1EntitiesCompanyDeal - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesCompanyDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCompanyDeals.js b/v1/clients/javascript/src/model/V1EntitiesCompanyDeals.js index 800aa760..974205b4 100644 --- a/v1/clients/javascript/src/model/V1EntitiesCompanyDeals.js +++ b/v1/clients/javascript/src/model/V1EntitiesCompanyDeals.js @@ -17,7 +17,7 @@ import V1EntitiesCompanyDeal from './V1EntitiesCompanyDeal'; /** * The V1EntitiesCompanyDeals model module. * @module model/V1EntitiesCompanyDeals - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesCompanyDeals { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCountries.js b/v1/clients/javascript/src/model/V1EntitiesCountries.js index f45a2901..8f23c305 100644 --- a/v1/clients/javascript/src/model/V1EntitiesCountries.js +++ b/v1/clients/javascript/src/model/V1EntitiesCountries.js @@ -17,7 +17,7 @@ import V1EntitiesCountry from './V1EntitiesCountry'; /** * The V1EntitiesCountries model module. * @module model/V1EntitiesCountries - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesCountries { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCountry.js b/v1/clients/javascript/src/model/V1EntitiesCountry.js index 0ff913c6..2c874883 100644 --- a/v1/clients/javascript/src/model/V1EntitiesCountry.js +++ b/v1/clients/javascript/src/model/V1EntitiesCountry.js @@ -17,7 +17,7 @@ import V1EntitiesState from './V1EntitiesState'; /** * The V1EntitiesCountry model module. * @module model/V1EntitiesCountry - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesCountry { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDeal.js b/v1/clients/javascript/src/model/V1EntitiesDeal.js index a9895b5b..bc4f5df7 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDeal.js +++ b/v1/clients/javascript/src/model/V1EntitiesDeal.js @@ -20,7 +20,7 @@ import V1EntitiesDealIssuer from './V1EntitiesDealIssuer'; /** * The V1EntitiesDeal model module. * @module model/V1EntitiesDeal - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealEnterprise.js b/v1/clients/javascript/src/model/V1EntitiesDealEnterprise.js index 53c9ff39..1a30c397 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealEnterprise.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealEnterprise.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealEnterprise model module. * @module model/V1EntitiesDealEnterprise - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealEnterprise { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealFundingMetrics.js b/v1/clients/javascript/src/model/V1EntitiesDealFundingMetrics.js index 3ad99043..130b537a 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealFundingMetrics.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealFundingMetrics.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealFundingMetrics model module. * @module model/V1EntitiesDealFundingMetrics - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealFundingMetrics { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealInvestorMetrics.js b/v1/clients/javascript/src/model/V1EntitiesDealInvestorMetrics.js index 78f95dce..cc99de58 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealInvestorMetrics.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealInvestorMetrics.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealInvestorMetrics model module. * @module model/V1EntitiesDealInvestorMetrics - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealInvestorMetrics { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealIssuer.js b/v1/clients/javascript/src/model/V1EntitiesDealIssuer.js index 271c0dc1..0b1fc8fe 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealIssuer.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealIssuer.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealIssuer model module. * @module model/V1EntitiesDealIssuer - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealIssuer { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealSetup.js b/v1/clients/javascript/src/model/V1EntitiesDealSetup.js index 1cc6ac7b..b4345daf 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealSetup.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealSetup.js @@ -17,7 +17,7 @@ import V1EntitiesDealSetupUser from './V1EntitiesDealSetupUser'; /** * The V1EntitiesDealSetup model module. * @module model/V1EntitiesDealSetup - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealSetup { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealSetupUser.js b/v1/clients/javascript/src/model/V1EntitiesDealSetupUser.js index 6fd1c06d..97872969 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealSetupUser.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealSetupUser.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealSetupUser model module. * @module model/V1EntitiesDealSetupUser - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealSetupUser { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDeals.js b/v1/clients/javascript/src/model/V1EntitiesDeals.js index 3f3d5ce1..e17c8e8f 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDeals.js +++ b/v1/clients/javascript/src/model/V1EntitiesDeals.js @@ -17,7 +17,7 @@ import V1EntitiesDeal from './V1EntitiesDeal'; /** * The V1EntitiesDeals model module. * @module model/V1EntitiesDeals - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDeals { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlan.js b/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlan.js index 9de24e39..78bf040d 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlan.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlan.js @@ -17,7 +17,7 @@ import V1EntitiesDealsIncentivePlansIncentiveTier from './V1EntitiesDealsIncenti /** * The V1EntitiesDealsIncentivePlan model module. * @module model/V1EntitiesDealsIncentivePlan - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsIncentivePlan { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlansIncentiveTier.js b/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlansIncentiveTier.js index 36a69903..f61581cc 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlansIncentiveTier.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlansIncentiveTier.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealsIncentivePlansIncentiveTier model module. * @module model/V1EntitiesDealsIncentivePlansIncentiveTier - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsIncentivePlansIncentiveTier { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent.js b/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent.js index 45769d78..eee1d1bb 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent model module. * @module model/V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsInvestorsPaymentAchBankAccountSetupIntent { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent.js b/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent.js index 1f89e371..bad4c1a2 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent model module. * @module model/V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsPriceDetails.js b/v1/clients/javascript/src/model/V1EntitiesDealsPriceDetails.js index d2dd1c19..eca49d58 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsPriceDetails.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsPriceDetails.js @@ -19,7 +19,7 @@ import V1EntitiesMoneyEntity from './V1EntitiesMoneyEntity'; /** * The V1EntitiesDealsPriceDetails model module. * @module model/V1EntitiesDealsPriceDetails - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsPriceDetails { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsProgress.js b/v1/clients/javascript/src/model/V1EntitiesDealsProgress.js index bcfdd36d..295bb226 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsProgress.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsProgress.js @@ -17,7 +17,7 @@ import V1EntitiesDealsProgressKinds from './V1EntitiesDealsProgressKinds'; /** * The V1EntitiesDealsProgress model module. * @module model/V1EntitiesDealsProgress - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsProgress { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsProgressColumn.js b/v1/clients/javascript/src/model/V1EntitiesDealsProgressColumn.js index faf02587..15d13597 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsProgressColumn.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsProgressColumn.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealsProgressColumn model module. * @module model/V1EntitiesDealsProgressColumn - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsProgressColumn { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsProgressKinds.js b/v1/clients/javascript/src/model/V1EntitiesDealsProgressKinds.js index eeaa6351..8fefaa53 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsProgressKinds.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsProgressKinds.js @@ -17,7 +17,7 @@ import V1EntitiesDealsProgressColumn from './V1EntitiesDealsProgressColumn'; /** * The V1EntitiesDealsProgressKinds model module. * @module model/V1EntitiesDealsProgressKinds - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsProgressKinds { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummary.js b/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummary.js index 63bbf539..2f9a80fd 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummary.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummary.js @@ -17,7 +17,7 @@ import V1EntitiesDealsProgressPageSummaryItem from './V1EntitiesDealsProgressPag /** * The V1EntitiesDealsProgressPageSummary model module. * @module model/V1EntitiesDealsProgressPageSummary - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsProgressPageSummary { /** @@ -64,6 +64,15 @@ class V1EntitiesDealsProgressPageSummary { if (data.hasOwnProperty('invoice_deductions')) { obj['invoice_deductions'] = V1EntitiesDealsProgressPageSummaryItem.constructFromObject(data['invoice_deductions']); } + if (data.hasOwnProperty('accounts_receivable')) { + obj['accounts_receivable'] = V1EntitiesDealsProgressPageSummaryItem.constructFromObject(data['accounts_receivable']); + } + if (data.hasOwnProperty('upcoming_adspend')) { + obj['upcoming_adspend'] = V1EntitiesDealsProgressPageSummaryItem.constructFromObject(data['upcoming_adspend']); + } + if (data.hasOwnProperty('other_reserves')) { + obj['other_reserves'] = V1EntitiesDealsProgressPageSummaryItem.constructFromObject(data['other_reserves']); + } if (data.hasOwnProperty('holdback')) { obj['holdback'] = V1EntitiesDealsProgressPageSummaryItem.constructFromObject(data['holdback']); } @@ -103,6 +112,18 @@ class V1EntitiesDealsProgressPageSummary { if (data['invoice_deductions']) { // data not null V1EntitiesDealsProgressPageSummaryItem.validateJSON(data['invoice_deductions']); } + // validate the optional field `accounts_receivable` + if (data['accounts_receivable']) { // data not null + V1EntitiesDealsProgressPageSummaryItem.validateJSON(data['accounts_receivable']); + } + // validate the optional field `upcoming_adspend` + if (data['upcoming_adspend']) { // data not null + V1EntitiesDealsProgressPageSummaryItem.validateJSON(data['upcoming_adspend']); + } + // validate the optional field `other_reserves` + if (data['other_reserves']) { // data not null + V1EntitiesDealsProgressPageSummaryItem.validateJSON(data['other_reserves']); + } // validate the optional field `holdback` if (data['holdback']) { // data not null V1EntitiesDealsProgressPageSummaryItem.validateJSON(data['holdback']); @@ -149,6 +170,21 @@ V1EntitiesDealsProgressPageSummary.prototype['processing_fees'] = undefined; */ V1EntitiesDealsProgressPageSummary.prototype['invoice_deductions'] = undefined; +/** + * @member {module:model/V1EntitiesDealsProgressPageSummaryItem} accounts_receivable + */ +V1EntitiesDealsProgressPageSummary.prototype['accounts_receivable'] = undefined; + +/** + * @member {module:model/V1EntitiesDealsProgressPageSummaryItem} upcoming_adspend + */ +V1EntitiesDealsProgressPageSummary.prototype['upcoming_adspend'] = undefined; + +/** + * @member {module:model/V1EntitiesDealsProgressPageSummaryItem} other_reserves + */ +V1EntitiesDealsProgressPageSummary.prototype['other_reserves'] = undefined; + /** * @member {module:model/V1EntitiesDealsProgressPageSummaryItem} holdback */ diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummaryItem.js b/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummaryItem.js index 5b0e9bef..4415dde1 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummaryItem.js +++ b/v1/clients/javascript/src/model/V1EntitiesDealsProgressPageSummaryItem.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDealsProgressPageSummaryItem model module. * @module model/V1EntitiesDealsProgressPageSummaryItem - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDealsProgressPageSummaryItem { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDeleteResult.js b/v1/clients/javascript/src/model/V1EntitiesDeleteResult.js index d8ad4549..66684d65 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDeleteResult.js +++ b/v1/clients/javascript/src/model/V1EntitiesDeleteResult.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDeleteResult model module. * @module model/V1EntitiesDeleteResult - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDeleteResult { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDividend.js b/v1/clients/javascript/src/model/V1EntitiesDividend.js index 4c26adea..3a21a5ce 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDividend.js +++ b/v1/clients/javascript/src/model/V1EntitiesDividend.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesDividend model module. * @module model/V1EntitiesDividend - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDividend { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDividends.js b/v1/clients/javascript/src/model/V1EntitiesDividends.js index cf4f3b95..0a83a440 100644 --- a/v1/clients/javascript/src/model/V1EntitiesDividends.js +++ b/v1/clients/javascript/src/model/V1EntitiesDividends.js @@ -17,7 +17,7 @@ import V1EntitiesDividend from './V1EntitiesDividend'; /** * The V1EntitiesDividends model module. * @module model/V1EntitiesDividends - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesDividends { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesEmailEvent.js b/v1/clients/javascript/src/model/V1EntitiesEmailEvent.js index 24d6d3e1..10eb925e 100644 --- a/v1/clients/javascript/src/model/V1EntitiesEmailEvent.js +++ b/v1/clients/javascript/src/model/V1EntitiesEmailEvent.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesEmailEvent model module. * @module model/V1EntitiesEmailEvent - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesEmailEvent { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesEmailEvents.js b/v1/clients/javascript/src/model/V1EntitiesEmailEvents.js index 1032b6be..2016a0a3 100644 --- a/v1/clients/javascript/src/model/V1EntitiesEmailEvents.js +++ b/v1/clients/javascript/src/model/V1EntitiesEmailEvents.js @@ -17,7 +17,7 @@ import V1EntitiesEmailEvent from './V1EntitiesEmailEvent'; /** * The V1EntitiesEmailEvents model module. * @module model/V1EntitiesEmailEvents - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesEmailEvents { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesEmailTemplate.js b/v1/clients/javascript/src/model/V1EntitiesEmailTemplate.js index 4e0da9fa..ad88e106 100644 --- a/v1/clients/javascript/src/model/V1EntitiesEmailTemplate.js +++ b/v1/clients/javascript/src/model/V1EntitiesEmailTemplate.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesEmailTemplate model module. * @module model/V1EntitiesEmailTemplate - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesEmailTemplate { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesExpressWireInstruction.js b/v1/clients/javascript/src/model/V1EntitiesExpressWireInstruction.js index 6336fd8e..dd9dc6a2 100644 --- a/v1/clients/javascript/src/model/V1EntitiesExpressWireInstruction.js +++ b/v1/clients/javascript/src/model/V1EntitiesExpressWireInstruction.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesExpressWireInstruction model module. * @module model/V1EntitiesExpressWireInstruction - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesExpressWireInstruction { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesExpressWireInstructions.js b/v1/clients/javascript/src/model/V1EntitiesExpressWireInstructions.js index 73172fd1..40034a5d 100644 --- a/v1/clients/javascript/src/model/V1EntitiesExpressWireInstructions.js +++ b/v1/clients/javascript/src/model/V1EntitiesExpressWireInstructions.js @@ -17,7 +17,7 @@ import V1EntitiesExpressWireInstruction from './V1EntitiesExpressWireInstruction /** * The V1EntitiesExpressWireInstructions model module. * @module model/V1EntitiesExpressWireInstructions - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesExpressWireInstructions { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesGenericResponse.js b/v1/clients/javascript/src/model/V1EntitiesGenericResponse.js index bfc44e9a..74a20ed4 100644 --- a/v1/clients/javascript/src/model/V1EntitiesGenericResponse.js +++ b/v1/clients/javascript/src/model/V1EntitiesGenericResponse.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesGenericResponse model module. * @module model/V1EntitiesGenericResponse - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesGenericResponse { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestor.js b/v1/clients/javascript/src/model/V1EntitiesInvestor.js index 8f982d3b..8986539c 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestor.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestor.js @@ -20,7 +20,7 @@ import V1EntitiesSubscriptionAgreement from './V1EntitiesSubscriptionAgreement'; /** * The V1EntitiesInvestor model module. * @module model/V1EntitiesInvestor - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestor { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorOtpAccessLink.js b/v1/clients/javascript/src/model/V1EntitiesInvestorOtpAccessLink.js index a70a4cf2..bccf60ff 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorOtpAccessLink.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorOtpAccessLink.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesInvestorOtpAccessLink model module. * @module model/V1EntitiesInvestorOtpAccessLink - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorOtpAccessLink { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileAddress.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileAddress.js index 969955c5..9a8e6e8b 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileAddress.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileAddress.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesInvestorProfileAddress model module. * @module model/V1EntitiesInvestorProfileAddress - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileAddress { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileCorporation.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileCorporation.js index 23757713..0ed327ec 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileCorporation.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileCorporation.js @@ -20,7 +20,7 @@ import V1EntitiesInvestorProfileOwner from './V1EntitiesInvestorProfileOwner'; /** * The V1EntitiesInvestorProfileCorporation model module. * @module model/V1EntitiesInvestorProfileCorporation - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileCorporation { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsAccountHolder.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsAccountHolder.js index f7675531..782b253f 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsAccountHolder.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsAccountHolder.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsAccountHolder model module. * @module model/V1EntitiesInvestorProfileFieldsAccountHolder - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsAccountHolder { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficialOwner.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficialOwner.js index 923d2407..065331c0 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficialOwner.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficialOwner.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsBeneficialOwner model module. * @module model/V1EntitiesInvestorProfileFieldsBeneficialOwner - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsBeneficialOwner { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficiary.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficiary.js index 47534c56..6d29d8e0 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficiary.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficiary.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsBeneficiary model module. * @module model/V1EntitiesInvestorProfileFieldsBeneficiary - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsBeneficiary { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsCorporation.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsCorporation.js index bc08cd59..740edd9d 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsCorporation.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsCorporation.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsCorporation model module. * @module model/V1EntitiesInvestorProfileFieldsCorporation - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsCorporation { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsPrimaryHolder.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsPrimaryHolder.js index 374281e8..d52b6e57 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsPrimaryHolder.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsPrimaryHolder.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsPrimaryHolder model module. * @module model/V1EntitiesInvestorProfileFieldsPrimaryHolder - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsPrimaryHolder { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsProvider.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsProvider.js index 8ebc204b..661d0f27 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsProvider.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsProvider.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsProvider model module. * @module model/V1EntitiesInvestorProfileFieldsProvider - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsProvider { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsSigningOfficer.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsSigningOfficer.js index 47f1afcc..d5bacdbe 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsSigningOfficer.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsSigningOfficer.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsSigningOfficer model module. * @module model/V1EntitiesInvestorProfileFieldsSigningOfficer - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsSigningOfficer { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrust.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrust.js index 38fed201..4de3b999 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrust.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrust.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsTrust model module. * @module model/V1EntitiesInvestorProfileFieldsTrust - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsTrust { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrustee.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrustee.js index 1a9060d5..1b9a684c 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrustee.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrustee.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileAddress from './V1EntitiesInvestorProfileAddress /** * The V1EntitiesInvestorProfileFieldsTrustee model module. * @module model/V1EntitiesInvestorProfileFieldsTrustee - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileFieldsTrustee { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileId.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileId.js index bccf076c..95d67089 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileId.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileId.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesInvestorProfileId model module. * @module model/V1EntitiesInvestorProfileId - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileId { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileIndividual.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileIndividual.js index 32bbf751..89ffdd50 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileIndividual.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileIndividual.js @@ -18,7 +18,7 @@ import V1EntitiesInvestorProfileOwner from './V1EntitiesInvestorProfileOwner'; /** * The V1EntitiesInvestorProfileIndividual model module. * @module model/V1EntitiesInvestorProfileIndividual - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileIndividual { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileItem.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileItem.js index 7f489ce0..b9559b44 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileItem.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileItem.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileManaged from './V1EntitiesInvestorProfileManaged /** * The V1EntitiesInvestorProfileItem model module. * @module model/V1EntitiesInvestorProfileItem - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileItem { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileJoint.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileJoint.js index 48bbcdae..f028ec91 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileJoint.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileJoint.js @@ -19,7 +19,7 @@ import V1EntitiesInvestorProfileOwner from './V1EntitiesInvestorProfileOwner'; /** * The V1EntitiesInvestorProfileJoint model module. * @module model/V1EntitiesInvestorProfileJoint - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileJoint { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileManaged.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileManaged.js index dae9eddd..4b0930dd 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileManaged.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileManaged.js @@ -19,7 +19,7 @@ import V1EntitiesInvestorProfileOwner from './V1EntitiesInvestorProfileOwner'; /** * The V1EntitiesInvestorProfileManaged model module. * @module model/V1EntitiesInvestorProfileManaged - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileManaged { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileOwner.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileOwner.js index 74211f61..e6b46d33 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileOwner.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileOwner.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesInvestorProfileOwner model module. * @module model/V1EntitiesInvestorProfileOwner - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileOwner { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileTrust.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileTrust.js index 30cd43f8..9578bd0b 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileTrust.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileTrust.js @@ -19,7 +19,7 @@ import V1EntitiesInvestorProfileOwner from './V1EntitiesInvestorProfileOwner'; /** * The V1EntitiesInvestorProfileTrust model module. * @module model/V1EntitiesInvestorProfileTrust - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfileTrust { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfiles.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfiles.js index 27a1c5af..3b4d6190 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorProfiles.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorProfiles.js @@ -17,7 +17,7 @@ import V1EntitiesInvestorProfileItem from './V1EntitiesInvestorProfileItem'; /** * The V1EntitiesInvestorProfiles model module. * @module model/V1EntitiesInvestorProfiles - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorProfiles { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntities.js b/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntities.js index bb31840e..f69d7385 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntities.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntities.js @@ -18,7 +18,7 @@ import V1EntitiesInvestorSearchEntitiesRequiredFields from './V1EntitiesInvestor /** * The V1EntitiesInvestorSearchEntities model module. * @module model/V1EntitiesInvestorSearchEntities - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorSearchEntities { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntitiesRequiredFields.js b/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntitiesRequiredFields.js index abac4253..9bbd8855 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntitiesRequiredFields.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntitiesRequiredFields.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesInvestorSearchEntitiesRequiredFields model module. * @module model/V1EntitiesInvestorSearchEntitiesRequiredFields - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorSearchEntitiesRequiredFields { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorUser.js b/v1/clients/javascript/src/model/V1EntitiesInvestorUser.js index 8d504d8c..eed7a1e5 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestorUser.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestorUser.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesInvestorUser model module. * @module model/V1EntitiesInvestorUser - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestorUser { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestors.js b/v1/clients/javascript/src/model/V1EntitiesInvestors.js index 35d2afd3..7d34d566 100644 --- a/v1/clients/javascript/src/model/V1EntitiesInvestors.js +++ b/v1/clients/javascript/src/model/V1EntitiesInvestors.js @@ -17,7 +17,7 @@ import V1EntitiesInvestor from './V1EntitiesInvestor'; /** * The V1EntitiesInvestors model module. * @module model/V1EntitiesInvestors - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesInvestors { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesMembersBulkUpload.js b/v1/clients/javascript/src/model/V1EntitiesMembersBulkUpload.js index e9433e7e..92153daa 100644 --- a/v1/clients/javascript/src/model/V1EntitiesMembersBulkUpload.js +++ b/v1/clients/javascript/src/model/V1EntitiesMembersBulkUpload.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesMembersBulkUpload model module. * @module model/V1EntitiesMembersBulkUpload - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesMembersBulkUpload { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesMembersBulkUploads.js b/v1/clients/javascript/src/model/V1EntitiesMembersBulkUploads.js index 1c3ba16e..0c3e4e16 100644 --- a/v1/clients/javascript/src/model/V1EntitiesMembersBulkUploads.js +++ b/v1/clients/javascript/src/model/V1EntitiesMembersBulkUploads.js @@ -17,7 +17,7 @@ import V1EntitiesMembersBulkUpload from './V1EntitiesMembersBulkUpload'; /** * The V1EntitiesMembersBulkUploads model module. * @module model/V1EntitiesMembersBulkUploads - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesMembersBulkUploads { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesMoneyEntity.js b/v1/clients/javascript/src/model/V1EntitiesMoneyEntity.js index 86c4eec8..74913d84 100644 --- a/v1/clients/javascript/src/model/V1EntitiesMoneyEntity.js +++ b/v1/clients/javascript/src/model/V1EntitiesMoneyEntity.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesMoneyEntity model module. * @module model/V1EntitiesMoneyEntity - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesMoneyEntity { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData.js index 7b47b0c7..adbe13ce 100644 --- a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData.js +++ b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData model module. * @module model/V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData.js index e9e5ef5e..81f20021 100644 --- a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData.js +++ b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData model module. * @module model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult.js index c121fa6d..82879986 100644 --- a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult.js +++ b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult model module. * @module model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult.js index f56d4271..fb150990 100644 --- a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult.js +++ b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult model module. * @module model/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPresignedUrlResult.js b/v1/clients/javascript/src/model/V1EntitiesPresignedUrlResult.js index 8bf7170b..53065e4d 100644 --- a/v1/clients/javascript/src/model/V1EntitiesPresignedUrlResult.js +++ b/v1/clients/javascript/src/model/V1EntitiesPresignedUrlResult.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesPresignedUrlResult model module. * @module model/V1EntitiesPresignedUrlResult - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesPresignedUrlResult { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholder.js b/v1/clients/javascript/src/model/V1EntitiesShareholder.js index 2ecf38bf..c1eb1ed5 100644 --- a/v1/clients/javascript/src/model/V1EntitiesShareholder.js +++ b/v1/clients/javascript/src/model/V1EntitiesShareholder.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesShareholder model module. * @module model/V1EntitiesShareholder - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesShareholder { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholderLedger.js b/v1/clients/javascript/src/model/V1EntitiesShareholderLedger.js index 21727dfd..41489164 100644 --- a/v1/clients/javascript/src/model/V1EntitiesShareholderLedger.js +++ b/v1/clients/javascript/src/model/V1EntitiesShareholderLedger.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesShareholderLedger model module. * @module model/V1EntitiesShareholderLedger - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesShareholderLedger { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholders.js b/v1/clients/javascript/src/model/V1EntitiesShareholders.js index 00dee925..80e3cf1f 100644 --- a/v1/clients/javascript/src/model/V1EntitiesShareholders.js +++ b/v1/clients/javascript/src/model/V1EntitiesShareholders.js @@ -17,7 +17,7 @@ import V1EntitiesShareholder from './V1EntitiesShareholder'; /** * The V1EntitiesShareholders model module. * @module model/V1EntitiesShareholders - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesShareholders { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholdersTags.js b/v1/clients/javascript/src/model/V1EntitiesShareholdersTags.js index 2c09e316..6ef76189 100644 --- a/v1/clients/javascript/src/model/V1EntitiesShareholdersTags.js +++ b/v1/clients/javascript/src/model/V1EntitiesShareholdersTags.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesShareholdersTags model module. * @module model/V1EntitiesShareholdersTags - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesShareholdersTags { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesState.js b/v1/clients/javascript/src/model/V1EntitiesState.js index 2b005db8..64d4b563 100644 --- a/v1/clients/javascript/src/model/V1EntitiesState.js +++ b/v1/clients/javascript/src/model/V1EntitiesState.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesState model module. * @module model/V1EntitiesState - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesState { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesSubscriptionAgreement.js b/v1/clients/javascript/src/model/V1EntitiesSubscriptionAgreement.js index 0303b873..7a46d743 100644 --- a/v1/clients/javascript/src/model/V1EntitiesSubscriptionAgreement.js +++ b/v1/clients/javascript/src/model/V1EntitiesSubscriptionAgreement.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesSubscriptionAgreement model module. * @module model/V1EntitiesSubscriptionAgreement - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesSubscriptionAgreement { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesUser.js b/v1/clients/javascript/src/model/V1EntitiesUser.js index 3c61a994..9797b0e3 100644 --- a/v1/clients/javascript/src/model/V1EntitiesUser.js +++ b/v1/clients/javascript/src/model/V1EntitiesUser.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesUser model module. * @module model/V1EntitiesUser - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesUser { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesUsersBinding.js b/v1/clients/javascript/src/model/V1EntitiesUsersBinding.js index 22f12856..25f5fbc1 100644 --- a/v1/clients/javascript/src/model/V1EntitiesUsersBinding.js +++ b/v1/clients/javascript/src/model/V1EntitiesUsersBinding.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesUsersBinding model module. * @module model/V1EntitiesUsersBinding - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesUsersBinding { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesUsersFactor.js b/v1/clients/javascript/src/model/V1EntitiesUsersFactor.js index 717d2bc9..7d6ec283 100644 --- a/v1/clients/javascript/src/model/V1EntitiesUsersFactor.js +++ b/v1/clients/javascript/src/model/V1EntitiesUsersFactor.js @@ -17,7 +17,7 @@ import V1EntitiesUsersBinding from './V1EntitiesUsersBinding'; /** * The V1EntitiesUsersFactor model module. * @module model/V1EntitiesUsersFactor - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesUsersFactor { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannel.js b/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannel.js index 960dfb8c..de7560b2 100644 --- a/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannel.js +++ b/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannel.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesUsersTwoFactorChannel model module. * @module model/V1EntitiesUsersTwoFactorChannel - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesUsersTwoFactorChannel { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannels.js b/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannels.js index 8de1fb03..0d1cc293 100644 --- a/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannels.js +++ b/v1/clients/javascript/src/model/V1EntitiesUsersTwoFactorChannels.js @@ -17,7 +17,7 @@ import V1EntitiesUsersTwoFactorChannel from './V1EntitiesUsersTwoFactorChannel'; /** * The V1EntitiesUsersTwoFactorChannels model module. * @module model/V1EntitiesUsersTwoFactorChannels - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesUsersTwoFactorChannels { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesUsersVerificationResources.js b/v1/clients/javascript/src/model/V1EntitiesUsersVerificationResources.js index eb8c6f5a..3197860b 100644 --- a/v1/clients/javascript/src/model/V1EntitiesUsersVerificationResources.js +++ b/v1/clients/javascript/src/model/V1EntitiesUsersVerificationResources.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesUsersVerificationResources model module. * @module model/V1EntitiesUsersVerificationResources - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesUsersVerificationResources { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksDeal.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksDeal.js index 69f9f7d1..3ef50bc4 100644 --- a/v1/clients/javascript/src/model/V1EntitiesWebhooksDeal.js +++ b/v1/clients/javascript/src/model/V1EntitiesWebhooksDeal.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesWebhooksDeal model module. * @module model/V1EntitiesWebhooksDeal - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesWebhooksDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSecurityToken.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSecurityToken.js index b519fbb9..091d8ca9 100644 --- a/v1/clients/javascript/src/model/V1EntitiesWebhooksSecurityToken.js +++ b/v1/clients/javascript/src/model/V1EntitiesWebhooksSecurityToken.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesWebhooksSecurityToken model module. * @module model/V1EntitiesWebhooksSecurityToken - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesWebhooksSecurityToken { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscription.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscription.js index 623ada42..95bcb26f 100644 --- a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscription.js +++ b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscription.js @@ -17,7 +17,7 @@ import V1EntitiesWebhooksSubscriptionDeals from './V1EntitiesWebhooksSubscriptio /** * The V1EntitiesWebhooksSubscription model module. * @module model/V1EntitiesWebhooksSubscription - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesWebhooksSubscription { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeal.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeal.js index bdbd8fcd..7e5cefaf 100644 --- a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeal.js +++ b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeal.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The V1EntitiesWebhooksSubscriptionDeal model module. * @module model/V1EntitiesWebhooksSubscriptionDeal - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesWebhooksSubscriptionDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeals.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeals.js index 6e693f2b..f1d5d9d6 100644 --- a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeals.js +++ b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeals.js @@ -17,7 +17,7 @@ import V1EntitiesWebhooksSubscriptionDeal from './V1EntitiesWebhooksSubscription /** * The V1EntitiesWebhooksSubscriptionDeals model module. * @module model/V1EntitiesWebhooksSubscriptionDeals - * @version 0.104.2 + * @version 0.104.3 */ class V1EntitiesWebhooksSubscriptionDeals { /** diff --git a/v1/clients/javascript/src/model/VerifyFactorRequest.js b/v1/clients/javascript/src/model/VerifyFactorRequest.js index 0d28d233..6545205d 100644 --- a/v1/clients/javascript/src/model/VerifyFactorRequest.js +++ b/v1/clients/javascript/src/model/VerifyFactorRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The VerifyFactorRequest model module. * @module model/VerifyFactorRequest - * @version 0.104.2 + * @version 0.104.3 */ class VerifyFactorRequest { /** diff --git a/v1/clients/javascript/src/model/VerifySmsVerificationRequest.js b/v1/clients/javascript/src/model/VerifySmsVerificationRequest.js index 9700462e..04706144 100644 --- a/v1/clients/javascript/src/model/VerifySmsVerificationRequest.js +++ b/v1/clients/javascript/src/model/VerifySmsVerificationRequest.js @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient'; /** * The VerifySmsVerificationRequest model module. * @module model/VerifySmsVerificationRequest - * @version 0.104.2 + * @version 0.104.3 */ class VerifySmsVerificationRequest { /** diff --git a/v1/clients/javascript/test/model/V1EntitiesDealsProgressPageSummary.spec.js b/v1/clients/javascript/test/model/V1EntitiesDealsProgressPageSummary.spec.js index 0032c7a7..8a62df39 100644 --- a/v1/clients/javascript/test/model/V1EntitiesDealsProgressPageSummary.spec.js +++ b/v1/clients/javascript/test/model/V1EntitiesDealsProgressPageSummary.spec.js @@ -84,6 +84,24 @@ //expect(instance).to.be(); }); + it('should have the property accountsReceivable (base name: "accounts_receivable")', function() { + // uncomment below and update the code to test the property accountsReceivable + //var instance = new Api.V1EntitiesDealsProgressPageSummary(); + //expect(instance).to.be(); + }); + + it('should have the property upcomingAdspend (base name: "upcoming_adspend")', function() { + // uncomment below and update the code to test the property upcomingAdspend + //var instance = new Api.V1EntitiesDealsProgressPageSummary(); + //expect(instance).to.be(); + }); + + it('should have the property otherReserves (base name: "other_reserves")', function() { + // uncomment below and update the code to test the property otherReserves + //var instance = new Api.V1EntitiesDealsProgressPageSummary(); + //expect(instance).to.be(); + }); + it('should have the property holdback (base name: "holdback")', function() { // uncomment below and update the code to test the property holdback //var instance = new Api.V1EntitiesDealsProgressPageSummary(); diff --git a/v1/clients/php/README.md b/v1/clients/php/README.md index 1a09b1ba..b62686bb 100644 --- a/v1/clients/php/README.md +++ b/v1/clients/php/README.md @@ -664,6 +664,6 @@ vendor/bin/phpunit This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: `1.75.0` - - Package version: `0.104.2` + - Package version: `0.104.3` - Generator version: `7.7.0-SNAPSHOT` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/v1/clients/php/composer.json b/v1/clients/php/composer.json index 0316223f..a9f613b3 100644 --- a/v1/clients/php/composer.json +++ b/v1/clients/php/composer.json @@ -1,5 +1,5 @@ { - "version": "0.104.2", + "version": "0.104.3", "description": "# Introduction Welcome to DealMaker’s Web API v1! This API is RESTful, easy to integrate with, and offers support in 2 different languages. This is the technical documentation for our API. There are tutorials and examples of integrations with our API available on our [knowledge centre](https://help.dealmaker.tech/training-centre) as well. # Libraries - Javascript - Ruby # Authentication To authenticate, add an Authorization header to your API request that contains an access token. Before you [generate an access token](#how-to-generate-an-access-token) your must first [create an application](#create-an-application) on your portal and retrieve the your client ID and secret ## Create an Application DealMaker’s Web API v1 supports the use of OAuth applications. Applications can be generated in your [account](https://app.dealmaker.tech/developer/applications). To create an API Application, click on your user name in the top right corner to open a dropdown menu, and select \"Integrations\". Under the API settings tab, click the `Create New Application` button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-1.png) Name your application and assign the level of permissions for this application ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-2.png) Once your application is created, save in a secure space your client ID and secret. **WARNING**: The secret key will not be visible after you click the close button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-3.png) From the developer tab, you will be able to view and manage all the available applications ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-4.png) Each Application consists of a client id, secret and set of scopes. The scopes define what resources you want to have access to. The client ID and secret are used to generate an access token. You will need to create an application to use API endpoints. ## How to generate an access token After creating an application, you must make a call to obtain a bearer token using the Generate an OAuth token operation. This operation requires the following parameters: `token endpoint` - https://app.dealmaker.tech/oauth/token `grant_type` - must be set to `client_credentials` `client_id` - the Client ID displayed when you created the OAuth application in the previous step `client_secret` - the Client Secret displayed when you created the OAuth application in the previous step `scope` - the scope is established when you created the OAuth application in the previous step Note: The Generate an OAuth token response specifies how long the bearer token is valid for. You should reuse the bearer token until it is expired. When the token is expired, call Generate an OAuth token again to generate a new one. To use the access token, you must set a plain text header named `Authorization` with the contents of the header being “Bearer XXX” where XXX is your generated access token. ### Example #### Postman Here's an example on how to generate the access token with Postman, where `{{CLIENT_ID}}` and `{{CLIENT_SECRET}}` are the values generated after following the steps on [Create an Application](#create-an-application) ![Get access token postman example](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/token-postman.png) # Status Codes ## Content-Type Header All responses are returned in JSON format. We specify this by sending the Content-Type header. ## Status Codes Below is a table containing descriptions of the various status codes we currently support against various resources. Sometimes your API call will generate an error. Here you will find additional information about what to expect if you don’t format your request properly, or we fail to properly process your request. | Status Code | Description | | ----------- | ----------- | | `200` | Success | | `403` | Forbidden | | `404` | Not found | # Pagination Pagination is used to divide large responses is smaller portions (pages). By default, all endpoints return a maximum of 25 records per page. You can change the number of records on a per request basis by passing a `per_page` parameter in the request header parameters. The largest supported `per_page` parameter is 100. When the response exceeds the `per_page` parameter, you can paginate through the records by increasing the `offset` parameter. Example: `offset=25` will return 25 records starting from 26th record. You may also paginate using the `page` parameter to indicate the page number you would like to show on the response. Please review the table below for the input parameters ## Inputs | Parameter | Description | | ---------- | ------------------------------------------------------------------------------- | | `per_page` | Amount of records included on each page (Default is 25) | | `page` | Page number | | `offset` | Amount of records offset on the API request where 0 represents the first record | ## Response Headers | Response Header | Description | | --------------- | -------------------------------------------- | | `X-Total` | Total number of records of response | | `X-Total-Pages` | Total number of pages of response | | `X-Per-Page` | Total number of records per page of response | | `X-Page` | Number of current page | | `X-Next-Page` | Number of next page | | `X-Prev-Page` | Number of previous page | | `X-Offset` | Total number of records offset | # Search and Filtering (The q parameter) The q optional parameter accepts a string as input and allows you to filter the request based on that string. Please note that search strings must be encoded according to ASCII. For example, \"john+investor@dealmaker.tech\" should be passed as “john%2Binvestor%40dealmaker.tech”. There are two main ways to filter with it. ## Keyword filtering Some keywords allow you to filter investors based on a specific “scope” of the investors, for example using the string “Invited” will filter all investors with the status invited, and the keyword “Has attachments” will filter investors with attachments. Here’s a list of possible keywords and the “scope” each one of the keywords filters by: | Keywords | Scope | Decoded Example | Encoded Example | | ---------------------------------------------- | --------------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | Signed on \\(date range\\) | Investors who signed in the provided date range | Signed on (date range) [2020-07-01:2020-07-31] | `Signed%20on%20%28date%20range%29%20%5B2020-07-01%3A2020-07-31%5D` | | Enabled for countersignature on \\(date range\\) | Investors who were enabled for counter signature in the provided date range | Enabled for countersignature on (date range) [2022-05-24:2022-05-25] | `Enabled%20for%20countersignature%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Accepted on \\(date range\\) | Investors accepted in the provided date rage | Accepted on (date range) [2022-05-24:2022-05-25] | `Accepted%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Offline | Investors added to the deal offline | Offline | `Offline` | | Online | Investors added to the deal online | Online | `Online` | | Signed | Investors who signed their agreement | Signed | `Signed` | | Waiting for countersignature | Investors who have signed and are waiting for counter signature | Waiting for countersignature | `Waiting%20for%20countersignature` | | Invited | Investors on the Invited Status | Invited | `Invited` | | Accepted | Investors in the Accepted Status | Accepted | `Accepted` | | Questionnaire in progress | All Investors who have not finished completing the questionnaire | Questionnaire in progress | `Questionnaire%20in%20progress` | | Has attachments | All Investors with attachments | Has attachments | `Has%20attachments` | | Has notes | All Investors with notes | Has notes | `Has%20notes` | | Waiting for co-signature | Investors who have signed and are waiting for co-signature | Waiting for co-signature | `Waiting%20for%20co-signature` | | Background Check Approved | Investors with approved background check | Background Check Approved | `Background%20Check%20Approved` | | Document Review Pending | Investors with pending review | Document Review Pending | `Document%20Review%20Pending` | | Document Upload Pending | Investors with pending documents to upload | Document Upload Pending | `Document%20Upload%20Pending` | | Required adjudicator review | Investors who are required to be review by the adjudicator | Required adjudicator review | `Required%20adjudicator%20review` | --- **NOTE** Filtering keywords are case sensitive and need to be encoded --- ## Search String Any value for the parameter which does not match one of the keywords listed above, will use fields like `first name`, `last name`, `email`, `tags` to search for the investor. For example, if you search “Robert”, because this does not match one of the keywords listed above, it will then return any investors who have the string “Robert” in their name, email, or tags fields. # Versioning The latest version is v1. The version can be updated on the `Accept` header, just set the version as stated on the following example: ``` Accept:application/vnd.dealmaker-v1+json ``` | Version | Accept Header | | ------- | ----------------------------------- | | `v1` | application/vnd.dealmaker-`v1`+json | # SDK’s For instruction on installing SDKs, please view the following links - [Javascript](https://github.com/DealMakerTech/api/tree/main/v1/clients/javascript) - [Ruby](https://github.com/DealMakerTech/api/tree/main/v1/clients/ruby) # Webhooks Our webhooks functionality allows clients to automatically receive updates on a deal's investor data. Some of the data that the webhooks include: - Investor Name - Date created - Email - Phone - Allocation - Attachments - Accredited investor status - Accredited investor category - State (Draft, Invited, Signed, Accepted, Waiting, Inactive) Via webhooks clients can subscribe to the following events as they happen on Dealmaker: - Investor is created - Investor details are updated (any of the investor details above change or are updated) - Investor has signed their agreement - Invertor fully funded their investment - Investor has been accepted - Investor is deleted A URL supplied by the client will receive all the events with the information as part of the payload. Clients are able to add and update the URL within DealMaker. ## Configuration For a comprehensive guide on how to configure Webhooks please visit our support article: [Configuring Webhooks on DealMaker – DealMaker Support](https://help.dealmaker.tech/configuring-webhooks-on-dealmaker). As a developer user on DealMaker, you are able to configure webhooks by following the steps below: 1. Sign into Dealmaker 2. Go to **“Your profile”** in the top right corner 3. Access an **“Integrations”** configuration via the left menu 4. The developer configures webhooks by including: - The HTTPS URL where the request will be sent - Optionally, a security token that we would use to build a SHA1 hash that would be included in the request headers. The name of the header is `X-DealMaker-Signature`. If the secret is not specified, the hash won’t be included in the headers. - The Deal(s) to include in the webhook subscription - An email address that will be used to notify about errors. 5. The developers can disable webhooks temporarily if needed ## Specification ### Events The initial set of events will be related to the investor. The events are: 1. `investor.created` - Triggers every time a new investor is added to a deal 2. `investor.updated` - Triggers on updates to any of the following fields: - Status - Name - Email - (this is a user field so we trigger event for all investors with webhook subscription) - Allocated Amount - Investment Amount - Accredited investor fields - Adding or removing attachments - Tags - When the investor status is signed, the payload also includes a link to the signed document; the link expires after 30 minutes 3. `investor.signed` - Triggers when the investor signs their subscription agreement (terms and conditions) - When this happens the investor.state becomes `signed` - This event includes the same fields as the `investor.updated` event 4. `investor.funded` - Triggers when the investor becomes fully funded - This happens when the investor.funded_state becomes `funded` - This event includes the same fields as the `investor.updated` event 5. `investor.accepted` - Triggers when the investor is countersigned - When this happens the investor.state becomes `accepted` - This event includes the same fields as the `investor.updated` event 6. `investor.deleted` - Triggers when the investor is removed from the deal - The investor key of the payload only includes investor ID - The deal is not included in the payload. Due to our implementation it’s impossible to retrieve the deal the investor was part of ### Requests - The request is a `POST` - The payload’s `content-type` is `application/json` - Only `2XX` responses are considered successful. In the event of a different response, we consider it failed and queue the event for retry - We retry the request five times, after the initial attempt. Doubling the waiting time between intervals with each try. The first retry happens after 30 seconds, then 60 seconds, 2 mins, 4 minutes, and 8 minutes. This timing scheme gives the receiver about 1 hour if all the requests fail - If an event fails all the attempts to be delivered, we send an email to the address that the user configured ### Payload #### Common Properties There will be some properties that are common to all the events on the system. | Key | Type | Description | | ----------------- | ------ | -------------------------------------------------------------------------------------- | | event | String | The event that triggered the call | | event_id | String | A unique identifier for the event | | deal\\* | Object | The deal in which the event occurred. please see below for an example on the deal object\\*\\* | \\*This field is not included when deleting a resource \\*\\* Sample Deal Object in the webhook payload ```json \"deal\": { \"id\": 0, \"title\": \"string\", \"created_at\": \"2022-12-06T18:14:44.000Z\", \"updated_at\": \"2022-12-08T12:46:48.000Z\", \"state\": \"string\", \"currency\": \"string\", \"security_type\": \"string\", \"price_per_security\": 0.00, \"deal_type\": \"string\", \"minimum_investment\": 0, \"maximum_investment\": 0, \"issuer\": { \"id\": 0, \"name\": \"string\" }, \"enterprise\": { \"id\": 0, \"name\": \"string\" } } ``` #### Common Properties (investor scope) By design, we have incorporated on the webhooks payload the same investor-related fields included in the Investor model, for reference on the included fields, their types and values please click [here](https://docs.dealmaker.tech/#tag/investor_model). This will allow you to get all the necessary information you need about a particular investor without having to call the Get Investor by ID endpoint. | #### Investor State Here is a brief description of each investor state: - **Draft:** the investor is added to the platform but hasn't been invited yet and cannot access the portal - **Invited:** the investor was added to the platform but hasn’t completed the questionnaire - **Signed:** the investor signed the document (needs approval from Lawyer or Reviewer before countersignature) - **Waiting:** the investor was approved for countersignature by any of the Lawyers or Reviewers in the deal - **Accepted:** the investor's agreement was countersigned by the Signatory - **Inactive** the investor is no longer eligible to participate in the offering. This may be because their warrant expired, they requested a refund, or they opted out of the offering #### Update Delay Given the high number of updates our platform performs on any investor, we’ve added a cool down period on update events that allows us to “group” updates and trigger only one every minute. In consequence, update events will be delivered 1 minute after the initial request was made and will include the latest version of the investor data at delivery time.", "keywords": [ "openapitools", diff --git a/v1/clients/php/docs/Model/V1EntitiesDealsProgressPageSummary.md b/v1/clients/php/docs/Model/V1EntitiesDealsProgressPageSummary.md index fde5d58d..0350491b 100644 --- a/v1/clients/php/docs/Model/V1EntitiesDealsProgressPageSummary.md +++ b/v1/clients/php/docs/Model/V1EntitiesDealsProgressPageSummary.md @@ -9,6 +9,9 @@ Name | Type | Description | Notes **total_proceeds** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **processing_fees** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **invoice_deductions** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] +**accounts_receivable** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] +**upcoming_adspend** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] +**other_reserves** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **holdback** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **paid_out** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] **available_for_payout** | [**\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] diff --git a/v1/clients/php/lib/Configuration.php b/v1/clients/php/lib/Configuration.php index c0b5fe56..460dd9ee 100644 --- a/v1/clients/php/lib/Configuration.php +++ b/v1/clients/php/lib/Configuration.php @@ -100,7 +100,7 @@ class Configuration * * @var string */ - protected $userAgent = 'OpenAPI-Generator/0.104.2/PHP'; + protected $userAgent = 'OpenAPI-Generator/0.104.3/PHP'; /** * Debug switch (default set to false) @@ -433,7 +433,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' The version of the OpenAPI document: 1.75.0' . PHP_EOL; - $report .= ' SDK Package Version: 0.104.2' . PHP_EOL; + $report .= ' SDK Package Version: 0.104.3' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/v1/clients/php/lib/Model/V1EntitiesDealsProgressPageSummary.php b/v1/clients/php/lib/Model/V1EntitiesDealsProgressPageSummary.php index e290b2ce..fa6ac426 100644 --- a/v1/clients/php/lib/Model/V1EntitiesDealsProgressPageSummary.php +++ b/v1/clients/php/lib/Model/V1EntitiesDealsProgressPageSummary.php @@ -63,6 +63,9 @@ class V1EntitiesDealsProgressPageSummary implements ModelInterface, ArrayAccess, 'total_proceeds' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', 'processing_fees' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', 'invoice_deductions' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', + 'accounts_receivable' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', + 'upcoming_adspend' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', + 'other_reserves' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', 'holdback' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', 'paid_out' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem', 'available_for_payout' => '\DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem' @@ -81,6 +84,9 @@ class V1EntitiesDealsProgressPageSummary implements ModelInterface, ArrayAccess, 'total_proceeds' => null, 'processing_fees' => null, 'invoice_deductions' => null, + 'accounts_receivable' => null, + 'upcoming_adspend' => null, + 'other_reserves' => null, 'holdback' => null, 'paid_out' => null, 'available_for_payout' => null @@ -97,6 +103,9 @@ class V1EntitiesDealsProgressPageSummary implements ModelInterface, ArrayAccess, 'total_proceeds' => false, 'processing_fees' => false, 'invoice_deductions' => false, + 'accounts_receivable' => false, + 'upcoming_adspend' => false, + 'other_reserves' => false, 'holdback' => false, 'paid_out' => false, 'available_for_payout' => false @@ -193,6 +202,9 @@ public function isNullableSetToNull(string $property): bool 'total_proceeds' => 'total_proceeds', 'processing_fees' => 'processing_fees', 'invoice_deductions' => 'invoice_deductions', + 'accounts_receivable' => 'accounts_receivable', + 'upcoming_adspend' => 'upcoming_adspend', + 'other_reserves' => 'other_reserves', 'holdback' => 'holdback', 'paid_out' => 'paid_out', 'available_for_payout' => 'available_for_payout' @@ -209,6 +221,9 @@ public function isNullableSetToNull(string $property): bool 'total_proceeds' => 'setTotalProceeds', 'processing_fees' => 'setProcessingFees', 'invoice_deductions' => 'setInvoiceDeductions', + 'accounts_receivable' => 'setAccountsReceivable', + 'upcoming_adspend' => 'setUpcomingAdspend', + 'other_reserves' => 'setOtherReserves', 'holdback' => 'setHoldback', 'paid_out' => 'setPaidOut', 'available_for_payout' => 'setAvailableForPayout' @@ -225,6 +240,9 @@ public function isNullableSetToNull(string $property): bool 'total_proceeds' => 'getTotalProceeds', 'processing_fees' => 'getProcessingFees', 'invoice_deductions' => 'getInvoiceDeductions', + 'accounts_receivable' => 'getAccountsReceivable', + 'upcoming_adspend' => 'getUpcomingAdspend', + 'other_reserves' => 'getOtherReserves', 'holdback' => 'getHoldback', 'paid_out' => 'getPaidOut', 'available_for_payout' => 'getAvailableForPayout' @@ -292,6 +310,9 @@ public function __construct(array $data = null) $this->setIfExists('total_proceeds', $data ?? [], null); $this->setIfExists('processing_fees', $data ?? [], null); $this->setIfExists('invoice_deductions', $data ?? [], null); + $this->setIfExists('accounts_receivable', $data ?? [], null); + $this->setIfExists('upcoming_adspend', $data ?? [], null); + $this->setIfExists('other_reserves', $data ?? [], null); $this->setIfExists('holdback', $data ?? [], null); $this->setIfExists('paid_out', $data ?? [], null); $this->setIfExists('available_for_payout', $data ?? [], null); @@ -474,6 +495,87 @@ public function setInvoiceDeductions($invoice_deductions) return $this; } + /** + * Gets accounts_receivable + * + * @return \DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem|null + */ + public function getAccountsReceivable() + { + return $this->container['accounts_receivable']; + } + + /** + * Sets accounts_receivable + * + * @param \DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem|null $accounts_receivable accounts_receivable + * + * @return self + */ + public function setAccountsReceivable($accounts_receivable) + { + if (is_null($accounts_receivable)) { + throw new \InvalidArgumentException('non-nullable accounts_receivable cannot be null'); + } + $this->container['accounts_receivable'] = $accounts_receivable; + + return $this; + } + + /** + * Gets upcoming_adspend + * + * @return \DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem|null + */ + public function getUpcomingAdspend() + { + return $this->container['upcoming_adspend']; + } + + /** + * Sets upcoming_adspend + * + * @param \DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem|null $upcoming_adspend upcoming_adspend + * + * @return self + */ + public function setUpcomingAdspend($upcoming_adspend) + { + if (is_null($upcoming_adspend)) { + throw new \InvalidArgumentException('non-nullable upcoming_adspend cannot be null'); + } + $this->container['upcoming_adspend'] = $upcoming_adspend; + + return $this; + } + + /** + * Gets other_reserves + * + * @return \DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem|null + */ + public function getOtherReserves() + { + return $this->container['other_reserves']; + } + + /** + * Sets other_reserves + * + * @param \DealMaker\Model\V1EntitiesDealsProgressPageSummaryItem|null $other_reserves other_reserves + * + * @return self + */ + public function setOtherReserves($other_reserves) + { + if (is_null($other_reserves)) { + throw new \InvalidArgumentException('non-nullable other_reserves cannot be null'); + } + $this->container['other_reserves'] = $other_reserves; + + return $this; + } + /** * Gets holdback * diff --git a/v1/clients/php/test/Model/V1EntitiesDealsProgressPageSummaryTest.php b/v1/clients/php/test/Model/V1EntitiesDealsProgressPageSummaryTest.php index cddedd8c..6e52752e 100644 --- a/v1/clients/php/test/Model/V1EntitiesDealsProgressPageSummaryTest.php +++ b/v1/clients/php/test/Model/V1EntitiesDealsProgressPageSummaryTest.php @@ -124,6 +124,33 @@ public function testPropertyInvoiceDeductions() self::markTestIncomplete('Not implemented'); } + /** + * Test attribute "accounts_receivable" + */ + public function testPropertyAccountsReceivable() + { + // TODO: implement + self::markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "upcoming_adspend" + */ + public function testPropertyUpcomingAdspend() + { + // TODO: implement + self::markTestIncomplete('Not implemented'); + } + + /** + * Test attribute "other_reserves" + */ + public function testPropertyOtherReserves() + { + // TODO: implement + self::markTestIncomplete('Not implemented'); + } + /** * Test attribute "holdback" */ diff --git a/v1/clients/ruby/.travis.yml b/v1/clients/ruby/.travis.yml index 3fa4474b..1f53578d 100644 --- a/v1/clients/ruby/.travis.yml +++ b/v1/clients/ruby/.travis.yml @@ -8,4 +8,4 @@ script: - bundle install --path vendor/bundle - bundle exec rspec - gem build DealMakerAPI.gemspec - - gem install ./DealMakerAPI-0.104.2.gem + - gem install ./DealMakerAPI-0.104.3.gem diff --git a/v1/clients/ruby/README.md b/v1/clients/ruby/README.md index 73f3482b..af4c7c25 100644 --- a/v1/clients/ruby/README.md +++ b/v1/clients/ruby/README.md @@ -338,7 +338,7 @@ Given the high number of updates our platform performs on any investor, we’ve This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: - API version: 1.75.0 -- Package version: 0.104.2 +- Package version: 0.104.3 - Generator version: 7.7.0-SNAPSHOT - Build package: org.openapitools.codegen.languages.RubyClientCodegen @@ -355,16 +355,16 @@ gem build DealMakerAPI.gemspec Then either install the gem locally: ```shell -gem install ./DealMakerAPI-0.104.2.gem +gem install ./DealMakerAPI-0.104.3.gem ``` -(for development, run `gem install --dev ./DealMakerAPI-0.104.2.gem` to install the development dependencies) +(for development, run `gem install --dev ./DealMakerAPI-0.104.3.gem` to install the development dependencies) or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/). Finally add this to the Gemfile: - gem 'DealMakerAPI', '~> 0.104.2' + gem 'DealMakerAPI', '~> 0.104.3' ### Install from Git diff --git a/v1/clients/ruby/docs/V1EntitiesDealsProgressPageSummary.md b/v1/clients/ruby/docs/V1EntitiesDealsProgressPageSummary.md index 008e7501..45aad2f1 100644 --- a/v1/clients/ruby/docs/V1EntitiesDealsProgressPageSummary.md +++ b/v1/clients/ruby/docs/V1EntitiesDealsProgressPageSummary.md @@ -9,6 +9,9 @@ | **total_proceeds** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | | **processing_fees** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | | **invoice_deductions** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | +| **accounts_receivable** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | +| **upcoming_adspend** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | +| **other_reserves** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | | **holdback** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | | **paid_out** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | | **available_for_payout** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional] | @@ -24,6 +27,9 @@ instance = DealMakerAPI::V1EntitiesDealsProgressPageSummary.new( total_proceeds: null, processing_fees: null, invoice_deductions: null, + accounts_receivable: null, + upcoming_adspend: null, + other_reserves: null, holdback: null, paid_out: null, available_for_payout: null diff --git a/v1/clients/ruby/lib/DealMakerAPI/models/v1_entities_deals_progress_page_summary.rb b/v1/clients/ruby/lib/DealMakerAPI/models/v1_entities_deals_progress_page_summary.rb index c9362a81..cd58f36e 100644 --- a/v1/clients/ruby/lib/DealMakerAPI/models/v1_entities_deals_progress_page_summary.rb +++ b/v1/clients/ruby/lib/DealMakerAPI/models/v1_entities_deals_progress_page_summary.rb @@ -26,6 +26,12 @@ class V1EntitiesDealsProgressPageSummary attr_accessor :invoice_deductions + attr_accessor :accounts_receivable + + attr_accessor :upcoming_adspend + + attr_accessor :other_reserves + attr_accessor :holdback attr_accessor :paid_out @@ -40,6 +46,9 @@ def self.attribute_map :'total_proceeds' => :'total_proceeds', :'processing_fees' => :'processing_fees', :'invoice_deductions' => :'invoice_deductions', + :'accounts_receivable' => :'accounts_receivable', + :'upcoming_adspend' => :'upcoming_adspend', + :'other_reserves' => :'other_reserves', :'holdback' => :'holdback', :'paid_out' => :'paid_out', :'available_for_payout' => :'available_for_payout' @@ -59,6 +68,9 @@ def self.openapi_types :'total_proceeds' => :'V1EntitiesDealsProgressPageSummaryItem', :'processing_fees' => :'V1EntitiesDealsProgressPageSummaryItem', :'invoice_deductions' => :'V1EntitiesDealsProgressPageSummaryItem', + :'accounts_receivable' => :'V1EntitiesDealsProgressPageSummaryItem', + :'upcoming_adspend' => :'V1EntitiesDealsProgressPageSummaryItem', + :'other_reserves' => :'V1EntitiesDealsProgressPageSummaryItem', :'holdback' => :'V1EntitiesDealsProgressPageSummaryItem', :'paid_out' => :'V1EntitiesDealsProgressPageSummaryItem', :'available_for_payout' => :'V1EntitiesDealsProgressPageSummaryItem' @@ -106,6 +118,18 @@ def initialize(attributes = {}) self.invoice_deductions = attributes[:'invoice_deductions'] end + if attributes.key?(:'accounts_receivable') + self.accounts_receivable = attributes[:'accounts_receivable'] + end + + if attributes.key?(:'upcoming_adspend') + self.upcoming_adspend = attributes[:'upcoming_adspend'] + end + + if attributes.key?(:'other_reserves') + self.other_reserves = attributes[:'other_reserves'] + end + if attributes.key?(:'holdback') self.holdback = attributes[:'holdback'] end @@ -144,6 +168,9 @@ def ==(o) total_proceeds == o.total_proceeds && processing_fees == o.processing_fees && invoice_deductions == o.invoice_deductions && + accounts_receivable == o.accounts_receivable && + upcoming_adspend == o.upcoming_adspend && + other_reserves == o.other_reserves && holdback == o.holdback && paid_out == o.paid_out && available_for_payout == o.available_for_payout @@ -158,7 +185,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Integer] Hash code def hash - [investment_proceeds, fees_and_adjustments, total_proceeds, processing_fees, invoice_deductions, holdback, paid_out, available_for_payout].hash + [investment_proceeds, fees_and_adjustments, total_proceeds, processing_fees, invoice_deductions, accounts_receivable, upcoming_adspend, other_reserves, holdback, paid_out, available_for_payout].hash end # Builds the object from hash diff --git a/v1/clients/ruby/lib/DealMakerAPI/version.rb b/v1/clients/ruby/lib/DealMakerAPI/version.rb index 88dc19ea..4c6c867a 100644 --- a/v1/clients/ruby/lib/DealMakerAPI/version.rb +++ b/v1/clients/ruby/lib/DealMakerAPI/version.rb @@ -11,5 +11,5 @@ =end module DealMakerAPI - VERSION = '0.104.2' + VERSION = '0.104.3' end diff --git a/v1/clients/ruby/spec/models/v1_entities_deals_progress_page_summary_spec.rb b/v1/clients/ruby/spec/models/v1_entities_deals_progress_page_summary_spec.rb index b95bcea7..57839054 100644 --- a/v1/clients/ruby/spec/models/v1_entities_deals_progress_page_summary_spec.rb +++ b/v1/clients/ruby/spec/models/v1_entities_deals_progress_page_summary_spec.rb @@ -57,6 +57,24 @@ end end + describe 'test attribute "accounts_receivable"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "upcoming_adspend"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "other_reserves"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + describe 'test attribute "holdback"' do it 'should work' do # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ diff --git a/v1/swagger.json b/v1/swagger.json index e2dff963..d076130a 100644 --- a/v1/swagger.json +++ b/v1/swagger.json @@ -10177,6 +10177,15 @@ "invoice_deductions": { "$ref": "#/definitions/V1_Entities_Deals_ProgressPage_SummaryItem" }, + "accounts_receivable": { + "$ref": "#/definitions/V1_Entities_Deals_ProgressPage_SummaryItem" + }, + "upcoming_adspend": { + "$ref": "#/definitions/V1_Entities_Deals_ProgressPage_SummaryItem" + }, + "other_reserves": { + "$ref": "#/definitions/V1_Entities_Deals_ProgressPage_SummaryItem" + }, "holdback": { "$ref": "#/definitions/V1_Entities_Deals_ProgressPage_SummaryItem" },