@abtnode/schema 1.16.51-beta-20250904-031834-c611f059 → 1.16.51-beta-20250905-051437-fe05adb2

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
@@ -484,6 +484,7 @@ input RequestBlockletDetailInput {
484
484
  attachRuntimeInfo: Boolean
485
485
  getOptionalComponents: Boolean
486
486
  domain: String
487
+ useCache: Boolean
487
488
  }
488
489
 
489
490
  input RequestBlockletDiffInput {
@@ -4244,4 +4245,4 @@ type Query {
4244
4245
  createOAuthClient(input: RequestOAuthClientInput): ResponseOAuthClient
4245
4246
  updateOAuthClient(input: RequestOAuthClientInput): ResponseOAuthClient
4246
4247
  deleteOAuthClient(input: RequestDeleteOAuthClientInput): GeneralResponse
4247
- }`;
4248
+ }`;
@@ -484,6 +484,7 @@ input RequestBlockletDetailInput {
484
484
  attachRuntimeInfo: Boolean
485
485
  getOptionalComponents: Boolean
486
486
  domain: String
487
+ useCache: Boolean
487
488
  }
488
489
 
489
490
  input RequestBlockletDiffInput {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.51-beta-20250904-031834-c611f059",
6
+ "version": "1.16.51-beta-20250905-051437-fe05adb2",
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": "c5cedc16ca7239ec7dcadd8e046b2f8684df335c",
16
+ "gitHead": "cadff492e3858895a3e0565b0b1778f166fb34f7",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }