@getpara/user-management-client 2.0.0-alpha.33 → 2.0.0-alpha.35

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.
@@ -171,7 +171,7 @@ export type ExternalWalletInfo = {
171
171
  address: string;
172
172
  type: ExternalWalletType;
173
173
  provider?: string;
174
- providerId?: TExternalWallet;
174
+ providerId?: string;
175
175
  addressBech32?: string;
176
176
  withFullParaAuth?: boolean;
177
177
  ensName?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/user-management-client",
3
- "version": "2.0.0-alpha.33",
3
+ "version": "2.0.0-alpha.35",
4
4
  "dependencies": {
5
5
  "axios": "^1.8.4",
6
6
  "libphonenumber-js": "^1.11.7"
@@ -19,7 +19,7 @@
19
19
  "dist",
20
20
  "package.json"
21
21
  ],
22
- "gitHead": "f338306fa30497d2190f8da2ff72ddd8d9d9032f",
22
+ "gitHead": "abfec8cf9931f7a8469b09b67b5d48eee6f4cfd5",
23
23
  "main": "dist/cjs/index.js",
24
24
  "module": "dist/esm/index.js",
25
25
  "scripts": {