DealMakerAPI 0.79.1 → 0.81.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. checksums.yaml +4 -4
  2. data/DealMakerAPI.gemspec +1 -1
  3. data/README.md +16 -5
  4. data/docs/AddDocumentRequest.md +24 -0
  5. data/docs/CreateCorporationProfileRequest.md +3 -1
  6. data/docs/CreateIndividualProfileRequest.md +3 -1
  7. data/docs/CreateJointProfileRequest.md +3 -1
  8. data/docs/CreateTrustProfileRequest.md +3 -1
  9. data/docs/DealApi.md +71 -0
  10. data/docs/EditInvestorTagsRequest.md +20 -0
  11. data/docs/InvestorApi.md +212 -0
  12. data/docs/PatchCorporationProfileRequest.md +3 -1
  13. data/docs/PatchIndividualProfileRequest.md +3 -1
  14. data/docs/PatchJointProfileRequest.md +3 -1
  15. data/docs/PatchTrustProfileRequest.md +3 -1
  16. data/docs/ShareholderApi.md +141 -0
  17. data/docs/UpdateInvestorRequest.md +3 -1
  18. data/docs/V1EntitiesBackgroundCheckSearch.md +6 -2
  19. data/docs/V1EntitiesInvestorProfileCorporation.md +3 -1
  20. data/docs/V1EntitiesInvestorProfileIndividual.md +3 -1
  21. data/docs/V1EntitiesInvestorProfileJoint.md +3 -1
  22. data/docs/V1EntitiesInvestorProfileTrust.md +3 -1
  23. data/docs/V1EntitiesShareholder.md +22 -0
  24. data/docs/V1EntitiesShareholders.md +18 -0
  25. data/docs/V1EntitiesShareholdersTags.md +20 -0
  26. data/lib/DealMakerAPI/api/company_api.rb +1 -1
  27. data/lib/DealMakerAPI/api/deal_api.rb +67 -1
  28. data/lib/DealMakerAPI/api/deal_setup_api.rb +1 -1
  29. data/lib/DealMakerAPI/api/default_api.rb +1 -1
  30. data/lib/DealMakerAPI/api/investor_api.rb +234 -1
  31. data/lib/DealMakerAPI/api/investor_profile_api.rb +1 -1
  32. data/lib/DealMakerAPI/api/shareholder_api.rb +148 -0
  33. data/lib/DealMakerAPI/api_client.rb +1 -1
  34. data/lib/DealMakerAPI/api_error.rb +1 -1
  35. data/lib/DealMakerAPI/configuration.rb +1 -1
  36. data/lib/DealMakerAPI/models/add_document_request.rb +296 -0
  37. data/lib/DealMakerAPI/models/create_company_request.rb +1 -1
  38. data/lib/DealMakerAPI/models/create_corporation_profile_request.rb +25 -3
  39. data/lib/DealMakerAPI/models/create_deal_setup_request.rb +1 -1
  40. data/lib/DealMakerAPI/models/create_individual_profile_request.rb +25 -3
  41. data/lib/DealMakerAPI/models/create_investor_request.rb +1 -1
  42. data/lib/DealMakerAPI/models/create_joint_profile_request.rb +25 -3
  43. data/lib/DealMakerAPI/models/create_trust_profile_request.rb +25 -3
  44. data/lib/DealMakerAPI/models/edit_investor_tags_request.rb +273 -0
  45. data/lib/DealMakerAPI/models/patch_corporation_profile_request.rb +25 -3
  46. data/lib/DealMakerAPI/models/patch_individual_profile_request.rb +25 -3
  47. data/lib/DealMakerAPI/models/patch_investor_request.rb +1 -1
  48. data/lib/DealMakerAPI/models/patch_joint_profile_request.rb +25 -3
  49. data/lib/DealMakerAPI/models/patch_trust_profile_request.rb +25 -3
  50. data/lib/DealMakerAPI/models/post_webhooks_request.rb +1 -1
  51. data/lib/DealMakerAPI/models/put_webhooks_id_request.rb +1 -1
  52. data/lib/DealMakerAPI/models/update_investor_request.rb +15 -5
  53. data/lib/DealMakerAPI/models/v1_entities_address.rb +1 -1
  54. data/lib/DealMakerAPI/models/v1_entities_addresses.rb +1 -1
  55. data/lib/DealMakerAPI/models/v1_entities_attachment.rb +1 -1
  56. data/lib/DealMakerAPI/models/v1_entities_background_check_search.rb +25 -5
  57. data/lib/DealMakerAPI/models/v1_entities_company.rb +1 -1
  58. data/lib/DealMakerAPI/models/v1_entities_company_deal.rb +1 -1
  59. data/lib/DealMakerAPI/models/v1_entities_company_deals.rb +1 -1
  60. data/lib/DealMakerAPI/models/v1_entities_deal.rb +1 -1
  61. data/lib/DealMakerAPI/models/v1_entities_deal_enterprise.rb +1 -1
  62. data/lib/DealMakerAPI/models/v1_entities_deal_funding_metrics.rb +1 -1
  63. data/lib/DealMakerAPI/models/v1_entities_deal_investor_metrics.rb +1 -1
  64. data/lib/DealMakerAPI/models/v1_entities_deal_issuer.rb +1 -1
  65. data/lib/DealMakerAPI/models/v1_entities_deal_setup.rb +1 -1
  66. data/lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb +1 -1
  67. data/lib/DealMakerAPI/models/v1_entities_deals.rb +1 -1
  68. data/lib/DealMakerAPI/models/v1_entities_investor.rb +1 -1
  69. data/lib/DealMakerAPI/models/v1_entities_investor_otp_access_link.rb +1 -1
  70. data/lib/DealMakerAPI/models/v1_entities_investor_profile_address.rb +1 -1
  71. data/lib/DealMakerAPI/models/v1_entities_investor_profile_corporation.rb +13 -3
  72. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_account_holder.rb +1 -1
  73. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_corporation.rb +1 -1
  74. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_primary_holder.rb +1 -1
  75. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trust.rb +1 -1
  76. data/lib/DealMakerAPI/models/v1_entities_investor_profile_individual.rb +13 -3
  77. data/lib/DealMakerAPI/models/v1_entities_investor_profile_item.rb +1 -1
  78. data/lib/DealMakerAPI/models/v1_entities_investor_profile_joint.rb +13 -3
  79. data/lib/DealMakerAPI/models/v1_entities_investor_profile_owner.rb +1 -1
  80. data/lib/DealMakerAPI/models/v1_entities_investor_profile_trust.rb +13 -3
  81. data/lib/DealMakerAPI/models/v1_entities_investor_profiles.rb +1 -1
  82. data/lib/DealMakerAPI/models/v1_entities_investor_user.rb +1 -1
  83. data/lib/DealMakerAPI/models/v1_entities_investors.rb +1 -1
  84. data/lib/DealMakerAPI/models/v1_entities_shareholder.rb +240 -0
  85. data/lib/DealMakerAPI/models/v1_entities_shareholders.rb +220 -0
  86. data/lib/DealMakerAPI/models/v1_entities_shareholders_tags.rb +229 -0
  87. data/lib/DealMakerAPI/models/v1_entities_subscription_agreement.rb +1 -1
  88. data/lib/DealMakerAPI/models/v1_entities_webhooks_deal.rb +1 -1
  89. data/lib/DealMakerAPI/models/v1_entities_webhooks_security_token.rb +1 -1
  90. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription.rb +1 -1
  91. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deal.rb +1 -1
  92. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deals.rb +1 -1
  93. data/lib/DealMakerAPI/version.rb +2 -2
  94. data/lib/DealMakerAPI.rb +7 -1
  95. data/spec/api/company_api_spec.rb +1 -1
  96. data/spec/api/deal_api_spec.rb +14 -1
  97. data/spec/api/deal_setup_api_spec.rb +1 -1
  98. data/spec/api/default_api_spec.rb +1 -1
  99. data/spec/api/investor_api_spec.rb +43 -1
  100. data/spec/api/investor_profile_api_spec.rb +1 -1
  101. data/spec/api/shareholder_api_spec.rb +59 -0
  102. data/spec/api_client_spec.rb +1 -1
  103. data/spec/configuration_spec.rb +1 -1
  104. data/spec/models/add_document_request_spec.rb +56 -0
  105. data/spec/models/create_company_request_spec.rb +1 -1
  106. data/spec/models/create_corporation_profile_request_spec.rb +11 -1
  107. data/spec/models/create_deal_setup_request_spec.rb +1 -1
  108. data/spec/models/create_individual_profile_request_spec.rb +11 -1
  109. data/spec/models/create_investor_request_spec.rb +1 -1
  110. data/spec/models/create_joint_profile_request_spec.rb +11 -1
  111. data/spec/models/create_trust_profile_request_spec.rb +11 -1
  112. data/spec/models/edit_investor_tags_request_spec.rb +44 -0
  113. data/spec/models/patch_corporation_profile_request_spec.rb +11 -1
  114. data/spec/models/patch_individual_profile_request_spec.rb +11 -1
  115. data/spec/models/patch_investor_request_spec.rb +1 -1
  116. data/spec/models/patch_joint_profile_request_spec.rb +11 -1
  117. data/spec/models/patch_trust_profile_request_spec.rb +11 -1
  118. data/spec/models/post_webhooks_request_spec.rb +1 -1
  119. data/spec/models/put_webhooks_id_request_spec.rb +1 -1
  120. data/spec/models/update_investor_request_spec.rb +7 -1
  121. data/spec/models/v1_entities_address_spec.rb +1 -1
  122. data/spec/models/v1_entities_addresses_spec.rb +1 -1
  123. data/spec/models/v1_entities_attachment_spec.rb +1 -1
  124. data/spec/models/v1_entities_background_check_search_spec.rb +13 -1
  125. data/spec/models/v1_entities_company_deal_spec.rb +1 -1
  126. data/spec/models/v1_entities_company_deals_spec.rb +1 -1
  127. data/spec/models/v1_entities_company_spec.rb +1 -1
  128. data/spec/models/v1_entities_deal_enterprise_spec.rb +1 -1
  129. data/spec/models/v1_entities_deal_funding_metrics_spec.rb +1 -1
  130. data/spec/models/v1_entities_deal_investor_metrics_spec.rb +1 -1
  131. data/spec/models/v1_entities_deal_issuer_spec.rb +1 -1
  132. data/spec/models/v1_entities_deal_setup_spec.rb +1 -1
  133. data/spec/models/v1_entities_deal_setup_user_spec.rb +1 -1
  134. data/spec/models/v1_entities_deal_spec.rb +1 -1
  135. data/spec/models/v1_entities_deals_spec.rb +1 -1
  136. data/spec/models/v1_entities_investor_otp_access_link_spec.rb +1 -1
  137. data/spec/models/v1_entities_investor_profile_address_spec.rb +1 -1
  138. data/spec/models/v1_entities_investor_profile_corporation_spec.rb +7 -1
  139. data/spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb +1 -1
  140. data/spec/models/v1_entities_investor_profile_fields_corporation_spec.rb +1 -1
  141. data/spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb +1 -1
  142. data/spec/models/v1_entities_investor_profile_fields_trust_spec.rb +1 -1
  143. data/spec/models/v1_entities_investor_profile_individual_spec.rb +7 -1
  144. data/spec/models/v1_entities_investor_profile_item_spec.rb +1 -1
  145. data/spec/models/v1_entities_investor_profile_joint_spec.rb +7 -1
  146. data/spec/models/v1_entities_investor_profile_owner_spec.rb +1 -1
  147. data/spec/models/v1_entities_investor_profile_trust_spec.rb +7 -1
  148. data/spec/models/v1_entities_investor_profiles_spec.rb +1 -1
  149. data/spec/models/v1_entities_investor_spec.rb +1 -1
  150. data/spec/models/v1_entities_investor_user_spec.rb +1 -1
  151. data/spec/models/v1_entities_investors_spec.rb +1 -1
  152. data/spec/models/v1_entities_shareholder_spec.rb +46 -0
  153. data/spec/models/v1_entities_shareholders_spec.rb +34 -0
  154. data/spec/models/v1_entities_shareholders_tags_spec.rb +40 -0
  155. data/spec/models/v1_entities_subscription_agreement_spec.rb +1 -1
  156. data/spec/models/v1_entities_webhooks_deal_spec.rb +1 -1
  157. data/spec/models/v1_entities_webhooks_security_token_spec.rb +1 -1
  158. data/spec/models/v1_entities_webhooks_subscription_deal_spec.rb +1 -1
  159. data/spec/models/v1_entities_webhooks_subscription_deals_spec.rb +1 -1
  160. data/spec/models/v1_entities_webhooks_subscription_spec.rb +1 -1
  161. data/spec/spec_helper.rb +1 -1
  162. metadata +71 -47
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1a771bc931bc8c915907312de122997682ae596fcd1ec7e9fcd95e27ce830e90
4
- data.tar.gz: 9fb06e035c8461a93466dcae454c7f6442bdc9754df2c99a601b3680d65aa80a
3
+ metadata.gz: fa083ab8e008c95f221066dcdac8808eab9765c859cefd782b2caadd9179d94f
4
+ data.tar.gz: b70d137a11a282cf1c403267c5efe5c1f1f52549331d6204488a64c7eb4bceb6
5
5
  SHA512:
6
- metadata.gz: 911ae034583934dfd23fe503f0e312fed6fef9f8d32c379ddd1cf63066a6777b6090623e5267ef2f8de074efca8130f080f848cce4f928b576125f9d06279da9
7
- data.tar.gz: c9283687be7ff418c552924168c2120f25c75d902c1ec987554dd71c9498b419a63ce240541f0417e0a3b1cf09a0ce4b43cc281991118770c3ca15c6c4bfcfa1
6
+ metadata.gz: 32c29a4a2552894ff4ce90b412e4a532352158192e8f5cc88bfe2176c356d63e8e0ad2808c2ffe8ba38c32a78a363c4eeb32383ac94bcc2ccad4f34fefa36b6f
7
+ data.tar.gz: 5454e3fee4c5c10acbadb23f5e875eeafa98f9103be7ffb56227484af3b65c6a091cb451d26419b5a35c9a19e393cc64183cdf5808b8462190b23e7146399bac
data/DealMakerAPI.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  ## 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&#64;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<sup>\\*</sup> | Object | The deal in which the event occurred. please see below for an example on the deal object<sup>\\*\\*</sup> | <sup>\\*</sup>This field is not included when deleting a resource <sup>\\*\\*</sup> 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.
7
7
 
8
- The version of the OpenAPI document: 1.0.0
8
+ The version of the OpenAPI document: 1.75.0
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
11
  OpenAPI Generator version: 7.0.0-SNAPSHOT
data/README.md CHANGED
@@ -337,8 +337,8 @@ Given the high number of updates our platform performs on any investor, we’ve
337
337
 
338
338
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
339
339
 
340
- - API version: 1.0.0
341
- - Package version: 0.79.1
340
+ - API version: 1.75.0
341
+ - Package version: 0.81.2
342
342
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
343
343
 
344
344
  ## Installation
@@ -354,16 +354,16 @@ gem build DealMakerAPI.gemspec
354
354
  Then either install the gem locally:
355
355
 
356
356
  ```shell
357
- gem install ./DealMakerAPI-0.79.1.gem
357
+ gem install ./DealMakerAPI-0.81.2.gem
358
358
  ```
359
359
 
360
- (for development, run `gem install --dev ./DealMakerAPI-0.79.1.gem` to install the development dependencies)
360
+ (for development, run `gem install --dev ./DealMakerAPI-0.81.2.gem` to install the development dependencies)
361
361
 
362
362
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
363
363
 
364
364
  Finally add this to the Gemfile:
365
365
 
366
- gem 'DealMakerAPI', '~> 0.79.1'
366
+ gem 'DealMakerAPI', '~> 0.81.2'
367
367
 
368
368
  ### Install from Git
369
369
 
@@ -412,6 +412,7 @@ Class | Method | HTTP request | Description
412
412
  *DealMakerAPI::CompanyApi* | [**create_company**](docs/CompanyApi.md#create_company) | **POST** /companies | Create new company
413
413
  *DealMakerAPI::CompanyApi* | [**get_companies**](docs/CompanyApi.md#get_companies) | **GET** /companies | Get list of Companies
414
414
  *DealMakerAPI::CompanyApi* | [**get_company**](docs/CompanyApi.md#get_company) | **GET** /companies/{id} | Get a Company
415
+ *DealMakerAPI::DealApi* | [**get_analytics_dashboard_info**](docs/DealApi.md#get_analytics_dashboard_info) | **GET** /deals/{id}/analytics_dashboard_info | Get Analytics Dashboard Info
415
416
  *DealMakerAPI::DealApi* | [**get_deal**](docs/DealApi.md#get_deal) | **GET** /deals/{id} | Get deal by Deal ID
416
417
  *DealMakerAPI::DealApi* | [**list_deals**](docs/DealApi.md#list_deals) | **GET** /deals | List available deals
417
418
  *DealMakerAPI::DealSetupApi* | [**create_deal_setup**](docs/DealSetupApi.md#create_deal_setup) | **POST** /deal_setups | Create deal setup
@@ -421,7 +422,10 @@ Class | Method | HTTP request | Description
421
422
  *DealMakerAPI::DefaultApi* | [**get_webhooks_security_token**](docs/DefaultApi.md#get_webhooks_security_token) | **GET** /webhooks/security_token | Creates a new security token for webhook subscription
422
423
  *DealMakerAPI::DefaultApi* | [**post_webhooks**](docs/DefaultApi.md#post_webhooks) | **POST** /webhooks | Creates a webhook subscription which is associated to the user
423
424
  *DealMakerAPI::DefaultApi* | [**put_webhooks_id**](docs/DefaultApi.md#put_webhooks_id) | **PUT** /webhooks/{id} | Updates webhook subscription and webhooks subcription deals
425
+ *DealMakerAPI::InvestorApi* | [**add_document**](docs/InvestorApi.md#add_document) | **POST** /deals/{id}/investors/{investor_id}/add_document | Add document for deal investor
424
426
  *DealMakerAPI::InvestorApi* | [**create_investor**](docs/InvestorApi.md#create_investor) | **POST** /deals/{id}/investors | Create a deal investor
427
+ *DealMakerAPI::InvestorApi* | [**delete_document**](docs/InvestorApi.md#delete_document) | **DELETE** /deals/{id}/investors/{investor_id}/delete_document/{document_id} | Delete document for deal investor
428
+ *DealMakerAPI::InvestorApi* | [**edit_investor_tags**](docs/InvestorApi.md#edit_investor_tags) | **POST** /deals/{id}/investors/{investor_id}/edit_tags | Append or replace tag(s) for a specific investor
425
429
  *DealMakerAPI::InvestorApi* | [**get_investor**](docs/InvestorApi.md#get_investor) | **GET** /deals/{id}/investors/{investor_id} | Get a deal investor by id
426
430
  *DealMakerAPI::InvestorApi* | [**get_investor_otp_link**](docs/InvestorApi.md#get_investor_otp_link) | **GET** /deals/{id}/investors/{investor_id}/otp_access_link | Get OTP access link for deal investor
427
431
  *DealMakerAPI::InvestorApi* | [**list_investors**](docs/InvestorApi.md#list_investors) | **GET** /deals/{id}/investors | List deal investors
@@ -438,10 +442,13 @@ Class | Method | HTTP request | Description
438
442
  *DealMakerAPI::InvestorProfileApi* | [**patch_individual_profile**](docs/InvestorProfileApi.md#patch_individual_profile) | **PATCH** /investor_profiles/individuals/{investor_profile_id} | Patch an individual investor profile.
439
443
  *DealMakerAPI::InvestorProfileApi* | [**patch_joint_profile**](docs/InvestorProfileApi.md#patch_joint_profile) | **PATCH** /investor_profiles/joints/{investor_profile_id} | Patch a joint investor profile
440
444
  *DealMakerAPI::InvestorProfileApi* | [**patch_trust_profile**](docs/InvestorProfileApi.md#patch_trust_profile) | **PATCH** /investor_profiles/trusts/{investor_profile_id} | Patch a trust investor profile
445
+ *DealMakerAPI::ShareholderApi* | [**get_shareholders**](docs/ShareholderApi.md#get_shareholders) | **GET** /companies/{id}/shareholders | Get a company shareholders list
446
+ *DealMakerAPI::ShareholderApi* | [**get_shareholders_tags**](docs/ShareholderApi.md#get_shareholders_tags) | **GET** /companies/{id}/shareholders/tags | Get a company shareholders list grouped by tags
441
447
 
442
448
 
443
449
  ## Documentation for Models
444
450
 
451
+ - [DealMakerAPI::AddDocumentRequest](docs/AddDocumentRequest.md)
445
452
  - [DealMakerAPI::CreateCompanyRequest](docs/CreateCompanyRequest.md)
446
453
  - [DealMakerAPI::CreateCorporationProfileRequest](docs/CreateCorporationProfileRequest.md)
447
454
  - [DealMakerAPI::CreateDealSetupRequest](docs/CreateDealSetupRequest.md)
@@ -449,6 +456,7 @@ Class | Method | HTTP request | Description
449
456
  - [DealMakerAPI::CreateInvestorRequest](docs/CreateInvestorRequest.md)
450
457
  - [DealMakerAPI::CreateJointProfileRequest](docs/CreateJointProfileRequest.md)
451
458
  - [DealMakerAPI::CreateTrustProfileRequest](docs/CreateTrustProfileRequest.md)
459
+ - [DealMakerAPI::EditInvestorTagsRequest](docs/EditInvestorTagsRequest.md)
452
460
  - [DealMakerAPI::PatchCorporationProfileRequest](docs/PatchCorporationProfileRequest.md)
453
461
  - [DealMakerAPI::PatchIndividualProfileRequest](docs/PatchIndividualProfileRequest.md)
454
462
  - [DealMakerAPI::PatchInvestorRequest](docs/PatchInvestorRequest.md)
@@ -488,6 +496,9 @@ Class | Method | HTTP request | Description
488
496
  - [DealMakerAPI::V1EntitiesInvestorProfiles](docs/V1EntitiesInvestorProfiles.md)
489
497
  - [DealMakerAPI::V1EntitiesInvestorUser](docs/V1EntitiesInvestorUser.md)
490
498
  - [DealMakerAPI::V1EntitiesInvestors](docs/V1EntitiesInvestors.md)
499
+ - [DealMakerAPI::V1EntitiesShareholder](docs/V1EntitiesShareholder.md)
500
+ - [DealMakerAPI::V1EntitiesShareholders](docs/V1EntitiesShareholders.md)
501
+ - [DealMakerAPI::V1EntitiesShareholdersTags](docs/V1EntitiesShareholdersTags.md)
491
502
  - [DealMakerAPI::V1EntitiesSubscriptionAgreement](docs/V1EntitiesSubscriptionAgreement.md)
492
503
  - [DealMakerAPI::V1EntitiesWebhooksDeal](docs/V1EntitiesWebhooksDeal.md)
493
504
  - [DealMakerAPI::V1EntitiesWebhooksSecurityToken](docs/V1EntitiesWebhooksSecurityToken.md)
@@ -0,0 +1,24 @@
1
+ # DealMakerAPI::AddDocumentRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **type** | **String** | Document type. | [default to &#39;regular&#39;] |
8
+ | **file** | **File** | File to upload. | |
9
+ | **caption** | **String** | The caption. | [optional] |
10
+ | **search_entity_id** | **Integer** | Search entity id. | [optional] |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'DealMakerAPI'
16
+
17
+ instance = DealMakerAPI::AddDocumentRequest.new(
18
+ type: null,
19
+ file: null,
20
+ caption: null,
21
+ search_entity_id: null
22
+ )
23
+ ```
24
+
@@ -5,7 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **email** | **String** | User email which is associated with investor profile (required). | |
8
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
8
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
9
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
9
10
  | **name** | **String** | The name of the corporation (required). | [optional] |
10
11
  | **country** | **String** | The country of the corporation (required). | [optional] |
11
12
  | **street_address** | **String** | The street address of the corporation (required). | [optional] |
@@ -49,6 +50,7 @@ require 'DealMakerAPI'
49
50
  instance = DealMakerAPI::CreateCorporationProfileRequest.new(
50
51
  email: null,
51
52
  us_accredited_category: null,
53
+ ca_accredited_investor: null,
52
54
  name: null,
53
55
  country: null,
54
56
  street_address: null,
@@ -5,7 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **email** | **String** | User email which is associated with individual investor profile. | |
8
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
8
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
9
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
9
10
  | **first_name** | **String** | The first name of the individual investor profile (required). | [optional] |
10
11
  | **last_name** | **String** | The last name of the individual investor profile (required) | [optional] |
11
12
  | **suffix** | **String** | The suffix of the individual investor profile | [optional] |
@@ -30,6 +31,7 @@ require 'DealMakerAPI'
30
31
  instance = DealMakerAPI::CreateIndividualProfileRequest.new(
31
32
  email: null,
32
33
  us_accredited_category: null,
34
+ ca_accredited_investor: null,
33
35
  first_name: null,
34
36
  last_name: null,
35
37
  suffix: null,
@@ -5,7 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **email** | **String** | User email which is associated with investor profile. | |
8
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
8
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
9
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
9
10
  | **joint_type** | **String** | The types of joint investor. | [optional] |
10
11
  | **first_name** | **String** | The first name of the primary holder (required). | [optional] |
11
12
  | **last_name** | **String** | The last name of the primary holder (required). | [optional] |
@@ -42,6 +43,7 @@ require 'DealMakerAPI'
42
43
  instance = DealMakerAPI::CreateJointProfileRequest.new(
43
44
  email: null,
44
45
  us_accredited_category: null,
46
+ ca_accredited_investor: null,
45
47
  joint_type: null,
46
48
  first_name: null,
47
49
  last_name: null,
@@ -5,7 +5,8 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **email** | **String** | User email which is associated with investor profile (required). | |
8
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
8
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
9
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
9
10
  | **name** | **String** | The name of the trust (required). | [optional] |
10
11
  | **date** | **String** | The creation date of the trust (required). | [optional] |
11
12
  | **country** | **String** | The country of the trust (required). | [optional] |
@@ -38,6 +39,7 @@ require 'DealMakerAPI'
38
39
  instance = DealMakerAPI::CreateTrustProfileRequest.new(
39
40
  email: null,
40
41
  us_accredited_category: null,
42
+ ca_accredited_investor: null,
41
43
  name: null,
42
44
  date: null,
43
45
  country: null,
data/docs/DealApi.md CHANGED
@@ -4,10 +4,81 @@ All URIs are relative to *http://api.dealmaker.tech*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
+ | [**get_analytics_dashboard_info**](DealApi.md#get_analytics_dashboard_info) | **GET** /deals/{id}/analytics_dashboard_info | Get Analytics Dashboard Info |
7
8
  | [**get_deal**](DealApi.md#get_deal) | **GET** /deals/{id} | Get deal by Deal ID |
8
9
  | [**list_deals**](DealApi.md#list_deals) | **GET** /deals | List available deals |
9
10
 
10
11
 
12
+ ## get_analytics_dashboard_info
13
+
14
+ > Object get_analytics_dashboard_info(id, opts)
15
+
16
+ Get Analytics Dashboard Info
17
+
18
+ Get Analytics Dashboard Info
19
+
20
+ ### Examples
21
+
22
+ ```ruby
23
+ require 'time'
24
+ require 'DealMakerAPI'
25
+ # setup authorization
26
+ DealMakerAPI.configure do |config|end
27
+
28
+ api_instance = DealMakerAPI::DealApi.new
29
+ id = 56 # Integer | The deal id.
30
+ opts = {
31
+ dashboard_key: 'dashboard_key_example' # String | The dashboard key.
32
+ }
33
+
34
+ begin
35
+ # Get Analytics Dashboard Info
36
+ result = api_instance.get_analytics_dashboard_info(id, opts)
37
+ p result
38
+ rescue DealMakerAPI::ApiError => e
39
+ puts "Error when calling DealApi->get_analytics_dashboard_info: #{e}"
40
+ end
41
+ ```
42
+
43
+ #### Using the get_analytics_dashboard_info_with_http_info variant
44
+
45
+ This returns an Array which contains the response data, status code and headers.
46
+
47
+ > <Array(Object, Integer, Hash)> get_analytics_dashboard_info_with_http_info(id, opts)
48
+
49
+ ```ruby
50
+ begin
51
+ # Get Analytics Dashboard Info
52
+ data, status_code, headers = api_instance.get_analytics_dashboard_info_with_http_info(id, opts)
53
+ p status_code # => 2xx
54
+ p headers # => { ... }
55
+ p data # => Object
56
+ rescue DealMakerAPI::ApiError => e
57
+ puts "Error when calling DealApi->get_analytics_dashboard_info_with_http_info: #{e}"
58
+ end
59
+ ```
60
+
61
+ ### Parameters
62
+
63
+ | Name | Type | Description | Notes |
64
+ | ---- | ---- | ----------- | ----- |
65
+ | **id** | **Integer** | The deal id. | |
66
+ | **dashboard_key** | **String** | The dashboard key. | [optional] |
67
+
68
+ ### Return type
69
+
70
+ **Object**
71
+
72
+ ### Authorization
73
+
74
+ No authorization required
75
+
76
+ ### HTTP request headers
77
+
78
+ - **Content-Type**: Not defined
79
+ - **Accept**: application/json
80
+
81
+
11
82
  ## get_deal
12
83
 
13
84
  > <V1EntitiesDeal> get_deal(id)
@@ -0,0 +1,20 @@
1
+ # DealMakerAPI::EditInvestorTagsRequest
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **tags** | **Array&lt;String&gt;** | The list of tags. | |
8
+ | **mode** | **String** | The type of request for the tag(s): \&quot;append\&quot; or \&quot;replace\&quot;. | [optional][default to &#39;append&#39;] |
9
+
10
+ ## Example
11
+
12
+ ```ruby
13
+ require 'DealMakerAPI'
14
+
15
+ instance = DealMakerAPI::EditInvestorTagsRequest.new(
16
+ tags: null,
17
+ mode: null
18
+ )
19
+ ```
20
+
data/docs/InvestorApi.md CHANGED
@@ -4,7 +4,10 @@ All URIs are relative to *http://api.dealmaker.tech*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  | ------ | ------------ | ----------- |
7
+ | [**add_document**](InvestorApi.md#add_document) | **POST** /deals/{id}/investors/{investor_id}/add_document | Add document for deal investor |
7
8
  | [**create_investor**](InvestorApi.md#create_investor) | **POST** /deals/{id}/investors | Create a deal investor |
9
+ | [**delete_document**](InvestorApi.md#delete_document) | **DELETE** /deals/{id}/investors/{investor_id}/delete_document/{document_id} | Delete document for deal investor |
10
+ | [**edit_investor_tags**](InvestorApi.md#edit_investor_tags) | **POST** /deals/{id}/investors/{investor_id}/edit_tags | Append or replace tag(s) for a specific investor |
8
11
  | [**get_investor**](InvestorApi.md#get_investor) | **GET** /deals/{id}/investors/{investor_id} | Get a deal investor by id |
9
12
  | [**get_investor_otp_link**](InvestorApi.md#get_investor_otp_link) | **GET** /deals/{id}/investors/{investor_id}/otp_access_link | Get OTP access link for deal investor |
10
13
  | [**list_investors**](InvestorApi.md#list_investors) | **GET** /deals/{id}/investors | List deal investors |
@@ -12,6 +15,76 @@ All URIs are relative to *http://api.dealmaker.tech*
12
15
  | [**update_investor**](InvestorApi.md#update_investor) | **PUT** /deals/{id}/investors/{investor_id} | Update a deal investor |
13
16
 
14
17
 
18
+ ## add_document
19
+
20
+ > <V1EntitiesInvestor> add_document(id, investor_id, add_document_request)
21
+
22
+ Add document for deal investor
23
+
24
+ Add document for deal investor
25
+
26
+ ### Examples
27
+
28
+ ```ruby
29
+ require 'time'
30
+ require 'DealMakerAPI'
31
+ # setup authorization
32
+ DealMakerAPI.configure do |config|end
33
+
34
+ api_instance = DealMakerAPI::InvestorApi.new
35
+ id = 56 # Integer | The deal id.
36
+ investor_id = 56 # Integer | The investor id.
37
+ add_document_request = DealMakerAPI::AddDocumentRequest.new({type: 'regular', file: File.new('/path/to/some/file')}) # AddDocumentRequest |
38
+
39
+ begin
40
+ # Add document for deal investor
41
+ result = api_instance.add_document(id, investor_id, add_document_request)
42
+ p result
43
+ rescue DealMakerAPI::ApiError => e
44
+ puts "Error when calling InvestorApi->add_document: #{e}"
45
+ end
46
+ ```
47
+
48
+ #### Using the add_document_with_http_info variant
49
+
50
+ This returns an Array which contains the response data, status code and headers.
51
+
52
+ > <Array(<V1EntitiesInvestor>, Integer, Hash)> add_document_with_http_info(id, investor_id, add_document_request)
53
+
54
+ ```ruby
55
+ begin
56
+ # Add document for deal investor
57
+ data, status_code, headers = api_instance.add_document_with_http_info(id, investor_id, add_document_request)
58
+ p status_code # => 2xx
59
+ p headers # => { ... }
60
+ p data # => <V1EntitiesInvestor>
61
+ rescue DealMakerAPI::ApiError => e
62
+ puts "Error when calling InvestorApi->add_document_with_http_info: #{e}"
63
+ end
64
+ ```
65
+
66
+ ### Parameters
67
+
68
+ | Name | Type | Description | Notes |
69
+ | ---- | ---- | ----------- | ----- |
70
+ | **id** | **Integer** | The deal id. | |
71
+ | **investor_id** | **Integer** | The investor id. | |
72
+ | **add_document_request** | [**AddDocumentRequest**](AddDocumentRequest.md) | | |
73
+
74
+ ### Return type
75
+
76
+ [**V1EntitiesInvestor**](V1EntitiesInvestor.md)
77
+
78
+ ### Authorization
79
+
80
+ No authorization required
81
+
82
+ ### HTTP request headers
83
+
84
+ - **Content-Type**: application/json
85
+ - **Accept**: application/json
86
+
87
+
15
88
  ## create_investor
16
89
 
17
90
  > <V1EntitiesInvestor> create_investor(id, create_investor_request)
@@ -80,6 +153,145 @@ No authorization required
80
153
  - **Accept**: application/json
81
154
 
82
155
 
156
+ ## delete_document
157
+
158
+ > delete_document(id, investor_id, document_id)
159
+
160
+ Delete document for deal investor
161
+
162
+ Delete document for deal investor
163
+
164
+ ### Examples
165
+
166
+ ```ruby
167
+ require 'time'
168
+ require 'DealMakerAPI'
169
+ # setup authorization
170
+ DealMakerAPI.configure do |config|end
171
+
172
+ api_instance = DealMakerAPI::InvestorApi.new
173
+ id = 56 # Integer |
174
+ investor_id = 56 # Integer |
175
+ document_id = 56 # Integer |
176
+
177
+ begin
178
+ # Delete document for deal investor
179
+ api_instance.delete_document(id, investor_id, document_id)
180
+ rescue DealMakerAPI::ApiError => e
181
+ puts "Error when calling InvestorApi->delete_document: #{e}"
182
+ end
183
+ ```
184
+
185
+ #### Using the delete_document_with_http_info variant
186
+
187
+ This returns an Array which contains the response data (`nil` in this case), status code and headers.
188
+
189
+ > <Array(nil, Integer, Hash)> delete_document_with_http_info(id, investor_id, document_id)
190
+
191
+ ```ruby
192
+ begin
193
+ # Delete document for deal investor
194
+ data, status_code, headers = api_instance.delete_document_with_http_info(id, investor_id, document_id)
195
+ p status_code # => 2xx
196
+ p headers # => { ... }
197
+ p data # => nil
198
+ rescue DealMakerAPI::ApiError => e
199
+ puts "Error when calling InvestorApi->delete_document_with_http_info: #{e}"
200
+ end
201
+ ```
202
+
203
+ ### Parameters
204
+
205
+ | Name | Type | Description | Notes |
206
+ | ---- | ---- | ----------- | ----- |
207
+ | **id** | **Integer** | | |
208
+ | **investor_id** | **Integer** | | |
209
+ | **document_id** | **Integer** | | |
210
+
211
+ ### Return type
212
+
213
+ nil (empty response body)
214
+
215
+ ### Authorization
216
+
217
+ No authorization required
218
+
219
+ ### HTTP request headers
220
+
221
+ - **Content-Type**: Not defined
222
+ - **Accept**: Not defined
223
+
224
+
225
+ ## edit_investor_tags
226
+
227
+ > <V1EntitiesInvestor> edit_investor_tags(id, investor_id, edit_investor_tags_request)
228
+
229
+ Append or replace tag(s) for a specific investor
230
+
231
+ Edit investor tag
232
+
233
+ ### Examples
234
+
235
+ ```ruby
236
+ require 'time'
237
+ require 'DealMakerAPI'
238
+ # setup authorization
239
+ DealMakerAPI.configure do |config|end
240
+
241
+ api_instance = DealMakerAPI::InvestorApi.new
242
+ id = 56 # Integer |
243
+ investor_id = 56 # Integer |
244
+ edit_investor_tags_request = DealMakerAPI::EditInvestorTagsRequest.new({tags: ['tags_example']}) # EditInvestorTagsRequest |
245
+
246
+ begin
247
+ # Append or replace tag(s) for a specific investor
248
+ result = api_instance.edit_investor_tags(id, investor_id, edit_investor_tags_request)
249
+ p result
250
+ rescue DealMakerAPI::ApiError => e
251
+ puts "Error when calling InvestorApi->edit_investor_tags: #{e}"
252
+ end
253
+ ```
254
+
255
+ #### Using the edit_investor_tags_with_http_info variant
256
+
257
+ This returns an Array which contains the response data, status code and headers.
258
+
259
+ > <Array(<V1EntitiesInvestor>, Integer, Hash)> edit_investor_tags_with_http_info(id, investor_id, edit_investor_tags_request)
260
+
261
+ ```ruby
262
+ begin
263
+ # Append or replace tag(s) for a specific investor
264
+ data, status_code, headers = api_instance.edit_investor_tags_with_http_info(id, investor_id, edit_investor_tags_request)
265
+ p status_code # => 2xx
266
+ p headers # => { ... }
267
+ p data # => <V1EntitiesInvestor>
268
+ rescue DealMakerAPI::ApiError => e
269
+ puts "Error when calling InvestorApi->edit_investor_tags_with_http_info: #{e}"
270
+ end
271
+ ```
272
+
273
+ ### Parameters
274
+
275
+ | Name | Type | Description | Notes |
276
+ | ---- | ---- | ----------- | ----- |
277
+ | **id** | **Integer** | | |
278
+ | **investor_id** | **Integer** | | |
279
+ | **edit_investor_tags_request** | [**EditInvestorTagsRequest**](EditInvestorTagsRequest.md) | | |
280
+
281
+ ### Return type
282
+
283
+ [**V1EntitiesInvestor**](V1EntitiesInvestor.md)
284
+
285
+ ### Authorization
286
+
287
+ No authorization required
288
+
289
+ ### HTTP request headers
290
+
291
+ - **Content-Type**: application/json
292
+ - **Accept**: application/json
293
+
294
+
83
295
  ## get_investor
84
296
 
85
297
  > <V1EntitiesInvestor> get_investor(id, investor_id)
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
7
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
8
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
8
9
  | **name** | **String** | Corporation name. | [optional] |
9
10
  | **country** | **String** | Corporation country. | [optional] |
10
11
  | **street_address** | **String** | Corporation street address. | [optional] |
@@ -36,6 +37,7 @@ require 'DealMakerAPI'
36
37
 
37
38
  instance = DealMakerAPI::PatchCorporationProfileRequest.new(
38
39
  us_accredited_category: null,
40
+ ca_accredited_investor: null,
39
41
  name: null,
40
42
  country: null,
41
43
  street_address: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
7
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
8
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
8
9
  | **first_name** | **String** | The first name of the individual investor profile. | [optional] |
9
10
  | **last_name** | **String** | The last name of the individual investor profile. | [optional] |
10
11
  | **suffix** | **String** | The suffix of the individual investor profile. | [optional] |
@@ -28,6 +29,7 @@ require 'DealMakerAPI'
28
29
 
29
30
  instance = DealMakerAPI::PatchIndividualProfileRequest.new(
30
31
  us_accredited_category: null,
32
+ ca_accredited_investor: null,
31
33
  first_name: null,
32
34
  last_name: null,
33
35
  suffix: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
7
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
8
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
8
9
  | **joint_type** | **String** | The kind of joint investor. | [optional] |
9
10
  | **first_name** | **String** | The first name of the investor profile. | [optional] |
10
11
  | **last_name** | **String** | The last name of the investor profile. | [optional] |
@@ -40,6 +41,7 @@ require 'DealMakerAPI'
40
41
 
41
42
  instance = DealMakerAPI::PatchJointProfileRequest.new(
42
43
  us_accredited_category: null,
44
+ ca_accredited_investor: null,
43
45
  joint_type: null,
44
46
  first_name: null,
45
47
  last_name: null,
@@ -4,7 +4,8 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **us_accredited_category** | **String** | The accredited investor information. | [optional] |
7
+ | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
8
+ | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
8
9
  | **name** | **String** | The name of the trust. | [optional] |
9
10
  | **date** | **String** | The creation date of the trust. | [optional] |
10
11
  | **phone_number** | **String** | The phone number of the trust. | [optional] |
@@ -36,6 +37,7 @@ require 'DealMakerAPI'
36
37
 
37
38
  instance = DealMakerAPI::PatchTrustProfileRequest.new(
38
39
  us_accredited_category: null,
40
+ ca_accredited_investor: null,
39
41
  name: null,
40
42
  date: null,
41
43
  phone_number: null,