@abtnode/types 1.16.23-beta-47ca27f8 → 1.16.23-beta-f25d8f54
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 -0
- package/lib/type_pb.d.ts +5 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
package/lib/type_pb.d.ts
CHANGED
@@ -907,6 +907,7 @@ export type TRelease = {
|
|
907
907
|
status: enum_pb.ReleaseStatusMap[keyof enum_pb.ReleaseStatusMap],
|
908
908
|
createdAt: string,
|
909
909
|
updatedAt: string,
|
910
|
+
blockletComponents: TReleaseComponent[],
|
910
911
|
}
|
911
912
|
export type TBlockletResource = {
|
912
913
|
exportApi: string,
|
@@ -922,3 +923,7 @@ export type TBlockletResourceBundle = {
|
|
922
923
|
type: string,
|
923
924
|
pb_public: boolean,
|
924
925
|
}
|
926
|
+
export type TReleaseComponent = {
|
927
|
+
did: string,
|
928
|
+
required: boolean,
|
929
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.23-beta-
|
3
|
+
"version": "1.16.23-beta-f25d8f54",
|
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": "0c6357195f3e28095234bc05cfb4f3b051474377"
|
40
40
|
}
|