DealMakerAPI 0.85.2 → 0.85.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/DealMakerAPI.gemspec +1 -1
- data/README.md +5 -4
- data/docs/CreateCorporationProfileRequest.md +5 -1
- data/docs/PatchCorporationProfileRequest.md +5 -1
- data/docs/V1EntitiesInvestorProfileCorporation.md +2 -2
- data/docs/V1EntitiesInvestorProfileFieldsSigningOfficer.md +30 -0
- data/lib/DealMakerAPI/api/company_api.rb +1 -1
- data/lib/DealMakerAPI/api/deal_api.rb +1 -1
- data/lib/DealMakerAPI/api/deal_setup_api.rb +1 -1
- data/lib/DealMakerAPI/api/deals_api.rb +1 -1
- data/lib/DealMakerAPI/api/default_api.rb +1 -1
- data/lib/DealMakerAPI/api/investor_api.rb +1 -1
- data/lib/DealMakerAPI/api/investor_profile_api.rb +1 -1
- data/lib/DealMakerAPI/api/shareholder_api.rb +1 -1
- data/lib/DealMakerAPI/api/upload_api.rb +1 -1
- data/lib/DealMakerAPI/api_client.rb +1 -1
- data/lib/DealMakerAPI/api_error.rb +1 -1
- data/lib/DealMakerAPI/configuration.rb +3 -3
- data/lib/DealMakerAPI/models/add506c_document_request.rb +1 -1
- data/lib/DealMakerAPI/models/add_document_request.rb +1 -1
- data/lib/DealMakerAPI/models/bulk_upload_investors_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_bulk_upload_detail_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_bulk_upload_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_company_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_corporation_profile_request.rb +27 -5
- data/lib/DealMakerAPI/models/create_deal_setup_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_individual_profile_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_investor_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_joint_profile_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_shareholder_action_request.rb +1 -1
- data/lib/DealMakerAPI/models/create_trust_profile_request.rb +1 -1
- data/lib/DealMakerAPI/models/edit_investor_tags_request.rb +1 -1
- data/lib/DealMakerAPI/models/generate_url_request.rb +1 -1
- data/lib/DealMakerAPI/models/patch_corporation_profile_request.rb +27 -5
- data/lib/DealMakerAPI/models/patch_individual_profile_request.rb +1 -1
- data/lib/DealMakerAPI/models/patch_investor_request.rb +1 -1
- data/lib/DealMakerAPI/models/patch_joint_profile_request.rb +1 -1
- data/lib/DealMakerAPI/models/patch_trust_profile_request.rb +1 -1
- data/lib/DealMakerAPI/models/post_webhooks_request.rb +1 -1
- data/lib/DealMakerAPI/models/put_deals_id_script_tag_environment_request.rb +1 -1
- data/lib/DealMakerAPI/models/put_webhooks_id_request.rb +1 -1
- data/lib/DealMakerAPI/models/update_investor_request.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_address.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_addresses.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_attachment.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_background_check_search.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_bulk_upload.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_bulk_upload_detail.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_bulk_upload_details.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_bulk_uploads.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_company.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_company_deal.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_company_deals.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deal.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deal_enterprise.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deal_funding_metrics.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deal_investor_metrics.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deal_issuer.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deal_setup.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_deals.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_express_wire_instruction.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_express_wire_instructions.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_generic_response.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_otp_access_link.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_address.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_corporation.rb +3 -3
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_account_holder.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_corporation.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_primary_holder.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_signing_officer.rb +274 -0
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trust.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_individual.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_item.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_joint.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_owner.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profile_trust.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_profiles.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investor_user.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_investors.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_presigned_url_result.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_shareholder.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_shareholders.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_shareholders_tags.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_subscription_agreement.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_webhooks_deal.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_webhooks_security_token.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deal.rb +1 -1
- data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deals.rb +1 -1
- data/lib/DealMakerAPI/version.rb +2 -2
- data/lib/DealMakerAPI.rb +2 -1
- data/spec/api/company_api_spec.rb +1 -1
- data/spec/api/deal_api_spec.rb +1 -1
- data/spec/api/deal_setup_api_spec.rb +1 -1
- data/spec/api/deals_api_spec.rb +1 -1
- data/spec/api/default_api_spec.rb +1 -1
- data/spec/api/investor_api_spec.rb +1 -1
- data/spec/api/investor_profile_api_spec.rb +1 -1
- data/spec/api/shareholder_api_spec.rb +1 -1
- data/spec/api/upload_api_spec.rb +1 -1
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/add506c_document_request_spec.rb +1 -1
- data/spec/models/add_document_request_spec.rb +1 -1
- data/spec/models/bulk_upload_investors_request_spec.rb +1 -1
- data/spec/models/create_bulk_upload_detail_request_spec.rb +1 -1
- data/spec/models/create_bulk_upload_request_spec.rb +1 -1
- data/spec/models/create_company_request_spec.rb +1 -1
- data/spec/models/create_corporation_profile_request_spec.rb +13 -1
- data/spec/models/create_deal_setup_request_spec.rb +1 -1
- data/spec/models/create_individual_profile_request_spec.rb +1 -1
- data/spec/models/create_investor_request_spec.rb +1 -1
- data/spec/models/create_joint_profile_request_spec.rb +1 -1
- data/spec/models/create_shareholder_action_request_spec.rb +1 -1
- data/spec/models/create_trust_profile_request_spec.rb +1 -1
- data/spec/models/edit_investor_tags_request_spec.rb +1 -1
- data/spec/models/generate_url_request_spec.rb +1 -1
- data/spec/models/patch_corporation_profile_request_spec.rb +13 -1
- data/spec/models/patch_individual_profile_request_spec.rb +1 -1
- data/spec/models/patch_investor_request_spec.rb +1 -1
- data/spec/models/patch_joint_profile_request_spec.rb +1 -1
- data/spec/models/patch_trust_profile_request_spec.rb +1 -1
- data/spec/models/post_webhooks_request_spec.rb +1 -1
- data/spec/models/put_deals_id_script_tag_environment_request_spec.rb +1 -1
- data/spec/models/put_webhooks_id_request_spec.rb +1 -1
- data/spec/models/update_investor_request_spec.rb +1 -1
- data/spec/models/v1_entities_address_spec.rb +1 -1
- data/spec/models/v1_entities_addresses_spec.rb +1 -1
- data/spec/models/v1_entities_attachment_spec.rb +1 -1
- data/spec/models/v1_entities_background_check_search_spec.rb +1 -1
- data/spec/models/v1_entities_bulk_upload_detail_spec.rb +1 -1
- data/spec/models/v1_entities_bulk_upload_details_spec.rb +1 -1
- data/spec/models/v1_entities_bulk_upload_spec.rb +1 -1
- data/spec/models/v1_entities_bulk_uploads_spec.rb +1 -1
- data/spec/models/v1_entities_company_deal_spec.rb +1 -1
- data/spec/models/v1_entities_company_deals_spec.rb +1 -1
- data/spec/models/v1_entities_company_spec.rb +1 -1
- data/spec/models/v1_entities_deal_enterprise_spec.rb +1 -1
- data/spec/models/v1_entities_deal_funding_metrics_spec.rb +1 -1
- data/spec/models/v1_entities_deal_investor_metrics_spec.rb +1 -1
- data/spec/models/v1_entities_deal_issuer_spec.rb +1 -1
- data/spec/models/v1_entities_deal_setup_spec.rb +1 -1
- data/spec/models/v1_entities_deal_setup_user_spec.rb +1 -1
- data/spec/models/v1_entities_deal_spec.rb +1 -1
- data/spec/models/v1_entities_deals_spec.rb +1 -1
- data/spec/models/v1_entities_express_wire_instruction_spec.rb +1 -1
- data/spec/models/v1_entities_express_wire_instructions_spec.rb +1 -1
- data/spec/models/v1_entities_generic_response_spec.rb +1 -1
- data/spec/models/v1_entities_investor_otp_access_link_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_address_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_corporation_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_fields_corporation_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb +70 -0
- data/spec/models/v1_entities_investor_profile_fields_trust_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_individual_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_item_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_joint_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_owner_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profile_trust_spec.rb +1 -1
- data/spec/models/v1_entities_investor_profiles_spec.rb +1 -1
- data/spec/models/v1_entities_investor_spec.rb +1 -1
- data/spec/models/v1_entities_investor_user_spec.rb +1 -1
- data/spec/models/v1_entities_investors_spec.rb +1 -1
- data/spec/models/v1_entities_presigned_url_result_spec.rb +1 -1
- data/spec/models/v1_entities_shareholder_spec.rb +1 -1
- data/spec/models/v1_entities_shareholders_spec.rb +1 -1
- data/spec/models/v1_entities_shareholders_tags_spec.rb +1 -1
- data/spec/models/v1_entities_subscription_agreement_spec.rb +1 -1
- data/spec/models/v1_entities_webhooks_deal_spec.rb +1 -1
- data/spec/models/v1_entities_webhooks_security_token_spec.rb +1 -1
- data/spec/models/v1_entities_webhooks_subscription_deal_spec.rb +1 -1
- data/spec/models/v1_entities_webhooks_subscription_deals_spec.rb +1 -1
- data/spec/models/v1_entities_webhooks_subscription_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +6 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bc3506493e4d81f58b8d82eeca61be7bd2d5d4b7d67c36a4674f88f3f40e90fc
|
|
4
|
+
data.tar.gz: ec8c9dd363bf48772d43c90c6b2a2a4e82f291720bdc11138ec6583b66e053bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e847086c06bc3f4c76f3cfe81f063434de6a809ff45d3803e8c44a2dee218988e3582b307b1a6ee768c58e5a7631562522e56f96e7b49a926c56fc1acf1588df
|
|
7
|
+
data.tar.gz: 581daf89bf9afb072ff32eb52951ff35772668adecee5420d7a09eb5f1467c03a5ac7af07725d3948528a0ad7843ad5809fb16925b3ae77aadb846b3f21a0ffc
|
data/DealMakerAPI.gemspec
CHANGED
data/README.md
CHANGED
|
@@ -338,7 +338,7 @@ Given the high number of updates our platform performs on any investor, we’ve
|
|
|
338
338
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
339
339
|
|
|
340
340
|
- API version: 1.75.0
|
|
341
|
-
- Package version: 0.85.
|
|
341
|
+
- Package version: 0.85.3
|
|
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.85.
|
|
357
|
+
gem install ./DealMakerAPI-0.85.3.gem
|
|
358
358
|
```
|
|
359
359
|
|
|
360
|
-
(for development, run `gem install --dev ./DealMakerAPI-0.85.
|
|
360
|
+
(for development, run `gem install --dev ./DealMakerAPI-0.85.3.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.85.
|
|
366
|
+
gem 'DealMakerAPI', '~> 0.85.3'
|
|
367
367
|
|
|
368
368
|
### Install from Git
|
|
369
369
|
|
|
@@ -516,6 +516,7 @@ Class | Method | HTTP request | Description
|
|
|
516
516
|
- [DealMakerAPI::V1EntitiesInvestorProfileFieldsAccountHolder](docs/V1EntitiesInvestorProfileFieldsAccountHolder.md)
|
|
517
517
|
- [DealMakerAPI::V1EntitiesInvestorProfileFieldsCorporation](docs/V1EntitiesInvestorProfileFieldsCorporation.md)
|
|
518
518
|
- [DealMakerAPI::V1EntitiesInvestorProfileFieldsPrimaryHolder](docs/V1EntitiesInvestorProfileFieldsPrimaryHolder.md)
|
|
519
|
+
- [DealMakerAPI::V1EntitiesInvestorProfileFieldsSigningOfficer](docs/V1EntitiesInvestorProfileFieldsSigningOfficer.md)
|
|
519
520
|
- [DealMakerAPI::V1EntitiesInvestorProfileFieldsTrust](docs/V1EntitiesInvestorProfileFieldsTrust.md)
|
|
520
521
|
- [DealMakerAPI::V1EntitiesInvestorProfileIndividual](docs/V1EntitiesInvestorProfileIndividual.md)
|
|
521
522
|
- [DealMakerAPI::V1EntitiesInvestorProfileItem](docs/V1EntitiesInvestorProfileItem.md)
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
| **signing_officer_postal_code** | **String** | The postal code or zipcode of the signing officer (required). | [optional] |
|
|
31
31
|
| **signing_officer_date_of_birth** | **String** | The date of birth of the signing officer (required). | [optional] |
|
|
32
32
|
| **signing_officer_taxpayer_id** | **String** | The taxpayer identification number of the signing officer (required). | [optional] |
|
|
33
|
+
| **signing_officer_phone_number** | **String** | The phone number of the signing officer (required). | [optional] |
|
|
33
34
|
| **beneficial_owners_first_name** | **Array<String>** | The list of first names for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
34
35
|
| **beneficial_owners_last_name** | **Array<String>** | The list of last names for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
35
36
|
| **beneficial_owners_suffix** | **Array<String>** | The list of suffixes for the beneficial owners. | [optional] |
|
|
@@ -41,6 +42,7 @@
|
|
|
41
42
|
| **beneficial_owners_postal_code** | **Array<String>** | The list of postal codes or zipcodes for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
42
43
|
| **beneficial_owners_date_of_birth** | **Array<String>** | The list of dates of birth for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
43
44
|
| **beneficial_owners_taxpayer_id** | **Array<String>** | The list of taxpayer identification numbers for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
45
|
+
| **beneficial_owners_phone_number** | **Array<String>** | The list of phone numbers for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
44
46
|
|
|
45
47
|
## Example
|
|
46
48
|
|
|
@@ -74,6 +76,7 @@ instance = DealMakerAPI::CreateCorporationProfileRequest.new(
|
|
|
74
76
|
signing_officer_postal_code: null,
|
|
75
77
|
signing_officer_date_of_birth: null,
|
|
76
78
|
signing_officer_taxpayer_id: null,
|
|
79
|
+
signing_officer_phone_number: null,
|
|
77
80
|
beneficial_owners_first_name: null,
|
|
78
81
|
beneficial_owners_last_name: null,
|
|
79
82
|
beneficial_owners_suffix: null,
|
|
@@ -84,7 +87,8 @@ instance = DealMakerAPI::CreateCorporationProfileRequest.new(
|
|
|
84
87
|
beneficial_owners_region: null,
|
|
85
88
|
beneficial_owners_postal_code: null,
|
|
86
89
|
beneficial_owners_date_of_birth: null,
|
|
87
|
-
beneficial_owners_taxpayer_id: null
|
|
90
|
+
beneficial_owners_taxpayer_id: null,
|
|
91
|
+
beneficial_owners_phone_number: null
|
|
88
92
|
)
|
|
89
93
|
```
|
|
90
94
|
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
| **signing_officer_postal_code** | **String** | Signing officer postal code or zipcode. | [optional] |
|
|
30
30
|
| **signing_officer_date_of_birth** | **String** | Signing officer date of birth. | [optional] |
|
|
31
31
|
| **signing_officer_taxpayer_id** | **String** | The taxpayer identification number of the investor profile. | [optional] |
|
|
32
|
+
| **signing_officer_phone_number** | **String** | The phone number of the signing officer (required). | [optional] |
|
|
32
33
|
| **beneficial_owners_index** | **Array<Integer>** | The index of the beneficial owner. | |
|
|
33
34
|
| **beneficial_owners__delete** | **Array<Boolean>** | If true, this entry will be cleared. | [optional] |
|
|
34
35
|
| **beneficial_owners_first_name** | **Array<String>** | The list of first names for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
@@ -42,6 +43,7 @@
|
|
|
42
43
|
| **beneficial_owners_postal_code** | **Array<String>** | The list of postal codes or zipcodes for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
43
44
|
| **beneficial_owners_date_of_birth** | **Array<String>** | The list of dates of birth for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
44
45
|
| **beneficial_owners_taxpayer_id** | **Array<String>** | The list of taxpayer identification numbers for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
46
|
+
| **beneficial_owners_phone_number** | **Array<String>** | The list of phone numbers for the beneficial owners (required for beneficial owner 1). | [optional] |
|
|
45
47
|
|
|
46
48
|
## Example
|
|
47
49
|
|
|
@@ -74,6 +76,7 @@ instance = DealMakerAPI::PatchCorporationProfileRequest.new(
|
|
|
74
76
|
signing_officer_postal_code: null,
|
|
75
77
|
signing_officer_date_of_birth: null,
|
|
76
78
|
signing_officer_taxpayer_id: null,
|
|
79
|
+
signing_officer_phone_number: null,
|
|
77
80
|
beneficial_owners_index: null,
|
|
78
81
|
beneficial_owners__delete: null,
|
|
79
82
|
beneficial_owners_first_name: null,
|
|
@@ -86,7 +89,8 @@ instance = DealMakerAPI::PatchCorporationProfileRequest.new(
|
|
|
86
89
|
beneficial_owners_region: null,
|
|
87
90
|
beneficial_owners_postal_code: null,
|
|
88
91
|
beneficial_owners_date_of_birth: null,
|
|
89
|
-
beneficial_owners_taxpayer_id: null
|
|
92
|
+
beneficial_owners_taxpayer_id: null,
|
|
93
|
+
beneficial_owners_phone_number: null
|
|
90
94
|
)
|
|
91
95
|
```
|
|
92
96
|
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
| **owner_type** | **String** | Type of the investor profile owner | [optional] |
|
|
15
15
|
| **owner** | [**V1EntitiesInvestorProfileOwner**](V1EntitiesInvestorProfileOwner.md) | | [optional] |
|
|
16
16
|
| **corporation** | [**V1EntitiesInvestorProfileFieldsCorporation**](V1EntitiesInvestorProfileFieldsCorporation.md) | | [optional] |
|
|
17
|
-
| **signing_officer** | [**
|
|
18
|
-
| **beneficial_owners** | [**
|
|
17
|
+
| **signing_officer** | [**V1EntitiesInvestorProfileFieldsSigningOfficer**](V1EntitiesInvestorProfileFieldsSigningOfficer.md) | | [optional] |
|
|
18
|
+
| **beneficial_owners** | [**V1EntitiesInvestorProfileFieldsSigningOfficer**](V1EntitiesInvestorProfileFieldsSigningOfficer.md) | | [optional] |
|
|
19
19
|
|
|
20
20
|
## Example
|
|
21
21
|
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# DealMakerAPI::V1EntitiesInvestorProfileFieldsSigningOfficer
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **first_name** | **String** | Investor profile first name | [optional] |
|
|
8
|
+
| **last_name** | **String** | Investor profile last name | [optional] |
|
|
9
|
+
| **suffix** | **String** | Investor profile suffix | [optional] |
|
|
10
|
+
| **date_of_birth** | **String** | The date of birth | [optional] |
|
|
11
|
+
| **taxpayer_id** | **String** | The taxpayer identification number | [optional] |
|
|
12
|
+
| **address** | [**V1EntitiesInvestorProfileAddress**](V1EntitiesInvestorProfileAddress.md) | | [optional] |
|
|
13
|
+
| **phone_number** | **String** | Signing officer phone number | [optional] |
|
|
14
|
+
|
|
15
|
+
## Example
|
|
16
|
+
|
|
17
|
+
```ruby
|
|
18
|
+
require 'DealMakerAPI'
|
|
19
|
+
|
|
20
|
+
instance = DealMakerAPI::V1EntitiesInvestorProfileFieldsSigningOfficer.new(
|
|
21
|
+
first_name: null,
|
|
22
|
+
last_name: null,
|
|
23
|
+
suffix: null,
|
|
24
|
+
date_of_birth: null,
|
|
25
|
+
taxpayer_id: null,
|
|
26
|
+
address: null,
|
|
27
|
+
phone_number: null
|
|
28
|
+
)
|
|
29
|
+
```
|
|
30
|
+
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.75.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 7.0.
|
|
9
|
+
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -222,8 +222,8 @@ module DealMakerAPI
|
|
|
222
222
|
|
|
223
223
|
# Gets access_token using access_token_getter or uses the static access_token
|
|
224
224
|
def access_token_with_refresh
|
|
225
|
-
|
|
226
|
-
|
|
225
|
+
return access_token if access_token_getter.nil?
|
|
226
|
+
access_token_getter.call
|
|
227
227
|
end
|
|
228
228
|
|
|
229
229
|
# Gets Basic Auth token string
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
The version of the OpenAPI document: 1.75.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://openapi-generator.tech
|
|
9
|
-
OpenAPI Generator version: 7.0.
|
|
9
|
+
OpenAPI Generator version: 7.0.1-SNAPSHOT
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -93,6 +93,9 @@ module DealMakerAPI
|
|
|
93
93
|
# The taxpayer identification number of the signing officer (required).
|
|
94
94
|
attr_accessor :signing_officer_taxpayer_id
|
|
95
95
|
|
|
96
|
+
# The phone number of the signing officer (required).
|
|
97
|
+
attr_accessor :signing_officer_phone_number
|
|
98
|
+
|
|
96
99
|
# The list of first names for the beneficial owners (required for beneficial owner 1).
|
|
97
100
|
attr_accessor :beneficial_owners_first_name
|
|
98
101
|
|
|
@@ -126,6 +129,9 @@ module DealMakerAPI
|
|
|
126
129
|
# The list of taxpayer identification numbers for the beneficial owners (required for beneficial owner 1).
|
|
127
130
|
attr_accessor :beneficial_owners_taxpayer_id
|
|
128
131
|
|
|
132
|
+
# The list of phone numbers for the beneficial owners (required for beneficial owner 1).
|
|
133
|
+
attr_accessor :beneficial_owners_phone_number
|
|
134
|
+
|
|
129
135
|
class EnumAttributeValidator
|
|
130
136
|
attr_reader :datatype
|
|
131
137
|
attr_reader :allowable_values
|
|
@@ -177,6 +183,7 @@ module DealMakerAPI
|
|
|
177
183
|
:'signing_officer_postal_code' => :'signing_officer_postal_code',
|
|
178
184
|
:'signing_officer_date_of_birth' => :'signing_officer_date_of_birth',
|
|
179
185
|
:'signing_officer_taxpayer_id' => :'signing_officer_taxpayer_id',
|
|
186
|
+
:'signing_officer_phone_number' => :'signing_officer_phone_number',
|
|
180
187
|
:'beneficial_owners_first_name' => :'beneficial_owners[first_name]',
|
|
181
188
|
:'beneficial_owners_last_name' => :'beneficial_owners[last_name]',
|
|
182
189
|
:'beneficial_owners_suffix' => :'beneficial_owners[suffix]',
|
|
@@ -187,7 +194,8 @@ module DealMakerAPI
|
|
|
187
194
|
:'beneficial_owners_region' => :'beneficial_owners[region]',
|
|
188
195
|
:'beneficial_owners_postal_code' => :'beneficial_owners[postal_code]',
|
|
189
196
|
:'beneficial_owners_date_of_birth' => :'beneficial_owners[date_of_birth]',
|
|
190
|
-
:'beneficial_owners_taxpayer_id' => :'beneficial_owners[taxpayer_id]'
|
|
197
|
+
:'beneficial_owners_taxpayer_id' => :'beneficial_owners[taxpayer_id]',
|
|
198
|
+
:'beneficial_owners_phone_number' => :'beneficial_owners[phone_number]'
|
|
191
199
|
}
|
|
192
200
|
end
|
|
193
201
|
|
|
@@ -225,6 +233,7 @@ module DealMakerAPI
|
|
|
225
233
|
:'signing_officer_postal_code' => :'String',
|
|
226
234
|
:'signing_officer_date_of_birth' => :'String',
|
|
227
235
|
:'signing_officer_taxpayer_id' => :'String',
|
|
236
|
+
:'signing_officer_phone_number' => :'String',
|
|
228
237
|
:'beneficial_owners_first_name' => :'Array<String>',
|
|
229
238
|
:'beneficial_owners_last_name' => :'Array<String>',
|
|
230
239
|
:'beneficial_owners_suffix' => :'Array<String>',
|
|
@@ -235,7 +244,8 @@ module DealMakerAPI
|
|
|
235
244
|
:'beneficial_owners_region' => :'Array<String>',
|
|
236
245
|
:'beneficial_owners_postal_code' => :'Array<String>',
|
|
237
246
|
:'beneficial_owners_date_of_birth' => :'Array<String>',
|
|
238
|
-
:'beneficial_owners_taxpayer_id' => :'Array<String>'
|
|
247
|
+
:'beneficial_owners_taxpayer_id' => :'Array<String>',
|
|
248
|
+
:'beneficial_owners_phone_number' => :'Array<String>'
|
|
239
249
|
}
|
|
240
250
|
end
|
|
241
251
|
|
|
@@ -366,6 +376,10 @@ module DealMakerAPI
|
|
|
366
376
|
self.signing_officer_taxpayer_id = attributes[:'signing_officer_taxpayer_id']
|
|
367
377
|
end
|
|
368
378
|
|
|
379
|
+
if attributes.key?(:'signing_officer_phone_number')
|
|
380
|
+
self.signing_officer_phone_number = attributes[:'signing_officer_phone_number']
|
|
381
|
+
end
|
|
382
|
+
|
|
369
383
|
if attributes.key?(:'beneficial_owners_first_name')
|
|
370
384
|
if (value = attributes[:'beneficial_owners_first_name']).is_a?(Array)
|
|
371
385
|
self.beneficial_owners_first_name = value
|
|
@@ -431,6 +445,12 @@ module DealMakerAPI
|
|
|
431
445
|
self.beneficial_owners_taxpayer_id = value
|
|
432
446
|
end
|
|
433
447
|
end
|
|
448
|
+
|
|
449
|
+
if attributes.key?(:'beneficial_owners_phone_number')
|
|
450
|
+
if (value = attributes[:'beneficial_owners_phone_number']).is_a?(Array)
|
|
451
|
+
self.beneficial_owners_phone_number = value
|
|
452
|
+
end
|
|
453
|
+
end
|
|
434
454
|
end
|
|
435
455
|
|
|
436
456
|
# Show invalid properties with the reasons. Usually used together with valid?
|
|
@@ -508,6 +528,7 @@ module DealMakerAPI
|
|
|
508
528
|
signing_officer_postal_code == o.signing_officer_postal_code &&
|
|
509
529
|
signing_officer_date_of_birth == o.signing_officer_date_of_birth &&
|
|
510
530
|
signing_officer_taxpayer_id == o.signing_officer_taxpayer_id &&
|
|
531
|
+
signing_officer_phone_number == o.signing_officer_phone_number &&
|
|
511
532
|
beneficial_owners_first_name == o.beneficial_owners_first_name &&
|
|
512
533
|
beneficial_owners_last_name == o.beneficial_owners_last_name &&
|
|
513
534
|
beneficial_owners_suffix == o.beneficial_owners_suffix &&
|
|
@@ -518,7 +539,8 @@ module DealMakerAPI
|
|
|
518
539
|
beneficial_owners_region == o.beneficial_owners_region &&
|
|
519
540
|
beneficial_owners_postal_code == o.beneficial_owners_postal_code &&
|
|
520
541
|
beneficial_owners_date_of_birth == o.beneficial_owners_date_of_birth &&
|
|
521
|
-
beneficial_owners_taxpayer_id == o.beneficial_owners_taxpayer_id
|
|
542
|
+
beneficial_owners_taxpayer_id == o.beneficial_owners_taxpayer_id &&
|
|
543
|
+
beneficial_owners_phone_number == o.beneficial_owners_phone_number
|
|
522
544
|
end
|
|
523
545
|
|
|
524
546
|
# @see the `==` method
|
|
@@ -530,7 +552,7 @@ module DealMakerAPI
|
|
|
530
552
|
# Calculates hash code according to all attributes.
|
|
531
553
|
# @return [Integer] Hash code
|
|
532
554
|
def hash
|
|
533
|
-
[email, us_accredited_category, ca_accredited_investor, name, country, street_address, unit2, city, region, postal_code, business_number, phone_number, income, net_worth, reg_cf_prior_offerings_amount, signing_officer_first_name, signing_officer_last_name, signing_officer_suffix, signing_officer_country, signing_officer_street_address, signing_officer_unit2, signing_officer_city, signing_officer_region, signing_officer_postal_code, signing_officer_date_of_birth, signing_officer_taxpayer_id, beneficial_owners_first_name, beneficial_owners_last_name, beneficial_owners_suffix, beneficial_owners_country, beneficial_owners_street_address, beneficial_owners_unit2, beneficial_owners_city, beneficial_owners_region, beneficial_owners_postal_code, beneficial_owners_date_of_birth, beneficial_owners_taxpayer_id].hash
|
|
555
|
+
[email, us_accredited_category, ca_accredited_investor, name, country, street_address, unit2, city, region, postal_code, business_number, phone_number, income, net_worth, reg_cf_prior_offerings_amount, signing_officer_first_name, signing_officer_last_name, signing_officer_suffix, signing_officer_country, signing_officer_street_address, signing_officer_unit2, signing_officer_city, signing_officer_region, signing_officer_postal_code, signing_officer_date_of_birth, signing_officer_taxpayer_id, signing_officer_phone_number, beneficial_owners_first_name, beneficial_owners_last_name, beneficial_owners_suffix, beneficial_owners_country, beneficial_owners_street_address, beneficial_owners_unit2, beneficial_owners_city, beneficial_owners_region, beneficial_owners_postal_code, beneficial_owners_date_of_birth, beneficial_owners_taxpayer_id, beneficial_owners_phone_number].hash
|
|
534
556
|
end
|
|
535
557
|
|
|
536
558
|
# Builds the object from hash
|