DealMakerAPI 0.93.1 → 0.93.2

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: 4755a245e11ca80878643dcc640a55cda9db3c435f431cd0f31320b959b681d0
4
- data.tar.gz: 5310af9d9bfc3b05b31ee0944d5133fb9d9c333deccad506a6842cda6b3c84c4
3
+ metadata.gz: 58ca0eb5a0221dd6e48db1c291d1ac26772a344e3df62cfd7a2465d3b325ba61
4
+ data.tar.gz: a30d6e02ae0a6d30942260219f08ab3a52abbc07aa8eff218e2306e48ab3acce
5
5
  SHA512:
6
- metadata.gz: 44da781df9e7f60b94eefaed296112682ef5a5316ea33a08da3854e1aa43c9aa8e55223737d8793f18d3df85e45afd4fc4337d00bab3eca3293cd244934a6d32
7
- data.tar.gz: 45f3850219f2ee958aef1730ed2cd58ed38d5968b74438be6f6b0341f25cfd279a318e86a8b6f603c2d1d15b7d1d808ac4a01da945f3292b14f17d8c5e2a5f2d
6
+ metadata.gz: 4f533e894db385f43ba222ff9560798b4d6dd15c0fe3545ab6dfdc48a1d22d354fb35451a556b1ba1210caec219ced271de5161609293496dfe5c8634ccb3051
7
+ data.tar.gz: 8a9b8d298f7f501f10d0242f6d2bec43e98022abcff22f7ae03ebb4bd181fd1908031a5de47ccf6917ee4c83a451babd9f24e4ddf570090b211b59f350507259
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.93.1
341
+ - Package version: 0.93.2
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.93.1.gem
357
+ gem install ./DealMakerAPI-0.93.2.gem
358
358
  ```
359
359
 
360
- (for development, run `gem install --dev ./DealMakerAPI-0.93.1.gem` to install the development dependencies)
360
+ (for development, run `gem install --dev ./DealMakerAPI-0.93.2.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.93.1'
366
+ gem 'DealMakerAPI', '~> 0.93.2'
367
367
 
368
368
  ### Install from Git
369
369
 
@@ -354,7 +354,7 @@ No authorization required
354
354
 
355
355
  Get list of InvestorProfiles for a specific deal
356
356
 
357
- Get investor profiles for a specific deal
357
+ Get investor profiles for a specific deal. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
358
358
 
359
359
  ### Examples
360
360
 
@@ -430,7 +430,7 @@ No authorization required
430
430
 
431
431
  Get an investor profile by id
432
432
 
433
- Get an investor profile
433
+ Get an investor profile. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
434
434
 
435
435
  ### Examples
436
436
 
@@ -496,7 +496,7 @@ No authorization required
496
496
 
497
497
  Get list of InvestorProfiles
498
498
 
499
- Get investor profiles
499
+ Get investor profiles. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
500
500
 
501
501
  ### Examples
502
502
 
@@ -360,7 +360,7 @@ module DealMakerAPI
360
360
  end
361
361
 
362
362
  # Get list of InvestorProfiles for a specific deal
363
- # Get investor profiles for a specific deal
363
+ # Get investor profiles for a specific deal. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
364
364
  # @param deal_id [Integer] The deal id.
365
365
  # @param [Hash] opts the optional parameters
366
366
  # @option opts [Integer] :page Page offset to fetch. (default to 1)
@@ -374,7 +374,7 @@ module DealMakerAPI
374
374
  end
375
375
 
376
376
  # Get list of InvestorProfiles for a specific deal
377
- # Get investor profiles for a specific deal
377
+ # Get investor profiles for a specific deal. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
378
378
  # @param deal_id [Integer] The deal id.
379
379
  # @param [Hash] opts the optional parameters
380
380
  # @option opts [Integer] :page Page offset to fetch. (default to 1)
@@ -435,7 +435,7 @@ module DealMakerAPI
435
435
  end
436
436
 
437
437
  # Get an investor profile by id
438
- # Get an investor profile
438
+ # Get an investor profile. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
439
439
  # @param id [Integer] The id of the investor profile.
440
440
  # @param [Hash] opts the optional parameters
441
441
  # @return [V1EntitiesInvestorProfileItem]
@@ -445,7 +445,7 @@ module DealMakerAPI
445
445
  end
446
446
 
447
447
  # Get an investor profile by id
448
- # Get an investor profile
448
+ # Get an investor profile. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
449
449
  # @param id [Integer] The id of the investor profile.
450
450
  # @param [Hash] opts the optional parameters
451
451
  # @return [Array<(V1EntitiesInvestorProfileItem, Integer, Hash)>] V1EntitiesInvestorProfileItem data, response status code and response headers
@@ -498,7 +498,7 @@ module DealMakerAPI
498
498
  end
499
499
 
500
500
  # Get list of InvestorProfiles
501
- # Get investor profiles
501
+ # Get investor profiles. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
502
502
  # @param [Hash] opts the optional parameters
503
503
  # @option opts [Integer] :page Page offset to fetch. (default to 1)
504
504
  # @option opts [Integer] :per_page Number of results to return per page. (default to 25)
@@ -510,7 +510,7 @@ module DealMakerAPI
510
510
  end
511
511
 
512
512
  # Get list of InvestorProfiles
513
- # Get investor profiles
513
+ # Get investor profiles. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
514
514
  # @param [Hash] opts the optional parameters
515
515
  # @option opts [Integer] :page Page offset to fetch. (default to 1)
516
516
  # @option opts [Integer] :per_page Number of results to return per page. (default to 25)
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.2.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module DealMakerAPI
14
- VERSION = '0.93.1'
14
+ VERSION = '0.93.2'
15
15
  end
@@ -94,7 +94,7 @@ describe 'InvestorProfileApi' do
94
94
 
95
95
  # unit tests for get_deal_investor_profiles
96
96
  # Get list of InvestorProfiles for a specific deal
97
- # Get investor profiles for a specific deal
97
+ # Get investor profiles for a specific deal. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
98
98
  # @param deal_id The deal id.
99
99
  # @param [Hash] opts the optional parameters
100
100
  # @option opts [Integer] :page Page offset to fetch.
@@ -110,7 +110,7 @@ describe 'InvestorProfileApi' do
110
110
 
111
111
  # unit tests for get_investor_profile
112
112
  # Get an investor profile by id
113
- # Get an investor profile
113
+ # Get an investor profile. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
114
114
  # @param id The id of the investor profile.
115
115
  # @param [Hash] opts the optional parameters
116
116
  # @return [V1EntitiesInvestorProfileItem]
@@ -122,7 +122,7 @@ describe 'InvestorProfileApi' do
122
122
 
123
123
  # unit tests for get_investor_profiles
124
124
  # Get list of InvestorProfiles
125
- # Get investor profiles
125
+ # Get investor profiles. Because an investor profile belongs to the user associated with it, external applications may not use this endpoint for other profiles. Only the user may use this endpoint for their own profiles (i.e. to see existing profiles within the DealMaker application).
126
126
  # @param [Hash] opts the optional parameters
127
127
  # @option opts [Integer] :page Page offset to fetch.
128
128
  # @option opts [Integer] :per_page Number of results to return per page.
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.93.1
4
+ version: 0.93.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - DealMaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-11 00:00:00.000000000 Z
11
+ date: 2023-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -433,119 +433,119 @@ signing_key:
433
433
  specification_version: 4
434
434
  summary: A ruby wrapper for the DealMaker API
435
435
  test_files:
436
- - spec/api/users_api_spec.rb
436
+ - spec/api/investor_profile_api_spec.rb
437
437
  - spec/api/investor_api_spec.rb
438
- - spec/api/incentive_plan_api_spec.rb
439
- - spec/api/country_api_spec.rb
440
- - spec/api/deals_api_spec.rb
438
+ - spec/api/users_api_spec.rb
441
439
  - spec/api/deal_api_spec.rb
442
- - spec/api/investor_profile_api_spec.rb
443
- - spec/api/upload_api_spec.rb
444
440
  - spec/api/user_api_spec.rb
445
- - spec/api/company_api_spec.rb
446
- - spec/api/default_api_spec.rb
441
+ - spec/api/upload_api_spec.rb
447
442
  - spec/api/shareholder_api_spec.rb
443
+ - spec/api/default_api_spec.rb
444
+ - spec/api/country_api_spec.rb
445
+ - spec/api/deals_api_spec.rb
446
+ - spec/api/company_api_spec.rb
447
+ - spec/api/incentive_plan_api_spec.rb
448
448
  - spec/api_client_spec.rb
449
449
  - spec/configuration_spec.rb
450
- - spec/models/v1_entities_webhooks_security_token_spec.rb
451
- - spec/models/v1_entities_subscription_agreement_spec.rb
452
- - spec/models/v1_entities_investor_profile_trust_spec.rb
453
- - spec/models/v1_entities_presigned_url_result_spec.rb
454
- - spec/models/put_deals_id_investors_spec.rb
455
- - spec/models/v1_entities_investor_profile_corporation_spec.rb
456
- - spec/models/v1_entities_deals_price_details_spec.rb
457
- - spec/models/v1_entities_investor_profile_item_spec.rb
458
- - spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb
459
- - spec/models/edit_investor_tags_request_spec.rb
450
+ - spec/models/v1_entities_state_spec.rb
451
+ - spec/models/v1_entities_attachment_spec.rb
452
+ - spec/models/v1_entities_bulk_upload_details_spec.rb
453
+ - spec/models/v1_entities_money_entity_spec.rb
454
+ - spec/models/v1_entities_investor_profile_address_spec.rb
455
+ - spec/models/v1_entities_express_wire_instructions_spec.rb
460
456
  - spec/models/post_investor_profiles_corporations_beneficial_owners_inner_spec.rb
461
- - spec/models/v1_entities_dividends_spec.rb
462
- - spec/models/v1_entities_webhooks_deal_spec.rb
463
- - spec/models/post_webhooks_request_spec.rb
464
- - spec/models/v1_entities_deal_enterprise_spec.rb
465
- - spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb
466
- - spec/models/add_document_request_spec.rb
467
- - spec/models/v1_entities_addresses_spec.rb
468
- - spec/models/post_investor_profiles_joints_spec.rb
469
- - spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
457
+ - spec/models/v1_entities_background_check_search_spec.rb
458
+ - spec/models/v1_entities_webhooks_subscription_deal_spec.rb
459
+ - spec/models/v1_entities_investor_spec.rb
460
+ - spec/models/v1_entities_deal_issuer_spec.rb
461
+ - spec/models/v1_entities_deals_incentive_plan_spec.rb
462
+ - spec/models/v1_entities_generic_response_spec.rb
463
+ - spec/models/v1_entities_investor_profile_individual_spec.rb
464
+ - spec/models/v1_entities_bulk_upload_spec.rb
470
465
  - spec/models/bulk_upload_investors_request_spec.rb
471
- - spec/models/v1_entities_country_spec.rb
472
- - spec/models/v1_entities_investor_profile_fields_provider_spec.rb
473
- - spec/models/v1_entities_deal_setup_spec.rb
474
- - spec/models/v1_entities_deal_investor_metrics_spec.rb
466
+ - spec/models/post_investor_profiles_joints_spec.rb
467
+ - spec/models/v1_entities_company_deals_spec.rb
468
+ - spec/models/v1_entities_investors_spec.rb
469
+ - spec/models/patch_investor_profiles_individuals_spec.rb
470
+ - spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb
471
+ - spec/models/v1_entities_investor_profile_fields_primary_holder_spec.rb
472
+ - spec/models/v1_entities_address_spec.rb
473
+ - spec/models/run_background_search_request_spec.rb
474
+ - spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result_spec.rb
475
+ - spec/models/v1_entities_shareholders_spec.rb
476
+ - spec/models/patch_investor_profiles_joints_spec.rb
477
+ - spec/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result_spec.rb
478
+ - spec/models/v1_entities_deals_price_details_spec.rb
479
+ - spec/models/create_deal_setup_request_spec.rb
475
480
  - spec/models/put_webhooks_id_request_spec.rb
481
+ - spec/models/v1_entities_investor_profile_fields_beneficiary_spec.rb
482
+ - spec/models/v1_entities_investor_profile_id_spec.rb
483
+ - spec/models/patch_investor_profiles_trusts_trustees_inner_spec.rb
484
+ - spec/models/create_bulk_upload_detail_request_spec.rb
485
+ - spec/models/v1_entities_country_spec.rb
486
+ - spec/models/post_investor_profiles_trusts_spec.rb
487
+ - spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb
488
+ - spec/models/create_shareholder_action_request_spec.rb
489
+ - spec/models/v1_entities_investor_profiles_spec.rb
490
+ - spec/models/v1_entities_express_wire_instruction_spec.rb
491
+ - spec/models/v1_entities_company_deal_spec.rb
492
+ - spec/models/post_investor_profiles_corporations_spec.rb
493
+ - spec/models/v1_entities_countries_spec.rb
494
+ - spec/models/v1_entities_investor_profile_trust_spec.rb
476
495
  - spec/models/v1_entities_shareholder_spec.rb
477
- - spec/models/v1_entities_user_spec.rb
496
+ - spec/models/v1_entities_shareholders_tags_spec.rb
497
+ - spec/models/put_deals_id_script_tag_environment_request_spec.rb
498
+ - spec/models/patch_investor_profiles_trusts_spec.rb
478
499
  - spec/models/post_deals_id_investors_spec.rb
479
- - spec/models/v1_entities_investor_user_spec.rb
480
- - spec/models/v1_entities_deal_spec.rb
481
- - spec/models/v1_entities_investor_spec.rb
500
+ - spec/models/v1_entities_investor_profile_fields_corporation_spec.rb
482
501
  - spec/models/patch_investor_profiles_corporations_spec.rb
483
- - spec/models/patch_investor_profiles_trusts_spec.rb
484
- - spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb
502
+ - spec/models/v1_entities_dividends_spec.rb
503
+ - spec/models/v1_entities_deal_spec.rb
504
+ - spec/models/v1_entities_deal_setup_spec.rb
505
+ - spec/models/v1_entities_bulk_upload_detail_spec.rb
506
+ - spec/models/v1_entities_webhooks_deal_spec.rb
507
+ - spec/models/add506c_document_request_spec.rb
508
+ - spec/models/v1_entities_deal_funding_metrics_spec.rb
509
+ - spec/models/v1_entities_investor_profile_fields_trustee_spec.rb
510
+ - spec/models/post_webhooks_request_spec.rb
511
+ - spec/models/v1_entities_investor_otp_access_link_spec.rb
512
+ - spec/models/v1_entities_bulk_uploads_spec.rb
513
+ - spec/models/post_investor_profiles_trusts_trustees_inner_spec.rb
485
514
  - spec/models/v1_entities_payments_self_serve_onboarding_digital_payments_connection_data_spec.rb
515
+ - spec/models/v1_entities_user_spec.rb
516
+ - spec/models/v1_entities_company_spec.rb
486
517
  - spec/models/v1_entities_webhooks_subscription_spec.rb
487
518
  - spec/models/v1_entities_investor_profile_fields_trust_spec.rb
488
- - spec/models/v1_entities_shareholders_tags_spec.rb
489
- - spec/models/v1_entities_deals_incentive_plans_incentive_tier_spec.rb
490
- - spec/models/create_company_request_spec.rb
519
+ - spec/models/update_user_password_request_spec.rb
491
520
  - spec/models/post_investor_profiles_individuals_spec.rb
492
- - spec/models/v1_entities_deal_setup_user_spec.rb
493
- - spec/models/v1_entities_company_deals_spec.rb
494
- - spec/models/v1_entities_attachment_spec.rb
495
- - spec/models/v1_entities_bulk_upload_spec.rb
496
- - spec/models/v1_entities_shareholders_spec.rb
497
- - spec/models/v1_entities_express_wire_instructions_spec.rb
498
- - spec/models/v1_entities_investor_profile_managed_spec.rb
521
+ - spec/models/edit_investor_tags_request_spec.rb
499
522
  - spec/models/patch_investor_request_spec.rb
500
523
  - spec/models/v1_entities_investor_profile_joint_spec.rb
501
- - spec/models/v1_entities_investor_profile_fields_trustee_spec.rb
502
- - spec/models/v1_entities_deal_funding_metrics_spec.rb
503
- - spec/models/create_deal_setup_request_spec.rb
504
- - spec/models/v1_entities_bulk_upload_detail_spec.rb
505
- - spec/models/v1_entities_express_wire_instruction_spec.rb
506
- - spec/models/run_background_search_request_spec.rb
507
- - spec/models/put_deals_id_script_tag_environment_request_spec.rb
508
- - spec/models/v1_entities_countries_spec.rb
509
- - spec/models/patch_investor_profiles_trusts_trustees_inner_spec.rb
510
- - spec/models/v1_entities_state_spec.rb
511
- - spec/models/v1_entities_background_check_search_spec.rb
512
- - spec/models/create_bulk_upload_request_spec.rb
513
- - spec/models/v1_entities_company_deal_spec.rb
514
- - spec/models/v1_entities_investor_profile_id_spec.rb
515
- - spec/models/v1_entities_investor_profile_fields_beneficial_owner_spec.rb
516
- - spec/models/v1_entities_deals_incentive_plan_spec.rb
517
- - spec/models/v1_entities_deal_issuer_spec.rb
518
- - spec/models/create_bulk_upload_detail_request_spec.rb
524
+ - spec/models/v1_entities_investor_profile_fields_provider_spec.rb
525
+ - spec/models/v1_entities_investor_profile_managed_spec.rb
526
+ - spec/models/v1_entities_deal_setup_user_spec.rb
527
+ - spec/models/put_deals_id_investors_spec.rb
528
+ - spec/models/v1_entities_subscription_agreement_spec.rb
529
+ - spec/models/v1_entities_addresses_spec.rb
530
+ - spec/models/post_investor_profiles_managed_spec.rb
531
+ - spec/models/v1_entities_deals_spec.rb
532
+ - spec/models/add_document_request_spec.rb
533
+ - spec/models/v1_entities_deals_incentive_plans_incentive_tier_spec.rb
534
+ - spec/models/v1_entities_investor_profile_fields_account_holder_spec.rb
535
+ - spec/models/v1_entities_presigned_url_result_spec.rb
519
536
  - spec/models/send_portal_invite_request_spec.rb
520
- - spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_result_spec.rb
521
- - spec/models/v1_entities_bulk_upload_details_spec.rb
522
- - spec/models/patch_investor_profiles_individuals_spec.rb
523
- - spec/models/v1_entities_bulk_uploads_spec.rb
537
+ - spec/models/v1_entities_investor_user_spec.rb
538
+ - spec/models/v1_entities_investor_profile_item_spec.rb
524
539
  - spec/models/v1_entities_webhooks_subscription_deals_spec.rb
525
- - spec/models/v1_entities_address_spec.rb
526
- - spec/models/v1_entities_dividend_spec.rb
527
- - spec/models/v1_entities_investor_profile_individual_spec.rb
528
- - spec/models/v1_entities_money_entity_spec.rb
529
- - spec/models/v1_entities_deals_spec.rb
530
- - spec/models/v1_entities_company_spec.rb
531
- - spec/models/v1_entities_investor_profile_fields_corporation_spec.rb
532
- - spec/models/post_investor_profiles_corporations_spec.rb
540
+ - spec/models/create_company_request_spec.rb
541
+ - spec/models/v1_entities_investor_profile_corporation_spec.rb
533
542
  - spec/models/generate_url_request_spec.rb
534
- - spec/models/v1_entities_investor_profiles_spec.rb
535
- - spec/models/v1_entities_generic_response_spec.rb
536
- - spec/models/update_user_password_request_spec.rb
537
- - spec/models/create_shareholder_action_request_spec.rb
538
- - spec/models/post_investor_profiles_managed_spec.rb
539
- - spec/models/v1_entities_investor_profile_fields_beneficiary_spec.rb
540
- - spec/models/v1_entities_investors_spec.rb
541
- - spec/models/v1_entities_investor_profile_owner_spec.rb
542
- - spec/models/patch_investor_profiles_joints_spec.rb
543
- - spec/models/add506c_document_request_spec.rb
544
- - spec/models/v1_entities_investor_otp_access_link_spec.rb
545
- - spec/models/v1_entities_webhooks_subscription_deal_spec.rb
546
- - spec/models/post_investor_profiles_trusts_spec.rb
547
- - spec/models/v1_entities_investor_profile_address_spec.rb
548
- - spec/models/v1_entities_payments_self_serve_onboarding_qualification_questionnaire_result_spec.rb
543
+ - spec/models/v1_entities_deal_investor_metrics_spec.rb
544
+ - spec/models/create_bulk_upload_request_spec.rb
545
+ - spec/models/v1_entities_webhooks_security_token_spec.rb
549
546
  - spec/models/v1_entities_payments_self_serve_onboarding_payout_account_details_data_spec.rb
550
- - spec/models/patch_investor_profiles_corporations_beneficial_owners_inner_spec.rb
547
+ - spec/models/v1_entities_dividend_spec.rb
548
+ - spec/models/v1_entities_investor_profile_fields_signing_officer_spec.rb
549
+ - spec/models/v1_entities_investor_profile_owner_spec.rb
550
+ - spec/models/v1_entities_deal_enterprise_spec.rb
551
551
  - spec/spec_helper.rb