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.
- package/README.md +13 -13
- package/dist/api/account-information-api-generated.d.ts +28 -28
- package/dist/api/account-information-api-generated.js +28 -28
- package/dist/api/connections-api-generated.d.ts +8 -8
- package/dist/api/connections-api-generated.js +8 -8
- package/dist/api/options-api-generated.d.ts +4 -4
- package/dist/api/options-api-generated.js +4 -4
- package/dist/api/transactions-and-reporting-api-generated.d.ts +4 -4
- package/dist/api/transactions-and-reporting-api-generated.js +4 -4
- package/dist/browser.js +1 -1
- package/dist/configuration.js +1 -1
- package/dist/models/account.d.ts +1 -1
- package/dist/models/balance.d.ts +1 -1
- package/package.json +1 -1
package/dist/configuration.js
CHANGED
|
@@ -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.
|
|
35
|
+
this.userAgent = param.userAgent === undefined ? "Konfig/9.0.198/typescript" : param.userAgent;
|
|
36
36
|
this.formDataCtor = param.formDataCtor;
|
|
37
37
|
}
|
|
38
38
|
/**
|
package/dist/models/account.d.ts
CHANGED
package/dist/models/balance.d.ts
CHANGED
|
@@ -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
|
*/
|