@abtnode/types 1.16.39-beta-20250221-133434-22e84449 → 1.16.39-beta-20250224-112738-14340cd6

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +5 -0
  2. 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-20250221-133434-22e84449",
3
+ "version": "1.16.39-beta-20250224-112738-14340cd6",
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": "e98144772ce72955239b63444cd9018d267691db"
39
+ "gitHead": "55a730d010edb12eb78ac7120702636134a44dc9"
40
40
  }