@abtnode/types 1.16.11-beta-069c3537 → 1.16.11-beta-0ae58a71
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/type_pb.d.ts +5 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -201,6 +201,10 @@ export type TBlockletExposeService = {
|
|
201
201
|
port: number,
|
202
202
|
upstreamPort: number,
|
203
203
|
}
|
204
|
+
export type TBlockletControllerStatus = {
|
205
|
+
value: number,
|
206
|
+
reason: string,
|
207
|
+
}
|
204
208
|
export type TBlockletController = {
|
205
209
|
id: string,
|
206
210
|
nftId: string,
|
@@ -208,6 +212,7 @@ export type TBlockletController = {
|
|
208
212
|
chainHost: string,
|
209
213
|
expireDate: number,
|
210
214
|
consumedAt: string,
|
215
|
+
status?: TBlockletControllerStatus,
|
211
216
|
}
|
212
217
|
export type TBlockletMigrateRecord = {
|
213
218
|
appSk: string,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.11-beta-
|
3
|
+
"version": "1.16.11-beta-0ae58a71",
|
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": "
|
39
|
+
"gitHead": "5d044a08b4399eb855563e670af7cbd0d3851e94"
|
40
40
|
}
|