@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.
Files changed (2) hide show
  1. package/dist/api.d.ts +6 -0
  2. 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}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finverse/sdk-typescript",
3
- "version": "0.0.394",
3
+ "version": "0.0.395",
4
4
  "description": "OpenAPI client for @finverse/sdk-typescript",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {