@abtnode/types 1.16.8-next-c66e39c7 → 1.16.8-next-199ae4cb
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.
- package/lib/type_pb.d.ts +3 -1
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -563,7 +563,9 @@ export type TUserInfo = {
|
|
563
563
|
lastLoginIp: string,
|
564
564
|
sourceProvider: string,
|
565
565
|
connectedAccounts: TConnectedAccount[],
|
566
|
-
|
566
|
+
extra?: Record<string, any>,
|
567
|
+
source: string,
|
568
|
+
extraConfigs?: Record<string, any>,
|
567
569
|
}
|
568
570
|
export type TUserQuery = {
|
569
571
|
role: string,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.8-next-
|
3
|
+
"version": "1.16.8-next-199ae4cb",
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
5
5
|
"keywords": [
|
6
6
|
"abtnode",
|
@@ -36,5 +36,5 @@
|
|
36
36
|
"bugs": {
|
37
37
|
"url": "https://github.com/ArcBlock/abt-node/issues"
|
38
38
|
},
|
39
|
-
"gitHead": "
|
39
|
+
"gitHead": "a3c52c2929d25254f33a08eca0261fbf4dbc7b4c"
|
40
40
|
}
|