Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
237 changes: 237 additions & 0 deletions src/gen/api/accountingApi.ts

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/gen/api/appStoreApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export class AppStoreApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -185,6 +186,7 @@ export class AppStoreApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -267,6 +269,7 @@ export class AppStoreApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(createUsageRecord, "CreateUsageRecord"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -356,6 +359,7 @@ export class AppStoreApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(updateUsageRecord, "UpdateUsageRecord"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down
6 changes: 6 additions & 0 deletions src/gen/api/assetApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export class AssetApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(asset, "Asset"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -200,6 +201,7 @@ export class AssetApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(assetType, "AssetType"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -274,6 +276,7 @@ export class AssetApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -341,6 +344,7 @@ export class AssetApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -408,6 +412,7 @@ export class AssetApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -510,6 +515,7 @@ export class AssetApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down
7 changes: 7 additions & 0 deletions src/gen/api/bankfeedsApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class BankFeedsApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(feedConnections, "FeedConnections"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -200,6 +201,7 @@ export class BankFeedsApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(statements, "Statements"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -275,6 +277,7 @@ export class BankFeedsApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(feedConnections, "FeedConnections"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -349,6 +352,7 @@ export class BankFeedsApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -426,6 +430,7 @@ export class BankFeedsApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -500,6 +505,7 @@ export class BankFeedsApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -582,6 +588,7 @@ export class BankFeedsApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down
18 changes: 18 additions & 0 deletions src/gen/api/filesApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(association, "Association"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -206,6 +207,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(folder, "Folder"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -279,6 +281,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -359,6 +362,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -432,6 +436,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -526,6 +531,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -603,6 +609,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -677,6 +684,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -751,6 +759,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -825,6 +834,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -907,6 +917,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -981,6 +992,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -1053,6 +1065,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -1120,6 +1133,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -1202,6 +1216,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(fileObject, "FileObject"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -1284,6 +1299,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: ObjectSerializer.serialize(folder, "Folder"),
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -1385,6 +1401,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


localVarUseFormData = true;
localVarHeaderParams["Content-Type"] = "multipart/form-data";
Expand Down Expand Up @@ -1497,6 +1514,7 @@ export class FilesApi {
responseType: responseTypeOption,
data: {},
};


localVarUseFormData = true;
localVarHeaderParams["Content-Type"] = "multipart/form-data";
Expand Down
12 changes: 12 additions & 0 deletions src/gen/api/financeApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -206,6 +207,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -278,6 +280,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -350,6 +353,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -452,6 +456,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -534,6 +539,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -606,6 +612,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -683,6 +690,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -770,6 +778,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -857,6 +866,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -934,6 +944,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down Expand Up @@ -1006,6 +1017,7 @@ export class FinanceApi {
responseType: responseTypeOption,
data: {},
};


let authenticationPromise = Promise.resolve();
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
Expand Down
Loading