@abtnode/schema 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.
package/lib/index.js CHANGED
@@ -1852,6 +1852,9 @@ type BlockletVaultRecord {
1852
1852
  did: String
1853
1853
  at: Uint32
1854
1854
  sig: String
1855
+ approverSig: String
1856
+ approverDid: String
1857
+ approverPk: String
1855
1858
  }
1856
1859
 
1857
1860
  type BooleanResponse {
@@ -1852,6 +1852,9 @@ type BlockletVaultRecord {
1852
1852
  did: String
1853
1853
  at: Uint32
1854
1854
  sig: String
1855
+ approverSig: String
1856
+ approverDid: String
1857
+ approverPk: String
1855
1858
  }
1856
1859
 
1857
1860
  type BooleanResponse {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.40-beta-20250314-125842-4252b590",
6
+ "version": "1.16.40",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "1092d34fe556403e34fd3fbb0608b5d00970d13b",
16
+ "gitHead": "f05e89c1f02e51f88d28b45225487d3241fc3636",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }