@abtnode/types 1.16.29-beta-112566d5 → 1.16.29-next-680cf137

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 CHANGED
@@ -651,6 +651,7 @@ export type TUserInfo = {
651
651
  tags: TTag[],
652
652
  didSpace?: Record<string, any>,
653
653
  userSessions: TUserSession[],
654
+ url: string,
654
655
  }
655
656
  export type TUserProfile = {
656
657
  did: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.29-beta-112566d5",
3
+ "version": "1.16.29-next-680cf137",
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": "4c6213560b79dc862b0b5e48b50f65c39de54aef"
39
+ "gitHead": "17b7e7c5e43c497980d4fe6b5bb20609328041bd"
40
40
  }