@abtnode/schema 1.16.9 → 1.16.10-beta-9dc61102

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
@@ -21,6 +21,7 @@ input BlockletControllerInput {
21
21
  nftOwner: String
22
22
  chainHost: String
23
23
  expireDate: Uint32
24
+ consumedAt: String
24
25
  }
25
26
 
26
27
  input BlockletQueryInput {
@@ -819,6 +820,7 @@ type BlockletController {
819
820
  nftOwner: String
820
821
  chainHost: String
821
822
  expireDate: Uint32
823
+ consumedAt: String
822
824
  }
823
825
 
824
826
  type BlockletDiff {
@@ -21,6 +21,7 @@ input BlockletControllerInput {
21
21
  nftOwner: String
22
22
  chainHost: String
23
23
  expireDate: Uint32
24
+ consumedAt: String
24
25
  }
25
26
 
26
27
  input BlockletQueryInput {
@@ -819,6 +820,7 @@ type BlockletController {
819
820
  nftOwner: String
820
821
  chainHost: String
821
822
  expireDate: Uint32
823
+ consumedAt: String
822
824
  }
823
825
 
824
826
  type BlockletDiff {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.9",
6
+ "version": "1.16.10-beta-9dc61102",
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": "700ce63e24f6f9b7ad8ecd4ca0aecc8305ee9693",
16
+ "gitHead": "23942434de21a7638a81994f12655968f2a9a79c",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }