DealMakerAPI 0.89.5 → 0.90.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/DealMakerAPI.gemspec +1 -0
  3. data/README.md +13 -5
  4. data/docs/CompanyApi.md +72 -0
  5. data/docs/DealApi.md +67 -0
  6. data/docs/DefaultApi.md +200 -0
  7. data/docs/InvestorApi.md +1 -1
  8. data/docs/PatchInvestorProfilesTrustsTrusteesInner.md +3 -1
  9. data/docs/PostInvestorProfilesTrustsTrusteesInner.md +3 -1
  10. data/docs/SendPortalInviteRequest.md +20 -0
  11. data/docs/V1EntitiesInvestor.md +3 -1
  12. data/docs/V1EntitiesInvestorProfileFieldsTrustee.md +30 -0
  13. data/docs/V1EntitiesInvestorProfileTrust.md +1 -1
  14. data/docs/V1EntitiesPaymentsSelfServeOnboardingPayoutAccountDetailsResult.md +20 -0
  15. data/docs/V1EntitiesPaymentsSelfServeOnboardingQualificationQuestionnaireResult.md +20 -0
  16. data/lib/DealMakerAPI/api/company_api.rb +74 -0
  17. data/lib/DealMakerAPI/api/deal_api.rb +68 -0
  18. data/lib/DealMakerAPI/api/default_api.rb +187 -0
  19. data/lib/DealMakerAPI/api/investor_api.rb +2 -2
  20. data/lib/DealMakerAPI/api_client.rb +10 -11
  21. data/lib/DealMakerAPI/models/add506c_document_request.rb +1 -1
  22. data/lib/DealMakerAPI/models/add_document_request.rb +1 -1
  23. data/lib/DealMakerAPI/models/bulk_upload_investors_request.rb +1 -1
  24. data/lib/DealMakerAPI/models/create_bulk_upload_detail_request.rb +1 -1
  25. data/lib/DealMakerAPI/models/create_bulk_upload_request.rb +1 -1
  26. data/lib/DealMakerAPI/models/create_company_request.rb +1 -1
  27. data/lib/DealMakerAPI/models/create_deal_setup_request.rb +1 -1
  28. data/lib/DealMakerAPI/models/create_shareholder_action_request.rb +1 -1
  29. data/lib/DealMakerAPI/models/edit_investor_tags_request.rb +1 -1
  30. data/lib/DealMakerAPI/models/generate_url_request.rb +1 -1
  31. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations.rb +1 -1
  32. data/lib/DealMakerAPI/models/patch_investor_profiles_corporations_beneficial_owners_inner.rb +1 -1
  33. data/lib/DealMakerAPI/models/patch_investor_profiles_individuals.rb +1 -1
  34. data/lib/DealMakerAPI/models/patch_investor_profiles_joints.rb +1 -1
  35. data/lib/DealMakerAPI/models/patch_investor_profiles_trusts.rb +1 -1
  36. data/lib/DealMakerAPI/models/patch_investor_profiles_trusts_trustees_inner.rb +15 -5
  37. data/lib/DealMakerAPI/models/patch_investor_request.rb +1 -1
  38. data/lib/DealMakerAPI/models/post_deals_id_investors.rb +1 -1
  39. data/lib/DealMakerAPI/models/post_investor_profiles_corporations.rb +1 -1
  40. data/lib/DealMakerAPI/models/post_investor_profiles_corporations_beneficial_owners_inner.rb +1 -1
  41. data/lib/DealMakerAPI/models/post_investor_profiles_individuals.rb +1 -1
  42. data/lib/DealMakerAPI/models/post_investor_profiles_joints.rb +1 -1
  43. data/lib/DealMakerAPI/models/post_investor_profiles_trusts.rb +1 -1
  44. data/lib/DealMakerAPI/models/post_investor_profiles_trusts_trustees_inner.rb +15 -5
  45. data/lib/DealMakerAPI/models/post_webhooks_request.rb +1 -1
  46. data/lib/DealMakerAPI/models/put_deals_id_investors.rb +1 -1
  47. data/lib/DealMakerAPI/models/put_deals_id_script_tag_environment_request.rb +1 -1
  48. data/lib/DealMakerAPI/models/put_webhooks_id_request.rb +1 -1
  49. data/lib/DealMakerAPI/models/send_portal_invite_request.rb +225 -0
  50. data/lib/DealMakerAPI/models/v1_entities_address.rb +1 -1
  51. data/lib/DealMakerAPI/models/v1_entities_addresses.rb +1 -1
  52. data/lib/DealMakerAPI/models/v1_entities_attachment.rb +1 -1
  53. data/lib/DealMakerAPI/models/v1_entities_background_check_search.rb +1 -1
  54. data/lib/DealMakerAPI/models/v1_entities_bulk_upload.rb +1 -1
  55. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_detail.rb +1 -1
  56. data/lib/DealMakerAPI/models/v1_entities_bulk_upload_details.rb +1 -1
  57. data/lib/DealMakerAPI/models/v1_entities_bulk_uploads.rb +1 -1
  58. data/lib/DealMakerAPI/models/v1_entities_company.rb +1 -1
  59. data/lib/DealMakerAPI/models/v1_entities_company_deal.rb +1 -1
  60. data/lib/DealMakerAPI/models/v1_entities_company_deals.rb +1 -1
  61. data/lib/DealMakerAPI/models/v1_entities_countries.rb +1 -1
  62. data/lib/DealMakerAPI/models/v1_entities_country.rb +1 -1
  63. data/lib/DealMakerAPI/models/v1_entities_deal.rb +1 -1
  64. data/lib/DealMakerAPI/models/v1_entities_deal_enterprise.rb +1 -1
  65. data/lib/DealMakerAPI/models/v1_entities_deal_funding_metrics.rb +1 -1
  66. data/lib/DealMakerAPI/models/v1_entities_deal_investor_metrics.rb +1 -1
  67. data/lib/DealMakerAPI/models/v1_entities_deal_issuer.rb +1 -1
  68. data/lib/DealMakerAPI/models/v1_entities_deal_setup.rb +1 -1
  69. data/lib/DealMakerAPI/models/v1_entities_deal_setup_user.rb +1 -1
  70. data/lib/DealMakerAPI/models/v1_entities_deals.rb +1 -1
  71. data/lib/DealMakerAPI/models/v1_entities_dividend.rb +1 -1
  72. data/lib/DealMakerAPI/models/v1_entities_dividends.rb +1 -1
  73. data/lib/DealMakerAPI/models/v1_entities_express_wire_instruction.rb +1 -1
  74. data/lib/DealMakerAPI/models/v1_entities_express_wire_instructions.rb +1 -1
  75. data/lib/DealMakerAPI/models/v1_entities_generic_response.rb +1 -1
  76. data/lib/DealMakerAPI/models/v1_entities_investor.rb +15 -5
  77. data/lib/DealMakerAPI/models/v1_entities_investor_otp_access_link.rb +1 -1
  78. data/lib/DealMakerAPI/models/v1_entities_investor_profile_address.rb +1 -1
  79. data/lib/DealMakerAPI/models/v1_entities_investor_profile_corporation.rb +1 -1
  80. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_account_holder.rb +1 -1
  81. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_beneficial_owner.rb +1 -1
  82. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_corporation.rb +1 -1
  83. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_primary_holder.rb +1 -1
  84. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_signing_officer.rb +1 -1
  85. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trust.rb +1 -1
  86. data/lib/DealMakerAPI/models/v1_entities_investor_profile_fields_trustee.rb +274 -0
  87. data/lib/DealMakerAPI/models/v1_entities_investor_profile_individual.rb +1 -1
  88. data/lib/DealMakerAPI/models/v1_entities_investor_profile_item.rb +1 -1
  89. data/lib/DealMakerAPI/models/v1_entities_investor_profile_joint.rb +1 -1
  90. data/lib/DealMakerAPI/models/v1_entities_investor_profile_owner.rb +1 -1
  91. data/lib/DealMakerAPI/models/v1_entities_investor_profile_trust.rb +2 -2
  92. data/lib/DealMakerAPI/models/v1_entities_investor_profiles.rb +1 -1
  93. data/lib/DealMakerAPI/models/v1_entities_investor_user.rb +1 -1
  94. data/lib/DealMakerAPI/models/v1_entities_investors.rb +1 -1
  95. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result.rb +226 -0
  96. data/lib/DealMakerAPI/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result.rb +226 -0
  97. data/lib/DealMakerAPI/models/v1_entities_presigned_url_result.rb +1 -1
  98. data/lib/DealMakerAPI/models/v1_entities_shareholder.rb +1 -1
  99. data/lib/DealMakerAPI/models/v1_entities_shareholders.rb +1 -1
  100. data/lib/DealMakerAPI/models/v1_entities_shareholders_tags.rb +1 -1
  101. data/lib/DealMakerAPI/models/v1_entities_state.rb +1 -1
  102. data/lib/DealMakerAPI/models/v1_entities_subscription_agreement.rb +1 -1
  103. data/lib/DealMakerAPI/models/v1_entities_webhooks_deal.rb +1 -1
  104. data/lib/DealMakerAPI/models/v1_entities_webhooks_security_token.rb +1 -1
  105. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription.rb +1 -1
  106. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deal.rb +1 -1
  107. data/lib/DealMakerAPI/models/v1_entities_webhooks_subscription_deals.rb +1 -1
  108. data/lib/DealMakerAPI/version.rb +1 -1
  109. data/lib/DealMakerAPI.rb +4 -1
  110. data/spec/api/company_api_spec.rb +14 -0
  111. data/spec/api/deal_api_spec.rb +12 -0
  112. data/spec/api/default_api_spec.rb +36 -0
  113. data/spec/api/investor_api_spec.rb +1 -1
  114. data/spec/models/patch_investor_profiles_trusts_trustees_inner_spec.rb +6 -0
  115. data/spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb +6 -0
  116. data/spec/{api/deal_setup_api_spec.rb → models/send_portal_invite_request_spec.rb} +13 -18
  117. data/{lib/DealMakerAPI/api/deal_setup_api.rb → spec/models/v1_entities_investor_profile_fields_trustee_spec.rb} +49 -67
  118. data/spec/models/v1_entities_investor_spec.rb +6 -0
  119. data/spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result_spec.rb +42 -0
  120. data/spec/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result_spec.rb +42 -0
  121. metadata +92 -80
  122. data/docs/DealSetupApi.md +0 -74
@@ -213,7 +213,7 @@ module DealMakerAPI
213
213
  else # model
214
214
  # models (e.g. Pet) or oneOf
215
215
  klass = DealMakerAPI.const_get(type)
216
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
216
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
217
217
  end
218
218
  end
219
219
 
@@ -329,7 +329,7 @@ module DealMakerAPI
329
329
  else # model
330
330
  # models (e.g. Pet) or oneOf
331
331
  klass = DealMakerAPI.const_get(type)
332
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
332
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
333
333
  end
334
334
  end
335
335
 
@@ -475,7 +475,7 @@ module DealMakerAPI
475
475
  else # model
476
476
  # models (e.g. Pet) or oneOf
477
477
  klass = DealMakerAPI.const_get(type)
478
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
478
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
479
479
  end
480
480
  end
481
481
 
@@ -260,7 +260,7 @@ module DealMakerAPI
260
260
  else # model
261
261
  # models (e.g. Pet) or oneOf
262
262
  klass = DealMakerAPI.const_get(type)
263
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
263
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
264
264
  end
265
265
  end
266
266
 
@@ -374,7 +374,7 @@ module DealMakerAPI
374
374
  else # model
375
375
  # models (e.g. Pet) or oneOf
376
376
  klass = DealMakerAPI.const_get(type)
377
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
377
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
378
378
  end
379
379
  end
380
380
 
@@ -496,7 +496,7 @@ module DealMakerAPI
496
496
  else # model
497
497
  # models (e.g. Pet) or oneOf
498
498
  klass = DealMakerAPI.const_get(type)
499
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
499
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
500
500
  end
501
501
  end
502
502
 
@@ -355,7 +355,7 @@ module DealMakerAPI
355
355
  else # model
356
356
  # models (e.g. Pet) or oneOf
357
357
  klass = DealMakerAPI.const_get(type)
358
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
358
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
359
359
  end
360
360
  end
361
361
 
@@ -45,6 +45,9 @@ module DealMakerAPI
45
45
  # The list of taxpayer identification numbers for the trustees (required for trustee 1).
46
46
  attr_accessor :taxpayer_id
47
47
 
48
+ # The list of phone numbers for the trustees (required for trustee 1).
49
+ attr_accessor :phone_number
50
+
48
51
  # Attribute mapping from ruby-style variable name to JSON key.
49
52
  def self.attribute_map
50
53
  {
@@ -57,7 +60,8 @@ module DealMakerAPI
57
60
  :'region' => :'region',
58
61
  :'postal_code' => :'postal_code',
59
62
  :'date_of_birth' => :'date_of_birth',
60
- :'taxpayer_id' => :'taxpayer_id'
63
+ :'taxpayer_id' => :'taxpayer_id',
64
+ :'phone_number' => :'phone_number'
61
65
  }
62
66
  end
63
67
 
@@ -78,7 +82,8 @@ module DealMakerAPI
78
82
  :'region' => :'String',
79
83
  :'postal_code' => :'String',
80
84
  :'date_of_birth' => :'String',
81
- :'taxpayer_id' => :'String'
85
+ :'taxpayer_id' => :'String',
86
+ :'phone_number' => :'String'
82
87
  }
83
88
  end
84
89
 
@@ -142,6 +147,10 @@ module DealMakerAPI
142
147
  if attributes.key?(:'taxpayer_id')
143
148
  self.taxpayer_id = attributes[:'taxpayer_id']
144
149
  end
150
+
151
+ if attributes.key?(:'phone_number')
152
+ self.phone_number = attributes[:'phone_number']
153
+ end
145
154
  end
146
155
 
147
156
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -173,7 +182,8 @@ module DealMakerAPI
173
182
  region == o.region &&
174
183
  postal_code == o.postal_code &&
175
184
  date_of_birth == o.date_of_birth &&
176
- taxpayer_id == o.taxpayer_id
185
+ taxpayer_id == o.taxpayer_id &&
186
+ phone_number == o.phone_number
177
187
  end
178
188
 
179
189
  # @see the `==` method
@@ -185,7 +195,7 @@ module DealMakerAPI
185
195
  # Calculates hash code according to all attributes.
186
196
  # @return [Integer] Hash code
187
197
  def hash
188
- [first_name, last_name, suffix, street_address, unit2, city, region, postal_code, date_of_birth, taxpayer_id].hash
198
+ [first_name, last_name, suffix, street_address, unit2, city, region, postal_code, date_of_birth, taxpayer_id, phone_number].hash
189
199
  end
190
200
 
191
201
  # Builds the object from hash
@@ -250,7 +260,7 @@ module DealMakerAPI
250
260
  else # model
251
261
  # models (e.g. Pet) or oneOf
252
262
  klass = DealMakerAPI.const_get(type)
253
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
263
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
254
264
  end
255
265
  end
256
266
 
@@ -223,7 +223,7 @@ module DealMakerAPI
223
223
  else # model
224
224
  # models (e.g. Pet) or oneOf
225
225
  klass = DealMakerAPI.const_get(type)
226
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
226
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
227
227
  end
228
228
  end
229
229
 
@@ -237,7 +237,7 @@ module DealMakerAPI
237
237
  else # model
238
238
  # models (e.g. Pet) or oneOf
239
239
  klass = DealMakerAPI.const_get(type)
240
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
240
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
241
241
  end
242
242
  end
243
243
 
@@ -167,7 +167,7 @@ module DealMakerAPI
167
167
  else # model
168
168
  # models (e.g. Pet) or oneOf
169
169
  klass = DealMakerAPI.const_get(type)
170
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
170
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
171
171
  end
172
172
  end
173
173
 
@@ -226,7 +226,7 @@ module DealMakerAPI
226
226
  else # model
227
227
  # models (e.g. Pet) or oneOf
228
228
  klass = DealMakerAPI.const_get(type)
229
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
229
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
230
230
  end
231
231
  end
232
232
 
@@ -0,0 +1,225 @@
1
+ =begin
2
+ #DealMaker API
3
+
4
+ ## Introduction Welcome to DealMaker’s Web API v1! This API is RESTful, easy to integrate with, and offers support in 2 different languages. This is the technical documentation for our API. There are tutorials and examples of integrations with our API available on our [knowledge centre](https://help.dealmaker.tech/training-centre) as well. # Libraries - Javascript - Ruby # Authentication To authenticate, add an Authorization header to your API request that contains an access token. Before you [generate an access token](#how-to-generate-an-access-token) your must first [create an application](#create-an-application) on your portal and retrieve the your client ID and secret ## Create an Application DealMaker’s Web API v1 supports the use of OAuth applications. Applications can be generated in your [account](https://app.dealmaker.tech/developer/applications). To create an API Application, click on your user name in the top right corner to open a dropdown menu, and select \"Integrations\". Under the API settings tab, click the `Create New Application` button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-1.png) Name your application and assign the level of permissions for this application ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-2.png) Once your application is created, save in a secure space your client ID and secret. **WARNING**: The secret key will not be visible after you click the close button ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-3.png) From the developer tab, you will be able to view and manage all the available applications ![Screenshot](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/api-application-4.png) Each Application consists of a client id, secret and set of scopes. The scopes define what resources you want to have access to. The client ID and secret are used to generate an access token. You will need to create an application to use API endpoints. ## How to generate an access token After creating an application, you must make a call to obtain a bearer token using the Generate an OAuth token operation. This operation requires the following parameters: `token endpoint` - https://app.dealmaker.tech/oauth/token `grant_type` - must be set to `client_credentials` `client_id` - the Client ID displayed when you created the OAuth application in the previous step `client_secret` - the Client Secret displayed when you created the OAuth application in the previous step `scope` - the scope is established when you created the OAuth application in the previous step Note: The Generate an OAuth token response specifies how long the bearer token is valid for. You should reuse the bearer token until it is expired. When the token is expired, call Generate an OAuth token again to generate a new one. To use the access token, you must set a plain text header named `Authorization` with the contents of the header being “Bearer XXX” where XXX is your generated access token. ### Example #### Postman Here's an example on how to generate the access token with Postman, where `{{CLIENT_ID}}` and `{{CLIENT_SECRET}}` are the values generated after following the steps on [Create an Application](#create-an-application) ![Get access token postman example](https://s3.ca-central-1.amazonaws.com/docs.dealmaker.tech/images/token-postman.png) # Status Codes ## Content-Type Header All responses are returned in JSON format. We specify this by sending the Content-Type header. ## Status Codes Below is a table containing descriptions of the various status codes we currently support against various resources. Sometimes your API call will generate an error. Here you will find additional information about what to expect if you don’t format your request properly, or we fail to properly process your request. | Status Code | Description | | ----------- | ----------- | | `200` | Success | | `403` | Forbidden | | `404` | Not found | # Pagination Pagination is used to divide large responses is smaller portions (pages). By default, all endpoints return a maximum of 25 records per page. You can change the number of records on a per request basis by passing a `per_page` parameter in the request header parameters. The largest supported `per_page` parameter is 100. When the response exceeds the `per_page` parameter, you can paginate through the records by increasing the `offset` parameter. Example: `offset=25` will return 25 records starting from 26th record. You may also paginate using the `page` parameter to indicate the page number you would like to show on the response. Please review the table below for the input parameters ## Inputs | Parameter | Description | | ---------- | ------------------------------------------------------------------------------- | | `per_page` | Amount of records included on each page (Default is 25) | | `page` | Page number | | `offset` | Amount of records offset on the API request where 0 represents the first record | ## Response Headers | Response Header | Description | | --------------- | -------------------------------------------- | | `X-Total` | Total number of records of response | | `X-Total-Pages` | Total number of pages of response | | `X-Per-Page` | Total number of records per page of response | | `X-Page` | Number of current page | | `X-Next-Page` | Number of next page | | `X-Prev-Page` | Number of previous page | | `X-Offset` | Total number of records offset | # Search and Filtering (The q parameter) The q optional parameter accepts a string as input and allows you to filter the request based on that string. Please note that search strings must be encoded according to ASCII. For example, \"john+investor&#64;dealmaker.tech\" should be passed as “john%2Binvestor%40dealmaker.tech”. There are two main ways to filter with it. ## Keyword filtering Some keywords allow you to filter investors based on a specific “scope” of the investors, for example using the string “Invited” will filter all investors with the status invited, and the keyword “Has attachments” will filter investors with attachments. Here’s a list of possible keywords and the “scope” each one of the keywords filters by: | Keywords | Scope | Decoded Example | Encoded Example | | ---------------------------------------------- | --------------------------------------------------------------------------- | -------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | | Signed on \\(date range\\) | Investors who signed in the provided date range | Signed on (date range) [2020-07-01:2020-07-31] | `Signed%20on%20%28date%20range%29%20%5B2020-07-01%3A2020-07-31%5D` | | Enabled for countersignature on \\(date range\\) | Investors who were enabled for counter signature in the provided date range | Enabled for countersignature on (date range) [2022-05-24:2022-05-25] | `Enabled%20for%20countersignature%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Accepted on \\(date range\\) | Investors accepted in the provided date rage | Accepted on (date range) [2022-05-24:2022-05-25] | `Accepted%20on%20(date%20range)%20%5B2022-05-24%3A2022-05-25%5D` | | Offline | Investors added to the deal offline | Offline | `Offline` | | Online | Investors added to the deal online | Online | `Online` | | Signed | Investors who signed their agreement | Signed | `Signed` | | Waiting for countersignature | Investors who have signed and are waiting for counter signature | Waiting for countersignature | `Waiting%20for%20countersignature` | | Invited | Investors on the Invited Status | Invited | `Invited` | | Accepted | Investors in the Accepted Status | Accepted | `Accepted` | | Questionnaire in progress | All Investors who have not finished completing the questionnaire | Questionnaire in progress | `Questionnaire%20in%20progress` | | Has attachments | All Investors with attachments | Has attachments | `Has%20attachments` | | Has notes | All Investors with notes | Has notes | `Has%20notes` | | Waiting for co-signature | Investors who have signed and are waiting for co-signature | Waiting for co-signature | `Waiting%20for%20co-signature` | | Background Check Approved | Investors with approved background check | Background Check Approved | `Background%20Check%20Approved` | | Document Review Pending | Investors with pending review | Document Review Pending | `Document%20Review%20Pending` | | Document Upload Pending | Investors with pending documents to upload | Document Upload Pending | `Document%20Upload%20Pending` | | Required adjudicator review | Investors who are required to be review by the adjudicator | Required adjudicator review | `Required%20adjudicator%20review` | --- **NOTE** Filtering keywords are case sensitive and need to be encoded --- ## Search String Any value for the parameter which does not match one of the keywords listed above, will use fields like `first name`, `last name`, `email`, `tags` to search for the investor. For example, if you search “Robert”, because this does not match one of the keywords listed above, it will then return any investors who have the string “Robert” in their name, email, or tags fields. # Versioning The latest version is v1. The version can be updated on the `Accept` header, just set the version as stated on the following example: ``` Accept:application/vnd.dealmaker-v1+json ``` | Version | Accept Header | | ------- | ----------------------------------- | | `v1` | application/vnd.dealmaker-`v1`+json | # SDK’s For instruction on installing SDKs, please view the following links - [Javascript](https://github.com/DealMakerTech/api/tree/main/v1/clients/javascript) - [Ruby](https://github.com/DealMakerTech/api/tree/main/v1/clients/ruby) # Webhooks Our webhooks functionality allows clients to automatically receive updates on a deal's investor data. Some of the data that the webhooks include: - Investor Name - Date created - Email - Phone - Allocation - Attachments - Accredited investor status - Accredited investor category - State (Draft, Invited, Signed, Accepted, Waiting, Inactive) Via webhooks clients can subscribe to the following events as they happen on Dealmaker: - Investor is created - Investor details are updated (any of the investor details above change or are updated) - Investor has signed their agreement - Invertor fully funded their investment - Investor has been accepted - Investor is deleted A URL supplied by the client will receive all the events with the information as part of the payload. Clients are able to add and update the URL within DealMaker. ## Configuration For a comprehensive guide on how to configure Webhooks please visit our support article: [Configuring Webhooks on DealMaker – DealMaker Support](https://help.dealmaker.tech/configuring-webhooks-on-dealmaker). As a developer user on DealMaker, you are able to configure webhooks by following the steps below: 1. Sign into Dealmaker 2. Go to **“Your profile”** in the top right corner 3. Access an **“Integrations”** configuration via the left menu 4. The developer configures webhooks by including: - The HTTPS URL where the request will be sent - Optionally, a security token that we would use to build a SHA1 hash that would be included in the request headers. The name of the header is `X-DealMaker-Signature`. If the secret is not specified, the hash won’t be included in the headers. - The Deal(s) to include in the webhook subscription - An email address that will be used to notify about errors. 5. The developers can disable webhooks temporarily if needed ## Specification ### Events The initial set of events will be related to the investor. The events are: 1. `investor.created` - Triggers every time a new investor is added to a deal 2. `investor.updated` - Triggers on updates to any of the following fields: - Status - Name - Email - (this is a user field so we trigger event for all investors with webhook subscription) - Allocated Amount - Investment Amount - Accredited investor fields - Adding or removing attachments - Tags - When the investor status is signed, the payload also includes a link to the signed document; the link expires after 30 minutes 3. `investor.signed` - Triggers when the investor signs their subscription agreement (terms and conditions) - When this happens the investor.state becomes `signed` - This event includes the same fields as the `investor.updated` event 4. `investor.funded` - Triggers when the investor becomes fully funded - This happens when the investor.funded_state becomes `funded` - This event includes the same fields as the `investor.updated` event 5. `investor.accepted` - Triggers when the investor is countersigned - When this happens the investor.state becomes `accepted` - This event includes the same fields as the `investor.updated` event 6. `investor.deleted` - Triggers when the investor is removed from the deal - The investor key of the payload only includes investor ID - The deal is not included in the payload. Due to our implementation it’s impossible to retrieve the deal the investor was part of ### Requests - The request is a `POST` - The payload’s `content-type` is `application/json` - Only `2XX` responses are considered successful. In the event of a different response, we consider it failed and queue the event for retry - We retry the request five times, after the initial attempt. Doubling the waiting time between intervals with each try. The first retry happens after 30 seconds, then 60 seconds, 2 mins, 4 minutes, and 8 minutes. This timing scheme gives the receiver about 1 hour if all the requests fail - If an event fails all the attempts to be delivered, we send an email to the address that the user configured ### Payload #### Common Properties There will be some properties that are common to all the events on the system. | Key | Type | Description | | ----------------- | ------ | -------------------------------------------------------------------------------------- | | event | String | The event that triggered the call | | event_id | String | A unique identifier for the event | | deal<sup>\\*</sup> | Object | The deal in which the event occurred. please see below for an example on the deal object<sup>\\*\\*</sup> | <sup>\\*</sup>This field is not included when deleting a resource <sup>\\*\\*</sup> Sample Deal Object in the webhook payload ```json \"deal\": { \"id\": 0, \"title\": \"string\", \"created_at\": \"2022-12-06T18:14:44.000Z\", \"updated_at\": \"2022-12-08T12:46:48.000Z\", \"state\": \"string\", \"currency\": \"string\", \"security_type\": \"string\", \"price_per_security\": 0.00, \"deal_type\": \"string\", \"minimum_investment\": 0, \"maximum_investment\": 0, \"issuer\": { \"id\": 0, \"name\": \"string\" }, \"enterprise\": { \"id\": 0, \"name\": \"string\" } } ``` #### Common Properties (investor scope) By design, we have incorporated on the webhooks payload the same investor-related fields included in the Investor model, for reference on the included fields, their types and values please click [here](https://docs.dealmaker.tech/#tag/investor_model). This will allow you to get all the necessary information you need about a particular investor without having to call the Get Investor by ID endpoint. | #### Investor State Here is a brief description of each investor state: - **Draft:** the investor is added to the platform but hasn't been invited yet and cannot access the portal - **Invited:** the investor was added to the platform but hasn’t completed the questionnaire - **Signed:** the investor signed the document (needs approval from Lawyer or Reviewer before countersignature) - **Waiting:** the investor was approved for countersignature by any of the Lawyers or Reviewers in the deal - **Accepted:** the investor's agreement was countersigned by the Signatory - **Inactive** the investor is no longer eligible to participate in the offering. This may be because their warrant expired, they requested a refund, or they opted out of the offering #### Update Delay Given the high number of updates our platform performs on any investor, we’ve added a cool down period on update events that allows us to “group” updates and trigger only one every minute. In consequence, update events will be delivered 1 minute after the initial request was made and will include the latest version of the investor data at delivery time.
5
+
6
+ The version of the OpenAPI document: 1.75.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 7.1.0-SNAPSHOT
10
+
11
+ =end
12
+
13
+ require 'date'
14
+ require 'time'
15
+
16
+ module DealMakerAPI
17
+ class SendPortalInviteRequest
18
+ # The custom subject of the invite email
19
+ attr_accessor :subject
20
+
21
+ # The custom email content of the invite email
22
+ attr_accessor :email_content
23
+
24
+ # Attribute mapping from ruby-style variable name to JSON key.
25
+ def self.attribute_map
26
+ {
27
+ :'subject' => :'subject',
28
+ :'email_content' => :'email_content'
29
+ }
30
+ end
31
+
32
+ # Returns all the JSON keys this model knows about
33
+ def self.acceptable_attributes
34
+ attribute_map.values
35
+ end
36
+
37
+ # Attribute type mapping.
38
+ def self.openapi_types
39
+ {
40
+ :'subject' => :'String',
41
+ :'email_content' => :'String'
42
+ }
43
+ end
44
+
45
+ # List of attributes with nullable: true
46
+ def self.openapi_nullable
47
+ Set.new([
48
+ ])
49
+ end
50
+
51
+ # Initializes the object
52
+ # @param [Hash] attributes Model attributes in the form of hash
53
+ def initialize(attributes = {})
54
+ if (!attributes.is_a?(Hash))
55
+ fail ArgumentError, "The input argument (attributes) must be a hash in `DealMakerAPI::SendPortalInviteRequest` initialize method"
56
+ end
57
+
58
+ # check to see if the attribute exists and convert string to symbol for hash key
59
+ attributes = attributes.each_with_object({}) { |(k, v), h|
60
+ if (!self.class.attribute_map.key?(k.to_sym))
61
+ fail ArgumentError, "`#{k}` is not a valid attribute in `DealMakerAPI::SendPortalInviteRequest`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
62
+ end
63
+ h[k.to_sym] = v
64
+ }
65
+
66
+ if attributes.key?(:'subject')
67
+ self.subject = attributes[:'subject']
68
+ end
69
+
70
+ if attributes.key?(:'email_content')
71
+ self.email_content = attributes[:'email_content']
72
+ end
73
+ end
74
+
75
+ # Show invalid properties with the reasons. Usually used together with valid?
76
+ # @return Array for valid properties with the reasons
77
+ def list_invalid_properties
78
+ warn '[DEPRECATED] the `list_invalid_properties` method is obsolete'
79
+ invalid_properties = Array.new
80
+ invalid_properties
81
+ end
82
+
83
+ # Check to see if the all the properties in the model are valid
84
+ # @return true if the model is valid
85
+ def valid?
86
+ warn '[DEPRECATED] the `valid?` method is obsolete'
87
+ true
88
+ end
89
+
90
+ # Checks equality by comparing each attribute.
91
+ # @param [Object] Object to be compared
92
+ def ==(o)
93
+ return true if self.equal?(o)
94
+ self.class == o.class &&
95
+ subject == o.subject &&
96
+ email_content == o.email_content
97
+ end
98
+
99
+ # @see the `==` method
100
+ # @param [Object] Object to be compared
101
+ def eql?(o)
102
+ self == o
103
+ end
104
+
105
+ # Calculates hash code according to all attributes.
106
+ # @return [Integer] Hash code
107
+ def hash
108
+ [subject, email_content].hash
109
+ end
110
+
111
+ # Builds the object from hash
112
+ # @param [Hash] attributes Model attributes in the form of hash
113
+ # @return [Object] Returns the model itself
114
+ def self.build_from_hash(attributes)
115
+ return nil unless attributes.is_a?(Hash)
116
+ attributes = attributes.transform_keys(&:to_sym)
117
+ transformed_hash = {}
118
+ openapi_types.each_pair do |key, type|
119
+ if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil?
120
+ transformed_hash["#{key}"] = nil
121
+ elsif type =~ /\AArray<(.*)>/i
122
+ # check to ensure the input is an array given that the attribute
123
+ # is documented as an array but the input is not
124
+ if attributes[attribute_map[key]].is_a?(Array)
125
+ transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) }
126
+ end
127
+ elsif !attributes[attribute_map[key]].nil?
128
+ transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]])
129
+ end
130
+ end
131
+ new(transformed_hash)
132
+ end
133
+
134
+ # Deserializes the data based on type
135
+ # @param string type Data type
136
+ # @param string value Value to be deserialized
137
+ # @return [Object] Deserialized data
138
+ def self._deserialize(type, value)
139
+ case type.to_sym
140
+ when :Time
141
+ Time.parse(value)
142
+ when :Date
143
+ Date.parse(value)
144
+ when :String
145
+ value.to_s
146
+ when :Integer
147
+ value.to_i
148
+ when :Float
149
+ value.to_f
150
+ when :Boolean
151
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
152
+ true
153
+ else
154
+ false
155
+ end
156
+ when :Object
157
+ # generic object (usually a Hash), return directly
158
+ value
159
+ when /\AArray<(?<inner_type>.+)>\z/
160
+ inner_type = Regexp.last_match[:inner_type]
161
+ value.map { |v| _deserialize(inner_type, v) }
162
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
163
+ k_type = Regexp.last_match[:k_type]
164
+ v_type = Regexp.last_match[:v_type]
165
+ {}.tap do |hash|
166
+ value.each do |k, v|
167
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
168
+ end
169
+ end
170
+ else # model
171
+ # models (e.g. Pet) or oneOf
172
+ klass = DealMakerAPI.const_get(type)
173
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
174
+ end
175
+ end
176
+
177
+ # Returns the string representation of the object
178
+ # @return [String] String presentation of the object
179
+ def to_s
180
+ to_hash.to_s
181
+ end
182
+
183
+ # to_body is an alias to to_hash (backward compatibility)
184
+ # @return [Hash] Returns the object in the form of hash
185
+ def to_body
186
+ to_hash
187
+ end
188
+
189
+ # Returns the object in the form of hash
190
+ # @return [Hash] Returns the object in the form of hash
191
+ def to_hash
192
+ hash = {}
193
+ self.class.attribute_map.each_pair do |attr, param|
194
+ value = self.send(attr)
195
+ if value.nil?
196
+ is_nullable = self.class.openapi_nullable.include?(attr)
197
+ next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
198
+ end
199
+
200
+ hash[param] = _to_hash(value)
201
+ end
202
+ hash
203
+ end
204
+
205
+ # Outputs non-array value in the form of hash
206
+ # For object, use to_hash. Otherwise, just return the value
207
+ # @param [Object] value Any valid value
208
+ # @return [Hash] Returns the value in the form of hash
209
+ def _to_hash(value)
210
+ if value.is_a?(Array)
211
+ value.compact.map { |v| _to_hash(v) }
212
+ elsif value.is_a?(Hash)
213
+ {}.tap do |hash|
214
+ value.each { |k, v| hash[k] = _to_hash(v) }
215
+ end
216
+ elsif value.respond_to? :to_hash
217
+ value.to_hash
218
+ else
219
+ value
220
+ end
221
+ end
222
+
223
+ end
224
+
225
+ end
@@ -210,7 +210,7 @@ module DealMakerAPI
210
210
  else # model
211
211
  # models (e.g. Pet) or oneOf
212
212
  klass = DealMakerAPI.const_get(type)
213
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
213
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
214
214
  end
215
215
  end
216
216
 
@@ -159,7 +159,7 @@ module DealMakerAPI
159
159
  else # model
160
160
  # models (e.g. Pet) or oneOf
161
161
  klass = DealMakerAPI.const_get(type)
162
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
162
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
163
  end
164
164
  end
165
165
 
@@ -180,7 +180,7 @@ module DealMakerAPI
180
180
  else # model
181
181
  # models (e.g. Pet) or oneOf
182
182
  klass = DealMakerAPI.const_get(type)
183
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
183
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
184
184
  end
185
185
  end
186
186
 
@@ -180,7 +180,7 @@ module DealMakerAPI
180
180
  else # model
181
181
  # models (e.g. Pet) or oneOf
182
182
  klass = DealMakerAPI.const_get(type)
183
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
183
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
184
184
  end
185
185
  end
186
186
 
@@ -295,7 +295,7 @@ module DealMakerAPI
295
295
  else # model
296
296
  # models (e.g. Pet) or oneOf
297
297
  klass = DealMakerAPI.const_get(type)
298
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
298
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
299
299
  end
300
300
  end
301
301
 
@@ -231,7 +231,7 @@ module DealMakerAPI
231
231
  else # model
232
232
  # models (e.g. Pet) or oneOf
233
233
  klass = DealMakerAPI.const_get(type)
234
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
234
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
235
235
  end
236
236
  end
237
237
 
@@ -160,7 +160,7 @@ module DealMakerAPI
160
160
  else # model
161
161
  # models (e.g. Pet) or oneOf
162
162
  klass = DealMakerAPI.const_get(type)
163
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
164
164
  end
165
165
  end
166
166
 
@@ -160,7 +160,7 @@ module DealMakerAPI
160
160
  else # model
161
161
  # models (e.g. Pet) or oneOf
162
162
  klass = DealMakerAPI.const_get(type)
163
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
164
164
  end
165
165
  end
166
166
 
@@ -239,7 +239,7 @@ module DealMakerAPI
239
239
  else # model
240
240
  # models (e.g. Pet) or oneOf
241
241
  klass = DealMakerAPI.const_get(type)
242
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
242
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
243
243
  end
244
244
  end
245
245
 
@@ -170,7 +170,7 @@ module DealMakerAPI
170
170
  else # model
171
171
  # models (e.g. Pet) or oneOf
172
172
  klass = DealMakerAPI.const_get(type)
173
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
173
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
174
174
  end
175
175
  end
176
176
 
@@ -159,7 +159,7 @@ module DealMakerAPI
159
159
  else # model
160
160
  # models (e.g. Pet) or oneOf
161
161
  klass = DealMakerAPI.const_get(type)
162
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
162
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
163
  end
164
164
  end
165
165
 
@@ -160,7 +160,7 @@ module DealMakerAPI
160
160
  else # model
161
161
  # models (e.g. Pet) or oneOf
162
162
  klass = DealMakerAPI.const_get(type)
163
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
163
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
164
164
  end
165
165
  end
166
166
 
@@ -179,7 +179,7 @@ module DealMakerAPI
179
179
  else # model
180
180
  # models (e.g. Pet) or oneOf
181
181
  klass = DealMakerAPI.const_get(type)
182
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
182
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
183
183
  end
184
184
  end
185
185
 
@@ -323,7 +323,7 @@ module DealMakerAPI
323
323
  else # model
324
324
  # models (e.g. Pet) or oneOf
325
325
  klass = DealMakerAPI.const_get(type)
326
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
326
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
327
327
  end
328
328
  end
329
329
 
@@ -170,7 +170,7 @@ module DealMakerAPI
170
170
  else # model
171
171
  # models (e.g. Pet) or oneOf
172
172
  klass = DealMakerAPI.const_get(type)
173
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
173
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
174
174
  end
175
175
  end
176
176
 
@@ -230,7 +230,7 @@ module DealMakerAPI
230
230
  else # model
231
231
  # models (e.g. Pet) or oneOf
232
232
  klass = DealMakerAPI.const_get(type)
233
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
233
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
234
234
  end
235
235
  end
236
236
 
@@ -210,7 +210,7 @@ module DealMakerAPI
210
210
  else # model
211
211
  # models (e.g. Pet) or oneOf
212
212
  klass = DealMakerAPI.const_get(type)
213
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
213
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
214
214
  end
215
215
  end
216
216
 
@@ -180,7 +180,7 @@ module DealMakerAPI
180
180
  else # model
181
181
  # models (e.g. Pet) or oneOf
182
182
  klass = DealMakerAPI.const_get(type)
183
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
183
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
184
184
  end
185
185
  end
186
186
 
@@ -240,7 +240,7 @@ module DealMakerAPI
240
240
  else # model
241
241
  # models (e.g. Pet) or oneOf
242
242
  klass = DealMakerAPI.const_get(type)
243
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
243
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
244
244
  end
245
245
  end
246
246
 
@@ -170,7 +170,7 @@ module DealMakerAPI
170
170
  else # model
171
171
  # models (e.g. Pet) or oneOf
172
172
  klass = DealMakerAPI.const_get(type)
173
- klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
173
+ klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value)
174
174
  end
175
175
  end
176
176