@getpara/user-management-client 2.0.0-alpha.32 → 2.0.0-alpha.34

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.
@@ -167,10 +167,11 @@ export type ServerAuthStateLogin = ServerAuthStateBase & {
167
167
  };
168
168
  export type VerifyThirdPartyAuth = ServerAuthStateSignup | ServerAuthStateLogin;
169
169
  export type ExternalWalletInfo = {
170
+ partnerId: string;
170
171
  address: string;
171
172
  type: ExternalWalletType;
172
173
  provider?: string;
173
- providerId?: TExternalWallet;
174
+ providerId?: string;
174
175
  addressBech32?: string;
175
176
  withFullParaAuth?: boolean;
176
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.32",
3
+ "version": "2.0.0-alpha.34",
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": "2c1a4e1ef169c177238c8b0358e84dc86f614614",
22
+ "gitHead": "cff5cb1fa7284a850e688b20a6596d435315a475",
23
23
  "main": "dist/cjs/index.js",
24
24
  "module": "dist/esm/index.js",
25
25
  "scripts": {