snaptrade-typescript-sdk 9.0.196 → 9.0.198

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.
@@ -32,7 +32,7 @@ class Configuration {
32
32
  this.accessToken = param.accessToken;
33
33
  this.basePath = param.basePath;
34
34
  this.baseOptions = (_a = param.baseOptions) !== null && _a !== void 0 ? _a : {};
35
- this.userAgent = param.userAgent === undefined ? "Konfig/9.0.196/typescript" : param.userAgent;
35
+ this.userAgent = param.userAgent === undefined ? "Konfig/9.0.198/typescript" : param.userAgent;
36
36
  this.formDataCtor = param.formDataCtor;
37
37
  }
38
38
  /**
@@ -106,7 +106,7 @@ export interface Account {
106
106
  * @memberof Account
107
107
  * @deprecated
108
108
  */
109
- 'portfolio_group'?: string;
109
+ 'portfolio_group'?: string | null;
110
110
  /**
111
111
  * This field is deprecated.
112
112
  * @type {Array<string>}
@@ -13,7 +13,7 @@ export interface Balance {
13
13
  */
14
14
  'currency'?: BalanceCurrency;
15
15
  /**
16
- * The amount of available cash in the account denominated in the currency of the `currency` field.
16
+ * The amount of available cash in the account denominated in the currency of the `currency` field. This value can be negative in a margin account with a margin balance. Money market funds will be included in this field, and also returned in positions endpoints with `cash_equivalent` = true
17
17
  * @type {number}
18
18
  * @memberof Balance
19
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "9.0.196",
3
+ "version": "9.0.198",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "engines": {