snaptrade-typescript-sdk 8.11.0 → 8.12.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
package/dist/configuration.js
CHANGED
|
@@ -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.
|
|
37
|
+
this.userAgent = param.userAgent === undefined ? "Konfig/8.12.0/typescript" : param.userAgent;
|
|
38
38
|
this.formDataCtor = param.formDataCtor;
|
|
39
39
|
}
|
|
40
40
|
/**
|
|
@@ -80,6 +80,12 @@ export interface UniversalActivity {
|
|
|
80
80
|
* @memberof UniversalActivity
|
|
81
81
|
*/
|
|
82
82
|
'settlement_date'?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Reference ID from brokerage used to identify related transactions. For example if an order comprises of several transactions (buy, fee, fx), they can be grouped if they share the same external_reference_id
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof UniversalActivity
|
|
87
|
+
*/
|
|
88
|
+
'external_reference_id'?: string | null;
|
|
83
89
|
/**
|
|
84
90
|
*
|
|
85
91
|
* @type {Symbol}
|