Skip to content

Commit

Permalink
Update SDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
DealMaker committed Jun 3, 2024
1 parent 597812f commit e98e568
Show file tree
Hide file tree
Showing 168 changed files with 414 additions and 165 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.104.2
- Package version: 0.104.3
- Generator version: 7.7.0-SNAPSHOT
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Name | Type | Description | Notes
**totalProceeds** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**processingFees** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**invoiceDeductions** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**accountsReceivable** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**upcomingAdspend** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**otherReserves** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**holdback** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**paidOut** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
**availableForPayout** | [**V1EntitiesDealsProgressPageSummaryItem**](V1EntitiesDealsProgressPageSummaryItem.md) | | [optional]
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.104.2",
"version": "0.104.3",
"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.104.2
* @version 0.104.3
*/

/**
Expand Down Expand Up @@ -54,7 +54,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/0.104.2/Javascript'
'User-Agent': 'OpenAPI-Generator/0.104.3/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 @@ -37,7 +37,7 @@ import V1EntitiesShareholderLedger from '../model/V1EntitiesShareholderLedger';
/**
* Company service.
* @module api/CompanyApi
* @version 0.104.2
* @version 0.104.3
*/
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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import V1EntitiesDealsPriceDetails from '../model/V1EntitiesDealsPriceDetails';
/**
* Deal service.
* @module api/DealApi
* @version 0.104.2
* @version 0.104.3
*/
export default class DealApi {

Expand Down
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 @@ -30,7 +30,7 @@ import V1EntitiesWebhooksSubscription from '../model/V1EntitiesWebhooksSubscript
/**
* Default service.
* @module api/DefaultApi
* @version 0.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
export default class InvestorProfileApi {

Expand Down
2 changes: 1 addition & 1 deletion v1/clients/javascript/src/api/PaymentsApi.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/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
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import VerifySmsVerificationRequest from '../model/VerifySmsVerificationRequest'
/**
* User service.
* @module api/UserApi
* @version 0.104.2
* @version 0.104.3
*/
export default class UserApi {

Expand Down
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 @@ -193,7 +193,7 @@ import UsersApi from './api/UsersApi';
* </pre>
* </p>
* @module index
* @version 0.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
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.104.2
* @version 0.104.3
*/
class PostDealsIdInvestors {
/**
Expand Down
Loading

0 comments on commit e98e568

Please sign in to comment.