@finverse/sdk-typescript 0.0.394 → 0.0.395
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 +6 -0
- package/package.json +1 -1
package/dist/api.d.ts
CHANGED
|
@@ -5261,6 +5261,12 @@ export interface LoginIdentity {
|
|
|
5261
5261
|
* @memberof LoginIdentity
|
|
5262
5262
|
*/
|
|
5263
5263
|
last_session_id?: string;
|
|
5264
|
+
/**
|
|
5265
|
+
* stable id for the hashed bank username, used to track unique end-user online-banking accounts
|
|
5266
|
+
* @type {string}
|
|
5267
|
+
* @memberof LoginIdentity
|
|
5268
|
+
*/
|
|
5269
|
+
username_hash_id?: string;
|
|
5264
5270
|
/**
|
|
5265
5271
|
*
|
|
5266
5272
|
* @type {RefreshData}
|