@abtnode/types 1.16.10-beta-75a4b94c → 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.
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
@@ -207,6 +207,7 @@ export type TBlockletController = {
207
207
  nftOwner: string,
208
208
  chainHost: string,
209
209
  expireDate: number,
210
+ consumedAt: string,
210
211
  }
211
212
  export type TBlockletMigrateRecord = {
212
213
  appSk: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.10-beta-75a4b94c",
3
+ "version": "1.16.10-beta-9dc61102",
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": "99012d13c2bc6df85709a9a5cb854c8c30a14013"
39
+ "gitHead": "23942434de21a7638a81994f12655968f2a9a79c"
40
40
  }