snaptrade-typescript-sdk 8.29.1 → 8.29.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -15
- package/dist/api/account-information-api-generated.d.ts +12 -12
- package/dist/api/account-information-api-generated.js +12 -12
- package/dist/api/authentication-api-generated.d.ts +12 -12
- package/dist/api/authentication-api-generated.js +12 -12
- package/dist/api/reference-data-api-generated.d.ts +8 -8
- package/dist/api/reference-data-api-generated.js +8 -8
- package/dist/api/transactions-and-reporting-api-generated.d.ts +4 -4
- package/dist/api/transactions-and-reporting-api-generated.js +4 -4
- package/dist/browser.js +1 -1
- package/dist/configuration.js +1 -1
- package/dist/models/index.d.ts +1 -0
- package/dist/models/index.js +1 -0
- package/dist/models/model500-unexpected-exception-response.d.ts +26 -0
- package/dist/models/model500-unexpected-exception-response.js +12 -0
- package/dist/models/snap-trade-login-user-request-body.d.ts +5 -5
- package/dist/models/snap-trade-register-user-request-body.d.ts +0 -6
- package/package.json +1 -1
|
@@ -36,7 +36,7 @@ const requestBeforeHook_1 = require("../requestBeforeHook");
|
|
|
36
36
|
const TransactionsAndReportingApiAxiosParamCreator = function (configuration) {
|
|
37
37
|
return {
|
|
38
38
|
/**
|
|
39
|
-
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for
|
|
39
|
+
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for better performance
|
|
40
40
|
* @summary Get transaction history for a user
|
|
41
41
|
* @param {string} userId
|
|
42
42
|
* @param {string} userSecret
|
|
@@ -196,7 +196,7 @@ const TransactionsAndReportingApiFp = function (configuration) {
|
|
|
196
196
|
const localVarAxiosParamCreator = (0, exports.TransactionsAndReportingApiAxiosParamCreator)(configuration);
|
|
197
197
|
return {
|
|
198
198
|
/**
|
|
199
|
-
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for
|
|
199
|
+
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for better performance
|
|
200
200
|
* @summary Get transaction history for a user
|
|
201
201
|
* @param {TransactionsAndReportingApiGetActivitiesRequest} requestParameters Request parameters.
|
|
202
202
|
* @param {*} [options] Override http request option.
|
|
@@ -232,7 +232,7 @@ const TransactionsAndReportingApiFactory = function (configuration, basePath, ax
|
|
|
232
232
|
const localVarFp = (0, exports.TransactionsAndReportingApiFp)(configuration);
|
|
233
233
|
return {
|
|
234
234
|
/**
|
|
235
|
-
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for
|
|
235
|
+
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for better performance
|
|
236
236
|
* @summary Get transaction history for a user
|
|
237
237
|
* @param {TransactionsAndReportingApiGetActivitiesRequest} requestParameters Request parameters.
|
|
238
238
|
* @param {*} [options] Override http request option.
|
|
@@ -262,7 +262,7 @@ exports.TransactionsAndReportingApiFactory = TransactionsAndReportingApiFactory;
|
|
|
262
262
|
*/
|
|
263
263
|
class TransactionsAndReportingApiGenerated extends base_1.BaseAPI {
|
|
264
264
|
/**
|
|
265
|
-
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for
|
|
265
|
+
* Returns activities (transactions) for a user. Specifing start and end date is highly recommended for better performance
|
|
266
266
|
* @summary Get transaction history for a user
|
|
267
267
|
* @param {TransactionsAndReportingApiGetActivitiesRequest} requestParameters Request parameters.
|
|
268
268
|
* @param {*} [options] Override http request option.
|