snaptrade-typescript-sdk 9.0.195 → 9.0.196

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.195/typescript" : param.userAgent;
35
+ this.userAgent = param.userAgent === undefined ? "Konfig/9.0.196/typescript" : param.userAgent;
36
36
  this.formDataCtor = param.formDataCtor;
37
37
  }
38
38
  /**
@@ -38,7 +38,7 @@ export interface AccountPosition {
38
38
  */
39
39
  'currency'?: string | null;
40
40
  /**
41
- * Present for stock positions that are also counted in cash balance or buying power.
41
+ * Present for mutual fund positions that are also counted in cash balance or buying power.
42
42
  * @type {boolean}
43
43
  * @memberof AccountPosition
44
44
  */
@@ -6,7 +6,7 @@
6
6
  export interface FutureInstrument {
7
7
  [key: string]: any;
8
8
  /**
9
- *
9
+ * Type of security instrument.
10
10
  * @type {string}
11
11
  * @memberof FutureInstrument
12
12
  */
@@ -7,7 +7,7 @@ import { UnderlyingOptionInstrument } from './underlying-option-instrument';
7
7
  export interface OptionInstrument {
8
8
  [key: string]: any;
9
9
  /**
10
- *
10
+ * Type of security instrument.
11
11
  * @type {string}
12
12
  * @memberof OptionInstrument
13
13
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "snaptrade-typescript-sdk",
3
- "version": "9.0.195",
3
+ "version": "9.0.196",
4
4
  "description": "Client for SnapTrade",
5
5
  "author": "Konfig",
6
6
  "engines": {