@abtnode/types 1.16.17-beta-703fb879 → 1.16.17-beta-a8cf4b25
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 +13 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -614,6 +614,19 @@ export type TUserSort = {
|
|
614
614
|
createdAt: number,
|
615
615
|
lastLoginAt: number,
|
616
616
|
}
|
617
|
+
export type TUserSession = {
|
618
|
+
id: string,
|
619
|
+
visitorId: string,
|
620
|
+
appPid: string,
|
621
|
+
userDid: string,
|
622
|
+
ua: string,
|
623
|
+
passportId: string,
|
624
|
+
status: string,
|
625
|
+
lastLoginIp: string,
|
626
|
+
extra?: Record<string, any>,
|
627
|
+
createdAt: number,
|
628
|
+
updatedAt: number,
|
629
|
+
}
|
617
630
|
export type TBlockletQuery = {
|
618
631
|
}
|
619
632
|
export type TRole = {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.17-beta-
|
3
|
+
"version": "1.16.17-beta-a8cf4b25",
|
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": "df8486ab9a180f0f3fc812821440a995d65bc63d"
|
40
40
|
}
|