DealMakerAPI 0.93.3 → 0.94.0

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.
Files changed (247) hide show
  1. checksums.yaml +4 -4
  2. data/DealMakerAPI.gemspec +1 -1
  3. data/README.md +4 -4
  4. data/docs/PatchInvestorProfilesCorporations.md +2 -0
  5. data/docs/PatchInvestorProfilesIndividuals.md +2 -0
  6. data/docs/PatchInvestorProfilesJoints.md +2 -0
  7. data/docs/PatchInvestorProfilesTrusts.md +2 -0
  8. data/docs/PostDealIncentivePlanRequest.md +1 -1
  9. data/docs/V1EntitiesDealsIncentivePlan.md +2 -0
  10. data/docs/V1EntitiesDealsIncentivePlansIncentiveTier.md +6 -0
  11. data/lib/DealMakerAPI/api/company_api.rb +1 -1
  12. data/lib/DealMakerAPI/api/country_api.rb +1 -1
  13. data/lib/DealMakerAPI/api/deal_api.rb +1 -1
  14. data/lib/DealMakerAPI/api/deals_api.rb +1 -1
  15. data/lib/DealMakerAPI/api/default_api.rb +1 -1
  16. data/lib/DealMakerAPI/api/incentive_plan_api.rb +1 -1
  17. data/lib/DealMakerAPI/api/investor_api.rb +1 -1
  18. data/lib/DealMakerAPI/api/investor_profile_api.rb +1 -1
  19. data/lib/DealMakerAPI/api/shareholder_api.rb +1 -1
  20. data/lib/DealMakerAPI/api/upload_api.rb +1 -1
  21. data/lib/DealMakerAPI/api/user_api.rb +1 -1
  22. data/lib/DealMakerAPI/api/users_api.rb +1 -1
  23. data/lib/DealMakerAPI/api_client.rb +1 -1
  24. data/lib/DealMakerAPI/api_error.rb +1 -1
  25. data/lib/DealMakerAPI/configuration.rb +1 -1
  26. data/lib/DealMakerAPI/models/add506c_document_request.rb +1 -1
  27. data/lib/DealMakerAPI/models/add_document_request.rb +1 -1
  28. data/lib/DealMakerAPI/models/bulk_upload_investors_request.rb +1 -1
  29. data/lib/DealMakerAPI/models/create_bulk_upload_detail_request.rb +1 -1
  30. data/lib/DealMakerAPI/models/create_bulk_upload_request.rb +1 -1
  31. data/lib/DealMakerAPI/models/create_company_request.rb +1 -1
  32. data/lib/DealMakerAPI/models/create_deal_setup_request.rb +1 -1
  33. data/lib/DealMakerAPI/models/create_shareholder_action_request.rb +1 -1
  34. data/lib/DealMakerAPI/models/edit_investor_tags_request.rb +1 -1
  35. data/lib/DealMakerAPI/models/generate_url_request.rb +1 -1
  36. data/lib/DealMakerAPI/models/patch_deal_incentive_plan_request.rb +1 -1
  37. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations.rb +12 -2
  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 +12 -2
  40. data/lib/DealMakerAPI/models/patch_investor_profiles_joints.rb +12 -2
  41. data/lib/DealMakerAPI/models/patch_investor_profiles_trusts.rb +12 -2
  42. data/lib/DealMakerAPI/models/patch_investor_profiles_trusts_trustees_inner.rb +1 -1
  43. data/lib/DealMakerAPI/models/patch_investor_request.rb +1 -1
  44. data/lib/DealMakerAPI/models/post_deal_incentive_plan_request.rb +1 -3
  45. data/lib/DealMakerAPI/models/post_deals_id_investors.rb +1 -1
  46. data/lib/DealMakerAPI/models/post_investor_profiles_corporations.rb +1 -1
  47. data/lib/DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner.rb +1 -1
  48. data/lib/DealMakerAPI/models/post_investor_profiles_individuals.rb +1 -1
  49. data/lib/DealMakerAPI/models/post_investor_profiles_joints.rb +1 -1
  50. data/lib/DealMakerAPI/models/post_investor_profiles_managed.rb +1 -1
  51. data/lib/DealMakerAPI/models/post_investor_profiles_trusts.rb +1 -1
  52. data/lib/DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner.rb +1 -1
  53. data/lib/DealMakerAPI/models/post_webhooks_request.rb +1 -1
  54. data/lib/DealMakerAPI/models/put_deals_id_investors.rb +1 -1
  55. data/lib/DealMakerAPI/models/put_deals_id_script_tag_environment_request.rb +1 -1
  56. data/lib/DealMakerAPI/models/put_webhooks_id_request.rb +1 -1
  57. data/lib/DealMakerAPI/models/run_background_search_request.rb +1 -1
  58. data/lib/DealMakerAPI/models/send_portal_invite_request.rb +1 -1
  59. data/lib/DealMakerAPI/models/update_user_password_request.rb +1 -1
  60. data/lib/DealMakerAPI/models/v1_entities_address.rb +1 -1
  61. data/lib/DealMakerAPI/models/v1_entities_addresses.rb +1 -1
  62. data/lib/DealMakerAPI/models/v1_entities_attachment.rb +1 -1
  63. data/lib/DealMakerAPI/models/v1_entities_background_check_search.rb +1 -1
  64. data/lib/DealMakerAPI/models/v1_entities_bulk_upload.rb +1 -1
  65. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_detail.rb +1 -1
  66. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_details.rb +1 -1
  67. data/lib/DealMakerAPI/models/v1_entities_bulk_uploads.rb +1 -1
  68. data/lib/DealMakerAPI/models/v1_entities_company.rb +1 -1
  69. data/lib/DealMakerAPI/models/v1_entities_company_deal.rb +1 -1
  70. data/lib/DealMakerAPI/models/v1_entities_company_deals.rb +1 -1
  71. data/lib/DealMakerAPI/models/v1_entities_countries.rb +1 -1
  72. data/lib/DealMakerAPI/models/v1_entities_country.rb +1 -1
  73. data/lib/DealMakerAPI/models/v1_entities_deal.rb +1 -1
  74. data/lib/DealMakerAPI/models/v1_entities_deal_enterprise.rb +1 -1
  75. data/lib/DealMakerAPI/models/v1_entities_deal_funding_metrics.rb +1 -1
  76. data/lib/DealMakerAPI/models/v1_entities_deal_investor_metrics.rb +1 -1
  77. data/lib/DealMakerAPI/models/v1_entities_deal_issuer.rb +1 -1
  78. data/lib/DealMakerAPI/models/v1_entities_deal_setup.rb +1 -1
  79. data/lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb +1 -1
  80. data/lib/DealMakerAPI/models/v1_entities_deals.rb +1 -1
  81. data/lib/DealMakerAPI/models/v1_entities_deals_incentive_plan.rb +12 -2
  82. data/lib/DealMakerAPI/models/v1_entities_deals_incentive_plans_incentive_tier.rb +32 -2
  83. data/lib/DealMakerAPI/models/v1_entities_deals_price_details.rb +1 -1
  84. data/lib/DealMakerAPI/models/v1_entities_dividend.rb +1 -1
  85. data/lib/DealMakerAPI/models/v1_entities_dividends.rb +1 -1
  86. data/lib/DealMakerAPI/models/v1_entities_express_wire_instruction.rb +1 -1
  87. data/lib/DealMakerAPI/models/v1_entities_express_wire_instructions.rb +1 -1
  88. data/lib/DealMakerAPI/models/v1_entities_generic_response.rb +1 -1
  89. data/lib/DealMakerAPI/models/v1_entities_investor.rb +1 -1
  90. data/lib/DealMakerAPI/models/v1_entities_investor_otp_access_link.rb +1 -1
  91. data/lib/DealMakerAPI/models/v1_entities_investor_profile_address.rb +1 -1
  92. data/lib/DealMakerAPI/models/v1_entities_investor_profile_corporation.rb +1 -1
  93. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_account_holder.rb +1 -1
  94. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_beneficial_owner.rb +1 -1
  95. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_beneficiary.rb +1 -1
  96. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_corporation.rb +1 -1
  97. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_primary_holder.rb +1 -1
  98. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_provider.rb +1 -1
  99. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_signing_officer.rb +1 -1
  100. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trust.rb +1 -1
  101. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trustee.rb +1 -1
  102. data/lib/DealMakerAPI/models/v1_entities_investor_profile_id.rb +1 -1
  103. data/lib/DealMakerAPI/models/v1_entities_investor_profile_individual.rb +1 -1
  104. data/lib/DealMakerAPI/models/v1_entities_investor_profile_item.rb +1 -1
  105. data/lib/DealMakerAPI/models/v1_entities_investor_profile_joint.rb +1 -1
  106. data/lib/DealMakerAPI/models/v1_entities_investor_profile_managed.rb +1 -1
  107. data/lib/DealMakerAPI/models/v1_entities_investor_profile_owner.rb +1 -1
  108. data/lib/DealMakerAPI/models/v1_entities_investor_profile_trust.rb +1 -1
  109. data/lib/DealMakerAPI/models/v1_entities_investor_profiles.rb +1 -1
  110. data/lib/DealMakerAPI/models/v1_entities_investor_user.rb +1 -1
  111. data/lib/DealMakerAPI/models/v1_entities_investors.rb +1 -1
  112. data/lib/DealMakerAPI/models/v1_entities_money_entity.rb +1 -1
  113. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_digital_payments_connection_data.rb +1 -1
  114. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_payout_account_details_data.rb +1 -1
  115. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result.rb +1 -1
  116. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result.rb +1 -1
  117. data/lib/DealMakerAPI/models/v1_entities_presigned_url_result.rb +1 -1
  118. data/lib/DealMakerAPI/models/v1_entities_shareholder.rb +1 -1
  119. data/lib/DealMakerAPI/models/v1_entities_shareholders.rb +1 -1
  120. data/lib/DealMakerAPI/models/v1_entities_shareholders_tags.rb +1 -1
  121. data/lib/DealMakerAPI/models/v1_entities_state.rb +1 -1
  122. data/lib/DealMakerAPI/models/v1_entities_subscription_agreement.rb +1 -1
  123. data/lib/DealMakerAPI/models/v1_entities_user.rb +1 -1
  124. data/lib/DealMakerAPI/models/v1_entities_webhooks_deal.rb +1 -1
  125. data/lib/DealMakerAPI/models/v1_entities_webhooks_security_token.rb +1 -1
  126. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription.rb +1 -1
  127. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deal.rb +1 -1
  128. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deals.rb +1 -1
  129. data/lib/DealMakerAPI/version.rb +2 -2
  130. data/lib/DealMakerAPI.rb +1 -1
  131. data/spec/api/company_api_spec.rb +1 -1
  132. data/spec/api/country_api_spec.rb +1 -1
  133. data/spec/api/deal_api_spec.rb +1 -1
  134. data/spec/api/deals_api_spec.rb +1 -1
  135. data/spec/api/default_api_spec.rb +1 -1
  136. data/spec/api/incentive_plan_api_spec.rb +1 -1
  137. data/spec/api/investor_api_spec.rb +1 -1
  138. data/spec/api/investor_profile_api_spec.rb +1 -1
  139. data/spec/api/shareholder_api_spec.rb +1 -1
  140. data/spec/api/upload_api_spec.rb +1 -1
  141. data/spec/api/user_api_spec.rb +1 -1
  142. data/spec/api/users_api_spec.rb +1 -1
  143. data/spec/models/add506c_document_request_spec.rb +1 -1
  144. data/spec/models/add_document_request_spec.rb +1 -1
  145. data/spec/models/bulk_upload_investors_request_spec.rb +1 -1
  146. data/spec/models/create_bulk_upload_detail_request_spec.rb +1 -1
  147. data/spec/models/create_bulk_upload_request_spec.rb +1 -1
  148. data/spec/models/create_company_request_spec.rb +1 -1
  149. data/spec/models/create_deal_setup_request_spec.rb +1 -1
  150. data/spec/models/create_shareholder_action_request_spec.rb +1 -1
  151. data/spec/models/edit_investor_tags_request_spec.rb +1 -1
  152. data/spec/models/generate_url_request_spec.rb +1 -1
  153. data/spec/models/patch_deal_incentive_plan_request_spec.rb +1 -1
  154. data/spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb +1 -1
  155. data/spec/models/patch_investor_profiles_corporations_spec.rb +7 -1
  156. data/spec/models/patch_investor_profiles_individuals_spec.rb +7 -1
  157. data/spec/models/patch_investor_profiles_joints_spec.rb +7 -1
  158. data/spec/models/patch_investor_profiles_trusts_spec.rb +7 -1
  159. data/spec/models/patch_investor_profiles_trusts_trustees_inner_spec.rb +1 -1
  160. data/spec/models/patch_investor_request_spec.rb +1 -1
  161. data/spec/models/post_deal_incentive_plan_request_spec.rb +1 -1
  162. data/spec/models/post_deals_id_investors_spec.rb +1 -1
  163. data/spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb +1 -1
  164. data/spec/models/post_investor_profiles_corporations_spec.rb +1 -1
  165. data/spec/models/post_investor_profiles_individuals_spec.rb +1 -1
  166. data/spec/models/post_investor_profiles_joints_spec.rb +1 -1
  167. data/spec/models/post_investor_profiles_managed_spec.rb +1 -1
  168. data/spec/models/post_investor_profiles_trusts_spec.rb +1 -1
  169. data/spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb +1 -1
  170. data/spec/models/post_webhooks_request_spec.rb +1 -1
  171. data/spec/models/put_deals_id_investors_spec.rb +1 -1
  172. data/spec/models/put_deals_id_script_tag_environment_request_spec.rb +1 -1
  173. data/spec/models/put_webhooks_id_request_spec.rb +1 -1
  174. data/spec/models/run_background_search_request_spec.rb +1 -1
  175. data/spec/models/send_portal_invite_request_spec.rb +1 -1
  176. data/spec/models/update_user_password_request_spec.rb +1 -1
  177. data/spec/models/v1_entities_address_spec.rb +1 -1
  178. data/spec/models/v1_entities_addresses_spec.rb +1 -1
  179. data/spec/models/v1_entities_attachment_spec.rb +1 -1
  180. data/spec/models/v1_entities_background_check_search_spec.rb +1 -1
  181. data/spec/models/v1_entities_bulk_upload_detail_spec.rb +1 -1
  182. data/spec/models/v1_entities_bulk_upload_details_spec.rb +1 -1
  183. data/spec/models/v1_entities_bulk_upload_spec.rb +1 -1
  184. data/spec/models/v1_entities_bulk_uploads_spec.rb +1 -1
  185. data/spec/models/v1_entities_company_deal_spec.rb +1 -1
  186. data/spec/models/v1_entities_company_deals_spec.rb +1 -1
  187. data/spec/models/v1_entities_company_spec.rb +1 -1
  188. data/spec/models/v1_entities_countries_spec.rb +1 -1
  189. data/spec/models/v1_entities_country_spec.rb +1 -1
  190. data/spec/models/v1_entities_deal_enterprise_spec.rb +1 -1
  191. data/spec/models/v1_entities_deal_funding_metrics_spec.rb +1 -1
  192. data/spec/models/v1_entities_deal_investor_metrics_spec.rb +1 -1
  193. data/spec/models/v1_entities_deal_issuer_spec.rb +1 -1
  194. data/spec/models/v1_entities_deal_setup_spec.rb +1 -1
  195. data/spec/models/v1_entities_deal_setup_user_spec.rb +1 -1
  196. data/spec/models/v1_entities_deal_spec.rb +1 -1
  197. data/spec/models/v1_entities_deals_incentive_plan_spec.rb +7 -1
  198. data/spec/models/v1_entities_deals_incentive_plans_incentive_tier_spec.rb +19 -1
  199. data/spec/models/v1_entities_deals_price_details_spec.rb +1 -1
  200. data/spec/models/v1_entities_deals_spec.rb +1 -1
  201. data/spec/models/v1_entities_dividend_spec.rb +1 -1
  202. data/spec/models/v1_entities_dividends_spec.rb +1 -1
  203. data/spec/models/v1_entities_express_wire_instruction_spec.rb +1 -1
  204. data/spec/models/v1_entities_express_wire_instructions_spec.rb +1 -1
  205. data/spec/models/v1_entities_generic_response_spec.rb +1 -1
  206. data/spec/models/v1_entities_investor_otp_access_link_spec.rb +1 -1
  207. data/spec/models/v1_entities_investor_profile_address_spec.rb +1 -1
  208. data/spec/models/v1_entities_investor_profile_corporation_spec.rb +1 -1
  209. data/spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb +1 -1
  210. data/spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb +1 -1
  211. data/spec/models/v1_entities_investor_profile_fields_beneficiary_spec.rb +1 -1
  212. data/spec/models/v1_entities_investor_profile_fields_corporation_spec.rb +1 -1
  213. data/spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb +1 -1
  214. data/spec/models/v1_entities_investor_profile_fields_provider_spec.rb +1 -1
  215. data/spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb +1 -1
  216. data/spec/models/v1_entities_investor_profile_fields_trust_spec.rb +1 -1
  217. data/spec/models/v1_entities_investor_profile_fields_trustee_spec.rb +1 -1
  218. data/spec/models/v1_entities_investor_profile_id_spec.rb +1 -1
  219. data/spec/models/v1_entities_investor_profile_individual_spec.rb +1 -1
  220. data/spec/models/v1_entities_investor_profile_item_spec.rb +1 -1
  221. data/spec/models/v1_entities_investor_profile_joint_spec.rb +1 -1
  222. data/spec/models/v1_entities_investor_profile_managed_spec.rb +1 -1
  223. data/spec/models/v1_entities_investor_profile_owner_spec.rb +1 -1
  224. data/spec/models/v1_entities_investor_profile_trust_spec.rb +1 -1
  225. data/spec/models/v1_entities_investor_profiles_spec.rb +1 -1
  226. data/spec/models/v1_entities_investor_spec.rb +1 -1
  227. data/spec/models/v1_entities_investor_user_spec.rb +1 -1
  228. data/spec/models/v1_entities_investors_spec.rb +1 -1
  229. data/spec/models/v1_entities_money_entity_spec.rb +1 -1
  230. data/spec/models/v1_entities_payments_self_serve_onboarding_digital_payments_connection_data_spec.rb +1 -1
  231. data/spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_data_spec.rb +1 -1
  232. data/spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result_spec.rb +1 -1
  233. data/spec/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result_spec.rb +1 -1
  234. data/spec/models/v1_entities_presigned_url_result_spec.rb +1 -1
  235. data/spec/models/v1_entities_shareholder_spec.rb +1 -1
  236. data/spec/models/v1_entities_shareholders_spec.rb +1 -1
  237. data/spec/models/v1_entities_shareholders_tags_spec.rb +1 -1
  238. data/spec/models/v1_entities_state_spec.rb +1 -1
  239. data/spec/models/v1_entities_subscription_agreement_spec.rb +1 -1
  240. data/spec/models/v1_entities_user_spec.rb +1 -1
  241. data/spec/models/v1_entities_webhooks_deal_spec.rb +1 -1
  242. data/spec/models/v1_entities_webhooks_security_token_spec.rb +1 -1
  243. data/spec/models/v1_entities_webhooks_subscription_deal_spec.rb +1 -1
  244. data/spec/models/v1_entities_webhooks_subscription_deals_spec.rb +1 -1
  245. data/spec/models/v1_entities_webhooks_subscription_spec.rb +1 -1
  246. data/spec/spec_helper.rb +1 -1
  247. metadata +2 -2
@@ -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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -16,6 +16,9 @@ require 'time'
16
16
  module DealMakerAPI
17
17
  # Patch trust investor profile
18
18
  class PatchInvestorProfilesTrusts
19
+ # The email associated with the profile to be updated.
20
+ attr_accessor :email
21
+
19
22
  # The United States accredited investor information.
20
23
  attr_accessor :us_accredited_category
21
24
 
@@ -82,6 +85,7 @@ module DealMakerAPI
82
85
  # Attribute mapping from ruby-style variable name to JSON key.
83
86
  def self.attribute_map
84
87
  {
88
+ :'email' => :'email',
85
89
  :'us_accredited_category' => :'us_accredited_category',
86
90
  :'ca_accredited_investor' => :'ca_accredited_investor',
87
91
  :'name' => :'name',
@@ -107,6 +111,7 @@ module DealMakerAPI
107
111
  # Attribute type mapping.
108
112
  def self.openapi_types
109
113
  {
114
+ :'email' => :'String',
110
115
  :'us_accredited_category' => :'String',
111
116
  :'ca_accredited_investor' => :'String',
112
117
  :'name' => :'String',
@@ -145,6 +150,10 @@ module DealMakerAPI
145
150
  h[k.to_sym] = v
146
151
  }
147
152
 
153
+ if attributes.key?(:'email')
154
+ self.email = attributes[:'email']
155
+ end
156
+
148
157
  if attributes.key?(:'us_accredited_category')
149
158
  self.us_accredited_category = attributes[:'us_accredited_category']
150
159
  end
@@ -248,6 +257,7 @@ module DealMakerAPI
248
257
  def ==(o)
249
258
  return true if self.equal?(o)
250
259
  self.class == o.class &&
260
+ email == o.email &&
251
261
  us_accredited_category == o.us_accredited_category &&
252
262
  ca_accredited_investor == o.ca_accredited_investor &&
253
263
  name == o.name &&
@@ -273,7 +283,7 @@ module DealMakerAPI
273
283
  # Calculates hash code according to all attributes.
274
284
  # @return [Integer] Hash code
275
285
  def hash
276
- [us_accredited_category, ca_accredited_investor, name, date, phone_number, street_address, unit2, city, region, postal_code, income, net_worth, reg_cf_prior_offerings_amount, trustees].hash
286
+ [email, us_accredited_category, ca_accredited_investor, name, date, phone_number, street_address, unit2, city, region, postal_code, income, net_worth, reg_cf_prior_offerings_amount, trustees].hash
277
287
  end
278
288
 
279
289
  # Builds the object from hash
@@ -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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -81,8 +81,6 @@ module DealMakerAPI
81
81
 
82
82
  if attributes.key?(:'funded_by_offset')
83
83
  self.funded_by_offset = attributes[:'funded_by_offset']
84
- else
85
- self.funded_by_offset = 0
86
84
  end
87
85
 
88
86
  if attributes.key?(:'tiers_incentive_percentage')
@@ -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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -18,6 +18,9 @@ module DealMakerAPI
18
18
  # The incentive plan id.
19
19
  attr_accessor :id
20
20
 
21
+ # The humanized index of the incentive plan.
22
+ attr_accessor :humanized_index
23
+
21
24
  # The deal id.
22
25
  attr_accessor :deal_id
23
26
 
@@ -64,6 +67,7 @@ module DealMakerAPI
64
67
  def self.attribute_map
65
68
  {
66
69
  :'id' => :'id',
70
+ :'humanized_index' => :'humanized_index',
67
71
  :'deal_id' => :'deal_id',
68
72
  :'plan_type' => :'plan_type',
69
73
  :'funded_by_offset' => :'funded_by_offset',
@@ -83,6 +87,7 @@ module DealMakerAPI
83
87
  def self.openapi_types
84
88
  {
85
89
  :'id' => :'Integer',
90
+ :'humanized_index' => :'Integer',
86
91
  :'deal_id' => :'Integer',
87
92
  :'plan_type' => :'String',
88
93
  :'funded_by_offset' => :'Integer',
@@ -118,6 +123,10 @@ module DealMakerAPI
118
123
  self.id = attributes[:'id']
119
124
  end
120
125
 
126
+ if attributes.key?(:'humanized_index')
127
+ self.humanized_index = attributes[:'humanized_index']
128
+ end
129
+
121
130
  if attributes.key?(:'deal_id')
122
131
  self.deal_id = attributes[:'deal_id']
123
132
  end
@@ -180,6 +189,7 @@ module DealMakerAPI
180
189
  return true if self.equal?(o)
181
190
  self.class == o.class &&
182
191
  id == o.id &&
192
+ humanized_index == o.humanized_index &&
183
193
  deal_id == o.deal_id &&
184
194
  plan_type == o.plan_type &&
185
195
  funded_by_offset == o.funded_by_offset &&
@@ -198,7 +208,7 @@ module DealMakerAPI
198
208
  # Calculates hash code according to all attributes.
199
209
  # @return [Integer] Hash code
200
210
  def hash
201
- [id, deal_id, plan_type, funded_by_offset, active_at, created_at, updated_at, tiers].hash
211
+ [id, humanized_index, deal_id, plan_type, funded_by_offset, active_at, created_at, updated_at, tiers].hash
202
212
  end
203
213
 
204
214
  # Builds the object from hash
@@ -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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12
 
@@ -18,12 +18,21 @@ module DealMakerAPI
18
18
  # The incentive tier id.
19
19
  attr_accessor :id
20
20
 
21
+ # The incentive tier status.
22
+ attr_accessor :status
23
+
24
+ # The incentive tier humanized index.
25
+ attr_accessor :humanized_index
26
+
21
27
  # The incentive tier percentage.
22
28
  attr_accessor :incentive_percentage
23
29
 
24
30
  # The incentive tier end date.
25
31
  attr_accessor :end_at
26
32
 
33
+ # The incentive plan start date.
34
+ attr_accessor :start_at
35
+
27
36
  # The incentive tier funded by date, it is computed from the end at and plan funded by offset.
28
37
  attr_accessor :funded_by
29
38
 
@@ -37,8 +46,11 @@ module DealMakerAPI
37
46
  def self.attribute_map
38
47
  {
39
48
  :'id' => :'id',
49
+ :'status' => :'status',
50
+ :'humanized_index' => :'humanized_index',
40
51
  :'incentive_percentage' => :'incentive_percentage',
41
52
  :'end_at' => :'end_at',
53
+ :'start_at' => :'start_at',
42
54
  :'funded_by' => :'funded_by',
43
55
  :'created_at' => :'created_at',
44
56
  :'updated_at' => :'updated_at'
@@ -54,8 +66,11 @@ module DealMakerAPI
54
66
  def self.openapi_types
55
67
  {
56
68
  :'id' => :'Integer',
69
+ :'status' => :'String',
70
+ :'humanized_index' => :'Integer',
57
71
  :'incentive_percentage' => :'Float',
58
72
  :'end_at' => :'Time',
73
+ :'start_at' => :'Time',
59
74
  :'funded_by' => :'Time',
60
75
  :'created_at' => :'Time',
61
76
  :'updated_at' => :'Time'
@@ -87,6 +102,14 @@ module DealMakerAPI
87
102
  self.id = attributes[:'id']
88
103
  end
89
104
 
105
+ if attributes.key?(:'status')
106
+ self.status = attributes[:'status']
107
+ end
108
+
109
+ if attributes.key?(:'humanized_index')
110
+ self.humanized_index = attributes[:'humanized_index']
111
+ end
112
+
90
113
  if attributes.key?(:'incentive_percentage')
91
114
  self.incentive_percentage = attributes[:'incentive_percentage']
92
115
  end
@@ -95,6 +118,10 @@ module DealMakerAPI
95
118
  self.end_at = attributes[:'end_at']
96
119
  end
97
120
 
121
+ if attributes.key?(:'start_at')
122
+ self.start_at = attributes[:'start_at']
123
+ end
124
+
98
125
  if attributes.key?(:'funded_by')
99
126
  self.funded_by = attributes[:'funded_by']
100
127
  end
@@ -129,8 +156,11 @@ module DealMakerAPI
129
156
  return true if self.equal?(o)
130
157
  self.class == o.class &&
131
158
  id == o.id &&
159
+ status == o.status &&
160
+ humanized_index == o.humanized_index &&
132
161
  incentive_percentage == o.incentive_percentage &&
133
162
  end_at == o.end_at &&
163
+ start_at == o.start_at &&
134
164
  funded_by == o.funded_by &&
135
165
  created_at == o.created_at &&
136
166
  updated_at == o.updated_at
@@ -145,7 +175,7 @@ module DealMakerAPI
145
175
  # Calculates hash code according to all attributes.
146
176
  # @return [Integer] Hash code
147
177
  def hash
148
- [id, incentive_percentage, end_at, funded_by, created_at, updated_at].hash
178
+ [id, status, humanized_index, incentive_percentage, end_at, start_at, funded_by, created_at, updated_at].hash
149
179
  end
150
180
 
151
181
  # Builds the object from hash
@@ -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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.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.2.0-SNAPSHOT
9
+ OpenAPI Generator version: 7.3.0-SNAPSHOT
10
10
 
11
11
  =end
12
12