@abtnode/types 1.16.23-beta-ce222a8b → 1.16.23-beta-06c3a221

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 +1 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -609,6 +609,7 @@ export type TUserInfo = {
609
609
  connectedAccounts: TConnectedAccount[],
610
610
  extra?: Record<string, any>,
611
611
  tags: TTag[],
612
+ didSpace?: Record<string, any>,
612
613
  }
613
614
  export type TUserProfile = {
614
615
  did: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.23-beta-ce222a8b",
3
+ "version": "1.16.23-beta-06c3a221",
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": "12e2bb15e23b349041139ae79691312067975812"
39
+ "gitHead": "10d2351eb9a0a222781d803798e15390622e421b"
40
40
  }