Skip to content

Commit

Permalink
Update SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
DealMaker committed Apr 18, 2024
1 parent 8f9cec9 commit cc98433
Show file tree
Hide file tree
Showing 140 changed files with 145 additions and 145 deletions.
2 changes: 1 addition & 1 deletion 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.101.3
- Package version: 0.101.4
- Generator version: 7.6.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Expand Down
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.101.3",
"version": "0.101.4",
"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.101.3
* @version 0.101.4
*/

/**
Expand Down Expand Up @@ -54,7 +54,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/0.101.3/Javascript'
'User-Agent': 'OpenAPI-Generator/0.101.4/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.101.3
* @version 0.101.4
*/
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.101.3
* @version 0.101.4
*/
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.

2 changes: 1 addition & 1 deletion 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.101.3
* @version 0.101.4
*/
export default class InvestorApi {

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 @@ -30,7 +30,7 @@ import V1EntitiesInvestorProfiles from '../model/V1EntitiesInvestorProfiles';
/**
* InvestorProfile service.
* @module api/InvestorProfileApi
* @version 0.101.3
* @version 0.101.4
*/
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 @@ -174,7 +174,7 @@ import UsersApi from './api/UsersApi';
* </pre>
* </p>
* @module index
* @version 0.101.3
* @version 0.101.4
*/
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.101.3
* @version 0.101.4
*/
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.101.3
* @version 0.101.4
*/
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.101.3
* @version 0.101.4
*/
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.101.3
* @version 0.101.4
*/
class PatchInvestorProfilesJoints {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The PatchInvestorProfilesManaged model module.
* @module model/PatchInvestorProfilesManaged
* @version 0.101.3
* @version 0.101.4
*/
class PatchInvestorProfilesManaged {
/**
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.101.3
* @version 0.101.4
*/
class PatchInvestorProfilesTrusts {
/**
Expand Down

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/PatchInvestorRequest.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.

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

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

Loading

0 comments on commit cc98433

Please sign in to comment.