@abtnode/types 1.16.46-beta-20250703-024219-4029ee97 → 1.16.46-beta-20250704-234926-09d872ad

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +5 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -838,6 +838,11 @@ export type TUserAddress = {
838
838
  line1: string;
839
839
  line2: string;
840
840
  };
841
+ export type TSimpleUserInfo = {
842
+ did: string;
843
+ avatar: string;
844
+ fullName: string;
845
+ };
841
846
  export type TUserInfo = {
842
847
  did: string;
843
848
  pk: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.46-beta-20250703-024219-4029ee97",
3
+ "version": "1.16.46-beta-20250704-234926-09d872ad",
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": "0d35eb314598b28948e267212d98e7d820c75216"
39
+ "gitHead": "1767a642c60fcfada6be69de0e68c5d269489e5d"
40
40
  }