snaptrade-typescript-sdk 9.0.16 → 9.0.18
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 +14 -11
- package/dist/api/account-information-api-generated.d.ts +4 -4
- package/dist/api/account-information-api-generated.js +4 -4
- package/dist/api/connections-api-generated.d.ts +24 -24
- package/dist/api/connections-api-generated.js +24 -24
- package/dist/api/options-api-generated.d.ts +40 -40
- package/dist/api/options-api-generated.js +40 -40
- package/dist/browser.js +1 -1
- package/dist/configuration.js +1 -1
- package/dist/models/account-order-record.d.ts +6 -0
- 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.18/typescript" : param.userAgent;
|
|
36
36
|
this.formDataCtor = param.formDataCtor;
|
|
37
37
|
}
|
|
38
38
|
/**
|
|
@@ -112,6 +112,12 @@ export interface AccountOrderRecord {
|
|
|
112
112
|
* @memberof AccountOrderRecord
|
|
113
113
|
*/
|
|
114
114
|
'time_updated'?: string | null;
|
|
115
|
+
/**
|
|
116
|
+
*
|
|
117
|
+
* @type {string}
|
|
118
|
+
* @memberof AccountOrderRecord
|
|
119
|
+
*/
|
|
120
|
+
'time_executed'?: string | null;
|
|
115
121
|
/**
|
|
116
122
|
* Time
|
|
117
123
|
* @type {string}
|