@abtnode/schema 1.16.23-beta-7b5b0175 → 1.16.23-beta-abdda301

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
@@ -932,6 +932,7 @@ input UserInfoInput {
932
932
  connectedAccounts: [ConnectedAccountInput!]
933
933
  extra: Any
934
934
  tags: [TagInput!]
935
+ didSpace: Any
935
936
  }
936
937
 
937
938
  input UserProfileInput {
@@ -2249,6 +2250,7 @@ type UserInfo {
2249
2250
  connectedAccounts: [ConnectedAccount!]
2250
2251
  extra: Any
2251
2252
  tags: [Tag!]
2253
+ didSpace: Any
2252
2254
  }
2253
2255
 
2254
2256
  type WalletInfo {
@@ -932,6 +932,7 @@ input UserInfoInput {
932
932
  connectedAccounts: [ConnectedAccountInput!]
933
933
  extra: Any
934
934
  tags: [TagInput!]
935
+ didSpace: Any
935
936
  }
936
937
 
937
938
  input UserProfileInput {
@@ -2249,6 +2250,7 @@ type UserInfo {
2249
2250
  connectedAccounts: [ConnectedAccount!]
2250
2251
  extra: Any
2251
2252
  tags: [Tag!]
2253
+ didSpace: Any
2252
2254
  }
2253
2255
 
2254
2256
  type WalletInfo {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.23-beta-7b5b0175",
6
+ "version": "1.16.23-beta-abdda301",
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": "Apache-2.0",
16
- "gitHead": "d1386002a4a10a65bf53cfca9754ea077c1d5983",
16
+ "gitHead": "2b064df15b34007f6145170ee691ae9e91ff1528",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }