DealMakerAPI 0.85.3 → 0.85.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +15 -12
  3. data/docs/InvestorProfileApi.md +48 -54
  4. data/docs/{PatchCorporationProfileRequest.md → PatchInvestorProfilesCorporations.md} +4 -34
  5. data/docs/PatchInvestorProfilesCorporationsBeneficialOwnersInner.md +42 -0
  6. data/docs/{PatchIndividualProfileRequest.md → PatchInvestorProfilesIndividuals.md} +2 -4
  7. data/docs/{PatchJointProfileRequest.md → PatchInvestorProfilesJoints.md} +2 -6
  8. data/docs/{PatchTrustProfileRequest.md → PatchInvestorProfilesTrusts.md} +2 -6
  9. data/docs/{CreateCorporationProfileRequest.md → PostInvestorProfilesCorporations.md} +4 -30
  10. data/docs/PostInvestorProfilesCorporationsBeneficialOwnersInner.md +38 -0
  11. data/docs/{CreateIndividualProfileRequest.md → PostInvestorProfilesIndividuals.md} +2 -4
  12. data/docs/{CreateJointProfileRequest.md → PostInvestorProfilesJoints.md} +2 -6
  13. data/docs/PostInvestorProfilesTrusts.md +46 -0
  14. data/docs/PostInvestorProfilesTrustsTrusteesInner.md +36 -0
  15. data/lib/DealMakerAPI/api/investor_profile_api.rb +75 -63
  16. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations.rb +503 -0
  17. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations_beneficial_owners_inner.rb +342 -0
  18. data/lib/DealMakerAPI/models/{patch_individual_profile_request.rb → patch_investor_profiles_individuals.rb} +5 -14
  19. data/lib/DealMakerAPI/models/{patch_joint_profile_request.rb → patch_investor_profiles_joints.rb} +5 -24
  20. data/lib/DealMakerAPI/models/{patch_trust_profile_request.rb → patch_investor_profiles_trusts.rb} +5 -24
  21. data/lib/DealMakerAPI/models/{create_corporation_profile_request.rb → post_investor_profiles_corporations.rb} +14 -166
  22. data/lib/DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner.rb +315 -0
  23. data/lib/DealMakerAPI/models/{create_individual_profile_request.rb → post_investor_profiles_individuals.rb} +5 -14
  24. data/lib/DealMakerAPI/models/{create_joint_profile_request.rb → post_investor_profiles_joints.rb} +5 -24
  25. data/lib/DealMakerAPI/models/{create_trust_profile_request.rb → post_investor_profiles_trusts.rb} +12 -142
  26. data/lib/DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner.rb +305 -0
  27. data/lib/DealMakerAPI/version.rb +1 -1
  28. data/lib/DealMakerAPI.rb +11 -8
  29. data/spec/api/investor_profile_api_spec.rb +8 -8
  30. data/spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb +106 -0
  31. data/spec/models/patch_investor_profiles_corporations_spec.rb +186 -0
  32. data/spec/models/{create_individual_profile_request_spec.rb → patch_investor_profiles_individuals_spec.rb} +6 -18
  33. data/spec/models/{create_joint_profile_request_spec.rb → patch_investor_profiles_joints_spec.rb} +6 -24
  34. data/spec/models/{patch_trust_profile_request_spec.rb → patch_investor_profiles_trusts_spec.rb} +6 -18
  35. data/spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb +94 -0
  36. data/spec/models/{create_trust_profile_request_spec.rb → post_investor_profiles_corporations_spec.rb} +30 -30
  37. data/spec/models/{patch_individual_profile_request_spec.rb → post_investor_profiles_individuals_spec.rb} +12 -12
  38. data/spec/models/{patch_joint_profile_request_spec.rb → post_investor_profiles_joints_spec.rb} +12 -18
  39. data/spec/models/post_investor_profiles_trusts_spec.rb +126 -0
  40. data/spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb +88 -0
  41. metadata +46 -34
  42. data/docs/CreateTrustProfileRequest.md +0 -68
  43. data/lib/DealMakerAPI/models/patch_corporation_profile_request.rb +0 -686
  44. data/spec/models/create_corporation_profile_request_spec.rb +0 -270
  45. data/spec/models/patch_corporation_profile_request_spec.rb +0 -276
@@ -0,0 +1,88 @@
1
+ =begin
2
+ #DealMaker API
3
+
4
+ ## 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.
5
+
6
+ The version of the OpenAPI document: 1.75.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.0.1-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for DealMakerAPI::PostInvestorProfilesTrustsTrusteesInner
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe DealMakerAPI::PostInvestorProfilesTrustsTrusteesInner do
21
+ let(:instance) { DealMakerAPI::PostInvestorProfilesTrustsTrusteesInner.new }
22
+
23
+ describe 'test an instance of PostInvestorProfilesTrustsTrusteesInner' do
24
+ it 'should create an instance of PostInvestorProfilesTrustsTrusteesInner' do
25
+ expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesTrustsTrusteesInner)
26
+ end
27
+ end
28
+ describe 'test attribute "first_name"' do
29
+ it 'should work' do
30
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
31
+ end
32
+ end
33
+
34
+ describe 'test attribute "last_name"' do
35
+ it 'should work' do
36
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
37
+ end
38
+ end
39
+
40
+ describe 'test attribute "suffix"' do
41
+ it 'should work' do
42
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
43
+ end
44
+ end
45
+
46
+ describe 'test attribute "street_address"' do
47
+ it 'should work' do
48
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
49
+ end
50
+ end
51
+
52
+ describe 'test attribute "unit2"' do
53
+ it 'should work' do
54
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
55
+ end
56
+ end
57
+
58
+ describe 'test attribute "city"' do
59
+ it 'should work' do
60
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
61
+ end
62
+ end
63
+
64
+ describe 'test attribute "region"' do
65
+ it 'should work' do
66
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
67
+ end
68
+ end
69
+
70
+ describe 'test attribute "postal_code"' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
73
+ end
74
+ end
75
+
76
+ describe 'test attribute "date_of_birth"' do
77
+ it 'should work' do
78
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
79
+ end
80
+ end
81
+
82
+ describe 'test attribute "taxpayer_id"' do
83
+ it 'should work' do
84
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
85
+ end
86
+ end
87
+
88
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DealMakerAPI
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.85.3
4
+ version: 0.85.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - DealMaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-28 00:00:00.000000000 Z
11
+ date: 2023-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -68,13 +68,9 @@ files:
68
68
  - docs/CreateBulkUploadDetailRequest.md
69
69
  - docs/CreateBulkUploadRequest.md
70
70
  - docs/CreateCompanyRequest.md
71
- - docs/CreateCorporationProfileRequest.md
72
71
  - docs/CreateDealSetupRequest.md
73
- - docs/CreateIndividualProfileRequest.md
74
72
  - docs/CreateInvestorRequest.md
75
- - docs/CreateJointProfileRequest.md
76
73
  - docs/CreateShareholderActionRequest.md
77
- - docs/CreateTrustProfileRequest.md
78
74
  - docs/DealApi.md
79
75
  - docs/DealSetupApi.md
80
76
  - docs/DealsApi.md
@@ -83,11 +79,18 @@ files:
83
79
  - docs/GenerateUrlRequest.md
84
80
  - docs/InvestorApi.md
85
81
  - docs/InvestorProfileApi.md
86
- - docs/PatchCorporationProfileRequest.md
87
- - docs/PatchIndividualProfileRequest.md
82
+ - docs/PatchInvestorProfilesCorporations.md
83
+ - docs/PatchInvestorProfilesCorporationsBeneficialOwnersInner.md
84
+ - docs/PatchInvestorProfilesIndividuals.md
85
+ - docs/PatchInvestorProfilesJoints.md
86
+ - docs/PatchInvestorProfilesTrusts.md
88
87
  - docs/PatchInvestorRequest.md
89
- - docs/PatchJointProfileRequest.md
90
- - docs/PatchTrustProfileRequest.md
88
+ - docs/PostInvestorProfilesCorporations.md
89
+ - docs/PostInvestorProfilesCorporationsBeneficialOwnersInner.md
90
+ - docs/PostInvestorProfilesIndividuals.md
91
+ - docs/PostInvestorProfilesJoints.md
92
+ - docs/PostInvestorProfilesTrusts.md
93
+ - docs/PostInvestorProfilesTrustsTrusteesInner.md
91
94
  - docs/PostWebhooksRequest.md
92
95
  - docs/PutDealsIdScriptTagEnvironmentRequest.md
93
96
  - docs/PutWebhooksIdRequest.md
@@ -163,20 +166,23 @@ files:
163
166
  - lib/DealMakerAPI/models/create_bulk_upload_detail_request.rb
164
167
  - lib/DealMakerAPI/models/create_bulk_upload_request.rb
165
168
  - lib/DealMakerAPI/models/create_company_request.rb
166
- - lib/DealMakerAPI/models/create_corporation_profile_request.rb
167
169
  - lib/DealMakerAPI/models/create_deal_setup_request.rb
168
- - lib/DealMakerAPI/models/create_individual_profile_request.rb
169
170
  - lib/DealMakerAPI/models/create_investor_request.rb
170
- - lib/DealMakerAPI/models/create_joint_profile_request.rb
171
171
  - lib/DealMakerAPI/models/create_shareholder_action_request.rb
172
- - lib/DealMakerAPI/models/create_trust_profile_request.rb
173
172
  - lib/DealMakerAPI/models/edit_investor_tags_request.rb
174
173
  - lib/DealMakerAPI/models/generate_url_request.rb
175
- - lib/DealMakerAPI/models/patch_corporation_profile_request.rb
176
- - lib/DealMakerAPI/models/patch_individual_profile_request.rb
174
+ - lib/DealMakerAPI/models/patch_investor_profiles_corporations.rb
175
+ - lib/DealMakerAPI/models/patch_investor_profiles_corporations_beneficial_owners_inner.rb
176
+ - lib/DealMakerAPI/models/patch_investor_profiles_individuals.rb
177
+ - lib/DealMakerAPI/models/patch_investor_profiles_joints.rb
178
+ - lib/DealMakerAPI/models/patch_investor_profiles_trusts.rb
177
179
  - lib/DealMakerAPI/models/patch_investor_request.rb
178
- - lib/DealMakerAPI/models/patch_joint_profile_request.rb
179
- - lib/DealMakerAPI/models/patch_trust_profile_request.rb
180
+ - lib/DealMakerAPI/models/post_investor_profiles_corporations.rb
181
+ - lib/DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner.rb
182
+ - lib/DealMakerAPI/models/post_investor_profiles_individuals.rb
183
+ - lib/DealMakerAPI/models/post_investor_profiles_joints.rb
184
+ - lib/DealMakerAPI/models/post_investor_profiles_trusts.rb
185
+ - lib/DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner.rb
180
186
  - lib/DealMakerAPI/models/post_webhooks_request.rb
181
187
  - lib/DealMakerAPI/models/put_deals_id_script_tag_environment_request.rb
182
188
  - lib/DealMakerAPI/models/put_webhooks_id_request.rb
@@ -248,20 +254,23 @@ files:
248
254
  - spec/models/create_bulk_upload_detail_request_spec.rb
249
255
  - spec/models/create_bulk_upload_request_spec.rb
250
256
  - spec/models/create_company_request_spec.rb
251
- - spec/models/create_corporation_profile_request_spec.rb
252
257
  - spec/models/create_deal_setup_request_spec.rb
253
- - spec/models/create_individual_profile_request_spec.rb
254
258
  - spec/models/create_investor_request_spec.rb
255
- - spec/models/create_joint_profile_request_spec.rb
256
259
  - spec/models/create_shareholder_action_request_spec.rb
257
- - spec/models/create_trust_profile_request_spec.rb
258
260
  - spec/models/edit_investor_tags_request_spec.rb
259
261
  - spec/models/generate_url_request_spec.rb
260
- - spec/models/patch_corporation_profile_request_spec.rb
261
- - spec/models/patch_individual_profile_request_spec.rb
262
+ - spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb
263
+ - spec/models/patch_investor_profiles_corporations_spec.rb
264
+ - spec/models/patch_investor_profiles_individuals_spec.rb
265
+ - spec/models/patch_investor_profiles_joints_spec.rb
266
+ - spec/models/patch_investor_profiles_trusts_spec.rb
262
267
  - spec/models/patch_investor_request_spec.rb
263
- - spec/models/patch_joint_profile_request_spec.rb
264
- - spec/models/patch_trust_profile_request_spec.rb
268
+ - spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb
269
+ - spec/models/post_investor_profiles_corporations_spec.rb
270
+ - spec/models/post_investor_profiles_individuals_spec.rb
271
+ - spec/models/post_investor_profiles_joints_spec.rb
272
+ - spec/models/post_investor_profiles_trusts_spec.rb
273
+ - spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
265
274
  - spec/models/post_webhooks_request_spec.rb
266
275
  - spec/models/put_deals_id_script_tag_environment_request_spec.rb
267
276
  - spec/models/put_webhooks_id_request_spec.rb
@@ -366,13 +375,16 @@ test_files:
366
375
  - spec/models/create_bulk_upload_request_spec.rb
367
376
  - spec/models/put_deals_id_script_tag_environment_request_spec.rb
368
377
  - spec/models/v1_entities_company_deal_spec.rb
369
- - spec/models/patch_joint_profile_request_spec.rb
378
+ - spec/models/post_investor_profiles_individuals_spec.rb
370
379
  - spec/models/create_bulk_upload_detail_request_spec.rb
371
380
  - spec/models/v1_entities_company_deals_spec.rb
381
+ - spec/models/patch_investor_profiles_individuals_spec.rb
382
+ - spec/models/patch_investor_profiles_corporations_spec.rb
372
383
  - spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb
373
384
  - spec/models/v1_entities_investor_profile_fields_corporation_spec.rb
374
385
  - spec/models/v1_entities_webhooks_subscription_spec.rb
375
386
  - spec/models/post_webhooks_request_spec.rb
387
+ - spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
376
388
  - spec/models/v1_entities_webhooks_subscription_deals_spec.rb
377
389
  - spec/models/update_investor_request_spec.rb
378
390
  - spec/models/v1_entities_bulk_upload_details_spec.rb
@@ -380,32 +392,33 @@ test_files:
380
392
  - spec/models/v1_entities_webhooks_deal_spec.rb
381
393
  - spec/models/v1_entities_bulk_upload_detail_spec.rb
382
394
  - spec/models/create_company_request_spec.rb
383
- - spec/models/patch_trust_profile_request_spec.rb
384
395
  - spec/models/v1_entities_express_wire_instruction_spec.rb
385
396
  - spec/models/v1_entities_webhooks_subscription_deal_spec.rb
386
- - spec/models/create_trust_profile_request_spec.rb
387
397
  - spec/models/v1_entities_investor_otp_access_link_spec.rb
388
398
  - spec/models/create_deal_setup_request_spec.rb
389
399
  - spec/models/v1_entities_bulk_uploads_spec.rb
400
+ - spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb
390
401
  - spec/models/v1_entities_deals_spec.rb
391
402
  - spec/models/v1_entities_investor_profile_fields_trust_spec.rb
403
+ - spec/models/patch_investor_profiles_joints_spec.rb
404
+ - spec/models/post_investor_profiles_trusts_spec.rb
392
405
  - spec/models/v1_entities_address_spec.rb
393
406
  - spec/models/edit_investor_tags_request_spec.rb
394
407
  - spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb
395
408
  - spec/models/v1_entities_background_check_search_spec.rb
396
409
  - spec/models/v1_entities_express_wire_instructions_spec.rb
397
- - spec/models/patch_individual_profile_request_spec.rb
398
410
  - spec/models/v1_entities_deal_issuer_spec.rb
399
411
  - spec/models/add506c_document_request_spec.rb
400
412
  - spec/models/v1_entities_shareholder_spec.rb
401
- - spec/models/create_corporation_profile_request_spec.rb
413
+ - spec/models/post_investor_profiles_joints_spec.rb
402
414
  - spec/models/v1_entities_investor_profile_joint_spec.rb
403
415
  - spec/models/v1_entities_investor_profile_address_spec.rb
404
416
  - spec/models/v1_entities_generic_response_spec.rb
417
+ - spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb
405
418
  - spec/models/patch_investor_request_spec.rb
419
+ - spec/models/post_investor_profiles_corporations_spec.rb
406
420
  - spec/models/v1_entities_deal_investor_metrics_spec.rb
407
421
  - spec/models/v1_entities_deal_spec.rb
408
- - spec/models/create_joint_profile_request_spec.rb
409
422
  - spec/models/v1_entities_shareholders_spec.rb
410
423
  - spec/models/bulk_upload_investors_request_spec.rb
411
424
  - spec/models/v1_entities_investor_spec.rb
@@ -413,14 +426,13 @@ test_files:
413
426
  - spec/models/v1_entities_investor_profiles_spec.rb
414
427
  - spec/models/v1_entities_bulk_upload_spec.rb
415
428
  - spec/models/v1_entities_investor_profile_corporation_spec.rb
429
+ - spec/models/patch_investor_profiles_trusts_spec.rb
416
430
  - spec/models/v1_entities_deal_enterprise_spec.rb
417
431
  - spec/models/v1_entities_company_spec.rb
418
432
  - spec/models/v1_entities_addresses_spec.rb
419
433
  - spec/models/create_investor_request_spec.rb
420
434
  - spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb
421
- - spec/models/patch_corporation_profile_request_spec.rb
422
435
  - spec/models/v1_entities_deal_setup_user_spec.rb
423
- - spec/models/create_individual_profile_request_spec.rb
424
436
  - spec/models/v1_entities_investor_profile_trust_spec.rb
425
437
  - spec/models/v1_entities_presigned_url_result_spec.rb
426
438
  - spec/models/v1_entities_investor_profile_item_spec.rb
@@ -1,68 +0,0 @@
1
- # DealMakerAPI::CreateTrustProfileRequest
2
-
3
- ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **email** | **String** | User email which is associated with investor profile (required). | |
8
- | **us_accredited_category** | **String** | The United States accredited investor information. | [optional] |
9
- | **ca_accredited_investor** | **String** | The Canadian accredited investor information. | [optional] |
10
- | **name** | **String** | The name of the trust (required). | [optional] |
11
- | **date** | **String** | The creation date of the trust (required). | [optional] |
12
- | **country** | **String** | The country of the trust (required). | [optional] |
13
- | **street_address** | **String** | Trust street address of the trust (required). | [optional] |
14
- | **unit2** | **String** | The street address line 2 of the trust. | [optional] |
15
- | **city** | **String** | The city of the trust (required). | [optional] |
16
- | **region** | **String** | The region or state of the trust (required). | [optional] |
17
- | **postal_code** | **String** | The postal code or zipcode of the trust (required). | [optional] |
18
- | **phone_number** | **String** | The phone number of the trust (required). | [optional] |
19
- | **income** | **Float** | The income of the trust. | [optional] |
20
- | **net_worth** | **Float** | The net worth of the trust. | [optional] |
21
- | **reg_cf_prior_offerings_amount** | **Float** | The prior offering amount of the trust. | [optional] |
22
- | **trustees_first_name** | **Array&lt;String&gt;** | The list of first names for the trustees (required for trustee 1). | [optional] |
23
- | **trustees_last_name** | **Array&lt;String&gt;** | The list of last names for the trustees (required for trustee 1). | [optional] |
24
- | **trustees_suffix** | **Array&lt;String&gt;** | The list of suffixes for the trustees. | [optional] |
25
- | **trustees_country** | **Array&lt;String&gt;** | The list of countries for the trustees (required for trustee 1). | [optional] |
26
- | **trustees_street_address** | **Array&lt;String&gt;** | The list of street addresses for the trustees (required for trustee 1). | [optional] |
27
- | **trustees_unit2** | **Array&lt;String&gt;** | The list of street address line 2 for the trustees. | [optional] |
28
- | **trustees_city** | **Array&lt;String&gt;** | The list of cities for the trustees (required for trustee 1). | [optional] |
29
- | **trustees_region** | **Array&lt;String&gt;** | The list of regions or states for the trustees (required for trustee 1). | [optional] |
30
- | **trustees_postal_code** | **Array&lt;String&gt;** | The list of postal codes or zipcodes for the trustees (required) for trustee 1. | [optional] |
31
- | **trustees_date_of_birth** | **Array&lt;String&gt;** | The list of dates of birth for the trustees (required for trustee 1). | [optional] |
32
- | **trustees_taxpayer_id** | **Array&lt;String&gt;** | The list of taxpayer identification numbers for the trustees (required for trustee 1). | [optional] |
33
-
34
- ## Example
35
-
36
- ```ruby
37
- require 'DealMakerAPI'
38
-
39
- instance = DealMakerAPI::CreateTrustProfileRequest.new(
40
- email: null,
41
- us_accredited_category: null,
42
- ca_accredited_investor: null,
43
- name: null,
44
- date: null,
45
- country: null,
46
- street_address: null,
47
- unit2: null,
48
- city: null,
49
- region: null,
50
- postal_code: null,
51
- phone_number: null,
52
- income: null,
53
- net_worth: null,
54
- reg_cf_prior_offerings_amount: null,
55
- trustees_first_name: null,
56
- trustees_last_name: null,
57
- trustees_suffix: null,
58
- trustees_country: null,
59
- trustees_street_address: null,
60
- trustees_unit2: null,
61
- trustees_city: null,
62
- trustees_region: null,
63
- trustees_postal_code: null,
64
- trustees_date_of_birth: null,
65
- trustees_taxpayer_id: null
66
- )
67
- ```
68
-