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.
@@ -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 automatic calls for better performance
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 automatic calls for better performance
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 automatic calls for better performance
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 automatic calls for better performance
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.