@abtnode/schema 1.16.24 → 1.16.25-beta-fe54d1bc

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
@@ -180,6 +180,7 @@ input RequestBlockletInput {
180
180
  input RequestBlockletDetailInput {
181
181
  did: String
182
182
  attachRuntimeInfo: Boolean
183
+ getOptionalComponents: Boolean
183
184
  }
184
185
 
185
186
  input RequestBlockletDiffInput {
@@ -180,6 +180,7 @@ input RequestBlockletInput {
180
180
  input RequestBlockletDetailInput {
181
181
  did: String
182
182
  attachRuntimeInfo: Boolean
183
+ getOptionalComponents: Boolean
183
184
  }
184
185
 
185
186
  input RequestBlockletDiffInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.24",
6
+ "version": "1.16.25-beta-fe54d1bc",
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": "6cd6669cb3569f96433e18b1dac346432741a1a7",
16
+ "gitHead": "e9411b6ee3c482554c76fe91796560abeb0e56ad",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }