@blocklet/server-js 1.16.50 → 1.16.51-beta-20250905-023351-70af144b

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/docs/QUERIES.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ABT Node GraphQL API List
2
2
 
3
- > Updated on 2025-09-01T13:55:33.496Z
3
+ > Updated on 2025-09-04T09:05:10.443Z
4
4
 
5
5
  ## Table of Contents
6
6
 
package/lib/node.d.ts CHANGED
@@ -1127,6 +1127,7 @@ declare namespace ABTNodeClient {
1127
1127
  attachRuntimeInfo: boolean;
1128
1128
  getOptionalComponents: boolean;
1129
1129
  domain: string;
1130
+ useCache: boolean;
1130
1131
  }
1131
1132
 
1132
1133
  interface RequestBlockletDiffInput {
@@ -3805,6 +3805,16 @@
3805
3805
  "ofType": null
3806
3806
  },
3807
3807
  "defaultValue": null
3808
+ },
3809
+ {
3810
+ "name": "useCache",
3811
+ "description": null,
3812
+ "type": {
3813
+ "kind": "SCALAR",
3814
+ "name": "Boolean",
3815
+ "ofType": null
3816
+ },
3817
+ "defaultValue": null
3808
3818
  }
3809
3819
  ],
3810
3820
  "interfaces": null,
package/lib/types.js CHANGED
@@ -1006,6 +1006,7 @@
1006
1006
  * @property {boolean} attachRuntimeInfo
1007
1007
  * @property {boolean} getOptionalComponents
1008
1008
  * @property {string} domain
1009
+ * @property {boolean} useCache
1009
1010
  */
1010
1011
 
1011
1012
  /**