@getpara/user-management-client 1.4.3 → 1.5.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.
Binary file
Binary file
@@ -135,6 +135,8 @@ interface sessionPasswordBody {
135
135
  status?: PasswordStatus;
136
136
  sigDerivedPublicKey?: string;
137
137
  salt?: string;
138
+ encryptedWalletPrivateKey?: string;
139
+ encryptionKeyHash?: string;
138
140
  }
139
141
  type BiometricLocationHintParams = AuthParams;
140
142
  export type VerifyTelegramRes = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/user-management-client",
3
- "version": "1.4.3",
3
+ "version": "1.5.0",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -33,5 +33,5 @@
33
33
  "require": "./dist/cjs/index.js"
34
34
  }
35
35
  },
36
- "gitHead": "1af7abd51e994057ff4afc90bd13650a47f6b26e"
36
+ "gitHead": "0e3c1401b4f1da60b288cdde7695077c9bcbc48f"
37
37
  }