snaptrade-typescript-sdk 8.1.0 → 8.2.0

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.
@@ -1 +1 @@
1
- bb289208-7395-456e-a499-f2a02971d3fc
1
+ 92f3d016-553d-4b54-b3ab-e1aa4e511b03
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ## snaptrade-typescript-sdk@8.1.0
1
+ ## snaptrade-typescript-sdk@8.2.0
2
2
  Connect brokerage accounts to your app for live positions and trading
3
3
 
4
4
 
package/configuration.ts CHANGED
@@ -110,7 +110,7 @@ export class Configuration {
110
110
  this.accessToken = param.accessToken;
111
111
  this.basePath = param.basePath;
112
112
  this.baseOptions = param.baseOptions ?? {};
113
- this.userAgent = param.userAgent === undefined ? "Konfig/8.1.0/typescript" : param.userAgent;
113
+ this.userAgent = param.userAgent === undefined ? "Konfig/8.2.0/typescript" : param.userAgent;
114
114
  this.formDataCtor = param.formDataCtor;
115
115
  }
116
116
 
@@ -34,7 +34,7 @@ var Configuration = /** @class */ (function () {
34
34
  this.accessToken = param.accessToken;
35
35
  this.basePath = param.basePath;
36
36
  this.baseOptions = (_a = param.baseOptions) !== null && _a !== void 0 ? _a : {};
37
- this.userAgent = param.userAgent === undefined ? "Konfig/8.1.0/typescript" : param.userAgent;
37
+ this.userAgent = param.userAgent === undefined ? "Konfig/8.2.0/typescript" : param.userAgent;
38
38
  this.formDataCtor = param.formDataCtor;
39
39
  }
40
40
  /**
@@ -22,7 +22,7 @@ export interface TransactionsStatus {
22
22
  */
23
23
  'initial_sync_completed'?: boolean;
24
24
  /**
25
- *
25
+ * Date in YYYY-MM-DD format or null
26
26
  * @type {string}
27
27
  * @memberof TransactionsStatus
28
28
  */
@@ -26,7 +26,7 @@ export interface TransactionsStatus {
26
26
  */
27
27
  'initial_sync_completed'?: boolean;
28
28
  /**
29
- *
29
+ * Date in YYYY-MM-DD format or null
30
30
  * @type {string}
31
31
  * @memberof TransactionsStatus
32
32
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "8.1.0",
3
+ "version": "8.2.0",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "engines": {