@getpara/user-management-client 2.0.0-alpha.16 → 2.0.0-alpha.17

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.
@@ -142,6 +142,7 @@ export type SessionInfo = {
142
142
  cosmosPrefix?: string;
143
143
  origin?: string;
144
144
  email?: string;
145
+ verifiedExternalWalletAddresses?: string[];
145
146
  };
146
147
  export type ServerAuthStateBase = AuthExtras & {
147
148
  auth: PrimaryAuth;
@@ -169,6 +170,8 @@ export type ExternalWalletInfo = {
169
170
  withFullParaAuth?: boolean;
170
171
  ensName?: string | null;
171
172
  ensAvatar?: string | null;
173
+ isConnectionOnly?: boolean;
174
+ withVerification?: boolean;
172
175
  };
173
176
  export type VerifyExternalWalletParams = {
174
177
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getpara/user-management-client",
3
- "version": "2.0.0-alpha.16",
3
+ "version": "2.0.0-alpha.17",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/types/index.d.ts",
@@ -32,5 +32,5 @@
32
32
  "require": "./dist/cjs/index.js"
33
33
  }
34
34
  },
35
- "gitHead": "84eb1a14fa8918c449ae4b163fe173d34688cdcd"
35
+ "gitHead": "5cb0f3dee5564995c465ead160ed817ba2ba37a7"
36
36
  }