snaptrade-typescript-sdk 8.9.0 → 8.10.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.9.0
1
+ # snaptrade-typescript-sdk@8.10.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.9.0/typescript" : param.userAgent;
37
+ this.userAgent = param.userAgent === undefined ? "Konfig/8.10.0/typescript" : param.userAgent;
38
38
  this.formDataCtor = param.formDataCtor;
39
39
  }
40
40
  /**
@@ -9,6 +9,7 @@
9
9
  * https://konfigthis.com
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { AccountOrderRecord } from './account-order-record';
12
13
  import { Balance } from './balance';
13
14
  import { Position } from './position';
14
15
  import { SnapTradeHoldingsAccountAccountId } from './snap-trade-holdings-account-account-id';
@@ -38,6 +39,12 @@ export interface AccountHoldingsAccount {
38
39
  * @memberof AccountHoldingsAccount
39
40
  */
40
41
  'positions'?: Array<Position>;
42
+ /**
43
+ *
44
+ * @type {Array<AccountOrderRecord>}
45
+ * @memberof AccountHoldingsAccount
46
+ */
47
+ 'orders'?: Array<AccountOrderRecord>;
41
48
  /**
42
49
  *
43
50
  * @type {SnapTradeHoldingsTotalValue}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "8.9.0",
3
+ "version": "8.10.0",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "engines": {