@abtnode/types 1.16.39-beta-20250222-094928-e54632fa → 1.16.39-beta-20250225-115803-28695007
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
@@ -161,6 +161,11 @@ export type TBlockletMeta = {
|
|
161
161
|
engine?: Record<string, any>;
|
162
162
|
owner?: TBlockletMetaOwner;
|
163
163
|
docker?: TBlockletDockerMeta;
|
164
|
+
events: TBlockletEvent[];
|
165
|
+
};
|
166
|
+
export type TBlockletEvent = {
|
167
|
+
type: string;
|
168
|
+
description: string;
|
164
169
|
};
|
165
170
|
export type TSimpleBlockletMeta = {
|
166
171
|
did: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.39-beta-
|
3
|
+
"version": "1.16.39-beta-20250225-115803-28695007",
|
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": "d6c75e9336becf1eabe733058d030bdda0be9848"
|
40
40
|
}
|