@abtnode/types 1.16.11-next-09bc31f8 → 1.16.11-next-d32a90d4

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 CHANGED
@@ -56,7 +56,7 @@ export type TResponseBlockletDiff = {
56
56
  blockletDiff?: type_pb.TBlockletDiff,
57
57
  }
58
58
  export type TRequestGetBlocklets = {
59
- usecache: boolean,
59
+ useCache: boolean,
60
60
  query?: type_pb.TBlockletQuery,
61
61
  }
62
62
  export type TResponseGetBlocklets = {
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-09bc31f8",
3
+ "version": "1.16.11-next-d32a90d4",
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": "c51355ac77d07dc27e2fb6c44ce2a45432a9469b"
39
+ "gitHead": "4f39f40bf7a87767f885d3a06f785d9d76b82da4"
40
40
  }