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::V1EntitiesShareholders do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesShareholders' do
|
|
24
24
|
it 'should create an instance of V1EntitiesShareholders' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesShareholders)
|
|
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::V1EntitiesShareholdersTags do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesShareholdersTags' do
|
|
24
24
|
it 'should create an instance of V1EntitiesShareholdersTags' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesShareholdersTags)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "tag_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::V1EntitiesState do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesState' do
|
|
24
24
|
it 'should create an instance of V1EntitiesState' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesState)
|
|
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::V1EntitiesSubscriptionAgreement do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesSubscriptionAgreement' do
|
|
24
24
|
it 'should create an instance of V1EntitiesSubscriptionAgreement' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesSubscriptionAgreement)
|
|
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::V1EntitiesWebhooksDeal do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesWebhooksDeal' do
|
|
24
24
|
it 'should create an instance of V1EntitiesWebhooksDeal' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesWebhooksDeal)
|
|
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::V1EntitiesWebhooksSecurityToken do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesWebhooksSecurityToken' do
|
|
24
24
|
it 'should create an instance of V1EntitiesWebhooksSecurityToken' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesWebhooksSecurityToken)
|
|
26
27
|
end
|
|
27
28
|
end
|
|
29
|
+
|
|
28
30
|
describe 'test attribute "security_token"' 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::V1EntitiesWebhooksSubscriptionDeal do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesWebhooksSubscriptionDeal' do
|
|
24
24
|
it 'should create an instance of V1EntitiesWebhooksSubscriptionDeal' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesWebhooksSubscriptionDeal)
|
|
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::V1EntitiesWebhooksSubscriptionDeals do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesWebhooksSubscriptionDeals' do
|
|
24
24
|
it 'should create an instance of V1EntitiesWebhooksSubscriptionDeals' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesWebhooksSubscriptionDeals)
|
|
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::V1EntitiesWebhooksSubscription do
|
|
|
22
22
|
|
|
23
23
|
describe 'test an instance of V1EntitiesWebhooksSubscription' do
|
|
24
24
|
it 'should create an instance of V1EntitiesWebhooksSubscription' do
|
|
25
|
-
|
|
25
|
+
# uncomment below to test the instance creation
|
|
26
|
+
#expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesWebhooksSubscription)
|
|
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/
|
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.
|
|
4
|
+
version: 0.88.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- DealMaker
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: typhoeus
|
|
@@ -70,7 +70,6 @@ files:
|
|
|
70
70
|
- docs/CreateBulkUploadRequest.md
|
|
71
71
|
- docs/CreateCompanyRequest.md
|
|
72
72
|
- docs/CreateDealSetupRequest.md
|
|
73
|
-
- docs/CreateInvestorRequest.md
|
|
74
73
|
- docs/CreateShareholderActionRequest.md
|
|
75
74
|
- docs/DealApi.md
|
|
76
75
|
- docs/DealSetupApi.md
|
|
@@ -86,6 +85,7 @@ files:
|
|
|
86
85
|
- docs/PatchInvestorProfilesJoints.md
|
|
87
86
|
- docs/PatchInvestorProfilesTrusts.md
|
|
88
87
|
- docs/PatchInvestorRequest.md
|
|
88
|
+
- docs/PostDealsIdInvestors.md
|
|
89
89
|
- docs/PostInvestorProfilesCorporations.md
|
|
90
90
|
- docs/PostInvestorProfilesCorporationsBeneficialOwnersInner.md
|
|
91
91
|
- docs/PostInvestorProfilesIndividuals.md
|
|
@@ -93,10 +93,10 @@ files:
|
|
|
93
93
|
- docs/PostInvestorProfilesTrusts.md
|
|
94
94
|
- docs/PostInvestorProfilesTrustsTrusteesInner.md
|
|
95
95
|
- docs/PostWebhooksRequest.md
|
|
96
|
+
- docs/PutDealsIdInvestors.md
|
|
96
97
|
- docs/PutDealsIdScriptTagEnvironmentRequest.md
|
|
97
98
|
- docs/PutWebhooksIdRequest.md
|
|
98
99
|
- docs/ShareholderApi.md
|
|
99
|
-
- docs/UpdateInvestorRequest.md
|
|
100
100
|
- docs/UploadApi.md
|
|
101
101
|
- docs/UsersApi.md
|
|
102
102
|
- docs/V1EntitiesAddress.md
|
|
@@ -120,6 +120,8 @@ files:
|
|
|
120
120
|
- docs/V1EntitiesDealSetup.md
|
|
121
121
|
- docs/V1EntitiesDealSetupUser.md
|
|
122
122
|
- docs/V1EntitiesDeals.md
|
|
123
|
+
- docs/V1EntitiesDividend.md
|
|
124
|
+
- docs/V1EntitiesDividends.md
|
|
123
125
|
- docs/V1EntitiesExpressWireInstruction.md
|
|
124
126
|
- docs/V1EntitiesExpressWireInstructions.md
|
|
125
127
|
- docs/V1EntitiesGenericResponse.md
|
|
@@ -175,7 +177,6 @@ files:
|
|
|
175
177
|
- lib/DealMakerAPI/models/create_bulk_upload_request.rb
|
|
176
178
|
- lib/DealMakerAPI/models/create_company_request.rb
|
|
177
179
|
- lib/DealMakerAPI/models/create_deal_setup_request.rb
|
|
178
|
-
- lib/DealMakerAPI/models/create_investor_request.rb
|
|
179
180
|
- lib/DealMakerAPI/models/create_shareholder_action_request.rb
|
|
180
181
|
- lib/DealMakerAPI/models/edit_investor_tags_request.rb
|
|
181
182
|
- lib/DealMakerAPI/models/generate_url_request.rb
|
|
@@ -185,6 +186,7 @@ files:
|
|
|
185
186
|
- lib/DealMakerAPI/models/patch_investor_profiles_joints.rb
|
|
186
187
|
- lib/DealMakerAPI/models/patch_investor_profiles_trusts.rb
|
|
187
188
|
- lib/DealMakerAPI/models/patch_investor_request.rb
|
|
189
|
+
- lib/DealMakerAPI/models/post_deals_id_investors.rb
|
|
188
190
|
- lib/DealMakerAPI/models/post_investor_profiles_corporations.rb
|
|
189
191
|
- lib/DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner.rb
|
|
190
192
|
- lib/DealMakerAPI/models/post_investor_profiles_individuals.rb
|
|
@@ -192,9 +194,9 @@ files:
|
|
|
192
194
|
- lib/DealMakerAPI/models/post_investor_profiles_trusts.rb
|
|
193
195
|
- lib/DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner.rb
|
|
194
196
|
- lib/DealMakerAPI/models/post_webhooks_request.rb
|
|
197
|
+
- lib/DealMakerAPI/models/put_deals_id_investors.rb
|
|
195
198
|
- lib/DealMakerAPI/models/put_deals_id_script_tag_environment_request.rb
|
|
196
199
|
- lib/DealMakerAPI/models/put_webhooks_id_request.rb
|
|
197
|
-
- lib/DealMakerAPI/models/update_investor_request.rb
|
|
198
200
|
- lib/DealMakerAPI/models/v1_entities_address.rb
|
|
199
201
|
- lib/DealMakerAPI/models/v1_entities_addresses.rb
|
|
200
202
|
- lib/DealMakerAPI/models/v1_entities_attachment.rb
|
|
@@ -216,6 +218,8 @@ files:
|
|
|
216
218
|
- lib/DealMakerAPI/models/v1_entities_deal_setup.rb
|
|
217
219
|
- lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb
|
|
218
220
|
- lib/DealMakerAPI/models/v1_entities_deals.rb
|
|
221
|
+
- lib/DealMakerAPI/models/v1_entities_dividend.rb
|
|
222
|
+
- lib/DealMakerAPI/models/v1_entities_dividends.rb
|
|
219
223
|
- lib/DealMakerAPI/models/v1_entities_express_wire_instruction.rb
|
|
220
224
|
- lib/DealMakerAPI/models/v1_entities_express_wire_instructions.rb
|
|
221
225
|
- lib/DealMakerAPI/models/v1_entities_generic_response.rb
|
|
@@ -269,7 +273,6 @@ files:
|
|
|
269
273
|
- spec/models/create_bulk_upload_request_spec.rb
|
|
270
274
|
- spec/models/create_company_request_spec.rb
|
|
271
275
|
- spec/models/create_deal_setup_request_spec.rb
|
|
272
|
-
- spec/models/create_investor_request_spec.rb
|
|
273
276
|
- spec/models/create_shareholder_action_request_spec.rb
|
|
274
277
|
- spec/models/edit_investor_tags_request_spec.rb
|
|
275
278
|
- spec/models/generate_url_request_spec.rb
|
|
@@ -279,6 +282,7 @@ files:
|
|
|
279
282
|
- spec/models/patch_investor_profiles_joints_spec.rb
|
|
280
283
|
- spec/models/patch_investor_profiles_trusts_spec.rb
|
|
281
284
|
- spec/models/patch_investor_request_spec.rb
|
|
285
|
+
- spec/models/post_deals_id_investors_spec.rb
|
|
282
286
|
- spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb
|
|
283
287
|
- spec/models/post_investor_profiles_corporations_spec.rb
|
|
284
288
|
- spec/models/post_investor_profiles_individuals_spec.rb
|
|
@@ -286,9 +290,9 @@ files:
|
|
|
286
290
|
- spec/models/post_investor_profiles_trusts_spec.rb
|
|
287
291
|
- spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
|
|
288
292
|
- spec/models/post_webhooks_request_spec.rb
|
|
293
|
+
- spec/models/put_deals_id_investors_spec.rb
|
|
289
294
|
- spec/models/put_deals_id_script_tag_environment_request_spec.rb
|
|
290
295
|
- spec/models/put_webhooks_id_request_spec.rb
|
|
291
|
-
- spec/models/update_investor_request_spec.rb
|
|
292
296
|
- spec/models/v1_entities_address_spec.rb
|
|
293
297
|
- spec/models/v1_entities_addresses_spec.rb
|
|
294
298
|
- spec/models/v1_entities_attachment_spec.rb
|
|
@@ -310,6 +314,8 @@ files:
|
|
|
310
314
|
- spec/models/v1_entities_deal_setup_user_spec.rb
|
|
311
315
|
- spec/models/v1_entities_deal_spec.rb
|
|
312
316
|
- spec/models/v1_entities_deals_spec.rb
|
|
317
|
+
- spec/models/v1_entities_dividend_spec.rb
|
|
318
|
+
- spec/models/v1_entities_dividends_spec.rb
|
|
313
319
|
- spec/models/v1_entities_express_wire_instruction_spec.rb
|
|
314
320
|
- spec/models/v1_entities_express_wire_instructions_spec.rb
|
|
315
321
|
- spec/models/v1_entities_generic_response_spec.rb
|
|
@@ -367,97 +373,99 @@ signing_key:
|
|
|
367
373
|
specification_version: 4
|
|
368
374
|
summary: A ruby wrapper for the DealMaker API
|
|
369
375
|
test_files:
|
|
376
|
+
- spec/api/deal_setup_api_spec.rb
|
|
370
377
|
- spec/api/deal_api_spec.rb
|
|
378
|
+
- spec/api/shareholder_api_spec.rb
|
|
379
|
+
- spec/api/country_api_spec.rb
|
|
380
|
+
- spec/api/company_api_spec.rb
|
|
381
|
+
- spec/api/upload_api_spec.rb
|
|
382
|
+
- spec/api/users_api_spec.rb
|
|
371
383
|
- spec/api/deals_api_spec.rb
|
|
372
384
|
- spec/api/investor_profile_api_spec.rb
|
|
373
|
-
- spec/api/users_api_spec.rb
|
|
374
385
|
- spec/api/default_api_spec.rb
|
|
375
386
|
- spec/api/investor_api_spec.rb
|
|
376
|
-
- spec/api/shareholder_api_spec.rb
|
|
377
|
-
- spec/api/company_api_spec.rb
|
|
378
|
-
- spec/api/upload_api_spec.rb
|
|
379
|
-
- spec/api/country_api_spec.rb
|
|
380
|
-
- spec/api/deal_setup_api_spec.rb
|
|
381
387
|
- spec/api_client_spec.rb
|
|
382
388
|
- spec/configuration_spec.rb
|
|
383
|
-
- spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb
|
|
384
389
|
- spec/models/v1_entities_shareholders_spec.rb
|
|
385
|
-
- spec/models/
|
|
386
|
-
- spec/models/
|
|
387
|
-
- spec/models/
|
|
388
|
-
- spec/models/
|
|
389
|
-
- spec/models/
|
|
390
|
-
- spec/models/
|
|
391
|
-
- spec/models/
|
|
392
|
-
- spec/models/
|
|
393
|
-
- spec/models/
|
|
394
|
-
- spec/models/
|
|
395
|
-
- spec/models/
|
|
396
|
-
- spec/models/v1_entities_bulk_upload_spec.rb
|
|
397
|
-
- spec/models/create_bulk_upload_request_spec.rb
|
|
398
|
-
- spec/models/v1_entities_country_spec.rb
|
|
399
|
-
- spec/models/v1_entities_investor_profile_owner_spec.rb
|
|
400
|
-
- spec/models/v1_entities_shareholders_tags_spec.rb
|
|
401
|
-
- spec/models/v1_entities_attachment_spec.rb
|
|
390
|
+
- spec/models/post_investor_profiles_joints_spec.rb
|
|
391
|
+
- spec/models/v1_entities_investor_profile_fields_trust_spec.rb
|
|
392
|
+
- spec/models/v1_entities_investor_profile_joint_spec.rb
|
|
393
|
+
- spec/models/patch_investor_profiles_joints_spec.rb
|
|
394
|
+
- spec/models/v1_entities_investor_otp_access_link_spec.rb
|
|
395
|
+
- spec/models/v1_entities_deal_setup_user_spec.rb
|
|
396
|
+
- spec/models/v1_entities_shareholder_spec.rb
|
|
397
|
+
- spec/models/patch_investor_profiles_trusts_spec.rb
|
|
398
|
+
- spec/models/patch_investor_request_spec.rb
|
|
399
|
+
- spec/models/add_document_request_spec.rb
|
|
400
|
+
- spec/models/post_investor_profiles_individuals_spec.rb
|
|
402
401
|
- spec/models/put_webhooks_id_request_spec.rb
|
|
403
|
-
- spec/models/
|
|
404
|
-
- spec/models/post_investor_profiles_corporations_spec.rb
|
|
402
|
+
- spec/models/v1_entities_country_spec.rb
|
|
405
403
|
- spec/models/v1_entities_bulk_uploads_spec.rb
|
|
404
|
+
- spec/models/v1_entities_dividends_spec.rb
|
|
405
|
+
- spec/models/edit_investor_tags_request_spec.rb
|
|
406
|
+
- spec/models/post_webhooks_request_spec.rb
|
|
407
|
+
- spec/models/patch_investor_profiles_corporations_spec.rb
|
|
408
|
+
- spec/models/v1_entities_company_deals_spec.rb
|
|
409
|
+
- spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
|
|
410
|
+
- spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb
|
|
411
|
+
- spec/models/v1_entities_webhooks_deal_spec.rb
|
|
412
|
+
- spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb
|
|
413
|
+
- spec/models/v1_entities_deal_investor_metrics_spec.rb
|
|
406
414
|
- spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb
|
|
407
|
-
- spec/models/v1_entities_express_wire_instructions_spec.rb
|
|
408
|
-
- spec/models/v1_entities_background_check_search_spec.rb
|
|
409
415
|
- spec/models/put_deals_id_script_tag_environment_request_spec.rb
|
|
410
|
-
- spec/models/
|
|
416
|
+
- spec/models/v1_entities_deal_issuer_spec.rb
|
|
417
|
+
- spec/models/v1_entities_investor_profile_owner_spec.rb
|
|
411
418
|
- spec/models/v1_entities_investor_user_spec.rb
|
|
419
|
+
- spec/models/v1_entities_subscription_agreement_spec.rb
|
|
420
|
+
- spec/models/v1_entities_express_wire_instruction_spec.rb
|
|
421
|
+
- spec/models/v1_entities_webhooks_subscription_deal_spec.rb
|
|
422
|
+
- spec/models/v1_entities_background_check_search_spec.rb
|
|
423
|
+
- spec/models/v1_entities_investor_profile_corporation_spec.rb
|
|
424
|
+
- spec/models/v1_entities_deal_setup_spec.rb
|
|
425
|
+
- spec/models/v1_entities_generic_response_spec.rb
|
|
426
|
+
- spec/models/v1_entities_investor_profile_individual_spec.rb
|
|
427
|
+
- spec/models/v1_entities_bulk_upload_detail_spec.rb
|
|
428
|
+
- spec/models/v1_entities_dividend_spec.rb
|
|
429
|
+
- spec/models/v1_entities_address_spec.rb
|
|
412
430
|
- spec/models/v1_entities_company_spec.rb
|
|
413
|
-
- spec/models/
|
|
431
|
+
- spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb
|
|
432
|
+
- spec/models/v1_entities_investor_profile_item_spec.rb
|
|
433
|
+
- spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb
|
|
434
|
+
- spec/models/v1_entities_express_wire_instructions_spec.rb
|
|
414
435
|
- spec/models/create_company_request_spec.rb
|
|
415
|
-
- spec/models/v1_entities_bulk_upload_detail_spec.rb
|
|
416
|
-
- spec/models/post_investor_profiles_individuals_spec.rb
|
|
417
|
-
- spec/models/v1_entities_state_spec.rb
|
|
418
|
-
- spec/models/v1_entities_deal_setup_user_spec.rb
|
|
419
436
|
- spec/models/v1_entities_deals_spec.rb
|
|
420
|
-
- spec/models/
|
|
421
|
-
- spec/models/v1_entities_shareholder_spec.rb
|
|
422
|
-
- spec/models/create_deal_setup_request_spec.rb
|
|
423
|
-
- spec/models/v1_entities_investor_profile_fields_corporation_spec.rb
|
|
424
|
-
- spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb
|
|
425
|
-
- spec/models/v1_entities_investor_profile_corporation_spec.rb
|
|
426
|
-
- spec/models/v1_entities_investor_otp_access_link_spec.rb
|
|
437
|
+
- spec/models/v1_entities_webhooks_security_token_spec.rb
|
|
427
438
|
- spec/models/create_shareholder_action_request_spec.rb
|
|
428
|
-
- spec/models/
|
|
429
|
-
- spec/models/
|
|
430
|
-
- spec/models/
|
|
431
|
-
- spec/models/
|
|
432
|
-
- spec/models/
|
|
433
|
-
- spec/models/
|
|
434
|
-
- spec/models/
|
|
435
|
-
- spec/models/
|
|
436
|
-
- spec/models/
|
|
439
|
+
- spec/models/post_investor_profiles_corporations_spec.rb
|
|
440
|
+
- spec/models/v1_entities_webhooks_subscription_deals_spec.rb
|
|
441
|
+
- spec/models/v1_entities_countries_spec.rb
|
|
442
|
+
- spec/models/v1_entities_shareholders_tags_spec.rb
|
|
443
|
+
- spec/models/v1_entities_attachment_spec.rb
|
|
444
|
+
- spec/models/post_deals_id_investors_spec.rb
|
|
445
|
+
- spec/models/create_bulk_upload_detail_request_spec.rb
|
|
446
|
+
- spec/models/create_deal_setup_request_spec.rb
|
|
447
|
+
- spec/models/v1_entities_webhooks_subscription_spec.rb
|
|
437
448
|
- spec/models/v1_entities_investors_spec.rb
|
|
438
|
-
- spec/models/v1_entities_investor_profiles_spec.rb
|
|
439
|
-
- spec/models/create_investor_request_spec.rb
|
|
440
|
-
- spec/models/v1_entities_presigned_url_result_spec.rb
|
|
441
|
-
- spec/models/v1_entities_webhooks_security_token_spec.rb
|
|
442
449
|
- spec/models/v1_entities_deal_enterprise_spec.rb
|
|
443
|
-
- spec/models/
|
|
444
|
-
- spec/models/
|
|
450
|
+
- spec/models/v1_entities_deal_funding_metrics_spec.rb
|
|
451
|
+
- spec/models/v1_entities_bulk_upload_details_spec.rb
|
|
452
|
+
- spec/models/v1_entities_bulk_upload_spec.rb
|
|
453
|
+
- spec/models/v1_entities_investor_profiles_spec.rb
|
|
454
|
+
- spec/models/add506c_document_request_spec.rb
|
|
455
|
+
- spec/models/v1_entities_investor_spec.rb
|
|
456
|
+
- spec/models/generate_url_request_spec.rb
|
|
457
|
+
- spec/models/v1_entities_company_deal_spec.rb
|
|
458
|
+
- spec/models/put_deals_id_investors_spec.rb
|
|
445
459
|
- spec/models/v1_entities_deal_spec.rb
|
|
446
|
-
- spec/models/
|
|
460
|
+
- spec/models/post_investor_profiles_trusts_spec.rb
|
|
461
|
+
- spec/models/v1_entities_state_spec.rb
|
|
462
|
+
- spec/models/v1_entities_investor_profile_address_spec.rb
|
|
463
|
+
- spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb
|
|
447
464
|
- spec/models/patch_investor_profiles_individuals_spec.rb
|
|
448
|
-
- spec/models/
|
|
449
|
-
- spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
|
|
450
|
-
- spec/models/post_investor_profiles_joints_spec.rb
|
|
451
|
-
- spec/models/v1_entities_express_wire_instruction_spec.rb
|
|
452
|
-
- spec/models/v1_entities_webhooks_subscription_spec.rb
|
|
453
|
-
- spec/models/add_document_request_spec.rb
|
|
454
|
-
- spec/models/create_bulk_upload_detail_request_spec.rb
|
|
455
|
-
- spec/models/v1_entities_investor_profile_individual_spec.rb
|
|
456
|
-
- spec/models/patch_investor_profiles_trusts_spec.rb
|
|
457
|
-
- spec/models/add506c_document_request_spec.rb
|
|
465
|
+
- spec/models/v1_entities_presigned_url_result_spec.rb
|
|
458
466
|
- spec/models/v1_entities_addresses_spec.rb
|
|
459
|
-
- spec/models/
|
|
460
|
-
- spec/models/
|
|
461
|
-
- spec/models/
|
|
462
|
-
- spec/models/
|
|
467
|
+
- spec/models/v1_entities_investor_profile_trust_spec.rb
|
|
468
|
+
- spec/models/create_bulk_upload_request_spec.rb
|
|
469
|
+
- spec/models/bulk_upload_investors_request_spec.rb
|
|
470
|
+
- spec/models/v1_entities_investor_profile_fields_corporation_spec.rb
|
|
463
471
|
- spec/spec_helper.rb
|