@abtnode/schema 1.16.8-next-c66e39c7 → 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.
package/lib/index.js CHANGED
@@ -719,7 +719,9 @@ input UserInfoInput {
719
719
  lastLoginIp: String
720
720
  sourceProvider: String
721
721
  connectedAccounts: [ConnectedAccountInput!]
722
- meta: Any
722
+ extra: Any
723
+ source: String
724
+ extraConfigs: Any
723
725
  }
724
726
 
725
727
  input UserQueryInput {
@@ -1763,7 +1765,9 @@ type UserInfo {
1763
1765
  lastLoginIp: String
1764
1766
  sourceProvider: String
1765
1767
  connectedAccounts: [ConnectedAccount!]
1766
- meta: Any
1768
+ extra: Any
1769
+ source: String
1770
+ extraConfigs: Any
1767
1771
  }
1768
1772
 
1769
1773
  type WalletInfo {
@@ -719,7 +719,9 @@ input UserInfoInput {
719
719
  lastLoginIp: String
720
720
  sourceProvider: String
721
721
  connectedAccounts: [ConnectedAccountInput!]
722
- meta: Any
722
+ extra: Any
723
+ source: String
724
+ extraConfigs: Any
723
725
  }
724
726
 
725
727
  input UserQueryInput {
@@ -1763,7 +1765,9 @@ type UserInfo {
1763
1765
  lastLoginIp: String
1764
1766
  sourceProvider: String
1765
1767
  connectedAccounts: [ConnectedAccount!]
1766
- meta: Any
1768
+ extra: Any
1769
+ source: String
1770
+ extraConfigs: Any
1767
1771
  }
1768
1772
 
1769
1773
  type WalletInfo {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.8-next-c66e39c7",
6
+ "version": "1.16.8-next-f9099675",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "MIT",
16
- "gitHead": "d769d1ab5bd56d258d4d1061e2c0f201dcef5676",
16
+ "gitHead": "02702513382f0b2297eff3520fc77f630eec578f",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }