@abtnode/types 1.16.19-beta-710018ca → 1.16.19-beta-ba354e01
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 +0 -9
- package/lib/type_pb.d.ts +1 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -37,15 +37,6 @@ export type TResponseBlockletMetaFromUrl = {
|
|
37
37
|
inStore: boolean,
|
38
38
|
registryUrl: string,
|
39
39
|
}
|
40
|
-
export type TRequestBlockletForLauncher = {
|
41
|
-
did: string,
|
42
|
-
}
|
43
|
-
export type TResponseBlockletForLauncher = {
|
44
|
-
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap],
|
45
|
-
did: string,
|
46
|
-
isInstalled: boolean,
|
47
|
-
isRunning: boolean,
|
48
|
-
}
|
49
40
|
export type TRequestBlockletDiff = {
|
50
41
|
did: string,
|
51
42
|
hashFiles: type_pb.THashFile[],
|
package/lib/type_pb.d.ts
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.19-beta-
|
3
|
+
"version": "1.16.19-beta-ba354e01",
|
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": "d685f8ca8f2fe49298aa0e94f2f15e1e7ebf761b"
|
40
40
|
}
|