@heyanon/sdk 2.4.2 → 2.4.3

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.
@@ -91,6 +91,8 @@ export interface UserFunctionOptions {
91
91
  readonly getUserTokens: () => Promise<UserToken[]>;
92
92
  /** Add token to user's token list */
93
93
  readonly addUserToken: (token: UserToken) => Promise<UserToken>;
94
+ /** Get user's password */
95
+ readonly getUserPassword?: () => Promise<string>;
94
96
  }
95
97
  /**
96
98
  * User token information
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heyanon/sdk",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",