@abtnode/types 1.16.30-beta-00e8bdd1 → 1.16.30-beta-b7f31b10

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
@@ -652,6 +652,7 @@ export type TUserInfo = {
652
652
  didSpace?: Record<string, any>;
653
653
  userSessions: TUserSession[];
654
654
  url: string;
655
+ phone: string;
655
656
  };
656
657
  export type TUserProfile = {
657
658
  did: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.30-beta-00e8bdd1",
3
+ "version": "1.16.30-beta-b7f31b10",
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": "e165c7e64a2900b4c390b7435c0bb71abbf9b625"
39
+ "gitHead": "2d429b619b7b54b5603fb05761d3acd9ff674c2c"
40
40
  }