diff --git a/v1/clients/javascript/README.md b/v1/clients/javascript/README.md index 4961be8c..78209fdf 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.101.5 +- Package version: 0.102.0 - Generator version: 7.6.0-SNAPSHOT - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen diff --git a/v1/clients/javascript/package.json b/v1/clients/javascript/package.json index cc1ab820..54eceb79 100644 --- a/v1/clients/javascript/package.json +++ b/v1/clients/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@dealmakertech/api", - "version": "0.101.5", + "version": "0.102.0", "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 78b90b38..6724525b 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.101.5 +* @version 0.102.0 */ /** @@ -54,7 +54,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'OpenAPI-Generator/0.101.5/Javascript' + 'User-Agent': 'OpenAPI-Generator/0.102.0/Javascript' }; /** diff --git a/v1/clients/javascript/src/api/CompanyApi.js b/v1/clients/javascript/src/api/CompanyApi.js index fe1f46d8..969cdd68 100644 --- a/v1/clients/javascript/src/api/CompanyApi.js +++ b/v1/clients/javascript/src/api/CompanyApi.js @@ -36,7 +36,7 @@ import V1EntitiesShareholderLedger from '../model/V1EntitiesShareholderLedger'; /** * Company service. * @module api/CompanyApi -* @version 0.101.5 +* @version 0.102.0 */ export default class CompanyApi { diff --git a/v1/clients/javascript/src/api/CountryApi.js b/v1/clients/javascript/src/api/CountryApi.js index f179854b..92dfedd4 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.101.5 +* @version 0.102.0 */ export default class CountryApi { diff --git a/v1/clients/javascript/src/api/CustomEmailsApi.js b/v1/clients/javascript/src/api/CustomEmailsApi.js index 96365d82..803a1fbf 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.101.5 +* @version 0.102.0 */ export default class CustomEmailsApi { diff --git a/v1/clients/javascript/src/api/DealApi.js b/v1/clients/javascript/src/api/DealApi.js index 744c490d..83542b03 100644 --- a/v1/clients/javascript/src/api/DealApi.js +++ b/v1/clients/javascript/src/api/DealApi.js @@ -23,7 +23,7 @@ import V1EntitiesDealsPriceDetails from '../model/V1EntitiesDealsPriceDetails'; /** * Deal service. * @module api/DealApi -* @version 0.101.5 +* @version 0.102.0 */ export default class DealApi { diff --git a/v1/clients/javascript/src/api/DealsApi.js b/v1/clients/javascript/src/api/DealsApi.js index af28c690..6cfabc1e 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.101.5 +* @version 0.102.0 */ export default class DealsApi { diff --git a/v1/clients/javascript/src/api/DefaultApi.js b/v1/clients/javascript/src/api/DefaultApi.js index 463640dd..06edc46d 100644 --- a/v1/clients/javascript/src/api/DefaultApi.js +++ b/v1/clients/javascript/src/api/DefaultApi.js @@ -28,7 +28,7 @@ import V1EntitiesWebhooksSubscription from '../model/V1EntitiesWebhooksSubscript /** * Default service. * @module api/DefaultApi -* @version 0.101.5 +* @version 0.102.0 */ export default class DefaultApi { diff --git a/v1/clients/javascript/src/api/IncentivePlanApi.js b/v1/clients/javascript/src/api/IncentivePlanApi.js index f80f7a94..372cd2dd 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.101.5 +* @version 0.102.0 */ export default class IncentivePlanApi { diff --git a/v1/clients/javascript/src/api/InvestorApi.js b/v1/clients/javascript/src/api/InvestorApi.js index b22ff580..d8a31b0f 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.101.5 +* @version 0.102.0 */ export default class InvestorApi { diff --git a/v1/clients/javascript/src/api/InvestorProfileApi.js b/v1/clients/javascript/src/api/InvestorProfileApi.js index 9908a114..db33cb72 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.101.5 +* @version 0.102.0 */ export default class InvestorProfileApi { diff --git a/v1/clients/javascript/src/api/ShareholderApi.js b/v1/clients/javascript/src/api/ShareholderApi.js index 1f52f68a..3eed513b 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.101.5 +* @version 0.102.0 */ export default class ShareholderApi { diff --git a/v1/clients/javascript/src/api/UploadApi.js b/v1/clients/javascript/src/api/UploadApi.js index bafbdc2d..13fe743b 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.101.5 +* @version 0.102.0 */ export default class UploadApi { diff --git a/v1/clients/javascript/src/api/UserApi.js b/v1/clients/javascript/src/api/UserApi.js index e35fd771..f2e1ed5e 100644 --- a/v1/clients/javascript/src/api/UserApi.js +++ b/v1/clients/javascript/src/api/UserApi.js @@ -19,7 +19,7 @@ import V1EntitiesUser from '../model/V1EntitiesUser'; /** * User service. * @module api/UserApi -* @version 0.101.5 +* @version 0.102.0 */ export default class UserApi { diff --git a/v1/clients/javascript/src/api/UsersApi.js b/v1/clients/javascript/src/api/UsersApi.js index 6632678e..9cf2185b 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.101.5 +* @version 0.102.0 */ export default class UsersApi { diff --git a/v1/clients/javascript/src/index.js b/v1/clients/javascript/src/index.js index a307210c..c1c8f701 100644 --- a/v1/clients/javascript/src/index.js +++ b/v1/clients/javascript/src/index.js @@ -175,7 +175,7 @@ import UsersApi from './api/UsersApi'; * *
* @module index -* @version 0.101.5 +* @version 0.102.0 */ export { /** diff --git a/v1/clients/javascript/src/model/Add506cDocumentRequest.js b/v1/clients/javascript/src/model/Add506cDocumentRequest.js index 279c2ac5..078b6371 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.101.5 + * @version 0.102.0 */ class Add506cDocumentRequest { /** diff --git a/v1/clients/javascript/src/model/AddDocumentRequest.js b/v1/clients/javascript/src/model/AddDocumentRequest.js index 2a5d40b4..f7934234 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.101.5 + * @version 0.102.0 */ class AddDocumentRequest { /** diff --git a/v1/clients/javascript/src/model/BulkUploadInvestorsRequest.js b/v1/clients/javascript/src/model/BulkUploadInvestorsRequest.js index 360487f8..a1ce4df4 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.101.5 + * @version 0.102.0 */ class BulkUploadInvestorsRequest { /** diff --git a/v1/clients/javascript/src/model/CreateBulkUploadDetailRequest.js b/v1/clients/javascript/src/model/CreateBulkUploadDetailRequest.js index d911d302..9d07e61f 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.101.5 + * @version 0.102.0 */ class CreateBulkUploadDetailRequest { /** diff --git a/v1/clients/javascript/src/model/CreateBulkUploadRequest.js b/v1/clients/javascript/src/model/CreateBulkUploadRequest.js index 94fb1d67..8f9871b0 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.101.5 + * @version 0.102.0 */ class CreateBulkUploadRequest { /** diff --git a/v1/clients/javascript/src/model/CreateCompanyRequest.js b/v1/clients/javascript/src/model/CreateCompanyRequest.js index 148aa78d..5537eca7 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.101.5 + * @version 0.102.0 */ class CreateCompanyRequest { /** diff --git a/v1/clients/javascript/src/model/CreateDealSetupRequest.js b/v1/clients/javascript/src/model/CreateDealSetupRequest.js index f5a796be..1f73f494 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.101.5 + * @version 0.102.0 */ class CreateDealSetupRequest { /** diff --git a/v1/clients/javascript/src/model/CreateEmailTemplateRequest.js b/v1/clients/javascript/src/model/CreateEmailTemplateRequest.js index 6dc81358..5745afbc 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.101.5 + * @version 0.102.0 */ class CreateEmailTemplateRequest { /** diff --git a/v1/clients/javascript/src/model/CreateMembersBulkUploadRequest.js b/v1/clients/javascript/src/model/CreateMembersBulkUploadRequest.js index faaaf112..0006a058 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.101.5 + * @version 0.102.0 */ class CreateMembersBulkUploadRequest { /** diff --git a/v1/clients/javascript/src/model/CreateShareholderActionRequest.js b/v1/clients/javascript/src/model/CreateShareholderActionRequest.js index e628ed14..a66d091e 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.101.5 + * @version 0.102.0 */ class CreateShareholderActionRequest { /** diff --git a/v1/clients/javascript/src/model/EditInvestorTagsRequest.js b/v1/clients/javascript/src/model/EditInvestorTagsRequest.js index 43c6381c..0fcc22eb 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.101.5 + * @version 0.102.0 */ class EditInvestorTagsRequest { /** diff --git a/v1/clients/javascript/src/model/GenerateUrlRequest.js b/v1/clients/javascript/src/model/GenerateUrlRequest.js index 55710748..64098c38 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.101.5 + * @version 0.102.0 */ class GenerateUrlRequest { /** diff --git a/v1/clients/javascript/src/model/GetAccessTokenRequest.js b/v1/clients/javascript/src/model/GetAccessTokenRequest.js index 6a8e54fe..c7a0cc59 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.101.5 + * @version 0.102.0 */ class GetAccessTokenRequest { /** diff --git a/v1/clients/javascript/src/model/PatchDealIncentivePlanRequest.js b/v1/clients/javascript/src/model/PatchDealIncentivePlanRequest.js index 59b7cf74..e2a737e7 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.101.5 + * @version 0.102.0 */ class PatchDealIncentivePlanRequest { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesCorporations.js b/v1/clients/javascript/src/model/PatchInvestorProfilesCorporations.js index 631128fa..6e1d8f41 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.101.5 + * @version 0.102.0 */ class PatchInvestorProfilesCorporations { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesCorporationsBeneficialOwnersInner.js b/v1/clients/javascript/src/model/PatchInvestorProfilesCorporationsBeneficialOwnersInner.js index cba611ea..1503743d 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.101.5 + * @version 0.102.0 */ class PatchInvestorProfilesCorporationsBeneficialOwnersInner { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesIndividuals.js b/v1/clients/javascript/src/model/PatchInvestorProfilesIndividuals.js index 8ba9ec7e..534e7aef 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.101.5 + * @version 0.102.0 */ class PatchInvestorProfilesIndividuals { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesJoints.js b/v1/clients/javascript/src/model/PatchInvestorProfilesJoints.js index 52a47134..ff9b0c6a 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.101.5 + * @version 0.102.0 */ class PatchInvestorProfilesJoints { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesManaged.js b/v1/clients/javascript/src/model/PatchInvestorProfilesManaged.js index 6da5bdb2..43508865 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.101.5 + * @version 0.102.0 */ class PatchInvestorProfilesManaged { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesTrusts.js b/v1/clients/javascript/src/model/PatchInvestorProfilesTrusts.js index 6d752dc9..ac8dae50 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.101.5 + * @version 0.102.0 */ class PatchInvestorProfilesTrusts { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorProfilesTrustsTrusteesInner.js b/v1/clients/javascript/src/model/PatchInvestorProfilesTrustsTrusteesInner.js index 5675837d..ad6e76fa 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.101.5 + * @version 0.102.0 */ class PatchInvestorProfilesTrustsTrusteesInner { /** diff --git a/v1/clients/javascript/src/model/PatchInvestorRequest.js b/v1/clients/javascript/src/model/PatchInvestorRequest.js index 18ee99e4..2ee5dab1 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.101.5 + * @version 0.102.0 */ class PatchInvestorRequest { /** diff --git a/v1/clients/javascript/src/model/PostDealIncentivePlanRequest.js b/v1/clients/javascript/src/model/PostDealIncentivePlanRequest.js index e03b00d8..5974e08b 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.101.5 + * @version 0.102.0 */ class PostDealIncentivePlanRequest { /** diff --git a/v1/clients/javascript/src/model/PostDealsIdInvestors.js b/v1/clients/javascript/src/model/PostDealsIdInvestors.js index 43d1f123..057609b8 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.101.5 + * @version 0.102.0 */ class PostDealsIdInvestors { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesCorporations.js b/v1/clients/javascript/src/model/PostInvestorProfilesCorporations.js index 37d1cac2..447f07f9 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.101.5 + * @version 0.102.0 */ class PostInvestorProfilesCorporations { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesCorporationsBeneficialOwnersInner.js b/v1/clients/javascript/src/model/PostInvestorProfilesCorporationsBeneficialOwnersInner.js index 0e05747f..7e5a9ecd 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.101.5 + * @version 0.102.0 */ class PostInvestorProfilesCorporationsBeneficialOwnersInner { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesIndividuals.js b/v1/clients/javascript/src/model/PostInvestorProfilesIndividuals.js index 49478867..de145881 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.101.5 + * @version 0.102.0 */ class PostInvestorProfilesIndividuals { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesJoints.js b/v1/clients/javascript/src/model/PostInvestorProfilesJoints.js index f57306d1..7b9f1f49 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.101.5 + * @version 0.102.0 */ class PostInvestorProfilesJoints { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesManaged.js b/v1/clients/javascript/src/model/PostInvestorProfilesManaged.js index 19a013ae..c27e6b1c 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.101.5 + * @version 0.102.0 */ class PostInvestorProfilesManaged { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesTrusts.js b/v1/clients/javascript/src/model/PostInvestorProfilesTrusts.js index 833b34f2..1db35670 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.101.5 + * @version 0.102.0 */ class PostInvestorProfilesTrusts { /** diff --git a/v1/clients/javascript/src/model/PostInvestorProfilesTrustsTrusteesInner.js b/v1/clients/javascript/src/model/PostInvestorProfilesTrustsTrusteesInner.js index eb8f1031..a1fe7db8 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.101.5 + * @version 0.102.0 */ class PostInvestorProfilesTrustsTrusteesInner { /** diff --git a/v1/clients/javascript/src/model/PostWebhooksRequest.js b/v1/clients/javascript/src/model/PostWebhooksRequest.js index c761d234..d2374a0d 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.101.5 + * @version 0.102.0 */ class PostWebhooksRequest { /** diff --git a/v1/clients/javascript/src/model/PutDealsIdInvestors.js b/v1/clients/javascript/src/model/PutDealsIdInvestors.js index b33352c8..1f9156c2 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.101.5 + * @version 0.102.0 */ class PutDealsIdInvestors { /** diff --git a/v1/clients/javascript/src/model/PutDealsIdScriptTagEnvironmentRequest.js b/v1/clients/javascript/src/model/PutDealsIdScriptTagEnvironmentRequest.js index f414efc7..21239c77 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.101.5 + * @version 0.102.0 */ class PutDealsIdScriptTagEnvironmentRequest { /** diff --git a/v1/clients/javascript/src/model/PutWebhooksIdRequest.js b/v1/clients/javascript/src/model/PutWebhooksIdRequest.js index f6bc3a3a..a59a40b6 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.101.5 + * @version 0.102.0 */ class PutWebhooksIdRequest { /** diff --git a/v1/clients/javascript/src/model/RequestNewDocumentRequest.js b/v1/clients/javascript/src/model/RequestNewDocumentRequest.js index 238dd874..c62c9b4c 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.101.5 + * @version 0.102.0 */ class RequestNewDocumentRequest { /** diff --git a/v1/clients/javascript/src/model/RunBackgroundSearchRequest.js b/v1/clients/javascript/src/model/RunBackgroundSearchRequest.js index 8e4c646f..38f68cc2 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.101.5 + * @version 0.102.0 */ class RunBackgroundSearchRequest { /** diff --git a/v1/clients/javascript/src/model/SendPortalInviteRequest.js b/v1/clients/javascript/src/model/SendPortalInviteRequest.js index dc794f35..00e8dd80 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.101.5 + * @version 0.102.0 */ class SendPortalInviteRequest { /** diff --git a/v1/clients/javascript/src/model/UpdateUserPasswordRequest.js b/v1/clients/javascript/src/model/UpdateUserPasswordRequest.js index 6c836d1e..81ee8543 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.101.5 + * @version 0.102.0 */ class UpdateUserPasswordRequest { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesAddress.js b/v1/clients/javascript/src/model/V1EntitiesAddress.js index 0531764e..b5d69028 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.101.5 + * @version 0.102.0 */ class V1EntitiesAddress { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesAddresses.js b/v1/clients/javascript/src/model/V1EntitiesAddresses.js index 81e1ec9d..0d91e44d 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.101.5 + * @version 0.102.0 */ class V1EntitiesAddresses { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesAttachment.js b/v1/clients/javascript/src/model/V1EntitiesAttachment.js index 9f858383..a3a3de33 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.101.5 + * @version 0.102.0 */ class V1EntitiesAttachment { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBackgroundCheckSearch.js b/v1/clients/javascript/src/model/V1EntitiesBackgroundCheckSearch.js index 1843b6ed..361e0880 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.101.5 + * @version 0.102.0 */ class V1EntitiesBackgroundCheckSearch { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBeefreeAccessToken.js b/v1/clients/javascript/src/model/V1EntitiesBeefreeAccessToken.js index 10f2ed59..71ce49a4 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.101.5 + * @version 0.102.0 */ class V1EntitiesBeefreeAccessToken { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUpload.js b/v1/clients/javascript/src/model/V1EntitiesBulkUpload.js index e65036ec..562bfba3 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.101.5 + * @version 0.102.0 */ class V1EntitiesBulkUpload { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetail.js b/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetail.js index 508fe647..62575b64 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.101.5 + * @version 0.102.0 */ class V1EntitiesBulkUploadDetail { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetails.js b/v1/clients/javascript/src/model/V1EntitiesBulkUploadDetails.js index 488e7b70..461a228f 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.101.5 + * @version 0.102.0 */ class V1EntitiesBulkUploadDetails { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesBulkUploads.js b/v1/clients/javascript/src/model/V1EntitiesBulkUploads.js index efc07f62..660d39f3 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.101.5 + * @version 0.102.0 */ class V1EntitiesBulkUploads { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCompany.js b/v1/clients/javascript/src/model/V1EntitiesCompany.js index 602f3185..6a56c9ec 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.101.5 + * @version 0.102.0 */ class V1EntitiesCompany { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCompanyDeal.js b/v1/clients/javascript/src/model/V1EntitiesCompanyDeal.js index aefa4a01..eae454f7 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.101.5 + * @version 0.102.0 */ class V1EntitiesCompanyDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCompanyDeals.js b/v1/clients/javascript/src/model/V1EntitiesCompanyDeals.js index a59c370d..8a493f2a 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.101.5 + * @version 0.102.0 */ class V1EntitiesCompanyDeals { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCountries.js b/v1/clients/javascript/src/model/V1EntitiesCountries.js index f5c42aa5..977bed7f 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.101.5 + * @version 0.102.0 */ class V1EntitiesCountries { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesCountry.js b/v1/clients/javascript/src/model/V1EntitiesCountry.js index 5f068a17..7e62546e 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.101.5 + * @version 0.102.0 */ class V1EntitiesCountry { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDeal.js b/v1/clients/javascript/src/model/V1EntitiesDeal.js index dbd823a5..7c2bec38 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.101.5 + * @version 0.102.0 */ class V1EntitiesDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealEnterprise.js b/v1/clients/javascript/src/model/V1EntitiesDealEnterprise.js index c95ea52b..0782a052 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealEnterprise { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealFundingMetrics.js b/v1/clients/javascript/src/model/V1EntitiesDealFundingMetrics.js index 87bcbbc1..d46923ff 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealFundingMetrics { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealInvestorMetrics.js b/v1/clients/javascript/src/model/V1EntitiesDealInvestorMetrics.js index f8a0093f..3fcd5bbe 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealInvestorMetrics { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealIssuer.js b/v1/clients/javascript/src/model/V1EntitiesDealIssuer.js index 953540d0..010b2142 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealIssuer { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealSetup.js b/v1/clients/javascript/src/model/V1EntitiesDealSetup.js index 443015e4..d8dd0925 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealSetup { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealSetupUser.js b/v1/clients/javascript/src/model/V1EntitiesDealSetupUser.js index ad8784ff..965c8434 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealSetupUser { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDeals.js b/v1/clients/javascript/src/model/V1EntitiesDeals.js index a6010fa2..7e35fad7 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.101.5 + * @version 0.102.0 */ class V1EntitiesDeals { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlan.js b/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlan.js index b44c9d7d..25f2d16e 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealsIncentivePlan { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlansIncentiveTier.js b/v1/clients/javascript/src/model/V1EntitiesDealsIncentivePlansIncentiveTier.js index 0f5c785a..3a7192d1 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealsIncentivePlansIncentiveTier { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent.js b/v1/clients/javascript/src/model/V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent.js index f5db1f40..a2ebf6e2 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealsInvestorsPaymentAcssBankAccountSetupIntent { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDealsPriceDetails.js b/v1/clients/javascript/src/model/V1EntitiesDealsPriceDetails.js index a2c83ebd..ac641a81 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.101.5 + * @version 0.102.0 */ class V1EntitiesDealsPriceDetails { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDividend.js b/v1/clients/javascript/src/model/V1EntitiesDividend.js index 12089ba1..8d21369d 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.101.5 + * @version 0.102.0 */ class V1EntitiesDividend { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesDividends.js b/v1/clients/javascript/src/model/V1EntitiesDividends.js index 80d4bb20..3b6927ab 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.101.5 + * @version 0.102.0 */ class V1EntitiesDividends { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesEmailEvent.js b/v1/clients/javascript/src/model/V1EntitiesEmailEvent.js index e3321cce..466a02b8 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.101.5 + * @version 0.102.0 */ class V1EntitiesEmailEvent { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesEmailEvents.js b/v1/clients/javascript/src/model/V1EntitiesEmailEvents.js index 4fd01c0b..0bc86809 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.101.5 + * @version 0.102.0 */ class V1EntitiesEmailEvents { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesEmailTemplate.js b/v1/clients/javascript/src/model/V1EntitiesEmailTemplate.js index 4c6929b3..c4f4b20c 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.101.5 + * @version 0.102.0 */ class V1EntitiesEmailTemplate { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesExpressWireInstruction.js b/v1/clients/javascript/src/model/V1EntitiesExpressWireInstruction.js index c8e414a6..b7d81065 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.101.5 + * @version 0.102.0 */ class V1EntitiesExpressWireInstruction { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesExpressWireInstructions.js b/v1/clients/javascript/src/model/V1EntitiesExpressWireInstructions.js index 23d52b2e..9888ed48 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.101.5 + * @version 0.102.0 */ class V1EntitiesExpressWireInstructions { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesGenericResponse.js b/v1/clients/javascript/src/model/V1EntitiesGenericResponse.js index 46fa2b20..2912efec 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.101.5 + * @version 0.102.0 */ class V1EntitiesGenericResponse { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestor.js b/v1/clients/javascript/src/model/V1EntitiesInvestor.js index a903daeb..24a8360d 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestor { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorOtpAccessLink.js b/v1/clients/javascript/src/model/V1EntitiesInvestorOtpAccessLink.js index 86254a4d..eb26af69 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorOtpAccessLink { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileAddress.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileAddress.js index 86602a10..dcbf2455 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileAddress { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileCorporation.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileCorporation.js index 5c8aa6df..d41fa965 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileCorporation { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsAccountHolder.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsAccountHolder.js index 427855d0..7577e2c9 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsAccountHolder { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficialOwner.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficialOwner.js index 83862fae..437ae4eb 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsBeneficialOwner { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficiary.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsBeneficiary.js index 8d973ede..1798ec8d 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsBeneficiary { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsCorporation.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsCorporation.js index 9bc6504b..1fce1d0b 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsCorporation { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsPrimaryHolder.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsPrimaryHolder.js index 3062c47f..da906e3e 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsPrimaryHolder { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsProvider.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsProvider.js index 9df173b8..0c397721 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsProvider { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsSigningOfficer.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsSigningOfficer.js index d828b339..2865eb81 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsSigningOfficer { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrust.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrust.js index a2306563..524402b4 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsTrust { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrustee.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileFieldsTrustee.js index e02978dc..9a1c6a59 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileFieldsTrustee { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileId.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileId.js index e18e048d..4af2dfa1 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileId { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileIndividual.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileIndividual.js index d1b2aa96..25a92afc 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileIndividual { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileItem.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileItem.js index b49bbf94..c819af35 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileItem { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileJoint.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileJoint.js index 806c8756..3d9e4df2 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileJoint { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileManaged.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileManaged.js index f1e58c75..bbe24507 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileManaged { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileOwner.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileOwner.js index 3f3195f5..15d19640 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileOwner { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfileTrust.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfileTrust.js index b23fa865..5e3d9edc 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfileTrust { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorProfiles.js b/v1/clients/javascript/src/model/V1EntitiesInvestorProfiles.js index de36a049..9ddd22c6 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorProfiles { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntities.js b/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntities.js index 0bf5af7d..29e55e77 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorSearchEntities { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntitiesRequiredFields.js b/v1/clients/javascript/src/model/V1EntitiesInvestorSearchEntitiesRequiredFields.js index b24fe336..803ee5b9 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorSearchEntitiesRequiredFields { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestorUser.js b/v1/clients/javascript/src/model/V1EntitiesInvestorUser.js index 6ecbeb17..3279f72d 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestorUser { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesInvestors.js b/v1/clients/javascript/src/model/V1EntitiesInvestors.js index b90e7378..72222ca8 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.101.5 + * @version 0.102.0 */ class V1EntitiesInvestors { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesMembersBulkUpload.js b/v1/clients/javascript/src/model/V1EntitiesMembersBulkUpload.js index c9c77ad1..e49a1a64 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.101.5 + * @version 0.102.0 */ class V1EntitiesMembersBulkUpload { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesMembersBulkUploads.js b/v1/clients/javascript/src/model/V1EntitiesMembersBulkUploads.js index 0fc40d4e..5ae0359d 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.101.5 + * @version 0.102.0 */ class V1EntitiesMembersBulkUploads { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesMoneyEntity.js b/v1/clients/javascript/src/model/V1EntitiesMoneyEntity.js index 22baa036..5034eabc 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.101.5 + * @version 0.102.0 */ class V1EntitiesMoneyEntity { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData.js index f69eb1fa..a3246eb7 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.101.5 + * @version 0.102.0 */ class V1EntitiesPaymentsSelfServeOnboardingDigitalPaymentsConnectionData { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData.js index e8e2d900..08806a5d 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.101.5 + * @version 0.102.0 */ class V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsData { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult.js index 3d66b13c..b9df2764 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.101.5 + * @version 0.102.0 */ class V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult.js b/v1/clients/javascript/src/model/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult.js index 15da3116..5768ec93 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.101.5 + * @version 0.102.0 */ class V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesPresignedUrlResult.js b/v1/clients/javascript/src/model/V1EntitiesPresignedUrlResult.js index 26d54958..203f208b 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.101.5 + * @version 0.102.0 */ class V1EntitiesPresignedUrlResult { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholder.js b/v1/clients/javascript/src/model/V1EntitiesShareholder.js index 0abfd97d..dac3e925 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.101.5 + * @version 0.102.0 */ class V1EntitiesShareholder { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholderLedger.js b/v1/clients/javascript/src/model/V1EntitiesShareholderLedger.js index f930d034..58d0b2ee 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.101.5 + * @version 0.102.0 */ class V1EntitiesShareholderLedger { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholders.js b/v1/clients/javascript/src/model/V1EntitiesShareholders.js index e28590f5..86509621 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.101.5 + * @version 0.102.0 */ class V1EntitiesShareholders { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesShareholdersTags.js b/v1/clients/javascript/src/model/V1EntitiesShareholdersTags.js index 2cb36dfa..fffbe811 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.101.5 + * @version 0.102.0 */ class V1EntitiesShareholdersTags { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesState.js b/v1/clients/javascript/src/model/V1EntitiesState.js index 4e931550..9cd5a630 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.101.5 + * @version 0.102.0 */ class V1EntitiesState { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesSubscriptionAgreement.js b/v1/clients/javascript/src/model/V1EntitiesSubscriptionAgreement.js index d2f2ebff..797899ac 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.101.5 + * @version 0.102.0 */ class V1EntitiesSubscriptionAgreement { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesUser.js b/v1/clients/javascript/src/model/V1EntitiesUser.js index 519a14fc..33729140 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.101.5 + * @version 0.102.0 */ class V1EntitiesUser { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksDeal.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksDeal.js index 4eddee86..520b04f7 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.101.5 + * @version 0.102.0 */ class V1EntitiesWebhooksDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSecurityToken.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSecurityToken.js index ee7a37e9..665db038 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.101.5 + * @version 0.102.0 */ class V1EntitiesWebhooksSecurityToken { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscription.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscription.js index 50b79f30..341b548f 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.101.5 + * @version 0.102.0 */ class V1EntitiesWebhooksSubscription { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeal.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeal.js index c0873fcf..a3f3b8da 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.101.5 + * @version 0.102.0 */ class V1EntitiesWebhooksSubscriptionDeal { /** diff --git a/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeals.js b/v1/clients/javascript/src/model/V1EntitiesWebhooksSubscriptionDeals.js index 616f7eae..6c52791b 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.101.5 + * @version 0.102.0 */ class V1EntitiesWebhooksSubscriptionDeals { /** diff --git a/v1/clients/php/README.md b/v1/clients/php/README.md index 3d5961dd..3ec325e4 100644 --- a/v1/clients/php/README.md +++ b/v1/clients/php/README.md @@ -632,6 +632,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.101.5` + - Package version: `0.102.0` - Generator version: `7.6.0-SNAPSHOT` - Build package: `org.openapitools.codegen.languages.PhpClientCodegen` diff --git a/v1/clients/php/composer.json b/v1/clients/php/composer.json index 1f785fdc..1960014a 100644 --- a/v1/clients/php/composer.json +++ b/v1/clients/php/composer.json @@ -1,5 +1,5 @@ { - "version": "0.101.5", + "version": "0.102.0", "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/lib/Configuration.php b/v1/clients/php/lib/Configuration.php index ce7eb43b..273ae3de 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.101.5/PHP'; + protected $userAgent = 'OpenAPI-Generator/0.102.0/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.101.5' . PHP_EOL; + $report .= ' SDK Package Version: 0.102.0' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/v1/clients/ruby/.travis.yml b/v1/clients/ruby/.travis.yml index a477d5cb..aec38fed 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.101.5.gem + - gem install ./DealMakerAPI-0.102.0.gem diff --git a/v1/clients/ruby/README.md b/v1/clients/ruby/README.md index b40a6a9c..e007e6f2 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.101.5 +- Package version: 0.102.0 - Generator version: 7.6.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.101.5.gem +gem install ./DealMakerAPI-0.102.0.gem ``` -(for development, run `gem install --dev ./DealMakerAPI-0.101.5.gem` to install the development dependencies) +(for development, run `gem install --dev ./DealMakerAPI-0.102.0.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.101.5' + gem 'DealMakerAPI', '~> 0.102.0' ### Install from Git diff --git a/v1/clients/ruby/lib/DealMakerAPI/version.rb b/v1/clients/ruby/lib/DealMakerAPI/version.rb index c9ba8eaf..d13752fe 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.101.5' + VERSION = '0.102.0' end