@abtnode/types 1.16.11-next-09bc31f8 → 1.16.11-next-7cff3891
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/rpc_pb.d.ts +1 -1
- package/lib/type_pb.d.ts +5 -1
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
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,
|
@@ -211,6 +215,7 @@ export type TBlockletController = {
|
|
211
215
|
launcherUrl: string,
|
212
216
|
launcherSessionId: string,
|
213
217
|
ownerDid: string,
|
218
|
+
status?: TBlockletControllerStatus,
|
214
219
|
}
|
215
220
|
export type TBlockletMigrateRecord = {
|
216
221
|
appSk: string,
|
@@ -583,7 +588,6 @@ export type TUserSort = {
|
|
583
588
|
lastLoginAt: number,
|
584
589
|
}
|
585
590
|
export type TBlockletQuery = {
|
586
|
-
controller?: TBlockletController,
|
587
591
|
}
|
588
592
|
export type TRole = {
|
589
593
|
name: string,
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.11-next-
|
3
|
+
"version": "1.16.11-next-7cff3891",
|
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": "53ffbcdca9cda278337d80bfafa44e7ef5635af1"
|
40
40
|
}
|