DealMakerAPI 0.87.0 → 0.88.2
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/README.md +10 -7
- data/docs/CompanyApi.md +67 -0
- data/docs/DealApi.md +0 -71
- data/docs/InvestorApi.md +83 -14
- data/docs/{CreateInvestorRequest.md → PostDealsIdInvestors.md} +2 -4
- data/docs/{UpdateInvestorRequest.md → PutDealsIdInvestors.md} +2 -4
- data/docs/V1EntitiesBulkUpload.md +1 -1
- data/docs/V1EntitiesDividend.md +24 -0
- data/docs/V1EntitiesDividends.md +18 -0
- data/lib/DealMakerAPI/api/company_api.rb +63 -0
- data/lib/DealMakerAPI/api/deal_api.rb +0 -66
- data/lib/DealMakerAPI/api/investor_api.rb +94 -15
- data/lib/DealMakerAPI/models/{create_investor_request.rb → post_deals_id_investors.rb} +5 -14
- data/lib/DealMakerAPI/models/{update_investor_request.rb → put_deals_id_investors.rb} +5 -14
- data/lib/DealMakerAPI/models/v1_entities_bulk_upload.rb +35 -1
- data/lib/DealMakerAPI/models/v1_entities_dividend.rb +245 -0
- data/lib/DealMakerAPI/models/v1_entities_dividends.rb +215 -0
- data/lib/DealMakerAPI/version.rb +1 -1
- data/lib/DealMakerAPI.rb +4 -2
- data/spec/api/company_api_spec.rb +12 -0
- data/spec/api/deal_api_spec.rb +0 -13
- data/spec/api/investor_api_spec.rb +16 -2
- data/spec/models/add506c_document_request_spec.rb +3 -1
- data/spec/models/add_document_request_spec.rb +3 -1
- data/spec/models/bulk_upload_investors_request_spec.rb +3 -1
- data/spec/models/create_bulk_upload_detail_request_spec.rb +3 -1
- data/spec/models/create_bulk_upload_request_spec.rb +3 -1
- data/spec/models/create_company_request_spec.rb +3 -1
- data/spec/models/create_deal_setup_request_spec.rb +3 -1
- data/spec/models/create_shareholder_action_request_spec.rb +3 -1
- data/spec/models/edit_investor_tags_request_spec.rb +3 -1
- data/spec/models/generate_url_request_spec.rb +3 -1
- data/spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb +3 -1
- data/spec/models/patch_investor_profiles_corporations_spec.rb +3 -1
- data/spec/models/patch_investor_profiles_individuals_spec.rb +3 -1
- data/spec/models/patch_investor_profiles_joints_spec.rb +3 -1
- data/spec/models/patch_investor_profiles_trusts_spec.rb +3 -1
- data/spec/models/patch_investor_request_spec.rb +3 -1
- data/spec/models/{create_investor_request_spec.rb → post_deals_id_investors_spec.rb} +8 -12
- data/spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb +3 -1
- data/spec/models/post_investor_profiles_corporations_spec.rb +3 -1
- data/spec/models/post_investor_profiles_individuals_spec.rb +3 -1
- data/spec/models/post_investor_profiles_joints_spec.rb +3 -1
- data/spec/models/post_investor_profiles_trusts_spec.rb +3 -1
- data/spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb +3 -1
- data/spec/models/post_webhooks_request_spec.rb +3 -1
- data/spec/models/{update_investor_request_spec.rb → put_deals_id_investors_spec.rb} +8 -12
- data/spec/models/put_deals_id_script_tag_environment_request_spec.rb +3 -1
- data/spec/models/put_webhooks_id_request_spec.rb +3 -1
- data/spec/models/v1_entities_address_spec.rb +3 -1
- data/spec/models/v1_entities_addresses_spec.rb +3 -1
- data/spec/models/v1_entities_attachment_spec.rb +3 -1
- data/spec/models/v1_entities_background_check_search_spec.rb +3 -1
- data/spec/models/v1_entities_bulk_upload_detail_spec.rb +3 -1
- data/spec/models/v1_entities_bulk_upload_details_spec.rb +3 -1
- data/spec/models/v1_entities_bulk_upload_spec.rb +7 -1
- data/spec/models/v1_entities_bulk_uploads_spec.rb +3 -1
- data/spec/models/v1_entities_company_deal_spec.rb +3 -1
- data/spec/models/v1_entities_company_deals_spec.rb +3 -1
- data/spec/models/v1_entities_company_spec.rb +3 -1
- data/spec/models/v1_entities_countries_spec.rb +3 -1
- data/spec/models/v1_entities_country_spec.rb +3 -1
- data/spec/models/v1_entities_deal_enterprise_spec.rb +3 -1
- data/spec/models/v1_entities_deal_funding_metrics_spec.rb +3 -1
- data/spec/models/v1_entities_deal_investor_metrics_spec.rb +3 -1
- data/spec/models/v1_entities_deal_issuer_spec.rb +3 -1
- data/spec/models/v1_entities_deal_setup_spec.rb +3 -1
- data/spec/models/v1_entities_deal_setup_user_spec.rb +3 -1
- data/spec/models/v1_entities_deal_spec.rb +3 -1
- data/spec/models/v1_entities_deals_spec.rb +3 -1
- data/spec/models/v1_entities_dividend_spec.rb +54 -0
- data/spec/models/v1_entities_dividends_spec.rb +36 -0
- data/spec/models/v1_entities_express_wire_instruction_spec.rb +3 -1
- data/spec/models/v1_entities_express_wire_instructions_spec.rb +3 -1
- data/spec/models/v1_entities_generic_response_spec.rb +3 -1
- data/spec/models/v1_entities_investor_otp_access_link_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_address_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_corporation_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_fields_corporation_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_fields_trust_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_individual_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_item_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_joint_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_owner_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profile_trust_spec.rb +3 -1
- data/spec/models/v1_entities_investor_profiles_spec.rb +3 -1
- data/spec/models/v1_entities_investor_spec.rb +3 -1
- data/spec/models/v1_entities_investor_user_spec.rb +3 -1
- data/spec/models/v1_entities_investors_spec.rb +3 -1
- data/spec/models/v1_entities_presigned_url_result_spec.rb +3 -1
- data/spec/models/v1_entities_shareholder_spec.rb +3 -1
- data/spec/models/v1_entities_shareholders_spec.rb +3 -1
- data/spec/models/v1_entities_shareholders_tags_spec.rb +3 -1
- data/spec/models/v1_entities_state_spec.rb +3 -1
- data/spec/models/v1_entities_subscription_agreement_spec.rb +3 -1
- data/spec/models/v1_entities_webhooks_deal_spec.rb +3 -1
- data/spec/models/v1_entities_webhooks_security_token_spec.rb +3 -1
- data/spec/models/v1_entities_webhooks_subscription_deal_spec.rb +3 -1
- data/spec/models/v1_entities_webhooks_subscription_deals_spec.rb +3 -1
- data/spec/models/v1_entities_webhooks_subscription_spec.rb +3 -1
- metadata +87 -79
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::Add506cDocumentRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of Add506cDocumentRequest' do
|
|
24
24
|
it 'should create an instance of Add506cDocumentRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::Add506cDocumentRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "file"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::AddDocumentRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of AddDocumentRequest' do
|
|
24
24
|
it 'should create an instance of AddDocumentRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::AddDocumentRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "type"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::BulkUploadInvestorsRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of BulkUploadInvestorsRequest' do
|
|
24
24
|
it 'should create an instance of BulkUploadInvestorsRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::BulkUploadInvestorsRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "import_file"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::CreateBulkUploadDetailRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CreateBulkUploadDetailRequest' do
|
|
24
24
|
it 'should create an instance of CreateBulkUploadDetailRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::CreateBulkUploadDetailRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "file_key"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::CreateBulkUploadRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CreateBulkUploadRequest' do
|
|
24
24
|
it 'should create an instance of CreateBulkUploadRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::CreateBulkUploadRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "file_identifier"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::CreateCompanyRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CreateCompanyRequest' do
|
|
24
24
|
it 'should create an instance of CreateCompanyRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::CreateCompanyRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "name"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::CreateDealSetupRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CreateDealSetupRequest' do
|
|
24
24
|
it 'should create an instance of CreateDealSetupRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::CreateDealSetupRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "invoicing_email"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::CreateShareholderActionRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of CreateShareholderActionRequest' do
|
|
24
24
|
it 'should create an instance of CreateShareholderActionRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::CreateShareholderActionRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "request_type"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::EditInvestorTagsRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of EditInvestorTagsRequest' do
|
|
24
24
|
it 'should create an instance of EditInvestorTagsRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::EditInvestorTagsRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "tags"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::GenerateUrlRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of GenerateUrlRequest' do
|
|
24
24
|
it 'should create an instance of GenerateUrlRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::GenerateUrlRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "filename"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PatchInvestorProfilesCorporationsBeneficialOwnersInner do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PatchInvestorProfilesCorporationsBeneficialOwnersInner' do
|
|
24
24
|
it 'should create an instance of PatchInvestorProfilesCorporationsBeneficialOwnersInner' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesCorporationsBeneficialOwnersInner)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "index"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PatchInvestorProfilesCorporations do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PatchInvestorProfilesCorporations' do
|
|
24
24
|
it 'should create an instance of PatchInvestorProfilesCorporations' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesCorporations)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "us_accredited_category"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PatchInvestorProfilesIndividuals do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PatchInvestorProfilesIndividuals' do
|
|
24
24
|
it 'should create an instance of PatchInvestorProfilesIndividuals' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesIndividuals)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "us_accredited_category"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PatchInvestorProfilesJoints do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PatchInvestorProfilesJoints' do
|
|
24
24
|
it 'should create an instance of PatchInvestorProfilesJoints' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesJoints)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "us_accredited_category"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PatchInvestorProfilesTrusts do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PatchInvestorProfilesTrusts' do
|
|
24
24
|
it 'should create an instance of PatchInvestorProfilesTrusts' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesTrusts)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "us_accredited_category"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PatchInvestorRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PatchInvestorRequest' do
|
|
24
24
|
it 'should create an instance of PatchInvestorRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "investor_profile_id"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -14,17 +14,19 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for DealMakerAPI::
|
|
17
|
+
# Unit tests for DealMakerAPI::PostDealsIdInvestors
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe DealMakerAPI::
|
|
21
|
-
let(:instance) { DealMakerAPI::
|
|
20
|
+
describe DealMakerAPI::PostDealsIdInvestors do
|
|
21
|
+
let(:instance) { DealMakerAPI::PostDealsIdInvestors.new }
|
|
22
22
|
|
|
23
|
-
describe 'test an instance of
|
|
24
|
-
it 'should create an instance of
|
|
25
|
-
|
|
23
|
+
describe 'test an instance of PostDealsIdInvestors' do
|
|
24
|
+
it 'should create an instance of PostDealsIdInvestors' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostDealsIdInvestors)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "email"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -85,12 +87,6 @@ describe DealMakerAPI::CreateInvestorRequest do
|
|
|
85
87
|
end
|
|
86
88
|
end
|
|
87
89
|
|
|
88
|
-
describe 'test attribute "investment_value"' do
|
|
89
|
-
it 'should work' do
|
|
90
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
91
|
-
end
|
|
92
|
-
end
|
|
93
|
-
|
|
94
90
|
describe 'test attribute "allocation_unit"' do
|
|
95
91
|
it 'should work' do
|
|
96
92
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PostInvestorProfilesCorporationsBeneficialOwnersInner do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PostInvestorProfilesCorporationsBeneficialOwnersInner' do
|
|
24
24
|
it 'should create an instance of PostInvestorProfilesCorporationsBeneficialOwnersInner' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesCorporationsBeneficialOwnersInner)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "first_name"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PostInvestorProfilesCorporations do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PostInvestorProfilesCorporations' do
|
|
24
24
|
it 'should create an instance of PostInvestorProfilesCorporations' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesCorporations)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "email"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PostInvestorProfilesIndividuals do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PostInvestorProfilesIndividuals' do
|
|
24
24
|
it 'should create an instance of PostInvestorProfilesIndividuals' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesIndividuals)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "email"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PostInvestorProfilesJoints do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PostInvestorProfilesJoints' do
|
|
24
24
|
it 'should create an instance of PostInvestorProfilesJoints' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesJoints)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "email"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PostInvestorProfilesTrusts do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PostInvestorProfilesTrusts' do
|
|
24
24
|
it 'should create an instance of PostInvestorProfilesTrusts' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesTrusts)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "email"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PostInvestorProfilesTrustsTrusteesInner do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PostInvestorProfilesTrustsTrusteesInner' do
|
|
24
24
|
it 'should create an instance of PostInvestorProfilesTrustsTrusteesInner' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesTrustsTrusteesInner)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "first_name"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PostWebhooksRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PostWebhooksRequest' do
|
|
24
24
|
it 'should create an instance of PostWebhooksRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PostWebhooksRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "name"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -14,17 +14,19 @@ require 'spec_helper'
|
|
|
14
14
|
require 'json'
|
|
15
15
|
require 'date'
|
|
16
16
|
|
|
17
|
-
# Unit tests for DealMakerAPI::
|
|
17
|
+
# Unit tests for DealMakerAPI::PutDealsIdInvestors
|
|
18
18
|
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
|
19
19
|
# Please update as you see appropriate
|
|
20
|
-
describe DealMakerAPI::
|
|
21
|
-
let(:instance) { DealMakerAPI::
|
|
20
|
+
describe DealMakerAPI::PutDealsIdInvestors do
|
|
21
|
+
let(:instance) { DealMakerAPI::PutDealsIdInvestors.new }
|
|
22
22
|
|
|
23
|
-
describe 'test an instance of
|
|
24
|
-
it 'should create an instance of
|
|
25
|
-
|
|
23
|
+
describe 'test an instance of PutDealsIdInvestors' do
|
|
24
|
+
it 'should create an instance of PutDealsIdInvestors' do
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PutDealsIdInvestors)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "warrant_expiry_date"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -53,12 +55,6 @@ describe DealMakerAPI::UpdateInvestorRequest do
|
|
|
53
55
|
end
|
|
54
56
|
end
|
|
55
57
|
|
|
56
|
-
describe 'test attribute "investment_value"' do
|
|
57
|
-
it 'should work' do
|
|
58
|
-
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
59
|
-
end
|
|
60
|
-
end
|
|
61
|
-
|
|
62
58
|
describe 'test attribute "notes"' do
|
|
63
59
|
it 'should work' do
|
|
64
60
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PutDealsIdScriptTagEnvironmentRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PutDealsIdScriptTagEnvironmentRequest' do
|
|
24
24
|
it 'should create an instance of PutDealsIdScriptTagEnvironmentRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PutDealsIdScriptTagEnvironmentRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "is_production"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::PutWebhooksIdRequest do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of PutWebhooksIdRequest' do
|
|
24
24
|
it 'should create an instance of PutWebhooksIdRequest' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::PutWebhooksIdRequest)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "name"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesAddress do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesAddress' do
|
|
24
24
|
it 'should create an instance of V1EntitiesAddress' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesAddress)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "street"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesAddresses do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesAddresses' do
|
|
24
24
|
it 'should create an instance of V1EntitiesAddresses' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesAddresses)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "items"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesAttachment do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesAttachment' do
|
|
24
24
|
it 'should create an instance of V1EntitiesAttachment' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesAttachment)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "id"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesBackgroundCheckSearch do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesBackgroundCheckSearch' do
|
|
24
24
|
it 'should create an instance of V1EntitiesBackgroundCheckSearch' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBackgroundCheckSearch)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "external_id"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesBulkUploadDetail do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesBulkUploadDetail' do
|
|
24
24
|
it 'should create an instance of V1EntitiesBulkUploadDetail' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBulkUploadDetail)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "id"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesBulkUploadDetails do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesBulkUploadDetails' do
|
|
24
24
|
it 'should create an instance of V1EntitiesBulkUploadDetails' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBulkUploadDetails)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "items"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesBulkUpload do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesBulkUpload' do
|
|
24
24
|
it 'should create an instance of V1EntitiesBulkUpload' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBulkUpload)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "id"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -46,6 +48,10 @@ describe DealMakerAPI::V1EntitiesBulkUpload do
|
|
|
46
48
|
describe 'test attribute "document_type"' do
|
|
47
49
|
it 'should work' do
|
|
48
50
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
51
|
+
# validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["drs_statement", "shareholder_statement", "book_entry_statement", "dividend_statement"])
|
|
52
|
+
# validator.allowable_values.each do |value|
|
|
53
|
+
# expect { instance.document_type = value }.not_to raise_error
|
|
54
|
+
# end
|
|
49
55
|
end
|
|
50
56
|
end
|
|
51
57
|
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesBulkUploads do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesBulkUploads' do
|
|
24
24
|
it 'should create an instance of V1EntitiesBulkUploads' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBulkUploads)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "items"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesCompanyDeal do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesCompanyDeal' do
|
|
24
24
|
it 'should create an instance of V1EntitiesCompanyDeal' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesCompanyDeal)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "id"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesCompanyDeals do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesCompanyDeals' do
|
|
24
24
|
it 'should create an instance of V1EntitiesCompanyDeals' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesCompanyDeals)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "items"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesCompany do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesCompany' do
|
|
24
24
|
it 'should create an instance of V1EntitiesCompany' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesCompany)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "id"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesCountries do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesCountries' do
|
|
24
24
|
it 'should create an instance of V1EntitiesCountries' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesCountries)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "items"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|
|
@@ -22,9 +22,11 @@ describe DealMakerAPI::V1EntitiesCountry do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesCountry' do
|
|
24
24
|
it 'should create an instance of V1EntitiesCountry' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesCountry)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "country"' do
|
|
29
31
|
it 'should work' do
|
|
30
32
|
# assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
|