@abtnode/types 1.16.8-next-d1e52353 → 1.16.8-next-f9099675

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 +3 -1
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -563,7 +563,9 @@ export type TUserInfo = {
563
563
  lastLoginIp: string,
564
564
  sourceProvider: string,
565
565
  connectedAccounts: TConnectedAccount[],
566
- meta?: Record<string, any>,
566
+ extra?: Record<string, any>,
567
+ source: string,
568
+ extraConfigs?: Record<string, any>,
567
569
  }
568
570
  export type TUserQuery = {
569
571
  role: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.8-next-d1e52353",
3
+ "version": "1.16.8-next-f9099675",
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": "d357376aa3df9ef789befc7f548629deecb04d96"
39
+ "gitHead": "02702513382f0b2297eff3520fc77f630eec578f"
40
40
  }