DealMakerAPI 0.89.3 → 0.89.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9f6f1f79f3700e4eff09f5f72ae54e9451e2aba7498b9f6a2af5d8ae541dd1f
4
- data.tar.gz: 3b7befbfc70a8810ce0564990b1227348a2bc3dd0f4f008565f7e9ed3aa975d3
3
+ metadata.gz: 6316919348b360c98db63f98b7392b416fb05fd3361174bec9231a9a14de300d
4
+ data.tar.gz: afb6773b6f524f5df6f2faf6b7003f43d0c27d4d9da26d315f6db137eb7dbbaf
5
5
  SHA512:
6
- metadata.gz: ed5237e33e957a7c7a1ba95338509287314197bfebf94f04e60186bf5e2b2ce7f30722a6c0b7c7355022fde355edc9b491321c2dabbe4c07e44e2fcd77f9e501
7
- data.tar.gz: a6b14bd37aa9b746a3b6cdeafe486dc43c54c46b89ed30acedd8444e4e13bc1074b196e0cecc7549c42f15124e0bc0841cf3d630f5a299632464406ce1aa9f90
6
+ metadata.gz: e2560977def9c7427b248c79b790620ff607c3a0c00c9d9a28c45cb10538f8435599477b23ae68ec2f6c1b0a728dadf8bb3673c4f0e2c7b57f9fe4cbe1b8c508
7
+ data.tar.gz: 7859da6bcf44be33d16392449a88c87b23cf5fa2f3f1f9164791d888b4dc3bd60f2913f3658abbe9bb5ede1e6dcd90e3d5c94402227a9893f650cb518ea0427f
data/README.md CHANGED
@@ -338,7 +338,7 @@ Given the high number of updates our platform performs on any investor, we’ve
338
338
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
339
339
 
340
340
  - API version: 1.75.0
341
- - Package version: 0.89.3
341
+ - Package version: 0.89.4
342
342
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
343
343
 
344
344
  ## Installation
@@ -354,16 +354,16 @@ gem build DealMakerAPI.gemspec
354
354
  Then either install the gem locally:
355
355
 
356
356
  ```shell
357
- gem install ./DealMakerAPI-0.89.3.gem
357
+ gem install ./DealMakerAPI-0.89.4.gem
358
358
  ```
359
359
 
360
- (for development, run `gem install --dev ./DealMakerAPI-0.89.3.gem` to install the development dependencies)
360
+ (for development, run `gem install --dev ./DealMakerAPI-0.89.4.gem` to install the development dependencies)
361
361
 
362
362
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
363
363
 
364
364
  Finally add this to the Gemfile:
365
365
 
366
- gem 'DealMakerAPI', '~> 0.89.3'
366
+ gem 'DealMakerAPI', '~> 0.89.4'
367
367
 
368
368
  ### Install from Git
369
369
 
@@ -446,6 +446,7 @@ Class | Method | HTTP request | Description
446
446
  *DealMakerAPI::InvestorApi* | [**get_investor_otp_link**](docs/InvestorApi.md#get_investor_otp_link) | **GET** /deals/{id}/investors/{investor_id}/otp_access_link | Get OTP access link for deal investor
447
447
  *DealMakerAPI::InvestorApi* | [**list_investors**](docs/InvestorApi.md#list_investors) | **GET** /deals/{id}/investors | List deal investors
448
448
  *DealMakerAPI::InvestorApi* | [**patch_investor**](docs/InvestorApi.md#patch_investor) | **PATCH** /deals/{id}/investors/{investor_id} | Patch a deal investor
449
+ *DealMakerAPI::InvestorApi* | [**run_background_search**](docs/InvestorApi.md#run_background_search) | **POST** /deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/run | Run Alloy background search for the investor
449
450
  *DealMakerAPI::InvestorApi* | [**update_investor**](docs/InvestorApi.md#update_investor) | **PUT** /deals/{id}/investors/{investor_id} | Update a deal investor
450
451
  *DealMakerAPI::InvestorProfileApi* | [**create_corporation_profile**](docs/InvestorProfileApi.md#create_corporation_profile) | **POST** /investor_profiles/corporations | Create new corporation investor profile.
451
452
  *DealMakerAPI::InvestorProfileApi* | [**create_individual_profile**](docs/InvestorProfileApi.md#create_individual_profile) | **POST** /investor_profiles/individuals | Create new individual investor profile
data/docs/InvestorApi.md CHANGED
@@ -16,6 +16,7 @@ All URIs are relative to *http://api.dealmaker.tech*
16
16
  | [**get_investor_otp_link**](InvestorApi.md#get_investor_otp_link) | **GET** /deals/{id}/investors/{investor_id}/otp_access_link | Get OTP access link for deal investor |
17
17
  | [**list_investors**](InvestorApi.md#list_investors) | **GET** /deals/{id}/investors | List deal investors |
18
18
  | [**patch_investor**](InvestorApi.md#patch_investor) | **PATCH** /deals/{id}/investors/{investor_id} | Patch a deal investor |
19
+ | [**run_background_search**](InvestorApi.md#run_background_search) | **POST** /deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/run | Run Alloy background search for the investor |
19
20
  | [**update_investor**](InvestorApi.md#update_investor) | **PUT** /deals/{id}/investors/{investor_id} | Update a deal investor |
20
21
 
21
22
 
@@ -855,6 +856,74 @@ No authorization required
855
856
  - **Accept**: application/json
856
857
 
857
858
 
859
+ ## run_background_search
860
+
861
+ > <V1EntitiesInvestor> run_background_search(id, investor_id, search_entity_id)
862
+
863
+ Run Alloy background search for the investor
864
+
865
+ Run Alloy background search for the investor
866
+
867
+ ### Examples
868
+
869
+ ```ruby
870
+ require 'time'
871
+ require 'DealMakerAPI'
872
+
873
+ api_instance = DealMakerAPI::InvestorApi.new
874
+ id = 56 # Integer |
875
+ investor_id = 56 # Integer |
876
+ search_entity_id = 56 # Integer |
877
+
878
+ begin
879
+ # Run Alloy background search for the investor
880
+ result = api_instance.run_background_search(id, investor_id, search_entity_id)
881
+ p result
882
+ rescue DealMakerAPI::ApiError => e
883
+ puts "Error when calling InvestorApi->run_background_search: #{e}"
884
+ end
885
+ ```
886
+
887
+ #### Using the run_background_search_with_http_info variant
888
+
889
+ This returns an Array which contains the response data, status code and headers.
890
+
891
+ > <Array(<V1EntitiesInvestor>, Integer, Hash)> run_background_search_with_http_info(id, investor_id, search_entity_id)
892
+
893
+ ```ruby
894
+ begin
895
+ # Run Alloy background search for the investor
896
+ data, status_code, headers = api_instance.run_background_search_with_http_info(id, investor_id, search_entity_id)
897
+ p status_code # => 2xx
898
+ p headers # => { ... }
899
+ p data # => <V1EntitiesInvestor>
900
+ rescue DealMakerAPI::ApiError => e
901
+ puts "Error when calling InvestorApi->run_background_search_with_http_info: #{e}"
902
+ end
903
+ ```
904
+
905
+ ### Parameters
906
+
907
+ | Name | Type | Description | Notes |
908
+ | ---- | ---- | ----------- | ----- |
909
+ | **id** | **Integer** | | |
910
+ | **investor_id** | **Integer** | | |
911
+ | **search_entity_id** | **Integer** | | |
912
+
913
+ ### Return type
914
+
915
+ [**V1EntitiesInvestor**](V1EntitiesInvestor.md)
916
+
917
+ ### Authorization
918
+
919
+ No authorization required
920
+
921
+ ### HTTP request headers
922
+
923
+ - **Content-Type**: Not defined
924
+ - **Accept**: application/json
925
+
926
+
858
927
  ## update_investor
859
928
 
860
929
  > <V1EntitiesInvestor> update_investor(id, investor_id, deals_id_investors)
@@ -918,6 +918,81 @@ module DealMakerAPI
918
918
  return data, status_code, headers
919
919
  end
920
920
 
921
+ # Run Alloy background search for the investor
922
+ # Run Alloy background search for the investor
923
+ # @param id [Integer]
924
+ # @param investor_id [Integer]
925
+ # @param search_entity_id [Integer]
926
+ # @param [Hash] opts the optional parameters
927
+ # @return [V1EntitiesInvestor]
928
+ def run_background_search(id, investor_id, search_entity_id, opts = {})
929
+ data, _status_code, _headers = run_background_search_with_http_info(id, investor_id, search_entity_id, opts)
930
+ data
931
+ end
932
+
933
+ # Run Alloy background search for the investor
934
+ # Run Alloy background search for the investor
935
+ # @param id [Integer]
936
+ # @param investor_id [Integer]
937
+ # @param search_entity_id [Integer]
938
+ # @param [Hash] opts the optional parameters
939
+ # @return [Array<(V1EntitiesInvestor, Integer, Hash)>] V1EntitiesInvestor data, response status code and response headers
940
+ def run_background_search_with_http_info(id, investor_id, search_entity_id, opts = {})
941
+ if @api_client.config.debugging
942
+ @api_client.config.logger.debug 'Calling API: InvestorApi.run_background_search ...'
943
+ end
944
+ # verify the required parameter 'id' is set
945
+ if @api_client.config.client_side_validation && id.nil?
946
+ fail ArgumentError, "Missing the required parameter 'id' when calling InvestorApi.run_background_search"
947
+ end
948
+ # verify the required parameter 'investor_id' is set
949
+ if @api_client.config.client_side_validation && investor_id.nil?
950
+ fail ArgumentError, "Missing the required parameter 'investor_id' when calling InvestorApi.run_background_search"
951
+ end
952
+ # verify the required parameter 'search_entity_id' is set
953
+ if @api_client.config.client_side_validation && search_entity_id.nil?
954
+ fail ArgumentError, "Missing the required parameter 'search_entity_id' when calling InvestorApi.run_background_search"
955
+ end
956
+ # resource path
957
+ local_var_path = '/deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/run'.sub('{' + 'id' + '}', CGI.escape(id.to_s)).sub('{' + 'investor_id' + '}', CGI.escape(investor_id.to_s)).sub('{' + 'search_entity_id' + '}', CGI.escape(search_entity_id.to_s))
958
+
959
+ # query parameters
960
+ query_params = opts[:query_params] || {}
961
+
962
+ # header parameters
963
+ header_params = opts[:header_params] || {}
964
+ # HTTP header 'Accept' (if needed)
965
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
966
+
967
+ # form parameters
968
+ form_params = opts[:form_params] || {}
969
+
970
+ # http body (model)
971
+ post_body = opts[:debug_body]
972
+
973
+ # return_type
974
+ return_type = opts[:debug_return_type] || 'V1EntitiesInvestor'
975
+
976
+ # auth_names
977
+ auth_names = opts[:debug_auth_names] || []
978
+
979
+ new_options = opts.merge(
980
+ :operation => :"InvestorApi.run_background_search",
981
+ :header_params => header_params,
982
+ :query_params => query_params,
983
+ :form_params => form_params,
984
+ :body => post_body,
985
+ :auth_names => auth_names,
986
+ :return_type => return_type
987
+ )
988
+
989
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path, new_options)
990
+ if @api_client.config.debugging
991
+ @api_client.config.logger.debug "API called: InvestorApi#run_background_search\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
992
+ end
993
+ return data, status_code, headers
994
+ end
995
+
921
996
  # Update a deal investor
922
997
  # Update deal investor
923
998
  # @param id [Integer] The deal id.
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.1.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module DealMakerAPI
14
- VERSION = '0.89.3'
14
+ VERSION = '0.89.4'
15
15
  end
@@ -198,6 +198,20 @@ describe 'InvestorApi' do
198
198
  end
199
199
  end
200
200
 
201
+ # unit tests for run_background_search
202
+ # Run Alloy background search for the investor
203
+ # Run Alloy background search for the investor
204
+ # @param id
205
+ # @param investor_id
206
+ # @param search_entity_id
207
+ # @param [Hash] opts the optional parameters
208
+ # @return [V1EntitiesInvestor]
209
+ describe 'run_background_search test' do
210
+ it 'should work' do
211
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
212
+ end
213
+ end
214
+
201
215
  # unit tests for update_investor
202
216
  # Update a deal investor
203
217
  # Update deal investor
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DealMakerAPI
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.89.3
4
+ version: 0.89.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - DealMaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-16 00:00:00.000000000 Z
11
+ date: 2023-10-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -376,100 +376,100 @@ signing_key:
376
376
  specification_version: 4
377
377
  summary: A ruby wrapper for the DealMaker API
378
378
  test_files:
379
+ - spec/api/upload_api_spec.rb
380
+ - spec/api/investor_api_spec.rb
381
+ - spec/api/company_api_spec.rb
379
382
  - spec/api/deal_setup_api_spec.rb
380
- - spec/api/deal_api_spec.rb
381
- - spec/api/shareholder_api_spec.rb
382
383
  - spec/api/country_api_spec.rb
383
- - spec/api/company_api_spec.rb
384
- - spec/api/upload_api_spec.rb
385
- - spec/api/users_api_spec.rb
386
- - spec/api/deals_api_spec.rb
387
384
  - spec/api/investor_profile_api_spec.rb
385
+ - spec/api/deals_api_spec.rb
386
+ - spec/api/users_api_spec.rb
387
+ - spec/api/shareholder_api_spec.rb
388
+ - spec/api/deal_api_spec.rb
388
389
  - spec/api/default_api_spec.rb
389
- - spec/api/investor_api_spec.rb
390
390
  - spec/api_client_spec.rb
391
391
  - spec/configuration_spec.rb
392
- - spec/models/v1_entities_shareholders_spec.rb
393
- - spec/models/post_investor_profiles_joints_spec.rb
394
- - spec/models/v1_entities_investor_profile_fields_trust_spec.rb
395
- - spec/models/v1_entities_investor_profile_joint_spec.rb
392
+ - spec/models/v1_entities_webhooks_subscription_deal_spec.rb
393
+ - spec/models/v1_entities_investor_profiles_spec.rb
394
+ - spec/models/v1_entities_bulk_upload_spec.rb
395
+ - spec/models/v1_entities_deal_funding_metrics_spec.rb
396
+ - spec/models/v1_entities_company_deals_spec.rb
397
+ - spec/models/v1_entities_addresses_spec.rb
398
+ - spec/models/v1_entities_webhooks_subscription_deals_spec.rb
399
+ - spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb
400
+ - spec/models/v1_entities_address_spec.rb
401
+ - spec/models/v1_entities_webhooks_security_token_spec.rb
402
+ - spec/models/put_webhooks_id_request_spec.rb
403
+ - spec/models/v1_entities_express_wire_instructions_spec.rb
404
+ - spec/models/v1_entities_dividend_spec.rb
405
+ - spec/models/generate_url_request_spec.rb
406
+ - spec/models/v1_entities_investor_spec.rb
407
+ - spec/models/patch_investor_profiles_trusts_trustees_inner_spec.rb
408
+ - spec/models/v1_entities_investor_profile_owner_spec.rb
409
+ - spec/models/patch_investor_profiles_trusts_spec.rb
410
+ - spec/models/v1_entities_bulk_upload_detail_spec.rb
411
+ - spec/models/v1_entities_webhooks_subscription_spec.rb
412
+ - spec/models/v1_entities_deal_investor_metrics_spec.rb
413
+ - spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb
414
+ - spec/models/add_document_request_spec.rb
415
+ - spec/models/v1_entities_deal_enterprise_spec.rb
416
+ - spec/models/v1_entities_investor_user_spec.rb
417
+ - spec/models/create_bulk_upload_detail_request_spec.rb
418
+ - spec/models/v1_entities_investor_profile_item_spec.rb
396
419
  - spec/models/patch_investor_profiles_joints_spec.rb
397
- - spec/models/v1_entities_investor_otp_access_link_spec.rb
420
+ - spec/models/put_deals_id_script_tag_environment_request_spec.rb
421
+ - spec/models/v1_entities_attachment_spec.rb
398
422
  - spec/models/v1_entities_deal_setup_user_spec.rb
399
- - spec/models/v1_entities_shareholder_spec.rb
400
- - spec/models/patch_investor_profiles_trusts_spec.rb
423
+ - spec/models/v1_entities_investor_profile_trust_spec.rb
424
+ - spec/models/post_investor_profiles_trusts_spec.rb
425
+ - spec/models/post_investor_profiles_corporations_spec.rb
401
426
  - spec/models/patch_investor_request_spec.rb
402
- - spec/models/add_document_request_spec.rb
403
- - spec/models/post_investor_profiles_individuals_spec.rb
404
- - spec/models/put_webhooks_id_request_spec.rb
405
- - spec/models/v1_entities_country_spec.rb
406
- - spec/models/v1_entities_bulk_uploads_spec.rb
427
+ - spec/models/add506c_document_request_spec.rb
428
+ - spec/models/v1_entities_state_spec.rb
429
+ - spec/models/v1_entities_background_check_search_spec.rb
430
+ - spec/models/post_deals_id_investors_spec.rb
431
+ - spec/models/v1_entities_investor_profile_joint_spec.rb
407
432
  - spec/models/v1_entities_dividends_spec.rb
433
+ - spec/models/v1_entities_investor_profile_individual_spec.rb
434
+ - spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb
435
+ - spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb
436
+ - spec/models/v1_entities_bulk_upload_details_spec.rb
437
+ - spec/models/v1_entities_investors_spec.rb
438
+ - spec/models/create_company_request_spec.rb
408
439
  - spec/models/edit_investor_tags_request_spec.rb
440
+ - spec/models/v1_entities_shareholder_spec.rb
441
+ - spec/models/bulk_upload_investors_request_spec.rb
442
+ - spec/models/create_deal_setup_request_spec.rb
443
+ - spec/models/v1_entities_investor_profile_address_spec.rb
444
+ - spec/models/v1_entities_express_wire_instruction_spec.rb
445
+ - spec/models/v1_entities_generic_response_spec.rb
446
+ - spec/models/v1_entities_presigned_url_result_spec.rb
447
+ - spec/models/v1_entities_deal_setup_spec.rb
409
448
  - spec/models/post_webhooks_request_spec.rb
410
- - spec/models/patch_investor_profiles_corporations_spec.rb
411
- - spec/models/v1_entities_company_deals_spec.rb
412
449
  - spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
413
- - spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb
450
+ - spec/models/post_investor_profiles_individuals_spec.rb
414
451
  - spec/models/v1_entities_webhooks_deal_spec.rb
415
- - spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb
416
- - spec/models/v1_entities_deal_investor_metrics_spec.rb
417
- - spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb
418
- - spec/models/put_deals_id_script_tag_environment_request_spec.rb
419
- - spec/models/v1_entities_deal_issuer_spec.rb
420
- - spec/models/v1_entities_investor_profile_owner_spec.rb
421
- - spec/models/v1_entities_investor_user_spec.rb
422
- - spec/models/v1_entities_subscription_agreement_spec.rb
423
- - spec/models/v1_entities_express_wire_instruction_spec.rb
424
- - spec/models/v1_entities_webhooks_subscription_deal_spec.rb
425
- - spec/models/v1_entities_background_check_search_spec.rb
426
- - spec/models/v1_entities_investor_profile_corporation_spec.rb
427
- - spec/models/v1_entities_deal_setup_spec.rb
428
- - spec/models/v1_entities_generic_response_spec.rb
429
- - spec/models/v1_entities_investor_profile_individual_spec.rb
430
- - spec/models/v1_entities_bulk_upload_detail_spec.rb
431
- - spec/models/v1_entities_dividend_spec.rb
432
- - spec/models/v1_entities_address_spec.rb
433
- - spec/models/v1_entities_company_spec.rb
434
- - spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb
435
- - spec/models/v1_entities_investor_profile_item_spec.rb
452
+ - spec/models/patch_investor_profiles_corporations_spec.rb
453
+ - spec/models/v1_entities_deal_spec.rb
454
+ - spec/models/v1_entities_bulk_uploads_spec.rb
455
+ - spec/models/put_deals_id_investors_spec.rb
436
456
  - spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb
437
- - spec/models/v1_entities_express_wire_instructions_spec.rb
438
- - spec/models/create_company_request_spec.rb
439
- - spec/models/v1_entities_deals_spec.rb
440
- - spec/models/v1_entities_webhooks_security_token_spec.rb
441
- - spec/models/create_shareholder_action_request_spec.rb
442
- - spec/models/post_investor_profiles_corporations_spec.rb
443
- - spec/models/v1_entities_webhooks_subscription_deals_spec.rb
457
+ - spec/models/v1_entities_company_spec.rb
444
458
  - spec/models/v1_entities_countries_spec.rb
459
+ - spec/models/v1_entities_investor_profile_fields_corporation_spec.rb
460
+ - spec/models/v1_entities_country_spec.rb
461
+ - spec/models/patch_investor_profiles_individuals_spec.rb
462
+ - spec/models/v1_entities_investor_profile_fields_trust_spec.rb
463
+ - spec/models/v1_entities_subscription_agreement_spec.rb
464
+ - spec/models/v1_entities_deal_issuer_spec.rb
465
+ - spec/models/post_investor_profiles_joints_spec.rb
466
+ - spec/models/create_shareholder_action_request_spec.rb
467
+ - spec/models/v1_entities_deals_spec.rb
468
+ - spec/models/v1_entities_investor_profile_corporation_spec.rb
469
+ - spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb
445
470
  - spec/models/v1_entities_shareholders_tags_spec.rb
446
- - spec/models/v1_entities_attachment_spec.rb
447
- - spec/models/post_deals_id_investors_spec.rb
448
- - spec/models/create_bulk_upload_detail_request_spec.rb
449
- - spec/models/create_deal_setup_request_spec.rb
450
- - spec/models/patch_investor_profiles_trusts_trustees_inner_spec.rb
451
- - spec/models/v1_entities_webhooks_subscription_spec.rb
452
- - spec/models/v1_entities_investors_spec.rb
453
- - spec/models/v1_entities_deal_enterprise_spec.rb
454
- - spec/models/v1_entities_deal_funding_metrics_spec.rb
455
- - spec/models/v1_entities_bulk_upload_details_spec.rb
456
- - spec/models/v1_entities_bulk_upload_spec.rb
457
- - spec/models/v1_entities_investor_profiles_spec.rb
458
- - spec/models/add506c_document_request_spec.rb
459
- - spec/models/v1_entities_investor_spec.rb
460
- - spec/models/generate_url_request_spec.rb
461
471
  - spec/models/v1_entities_company_deal_spec.rb
462
- - spec/models/put_deals_id_investors_spec.rb
463
- - spec/models/v1_entities_deal_spec.rb
464
- - spec/models/post_investor_profiles_trusts_spec.rb
465
- - spec/models/v1_entities_state_spec.rb
466
- - spec/models/v1_entities_investor_profile_address_spec.rb
467
- - spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb
468
- - spec/models/patch_investor_profiles_individuals_spec.rb
469
- - spec/models/v1_entities_presigned_url_result_spec.rb
470
- - spec/models/v1_entities_addresses_spec.rb
471
- - spec/models/v1_entities_investor_profile_trust_spec.rb
472
+ - spec/models/v1_entities_investor_otp_access_link_spec.rb
473
+ - spec/models/v1_entities_shareholders_spec.rb
472
474
  - spec/models/create_bulk_upload_request_spec.rb
473
- - spec/models/bulk_upload_investors_request_spec.rb
474
- - spec/models/v1_entities_investor_profile_fields_corporation_spec.rb
475
475
  - spec/spec_helper.rb