@abtnode/types 1.16.40-beta-20250314-125842-4252b590 → 1.16.40

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 +3 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -292,6 +292,9 @@ export type TBlockletVaultRecord = {
292
292
  did: string;
293
293
  at: number;
294
294
  sig: string;
295
+ approverSig: string;
296
+ approverDid: string;
297
+ approverPk: string;
295
298
  };
296
299
  export type TBlockletState = {
297
300
  meta?: TBlockletMeta;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.40-beta-20250314-125842-4252b590",
3
+ "version": "1.16.40",
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": "1092d34fe556403e34fd3fbb0608b5d00970d13b"
39
+ "gitHead": "f05e89c1f02e51f88d28b45225487d3241fc3636"
40
40
  }