@getpara/user-management-client 2.0.0-alpha.16 → 2.0.0-alpha.18
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.
|
|
3
|
+
"version": "2.0.0-alpha.18",
|
|
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": "
|
|
35
|
+
"gitHead": "2333bc727fe61593821d448ee12facaee230c4b0"
|
|
36
36
|
}
|