@finverse/sdk-typescript 0.0.372 → 0.0.373
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/dist/api.d.ts +18 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -4349,6 +4349,12 @@ export interface LinkTokenRequest {
|
|
|
4349
4349
|
* @memberof LinkTokenRequest
|
|
4350
4350
|
*/
|
|
4351
4351
|
user_configs?: LinkTokenUserConfigs;
|
|
4352
|
+
/**
|
|
4353
|
+
* Limit historical data retrieval to this date. ISO format (YYYY-MM-DD)
|
|
4354
|
+
* @type {string}
|
|
4355
|
+
* @memberof LinkTokenRequest
|
|
4356
|
+
*/
|
|
4357
|
+
history_date_limit?: string;
|
|
4352
4358
|
}
|
|
4353
4359
|
export declare const LinkTokenRequestUiModeEnum: {
|
|
4354
4360
|
readonly Iframe: "iframe";
|
|
@@ -8019,6 +8025,12 @@ export interface Principal {
|
|
|
8019
8025
|
* @memberof Principal
|
|
8020
8026
|
*/
|
|
8021
8027
|
currency?: string;
|
|
8028
|
+
/**
|
|
8029
|
+
* Limit historical data retrieval to this date (YYYY-MM-DD)
|
|
8030
|
+
* @type {string}
|
|
8031
|
+
* @memberof Principal
|
|
8032
|
+
*/
|
|
8033
|
+
history_date_limit?: string;
|
|
8022
8034
|
/**
|
|
8023
8035
|
*
|
|
8024
8036
|
* @type {string}
|
|
@@ -8454,6 +8466,12 @@ export interface RefreshLoginIdentityLinkCustomizations {
|
|
|
8454
8466
|
* @memberof RefreshLoginIdentityLinkCustomizations
|
|
8455
8467
|
*/
|
|
8456
8468
|
state?: string;
|
|
8469
|
+
/**
|
|
8470
|
+
* Limit historical data retrieval to this date. ISO format (YYYY-MM-DD)
|
|
8471
|
+
* @type {string}
|
|
8472
|
+
* @memberof RefreshLoginIdentityLinkCustomizations
|
|
8473
|
+
*/
|
|
8474
|
+
history_date_limit?: string;
|
|
8457
8475
|
}
|
|
8458
8476
|
export declare const RefreshLoginIdentityLinkCustomizationsLanguageEnum: {
|
|
8459
8477
|
readonly En: "en";
|