DealMakerAPI 0.86.1 → 0.88.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (207) hide show
  1. checksums.yaml +4 -4
  2. data/DealMakerAPI.gemspec +1 -1
  3. data/README.md +10 -7
  4. data/docs/CompanyApi.md +67 -0
  5. data/docs/CreateShareholderActionRequest.md +3 -1
  6. data/docs/DealApi.md +0 -71
  7. data/docs/InvestorApi.md +83 -14
  8. data/docs/{CreateInvestorRequest.md → PostDealsIdInvestors.md} +2 -4
  9. data/docs/{UpdateInvestorRequest.md → PutDealsIdInvestors.md} +2 -4
  10. data/docs/V1EntitiesBulkUpload.md +1 -1
  11. data/docs/V1EntitiesDividend.md +24 -0
  12. data/docs/V1EntitiesDividends.md +18 -0
  13. data/lib/DealMakerAPI/api/company_api.rb +64 -1
  14. data/lib/DealMakerAPI/api/country_api.rb +1 -1
  15. data/lib/DealMakerAPI/api/deal_api.rb +1 -67
  16. data/lib/DealMakerAPI/api/deal_setup_api.rb +1 -1
  17. data/lib/DealMakerAPI/api/deals_api.rb +1 -1
  18. data/lib/DealMakerAPI/api/default_api.rb +1 -1
  19. data/lib/DealMakerAPI/api/investor_api.rb +95 -16
  20. data/lib/DealMakerAPI/api/investor_profile_api.rb +1 -1
  21. data/lib/DealMakerAPI/api/shareholder_api.rb +1 -1
  22. data/lib/DealMakerAPI/api/upload_api.rb +1 -1
  23. data/lib/DealMakerAPI/api/users_api.rb +1 -1
  24. data/lib/DealMakerAPI/api_client.rb +1 -1
  25. data/lib/DealMakerAPI/api_error.rb +1 -1
  26. data/lib/DealMakerAPI/configuration.rb +1 -1
  27. data/lib/DealMakerAPI/models/add506c_document_request.rb +1 -1
  28. data/lib/DealMakerAPI/models/add_document_request.rb +1 -1
  29. data/lib/DealMakerAPI/models/bulk_upload_investors_request.rb +1 -1
  30. data/lib/DealMakerAPI/models/create_bulk_upload_detail_request.rb +1 -1
  31. data/lib/DealMakerAPI/models/create_bulk_upload_request.rb +1 -1
  32. data/lib/DealMakerAPI/models/create_company_request.rb +1 -1
  33. data/lib/DealMakerAPI/models/create_deal_setup_request.rb +1 -1
  34. data/lib/DealMakerAPI/models/create_shareholder_action_request.rb +17 -5
  35. data/lib/DealMakerAPI/models/edit_investor_tags_request.rb +1 -1
  36. data/lib/DealMakerAPI/models/generate_url_request.rb +1 -1
  37. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations.rb +1 -1
  38. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations_beneficial_owners_inner.rb +1 -1
  39. data/lib/DealMakerAPI/models/patch_investor_profiles_individuals.rb +1 -1
  40. data/lib/DealMakerAPI/models/patch_investor_profiles_joints.rb +1 -1
  41. data/lib/DealMakerAPI/models/patch_investor_profiles_trusts.rb +1 -1
  42. data/lib/DealMakerAPI/models/patch_investor_request.rb +1 -1
  43. data/lib/DealMakerAPI/models/{create_investor_request.rb → post_deals_id_investors.rb} +6 -15
  44. data/lib/DealMakerAPI/models/post_investor_profiles_corporations.rb +1 -1
  45. data/lib/DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner.rb +1 -1
  46. data/lib/DealMakerAPI/models/post_investor_profiles_individuals.rb +1 -1
  47. data/lib/DealMakerAPI/models/post_investor_profiles_joints.rb +1 -1
  48. data/lib/DealMakerAPI/models/post_investor_profiles_trusts.rb +1 -1
  49. data/lib/DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner.rb +1 -1
  50. data/lib/DealMakerAPI/models/post_webhooks_request.rb +1 -1
  51. data/lib/DealMakerAPI/models/{update_investor_request.rb → put_deals_id_investors.rb} +6 -15
  52. data/lib/DealMakerAPI/models/put_deals_id_script_tag_environment_request.rb +1 -1
  53. data/lib/DealMakerAPI/models/put_webhooks_id_request.rb +1 -1
  54. data/lib/DealMakerAPI/models/v1_entities_address.rb +1 -1
  55. data/lib/DealMakerAPI/models/v1_entities_addresses.rb +1 -1
  56. data/lib/DealMakerAPI/models/v1_entities_attachment.rb +1 -1
  57. data/lib/DealMakerAPI/models/v1_entities_background_check_search.rb +1 -1
  58. data/lib/DealMakerAPI/models/v1_entities_bulk_upload.rb +36 -2
  59. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_detail.rb +1 -1
  60. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_details.rb +1 -1
  61. data/lib/DealMakerAPI/models/v1_entities_bulk_uploads.rb +1 -1
  62. data/lib/DealMakerAPI/models/v1_entities_company.rb +1 -1
  63. data/lib/DealMakerAPI/models/v1_entities_company_deal.rb +1 -1
  64. data/lib/DealMakerAPI/models/v1_entities_company_deals.rb +1 -1
  65. data/lib/DealMakerAPI/models/v1_entities_countries.rb +1 -1
  66. data/lib/DealMakerAPI/models/v1_entities_country.rb +1 -1
  67. data/lib/DealMakerAPI/models/v1_entities_deal.rb +1 -1
  68. data/lib/DealMakerAPI/models/v1_entities_deal_enterprise.rb +1 -1
  69. data/lib/DealMakerAPI/models/v1_entities_deal_funding_metrics.rb +1 -1
  70. data/lib/DealMakerAPI/models/v1_entities_deal_investor_metrics.rb +1 -1
  71. data/lib/DealMakerAPI/models/v1_entities_deal_issuer.rb +1 -1
  72. data/lib/DealMakerAPI/models/v1_entities_deal_setup.rb +1 -1
  73. data/lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb +1 -1
  74. data/lib/DealMakerAPI/models/v1_entities_deals.rb +1 -1
  75. data/lib/DealMakerAPI/models/v1_entities_dividend.rb +245 -0
  76. data/lib/DealMakerAPI/models/v1_entities_dividends.rb +215 -0
  77. data/lib/DealMakerAPI/models/v1_entities_express_wire_instruction.rb +1 -1
  78. data/lib/DealMakerAPI/models/v1_entities_express_wire_instructions.rb +1 -1
  79. data/lib/DealMakerAPI/models/v1_entities_generic_response.rb +1 -1
  80. data/lib/DealMakerAPI/models/v1_entities_investor.rb +1 -1
  81. data/lib/DealMakerAPI/models/v1_entities_investor_otp_access_link.rb +1 -1
  82. data/lib/DealMakerAPI/models/v1_entities_investor_profile_address.rb +1 -1
  83. data/lib/DealMakerAPI/models/v1_entities_investor_profile_corporation.rb +1 -1
  84. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_account_holder.rb +1 -1
  85. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_beneficial_owner.rb +1 -1
  86. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_corporation.rb +1 -1
  87. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_primary_holder.rb +1 -1
  88. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_signing_officer.rb +1 -1
  89. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trust.rb +1 -1
  90. data/lib/DealMakerAPI/models/v1_entities_investor_profile_individual.rb +1 -1
  91. data/lib/DealMakerAPI/models/v1_entities_investor_profile_item.rb +1 -1
  92. data/lib/DealMakerAPI/models/v1_entities_investor_profile_joint.rb +1 -1
  93. data/lib/DealMakerAPI/models/v1_entities_investor_profile_owner.rb +1 -1
  94. data/lib/DealMakerAPI/models/v1_entities_investor_profile_trust.rb +1 -1
  95. data/lib/DealMakerAPI/models/v1_entities_investor_profiles.rb +1 -1
  96. data/lib/DealMakerAPI/models/v1_entities_investor_user.rb +1 -1
  97. data/lib/DealMakerAPI/models/v1_entities_investors.rb +1 -1
  98. data/lib/DealMakerAPI/models/v1_entities_presigned_url_result.rb +1 -1
  99. data/lib/DealMakerAPI/models/v1_entities_shareholder.rb +1 -1
  100. data/lib/DealMakerAPI/models/v1_entities_shareholders.rb +1 -1
  101. data/lib/DealMakerAPI/models/v1_entities_shareholders_tags.rb +1 -1
  102. data/lib/DealMakerAPI/models/v1_entities_state.rb +1 -1
  103. data/lib/DealMakerAPI/models/v1_entities_subscription_agreement.rb +1 -1
  104. data/lib/DealMakerAPI/models/v1_entities_webhooks_deal.rb +1 -1
  105. data/lib/DealMakerAPI/models/v1_entities_webhooks_security_token.rb +1 -1
  106. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription.rb +1 -1
  107. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deal.rb +1 -1
  108. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deals.rb +1 -1
  109. data/lib/DealMakerAPI/version.rb +2 -2
  110. data/lib/DealMakerAPI.rb +5 -3
  111. data/spec/api/company_api_spec.rb +13 -1
  112. data/spec/api/country_api_spec.rb +1 -1
  113. data/spec/api/deal_api_spec.rb +1 -14
  114. data/spec/api/deal_setup_api_spec.rb +1 -1
  115. data/spec/api/deals_api_spec.rb +1 -1
  116. data/spec/api/default_api_spec.rb +1 -1
  117. data/spec/api/investor_api_spec.rb +17 -3
  118. data/spec/api/investor_profile_api_spec.rb +1 -1
  119. data/spec/api/shareholder_api_spec.rb +1 -1
  120. data/spec/api/upload_api_spec.rb +1 -1
  121. data/spec/api/users_api_spec.rb +1 -1
  122. data/spec/api_client_spec.rb +1 -1
  123. data/spec/configuration_spec.rb +1 -1
  124. data/spec/models/add506c_document_request_spec.rb +4 -2
  125. data/spec/models/add_document_request_spec.rb +4 -2
  126. data/spec/models/bulk_upload_investors_request_spec.rb +4 -2
  127. data/spec/models/create_bulk_upload_detail_request_spec.rb +4 -2
  128. data/spec/models/create_bulk_upload_request_spec.rb +4 -2
  129. data/spec/models/create_company_request_spec.rb +4 -2
  130. data/spec/models/create_deal_setup_request_spec.rb +4 -2
  131. data/spec/models/create_shareholder_action_request_spec.rb +10 -2
  132. data/spec/models/edit_investor_tags_request_spec.rb +4 -2
  133. data/spec/models/generate_url_request_spec.rb +4 -2
  134. data/spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb +4 -2
  135. data/spec/models/patch_investor_profiles_corporations_spec.rb +4 -2
  136. data/spec/models/patch_investor_profiles_individuals_spec.rb +4 -2
  137. data/spec/models/patch_investor_profiles_joints_spec.rb +4 -2
  138. data/spec/models/patch_investor_profiles_trusts_spec.rb +4 -2
  139. data/spec/models/patch_investor_request_spec.rb +4 -2
  140. data/spec/models/{create_investor_request_spec.rb → post_deals_id_investors_spec.rb} +9 -13
  141. data/spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb +4 -2
  142. data/spec/models/post_investor_profiles_corporations_spec.rb +4 -2
  143. data/spec/models/post_investor_profiles_individuals_spec.rb +4 -2
  144. data/spec/models/post_investor_profiles_joints_spec.rb +4 -2
  145. data/spec/models/post_investor_profiles_trusts_spec.rb +4 -2
  146. data/spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb +4 -2
  147. data/spec/models/post_webhooks_request_spec.rb +4 -2
  148. data/spec/models/{update_investor_request_spec.rb → put_deals_id_investors_spec.rb} +9 -13
  149. data/spec/models/put_deals_id_script_tag_environment_request_spec.rb +4 -2
  150. data/spec/models/put_webhooks_id_request_spec.rb +4 -2
  151. data/spec/models/v1_entities_address_spec.rb +4 -2
  152. data/spec/models/v1_entities_addresses_spec.rb +4 -2
  153. data/spec/models/v1_entities_attachment_spec.rb +4 -2
  154. data/spec/models/v1_entities_background_check_search_spec.rb +4 -2
  155. data/spec/models/v1_entities_bulk_upload_detail_spec.rb +4 -2
  156. data/spec/models/v1_entities_bulk_upload_details_spec.rb +4 -2
  157. data/spec/models/v1_entities_bulk_upload_spec.rb +8 -2
  158. data/spec/models/v1_entities_bulk_uploads_spec.rb +4 -2
  159. data/spec/models/v1_entities_company_deal_spec.rb +4 -2
  160. data/spec/models/v1_entities_company_deals_spec.rb +4 -2
  161. data/spec/models/v1_entities_company_spec.rb +4 -2
  162. data/spec/models/v1_entities_countries_spec.rb +4 -2
  163. data/spec/models/v1_entities_country_spec.rb +4 -2
  164. data/spec/models/v1_entities_deal_enterprise_spec.rb +4 -2
  165. data/spec/models/v1_entities_deal_funding_metrics_spec.rb +4 -2
  166. data/spec/models/v1_entities_deal_investor_metrics_spec.rb +4 -2
  167. data/spec/models/v1_entities_deal_issuer_spec.rb +4 -2
  168. data/spec/models/v1_entities_deal_setup_spec.rb +4 -2
  169. data/spec/models/v1_entities_deal_setup_user_spec.rb +4 -2
  170. data/spec/models/v1_entities_deal_spec.rb +4 -2
  171. data/spec/models/v1_entities_deals_spec.rb +4 -2
  172. data/spec/models/v1_entities_dividend_spec.rb +54 -0
  173. data/spec/models/v1_entities_dividends_spec.rb +36 -0
  174. data/spec/models/v1_entities_express_wire_instruction_spec.rb +4 -2
  175. data/spec/models/v1_entities_express_wire_instructions_spec.rb +4 -2
  176. data/spec/models/v1_entities_generic_response_spec.rb +4 -2
  177. data/spec/models/v1_entities_investor_otp_access_link_spec.rb +4 -2
  178. data/spec/models/v1_entities_investor_profile_address_spec.rb +4 -2
  179. data/spec/models/v1_entities_investor_profile_corporation_spec.rb +4 -2
  180. data/spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb +4 -2
  181. data/spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb +4 -2
  182. data/spec/models/v1_entities_investor_profile_fields_corporation_spec.rb +4 -2
  183. data/spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb +4 -2
  184. data/spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb +4 -2
  185. data/spec/models/v1_entities_investor_profile_fields_trust_spec.rb +4 -2
  186. data/spec/models/v1_entities_investor_profile_individual_spec.rb +4 -2
  187. data/spec/models/v1_entities_investor_profile_item_spec.rb +4 -2
  188. data/spec/models/v1_entities_investor_profile_joint_spec.rb +4 -2
  189. data/spec/models/v1_entities_investor_profile_owner_spec.rb +4 -2
  190. data/spec/models/v1_entities_investor_profile_trust_spec.rb +4 -2
  191. data/spec/models/v1_entities_investor_profiles_spec.rb +4 -2
  192. data/spec/models/v1_entities_investor_spec.rb +4 -2
  193. data/spec/models/v1_entities_investor_user_spec.rb +4 -2
  194. data/spec/models/v1_entities_investors_spec.rb +4 -2
  195. data/spec/models/v1_entities_presigned_url_result_spec.rb +4 -2
  196. data/spec/models/v1_entities_shareholder_spec.rb +4 -2
  197. data/spec/models/v1_entities_shareholders_spec.rb +4 -2
  198. data/spec/models/v1_entities_shareholders_tags_spec.rb +4 -2
  199. data/spec/models/v1_entities_state_spec.rb +4 -2
  200. data/spec/models/v1_entities_subscription_agreement_spec.rb +4 -2
  201. data/spec/models/v1_entities_webhooks_deal_spec.rb +4 -2
  202. data/spec/models/v1_entities_webhooks_security_token_spec.rb +4 -2
  203. data/spec/models/v1_entities_webhooks_subscription_deal_spec.rb +4 -2
  204. data/spec/models/v1_entities_webhooks_subscription_deals_spec.rb +4 -2
  205. data/spec/models/v1_entities_webhooks_subscription_spec.rb +4 -2
  206. data/spec/spec_helper.rb +1 -1
  207. metadata +85 -77
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::EditInvestorTagsRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::GenerateUrlRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesCorporationsBeneficialOwnersInner)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesCorporations)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesIndividuals)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesJoints)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorProfilesTrusts)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PatchInvestorRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -14,17 +14,19 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for DealMakerAPI::CreateInvestorRequest
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::CreateInvestorRequest do
21
- let(:instance) { DealMakerAPI::CreateInvestorRequest.new }
20
+ describe DealMakerAPI::PostDealsIdInvestors do
21
+ let(:instance) { DealMakerAPI::PostDealsIdInvestors.new }
22
22
 
23
- describe 'test an instance of CreateInvestorRequest' do
24
- it 'should create an instance of CreateInvestorRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::CreateInvestorRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesCorporationsBeneficialOwnersInner)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesCorporations)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesIndividuals)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesJoints)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesTrusts)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PostInvestorProfilesTrustsTrusteesInner)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PostWebhooksRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -14,17 +14,19 @@ require 'spec_helper'
14
14
  require 'json'
15
15
  require 'date'
16
16
 
17
- # Unit tests for DealMakerAPI::UpdateInvestorRequest
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::UpdateInvestorRequest do
21
- let(:instance) { DealMakerAPI::UpdateInvestorRequest.new }
20
+ describe DealMakerAPI::PutDealsIdInvestors do
21
+ let(:instance) { DealMakerAPI::PutDealsIdInvestors.new }
22
22
 
23
- describe 'test an instance of UpdateInvestorRequest' do
24
- it 'should create an instance of UpdateInvestorRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::UpdateInvestorRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PutDealsIdScriptTagEnvironmentRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::PutWebhooksIdRequest)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesAddress)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesAddresses)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesAttachment)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBackgroundCheckSearch)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBulkUploadDetail)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBulkUploadDetails)
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/
@@ -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.1-SNAPSHOT
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -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
- expect(instance).to be_instance_of(DealMakerAPI::V1EntitiesBulkUpload)
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