Skip to content

Commit

Permalink
Update SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
DealMaker committed Apr 11, 2024
1 parent c8dbad2 commit 82d4b17
Show file tree
Hide file tree
Showing 154 changed files with 394 additions and 176 deletions.
4 changes: 2 additions & 2 deletions v1/clients/javascript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ Given the high number of updates our platform performs on any investor, we’ve
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.75.0
- Package version: 0.100.4
- Package version: 0.101.0
- Generator version: 7.5.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Expand Down Expand Up @@ -515,7 +515,7 @@ Class | Method | HTTP request | Description
*Api.InvestorApi* | [**getInvestorOtpLink**](docs/InvestorApi.md#getInvestorOtpLink) | **GET** /deals/{id}/investors/{investor_id}/otp_access_link | Get OTP access link for deal investor
*Api.InvestorApi* | [**listInvestors**](docs/InvestorApi.md#listInvestors) | **GET** /deals/{id}/investors | List deal investors
*Api.InvestorApi* | [**patchInvestor**](docs/InvestorApi.md#patchInvestor) | **PATCH** /deals/{id}/investors/{investor_id} | Patch a deal investor
*Api.InvestorApi* | [**requestNewDocument**](docs/InvestorApi.md#requestNewDocument) | **POST** /deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/request_new_document | Request new document for a specific entity
*Api.InvestorApi* | [**requestNewDocument**](docs/InvestorApi.md#requestNewDocument) | **POST** /deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/send_review | Request new document for a specific entity
*Api.InvestorApi* | [**runBackgroundSearch**](docs/InvestorApi.md#runBackgroundSearch) | **POST** /deals/{id}/investors/{investor_id}/background_checks/run | Run Alloy background search for the investor
*Api.InvestorApi* | [**updateInvestor**](docs/InvestorApi.md#updateInvestor) | **PUT** /deals/{id}/investors/{investor_id} | Update a deal investor
*Api.InvestorProfileApi* | [**createCorporationProfile**](docs/InvestorProfileApi.md#createCorporationProfile) | **POST** /investor_profiles/corporations | Create new corporation investor profile.
Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/docs/InvestorApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Method | HTTP request | Description
[**getInvestorOtpLink**](InvestorApi.md#getInvestorOtpLink) | **GET** /deals/{id}/investors/{investor_id}/otp_access_link | Get OTP access link for deal investor
[**listInvestors**](InvestorApi.md#listInvestors) | **GET** /deals/{id}/investors | List deal investors
[**patchInvestor**](InvestorApi.md#patchInvestor) | **PATCH** /deals/{id}/investors/{investor_id} | Patch a deal investor
[**requestNewDocument**](InvestorApi.md#requestNewDocument) | **POST** /deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/request_new_document | Request new document for a specific entity
[**requestNewDocument**](InvestorApi.md#requestNewDocument) | **POST** /deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/send_review | Request new document for a specific entity
[**runBackgroundSearch**](InvestorApi.md#runBackgroundSearch) | **POST** /deals/{id}/investors/{investor_id}/background_checks/run | Run Alloy background search for the investor
[**updateInvestor**](InvestorApi.md#updateInvestor) | **PUT** /deals/{id}/investors/{investor_id} | Update a deal investor

Expand Down
18 changes: 17 additions & 1 deletion v1/clients/javascript/docs/RequestNewDocumentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **String** | The message added by the reviewer. |
**type** | **String** | The type of request. |
**message** | **String** | The message added by the reviewer. | [optional]



## Enum: TypeEnum


* `incomplete` (value: `"incomplete"`)

* `approved` (value: `"approved"`)

* `additional_docs_requested` (value: `"additional_docs_requested"`)

* `flagged` (value: `"flagged"`)




2 changes: 1 addition & 1 deletion v1/clients/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dealmakertech/api",
"version": "0.100.4",
"version": "0.101.0",
"description": "A javascript wrapper for the DealMaker API",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions v1/clients/javascript/src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import querystring from "querystring";

/**
* @module ApiClient
* @version 0.100.4
* @version 0.101.0
*/

/**
Expand Down Expand Up @@ -54,7 +54,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/0.100.4/Javascript'
'User-Agent': 'OpenAPI-Generator/0.101.0/Javascript'
};

/**
Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/CompanyApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import V1EntitiesShareholderLedger from '../model/V1EntitiesShareholderLedger';
/**
* Company service.
* @module api/CompanyApi
* @version 0.100.4
* @version 0.101.0
*/
export default class CompanyApi {

Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/CountryApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/CustomEmailsApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/DealApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/DealsApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/DefaultApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import V1EntitiesWebhooksSubscription from '../model/V1EntitiesWebhooksSubscript
/**
* Default service.
* @module api/DefaultApi
* @version 0.100.4
* @version 0.101.0
*/
export default class DefaultApi {

Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/IncentivePlanApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions v1/clients/javascript/src/api/InvestorApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import V1EntitiesInvestors from '../model/V1EntitiesInvestors';
/**
* Investor service.
* @module api/InvestorApi
* @version 0.100.4
* @version 0.101.0
*/
export default class InvestorApi {

Expand Down Expand Up @@ -820,7 +820,7 @@ export default class InvestorApi {
let accepts = [];
let returnType = null;
return this.apiClient.callApi(
'/deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/request_new_document', 'POST',
'/deals/{id}/investors/{investor_id}/background_checks/{search_entity_id}/send_review', 'POST',
pathParams, queryParams, headerParams, formParams, postBody,
authNames, contentTypes, accepts, returnType, null, callback
);
Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/InvestorProfileApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import V1EntitiesInvestorProfiles from '../model/V1EntitiesInvestorProfiles';
/**
* InvestorProfile service.
* @module api/InvestorProfileApi
* @version 0.100.4
* @version 0.101.0
*/
export default class InvestorProfileApi {

Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/ShareholderApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/UploadApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/UserApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/UsersApi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ import UsersApi from './api/UsersApi';
* </pre>
* </p>
* @module index
* @version 0.100.4
* @version 0.101.0
*/
export {
/**
Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/Add506cDocumentRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/AddDocumentRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/CreateBulkUploadRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/CreateCompanyRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/CreateDealSetupRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The CreateDealSetupRequest model module.
* @module model/CreateDealSetupRequest
* @version 0.100.4
* @version 0.101.0
*/
class CreateDealSetupRequest {
/**
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/EditInvestorTagsRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/GenerateUrlRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion v1/clients/javascript/src/model/GetAccessTokenRequest.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import PatchInvestorProfilesCorporationsBeneficialOwnersInner from './PatchInves
/**
* The PatchInvestorProfilesCorporations model module.
* @module model/PatchInvestorProfilesCorporations
* @version 0.100.4
* @version 0.101.0
*/
class PatchInvestorProfilesCorporations {
/**
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The PatchInvestorProfilesIndividuals model module.
* @module model/PatchInvestorProfilesIndividuals
* @version 0.100.4
* @version 0.101.0
*/
class PatchInvestorProfilesIndividuals {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The PatchInvestorProfilesJoints model module.
* @module model/PatchInvestorProfilesJoints
* @version 0.100.4
* @version 0.101.0
*/
class PatchInvestorProfilesJoints {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import PatchInvestorProfilesTrustsTrusteesInner from './PatchInvestorProfilesTru
/**
* The PatchInvestorProfilesTrusts model module.
* @module model/PatchInvestorProfilesTrusts
* @version 0.100.4
* @version 0.101.0
*/
class PatchInvestorProfilesTrusts {
/**
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 82d4b17

Please sign in to comment.