snaptrade-typescript-sdk 8.13.0 → 8.14.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.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # snaptrade-typescript-sdk@8.13.0
1
+ # snaptrade-typescript-sdk@8.14.0
2
2
 
3
3
  Connect brokerage accounts to your app for live positions and trading
4
4
  ## Installing
@@ -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.13.0/typescript" : param.userAgent;
37
+ this.userAgent = param.userAgent === undefined ? "Konfig/8.14.0/typescript" : param.userAgent;
38
38
  this.formDataCtor = param.formDataCtor;
39
39
  }
40
40
  /**
@@ -9,7 +9,6 @@
9
9
  * https://konfigthis.com
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { Account } from './account';
13
12
  import { Action } from './action';
14
13
  import { ManualTradeSymbol } from './manual-trade-symbol';
15
14
  import { OrderType } from './order-type';
@@ -29,10 +28,10 @@ export interface ManualTrade {
29
28
  'id'?: string;
30
29
  /**
31
30
  *
32
- * @type {Account}
31
+ * @type {string}
33
32
  * @memberof ManualTrade
34
33
  */
35
- 'account'?: Account;
34
+ 'account'?: string;
36
35
  /**
37
36
  *
38
37
  * @type {OrderType}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "8.13.0",
3
+ "version": "8.14.0",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "engines": {