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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -6,10 +6,10 @@
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
 
13
13
  module DealMakerAPI
14
- VERSION = '0.86.1'
14
+ VERSION = '0.88.1'
15
15
  end
data/lib/DealMakerAPI.rb CHANGED
@@ -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
 
@@ -24,7 +24,6 @@ require 'DealMakerAPI/models/create_bulk_upload_detail_request'
24
24
  require 'DealMakerAPI/models/create_bulk_upload_request'
25
25
  require 'DealMakerAPI/models/create_company_request'
26
26
  require 'DealMakerAPI/models/create_deal_setup_request'
27
- require 'DealMakerAPI/models/create_investor_request'
28
27
  require 'DealMakerAPI/models/create_shareholder_action_request'
29
28
  require 'DealMakerAPI/models/edit_investor_tags_request'
30
29
  require 'DealMakerAPI/models/generate_url_request'
@@ -34,6 +33,7 @@ require 'DealMakerAPI/models/patch_investor_profiles_individuals'
34
33
  require 'DealMakerAPI/models/patch_investor_profiles_joints'
35
34
  require 'DealMakerAPI/models/patch_investor_profiles_trusts'
36
35
  require 'DealMakerAPI/models/patch_investor_request'
36
+ require 'DealMakerAPI/models/post_deals_id_investors'
37
37
  require 'DealMakerAPI/models/post_investor_profiles_corporations'
38
38
  require 'DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner'
39
39
  require 'DealMakerAPI/models/post_investor_profiles_individuals'
@@ -41,9 +41,9 @@ require 'DealMakerAPI/models/post_investor_profiles_joints'
41
41
  require 'DealMakerAPI/models/post_investor_profiles_trusts'
42
42
  require 'DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner'
43
43
  require 'DealMakerAPI/models/post_webhooks_request'
44
+ require 'DealMakerAPI/models/put_deals_id_investors'
44
45
  require 'DealMakerAPI/models/put_deals_id_script_tag_environment_request'
45
46
  require 'DealMakerAPI/models/put_webhooks_id_request'
46
- require 'DealMakerAPI/models/update_investor_request'
47
47
  require 'DealMakerAPI/models/v1_entities_address'
48
48
  require 'DealMakerAPI/models/v1_entities_addresses'
49
49
  require 'DealMakerAPI/models/v1_entities_attachment'
@@ -65,6 +65,8 @@ require 'DealMakerAPI/models/v1_entities_deal_issuer'
65
65
  require 'DealMakerAPI/models/v1_entities_deal_setup'
66
66
  require 'DealMakerAPI/models/v1_entities_deal_setup_user'
67
67
  require 'DealMakerAPI/models/v1_entities_deals'
68
+ require 'DealMakerAPI/models/v1_entities_dividend'
69
+ require 'DealMakerAPI/models/v1_entities_dividends'
68
70
  require 'DealMakerAPI/models/v1_entities_express_wire_instruction'
69
71
  require 'DealMakerAPI/models/v1_entities_express_wire_instructions'
70
72
  require 'DealMakerAPI/models/v1_entities_generic_response'
@@ -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
 
@@ -168,4 +168,16 @@ describe 'CompanyApi' do
168
168
  end
169
169
  end
170
170
 
171
+ # unit tests for get_dividends
172
+ # Return dividends
173
+ # Return dividends associated with a shareholder
174
+ # @param company_id
175
+ # @param [Hash] opts the optional parameters
176
+ # @return [V1EntitiesDividends]
177
+ describe 'get_dividends test' do
178
+ it 'should work' do
179
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
180
+ end
181
+ end
182
+
171
183
  end
@@ -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
 
@@ -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
 
@@ -32,19 +32,6 @@ describe 'DealApi' do
32
32
  end
33
33
  end
34
34
 
35
- # unit tests for get_analytics_dashboard_info
36
- # Get Analytics Dashboard Info
37
- # Get Analytics Dashboard Info
38
- # @param id The deal id.
39
- # @param [Hash] opts the optional parameters
40
- # @option opts [String] :dashboard_key The dashboard key.
41
- # @return [Object]
42
- describe 'get_analytics_dashboard_info test' do
43
- it 'should work' do
44
- # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
- end
46
- end
47
-
48
35
  # unit tests for get_deal
49
36
  # Get deal by Deal ID
50
37
  # Gets a single deal using the Deal ID
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -77,7 +77,7 @@ describe 'InvestorApi' do
77
77
  # Create a deal investor
78
78
  # Create a single deal investor.
79
79
  # @param id The deal id.
80
- # @param create_investor_request
80
+ # @param deals_id_investors
81
81
  # @param [Hash] opts the optional parameters
82
82
  # @return [V1EntitiesInvestor]
83
83
  describe 'create_investor test' do
@@ -127,6 +127,20 @@ describe 'InvestorApi' do
127
127
  end
128
128
  end
129
129
 
130
+ # unit tests for get_enforcements
131
+ # Get enforcements for a background search
132
+ # Get enforcements for a background search
133
+ # @param id
134
+ # @param investor_id
135
+ # @param search_entity_id
136
+ # @param [Hash] opts the optional parameters
137
+ # @return [V1EntitiesInvestor]
138
+ describe 'get_enforcements test' do
139
+ it 'should work' do
140
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
141
+ end
142
+ end
143
+
130
144
  # unit tests for get_investor
131
145
  # Get a deal investor by id
132
146
  # Gets a single investor by the id.
@@ -189,8 +203,8 @@ describe 'InvestorApi' do
189
203
  # Update deal investor
190
204
  # @param id The deal id.
191
205
  # @param investor_id The investor id.
206
+ # @param deals_id_investors
192
207
  # @param [Hash] opts the optional parameters
193
- # @option opts [UpdateInvestorRequest] :update_investor_request
194
208
  # @return [V1EntitiesInvestor]
195
209
  describe 'update_investor test' do
196
210
  it 'should work' do
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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::Add506cDocumentRequest do
22
22
 
23
23
  describe 'test an instance of Add506cDocumentRequest' do
24
24
  it 'should create an instance of Add506cDocumentRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::Add506cDocumentRequest)
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/
@@ -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::AddDocumentRequest do
22
22
 
23
23
  describe 'test an instance of AddDocumentRequest' do
24
24
  it 'should create an instance of AddDocumentRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::AddDocumentRequest)
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/
@@ -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::BulkUploadInvestorsRequest do
22
22
 
23
23
  describe 'test an instance of BulkUploadInvestorsRequest' do
24
24
  it 'should create an instance of BulkUploadInvestorsRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::BulkUploadInvestorsRequest)
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/
@@ -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::CreateBulkUploadDetailRequest do
22
22
 
23
23
  describe 'test an instance of CreateBulkUploadDetailRequest' do
24
24
  it 'should create an instance of CreateBulkUploadDetailRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::CreateBulkUploadDetailRequest)
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/
@@ -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::CreateBulkUploadRequest do
22
22
 
23
23
  describe 'test an instance of CreateBulkUploadRequest' do
24
24
  it 'should create an instance of CreateBulkUploadRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::CreateBulkUploadRequest)
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/
@@ -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::CreateCompanyRequest do
22
22
 
23
23
  describe 'test an instance of CreateCompanyRequest' do
24
24
  it 'should create an instance of CreateCompanyRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::CreateCompanyRequest)
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/
@@ -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::CreateDealSetupRequest do
22
22
 
23
23
  describe 'test an instance of CreateDealSetupRequest' do
24
24
  it 'should create an instance of CreateDealSetupRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::CreateDealSetupRequest)
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/
@@ -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::CreateShareholderActionRequest do
22
22
 
23
23
  describe 'test an instance of CreateShareholderActionRequest' do
24
24
  it 'should create an instance of CreateShareholderActionRequest' do
25
- expect(instance).to be_instance_of(DealMakerAPI::CreateShareholderActionRequest)
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/
@@ -37,4 +39,10 @@ describe DealMakerAPI::CreateShareholderActionRequest do
37
39
  end
38
40
  end
39
41
 
42
+ describe 'test attribute "request_documents"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
40
48
  end