@abtnode/types 1.17.8-beta-20260121-102603-f9d0176f → 1.17.8-beta-20260125-093329-64b43854
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 +2 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
|
@@ -905,6 +905,7 @@ export type TUserInfo = {
|
|
|
905
905
|
address?: TUserAddress;
|
|
906
906
|
userSessionsCount: number;
|
|
907
907
|
isFollowing: boolean;
|
|
908
|
+
name: string;
|
|
908
909
|
};
|
|
909
910
|
export type TUserProfile = {
|
|
910
911
|
did: string;
|
|
@@ -1577,6 +1578,7 @@ export type TOrg = {
|
|
|
1577
1578
|
membersCount: number;
|
|
1578
1579
|
passports: TPassport[];
|
|
1579
1580
|
metadata?: Record<string, any>;
|
|
1581
|
+
avatar: string;
|
|
1580
1582
|
};
|
|
1581
1583
|
export type TUserOrg = {
|
|
1582
1584
|
id: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/types",
|
|
3
|
-
"version": "1.17.8-beta-
|
|
3
|
+
"version": "1.17.8-beta-20260125-093329-64b43854",
|
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"abtnode",
|
|
@@ -35,5 +35,5 @@
|
|
|
35
35
|
"bugs": {
|
|
36
36
|
"url": "https://github.com/ArcBlock/abt-node/issues"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "241254785bda907be2296228869b4fc9c1679a6b"
|
|
39
39
|
}
|