DealMakerAPI 0.93.0 → 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: 9a086970b487dedbce06fb43d2e5e5bc23eaa49e10ae34ad9937103023e8163a
4
- data.tar.gz: 3e5e52ae47b82adca11572d7d7acd1ed44cddb6466978523ea5dcff96a9570ba
3
+ metadata.gz: 58ca0eb5a0221dd6e48db1c291d1ac26772a344e3df62cfd7a2465d3b325ba61
4
+ data.tar.gz: a30d6e02ae0a6d30942260219f08ab3a52abbc07aa8eff218e2306e48ab3acce
5
5
  SHA512:
6
- metadata.gz: 6b9e7773a9bc38103fe5dcde4eeded95c2757d2cad59607c1336d38ffcb2b4e7772ca5c6ed8430e1f4a590a5965625e5e23788399eb132db7fb1edaf041fecfc
7
- data.tar.gz: 460db9fd95c87e7d6ad7dbeecb6c0a857a1b20bb311150a88a08822e8c0d1ca79ccc9a74b74b87659528b841c0a62678fa840092c2f436cebbf4137871a56435
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.0
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.0.gem
357
+ gem install ./DealMakerAPI-0.93.2.gem
358
358
  ```
359
359
 
360
- (for development, run `gem install --dev ./DealMakerAPI-0.93.0.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.0'
366
+ gem 'DealMakerAPI', '~> 0.93.2'
367
367
 
368
368
  ### Install from Git
369
369
 
@@ -554,6 +554,7 @@ Class | Method | HTTP request | Description
554
554
  - [DealMakerAPI::V1EntitiesInvestorProfileFieldsSigningOfficer](docs/V1EntitiesInvestorProfileFieldsSigningOfficer.md)
555
555
  - [DealMakerAPI::V1EntitiesInvestorProfileFieldsTrust](docs/V1EntitiesInvestorProfileFieldsTrust.md)
556
556
  - [DealMakerAPI::V1EntitiesInvestorProfileFieldsTrustee](docs/V1EntitiesInvestorProfileFieldsTrustee.md)
557
+ - [DealMakerAPI::V1EntitiesInvestorProfileId](docs/V1EntitiesInvestorProfileId.md)
557
558
  - [DealMakerAPI::V1EntitiesInvestorProfileIndividual](docs/V1EntitiesInvestorProfileIndividual.md)
558
559
  - [DealMakerAPI::V1EntitiesInvestorProfileItem](docs/V1EntitiesInvestorProfileItem.md)
559
560
  - [DealMakerAPI::V1EntitiesInvestorProfileJoint](docs/V1EntitiesInvestorProfileJoint.md)
@@ -20,7 +20,7 @@ All URIs are relative to *http://api.dealmaker.tech*
20
20
 
21
21
  ## create_corporation_profile
22
22
 
23
- > <V1EntitiesInvestorProfileCorporation> create_corporation_profile(investor_profiles_corporations)
23
+ > <V1EntitiesInvestorProfileId> create_corporation_profile(investor_profiles_corporations)
24
24
 
25
25
  Create new corporation investor profile.
26
26
 
@@ -50,7 +50,7 @@ end
50
50
 
51
51
  This returns an Array which contains the response data, status code and headers.
52
52
 
53
- > <Array(<V1EntitiesInvestorProfileCorporation>, Integer, Hash)> create_corporation_profile_with_http_info(investor_profiles_corporations)
53
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> create_corporation_profile_with_http_info(investor_profiles_corporations)
54
54
 
55
55
  ```ruby
56
56
  begin
@@ -58,7 +58,7 @@ begin
58
58
  data, status_code, headers = api_instance.create_corporation_profile_with_http_info(investor_profiles_corporations)
59
59
  p status_code # => 2xx
60
60
  p headers # => { ... }
61
- p data # => <V1EntitiesInvestorProfileCorporation>
61
+ p data # => <V1EntitiesInvestorProfileId>
62
62
  rescue DealMakerAPI::ApiError => e
63
63
  puts "Error when calling InvestorProfileApi->create_corporation_profile_with_http_info: #{e}"
64
64
  end
@@ -72,7 +72,7 @@ end
72
72
 
73
73
  ### Return type
74
74
 
75
- [**V1EntitiesInvestorProfileCorporation**](V1EntitiesInvestorProfileCorporation.md)
75
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
76
76
 
77
77
  ### Authorization
78
78
 
@@ -86,7 +86,7 @@ No authorization required
86
86
 
87
87
  ## create_individual_profile
88
88
 
89
- > <V1EntitiesInvestorProfileIndividual> create_individual_profile(investor_profiles_individuals)
89
+ > <V1EntitiesInvestorProfileId> create_individual_profile(investor_profiles_individuals)
90
90
 
91
91
  Create new individual investor profile
92
92
 
@@ -116,7 +116,7 @@ end
116
116
 
117
117
  This returns an Array which contains the response data, status code and headers.
118
118
 
119
- > <Array(<V1EntitiesInvestorProfileIndividual>, Integer, Hash)> create_individual_profile_with_http_info(investor_profiles_individuals)
119
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> create_individual_profile_with_http_info(investor_profiles_individuals)
120
120
 
121
121
  ```ruby
122
122
  begin
@@ -124,7 +124,7 @@ begin
124
124
  data, status_code, headers = api_instance.create_individual_profile_with_http_info(investor_profiles_individuals)
125
125
  p status_code # => 2xx
126
126
  p headers # => { ... }
127
- p data # => <V1EntitiesInvestorProfileIndividual>
127
+ p data # => <V1EntitiesInvestorProfileId>
128
128
  rescue DealMakerAPI::ApiError => e
129
129
  puts "Error when calling InvestorProfileApi->create_individual_profile_with_http_info: #{e}"
130
130
  end
@@ -138,7 +138,7 @@ end
138
138
 
139
139
  ### Return type
140
140
 
141
- [**V1EntitiesInvestorProfileIndividual**](V1EntitiesInvestorProfileIndividual.md)
141
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
142
142
 
143
143
  ### Authorization
144
144
 
@@ -152,7 +152,7 @@ No authorization required
152
152
 
153
153
  ## create_joint_profile
154
154
 
155
- > <V1EntitiesInvestorProfileJoint> create_joint_profile(investor_profiles_joints)
155
+ > <V1EntitiesInvestorProfileId> create_joint_profile(investor_profiles_joints)
156
156
 
157
157
  Create new joint investor profile
158
158
 
@@ -182,7 +182,7 @@ end
182
182
 
183
183
  This returns an Array which contains the response data, status code and headers.
184
184
 
185
- > <Array(<V1EntitiesInvestorProfileJoint>, Integer, Hash)> create_joint_profile_with_http_info(investor_profiles_joints)
185
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> create_joint_profile_with_http_info(investor_profiles_joints)
186
186
 
187
187
  ```ruby
188
188
  begin
@@ -190,7 +190,7 @@ begin
190
190
  data, status_code, headers = api_instance.create_joint_profile_with_http_info(investor_profiles_joints)
191
191
  p status_code # => 2xx
192
192
  p headers # => { ... }
193
- p data # => <V1EntitiesInvestorProfileJoint>
193
+ p data # => <V1EntitiesInvestorProfileId>
194
194
  rescue DealMakerAPI::ApiError => e
195
195
  puts "Error when calling InvestorProfileApi->create_joint_profile_with_http_info: #{e}"
196
196
  end
@@ -204,7 +204,7 @@ end
204
204
 
205
205
  ### Return type
206
206
 
207
- [**V1EntitiesInvestorProfileJoint**](V1EntitiesInvestorProfileJoint.md)
207
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
208
208
 
209
209
  ### Authorization
210
210
 
@@ -218,7 +218,7 @@ No authorization required
218
218
 
219
219
  ## create_managed_profile
220
220
 
221
- > <V1EntitiesInvestorProfileManaged> create_managed_profile(investor_profiles_managed)
221
+ > <V1EntitiesInvestorProfileId> create_managed_profile(investor_profiles_managed)
222
222
 
223
223
  Create new managed investor profile.
224
224
 
@@ -248,7 +248,7 @@ end
248
248
 
249
249
  This returns an Array which contains the response data, status code and headers.
250
250
 
251
- > <Array(<V1EntitiesInvestorProfileManaged>, Integer, Hash)> create_managed_profile_with_http_info(investor_profiles_managed)
251
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> create_managed_profile_with_http_info(investor_profiles_managed)
252
252
 
253
253
  ```ruby
254
254
  begin
@@ -256,7 +256,7 @@ begin
256
256
  data, status_code, headers = api_instance.create_managed_profile_with_http_info(investor_profiles_managed)
257
257
  p status_code # => 2xx
258
258
  p headers # => { ... }
259
- p data # => <V1EntitiesInvestorProfileManaged>
259
+ p data # => <V1EntitiesInvestorProfileId>
260
260
  rescue DealMakerAPI::ApiError => e
261
261
  puts "Error when calling InvestorProfileApi->create_managed_profile_with_http_info: #{e}"
262
262
  end
@@ -270,7 +270,7 @@ end
270
270
 
271
271
  ### Return type
272
272
 
273
- [**V1EntitiesInvestorProfileManaged**](V1EntitiesInvestorProfileManaged.md)
273
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
274
274
 
275
275
  ### Authorization
276
276
 
@@ -284,7 +284,7 @@ No authorization required
284
284
 
285
285
  ## create_trust_profile
286
286
 
287
- > <V1EntitiesInvestorProfileTrust> create_trust_profile(investor_profiles_trusts)
287
+ > <V1EntitiesInvestorProfileId> create_trust_profile(investor_profiles_trusts)
288
288
 
289
289
  Create new trust investor profile.
290
290
 
@@ -314,7 +314,7 @@ end
314
314
 
315
315
  This returns an Array which contains the response data, status code and headers.
316
316
 
317
- > <Array(<V1EntitiesInvestorProfileTrust>, Integer, Hash)> create_trust_profile_with_http_info(investor_profiles_trusts)
317
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> create_trust_profile_with_http_info(investor_profiles_trusts)
318
318
 
319
319
  ```ruby
320
320
  begin
@@ -322,7 +322,7 @@ begin
322
322
  data, status_code, headers = api_instance.create_trust_profile_with_http_info(investor_profiles_trusts)
323
323
  p status_code # => 2xx
324
324
  p headers # => { ... }
325
- p data # => <V1EntitiesInvestorProfileTrust>
325
+ p data # => <V1EntitiesInvestorProfileId>
326
326
  rescue DealMakerAPI::ApiError => e
327
327
  puts "Error when calling InvestorProfileApi->create_trust_profile_with_http_info: #{e}"
328
328
  end
@@ -336,7 +336,7 @@ end
336
336
 
337
337
  ### Return type
338
338
 
339
- [**V1EntitiesInvestorProfileTrust**](V1EntitiesInvestorProfileTrust.md)
339
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
340
340
 
341
341
  ### Authorization
342
342
 
@@ -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
 
@@ -564,7 +564,7 @@ No authorization required
564
564
 
565
565
  ## patch_corporation_profile
566
566
 
567
- > <V1EntitiesInvestorProfileCorporation> patch_corporation_profile(investor_profile_id, investor_profiles_corporations)
567
+ > <V1EntitiesInvestorProfileId> patch_corporation_profile(investor_profile_id, investor_profiles_corporations)
568
568
 
569
569
  Patch a corporation investor profile
570
570
 
@@ -595,7 +595,7 @@ end
595
595
 
596
596
  This returns an Array which contains the response data, status code and headers.
597
597
 
598
- > <Array(<V1EntitiesInvestorProfileCorporation>, Integer, Hash)> patch_corporation_profile_with_http_info(investor_profile_id, investor_profiles_corporations)
598
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> patch_corporation_profile_with_http_info(investor_profile_id, investor_profiles_corporations)
599
599
 
600
600
  ```ruby
601
601
  begin
@@ -603,7 +603,7 @@ begin
603
603
  data, status_code, headers = api_instance.patch_corporation_profile_with_http_info(investor_profile_id, investor_profiles_corporations)
604
604
  p status_code # => 2xx
605
605
  p headers # => { ... }
606
- p data # => <V1EntitiesInvestorProfileCorporation>
606
+ p data # => <V1EntitiesInvestorProfileId>
607
607
  rescue DealMakerAPI::ApiError => e
608
608
  puts "Error when calling InvestorProfileApi->patch_corporation_profile_with_http_info: #{e}"
609
609
  end
@@ -618,7 +618,7 @@ end
618
618
 
619
619
  ### Return type
620
620
 
621
- [**V1EntitiesInvestorProfileCorporation**](V1EntitiesInvestorProfileCorporation.md)
621
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
622
622
 
623
623
  ### Authorization
624
624
 
@@ -632,7 +632,7 @@ No authorization required
632
632
 
633
633
  ## patch_individual_profile
634
634
 
635
- > <V1EntitiesInvestorProfileIndividual> patch_individual_profile(investor_profile_id, investor_profiles_individuals)
635
+ > <V1EntitiesInvestorProfileId> patch_individual_profile(investor_profile_id, investor_profiles_individuals)
636
636
 
637
637
  Patch an individual investor profile.
638
638
 
@@ -663,7 +663,7 @@ end
663
663
 
664
664
  This returns an Array which contains the response data, status code and headers.
665
665
 
666
- > <Array(<V1EntitiesInvestorProfileIndividual>, Integer, Hash)> patch_individual_profile_with_http_info(investor_profile_id, investor_profiles_individuals)
666
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> patch_individual_profile_with_http_info(investor_profile_id, investor_profiles_individuals)
667
667
 
668
668
  ```ruby
669
669
  begin
@@ -671,7 +671,7 @@ begin
671
671
  data, status_code, headers = api_instance.patch_individual_profile_with_http_info(investor_profile_id, investor_profiles_individuals)
672
672
  p status_code # => 2xx
673
673
  p headers # => { ... }
674
- p data # => <V1EntitiesInvestorProfileIndividual>
674
+ p data # => <V1EntitiesInvestorProfileId>
675
675
  rescue DealMakerAPI::ApiError => e
676
676
  puts "Error when calling InvestorProfileApi->patch_individual_profile_with_http_info: #{e}"
677
677
  end
@@ -686,7 +686,7 @@ end
686
686
 
687
687
  ### Return type
688
688
 
689
- [**V1EntitiesInvestorProfileIndividual**](V1EntitiesInvestorProfileIndividual.md)
689
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
690
690
 
691
691
  ### Authorization
692
692
 
@@ -700,7 +700,7 @@ No authorization required
700
700
 
701
701
  ## patch_joint_profile
702
702
 
703
- > <V1EntitiesInvestorProfileJoint> patch_joint_profile(investor_profile_id, investor_profiles_joints)
703
+ > <V1EntitiesInvestorProfileId> patch_joint_profile(investor_profile_id, investor_profiles_joints)
704
704
 
705
705
  Patch a joint investor profile
706
706
 
@@ -731,7 +731,7 @@ end
731
731
 
732
732
  This returns an Array which contains the response data, status code and headers.
733
733
 
734
- > <Array(<V1EntitiesInvestorProfileJoint>, Integer, Hash)> patch_joint_profile_with_http_info(investor_profile_id, investor_profiles_joints)
734
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> patch_joint_profile_with_http_info(investor_profile_id, investor_profiles_joints)
735
735
 
736
736
  ```ruby
737
737
  begin
@@ -739,7 +739,7 @@ begin
739
739
  data, status_code, headers = api_instance.patch_joint_profile_with_http_info(investor_profile_id, investor_profiles_joints)
740
740
  p status_code # => 2xx
741
741
  p headers # => { ... }
742
- p data # => <V1EntitiesInvestorProfileJoint>
742
+ p data # => <V1EntitiesInvestorProfileId>
743
743
  rescue DealMakerAPI::ApiError => e
744
744
  puts "Error when calling InvestorProfileApi->patch_joint_profile_with_http_info: #{e}"
745
745
  end
@@ -754,7 +754,7 @@ end
754
754
 
755
755
  ### Return type
756
756
 
757
- [**V1EntitiesInvestorProfileJoint**](V1EntitiesInvestorProfileJoint.md)
757
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
758
758
 
759
759
  ### Authorization
760
760
 
@@ -768,7 +768,7 @@ No authorization required
768
768
 
769
769
  ## patch_trust_profile
770
770
 
771
- > <V1EntitiesInvestorProfileTrust> patch_trust_profile(investor_profile_id, investor_profiles_trusts)
771
+ > <V1EntitiesInvestorProfileId> patch_trust_profile(investor_profile_id, investor_profiles_trusts)
772
772
 
773
773
  Patch a trust investor profile
774
774
 
@@ -799,7 +799,7 @@ end
799
799
 
800
800
  This returns an Array which contains the response data, status code and headers.
801
801
 
802
- > <Array(<V1EntitiesInvestorProfileTrust>, Integer, Hash)> patch_trust_profile_with_http_info(investor_profile_id, investor_profiles_trusts)
802
+ > <Array(<V1EntitiesInvestorProfileId>, Integer, Hash)> patch_trust_profile_with_http_info(investor_profile_id, investor_profiles_trusts)
803
803
 
804
804
  ```ruby
805
805
  begin
@@ -807,7 +807,7 @@ begin
807
807
  data, status_code, headers = api_instance.patch_trust_profile_with_http_info(investor_profile_id, investor_profiles_trusts)
808
808
  p status_code # => 2xx
809
809
  p headers # => { ... }
810
- p data # => <V1EntitiesInvestorProfileTrust>
810
+ p data # => <V1EntitiesInvestorProfileId>
811
811
  rescue DealMakerAPI::ApiError => e
812
812
  puts "Error when calling InvestorProfileApi->patch_trust_profile_with_http_info: #{e}"
813
813
  end
@@ -822,7 +822,7 @@ end
822
822
 
823
823
  ### Return type
824
824
 
825
- [**V1EntitiesInvestorProfileTrust**](V1EntitiesInvestorProfileTrust.md)
825
+ [**V1EntitiesInvestorProfileId**](V1EntitiesInvestorProfileId.md)
826
826
 
827
827
  ### Authorization
828
828
 
@@ -0,0 +1,18 @@
1
+ # DealMakerAPI::V1EntitiesInvestorProfileId
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **id** | **Integer** | Investor Profile id | [optional] |
8
+
9
+ ## Example
10
+
11
+ ```ruby
12
+ require 'DealMakerAPI'
13
+
14
+ instance = DealMakerAPI::V1EntitiesInvestorProfileId.new(
15
+ id: null
16
+ )
17
+ ```
18
+