@blocklet/server-js 1.16.49-beta-20250821-102221-1b7283d6 → 1.16.49-beta-20250822-070545-6d3344cc
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/dist/browser.d.ts +0 -1
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +0 -12
- package/dist/types.js +0 -1
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +1 -5
- package/lib/node.d.ts +0 -1
- package/lib/schema/graphql.json +0 -12
- package/lib/types.js +0 -1
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/docs/QUERIES.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# ABT Node GraphQL API List
|
|
2
2
|
|
|
3
|
-
> Updated on 2025-08-
|
|
3
|
+
> Updated on 2025-08-22T05:29:24.484Z
|
|
4
4
|
|
|
5
5
|
## Table of Contents
|
|
6
6
|
|
|
@@ -4124,7 +4124,6 @@ No arguments
|
|
|
4124
4124
|
runtimeConfig {
|
|
4125
4125
|
blockletMaxMemoryLimit
|
|
4126
4126
|
daemonMaxMemoryLimit
|
|
4127
|
-
proxyMaxMemoryLimit
|
|
4128
4127
|
}
|
|
4129
4128
|
trustedFactories {
|
|
4130
4129
|
factoryAddress
|
|
@@ -4280,7 +4279,6 @@ No arguments
|
|
|
4280
4279
|
runtimeConfig {
|
|
4281
4280
|
blockletMaxMemoryLimit
|
|
4282
4281
|
daemonMaxMemoryLimit
|
|
4283
|
-
proxyMaxMemoryLimit
|
|
4284
4282
|
}
|
|
4285
4283
|
trustedFactories {
|
|
4286
4284
|
factoryAddress
|
|
@@ -43161,7 +43159,6 @@ mutation {
|
|
|
43161
43159
|
runtimeConfig {
|
|
43162
43160
|
blockletMaxMemoryLimit
|
|
43163
43161
|
daemonMaxMemoryLimit
|
|
43164
|
-
proxyMaxMemoryLimit
|
|
43165
43162
|
}
|
|
43166
43163
|
trustedFactories {
|
|
43167
43164
|
factoryAddress
|
|
@@ -43317,7 +43314,6 @@ mutation {
|
|
|
43317
43314
|
runtimeConfig {
|
|
43318
43315
|
blockletMaxMemoryLimit
|
|
43319
43316
|
daemonMaxMemoryLimit
|
|
43320
|
-
proxyMaxMemoryLimit
|
|
43321
43317
|
}
|
|
43322
43318
|
trustedFactories {
|
|
43323
43319
|
factoryAddress
|
package/lib/node.d.ts
CHANGED
package/lib/schema/graphql.json
CHANGED
|
@@ -21467,18 +21467,6 @@
|
|
|
21467
21467
|
},
|
|
21468
21468
|
"isDeprecated": false,
|
|
21469
21469
|
"deprecationReason": null
|
|
21470
|
-
},
|
|
21471
|
-
{
|
|
21472
|
-
"name": "proxyMaxMemoryLimit",
|
|
21473
|
-
"description": null,
|
|
21474
|
-
"args": [],
|
|
21475
|
-
"type": {
|
|
21476
|
-
"kind": "SCALAR",
|
|
21477
|
-
"name": "Uint32",
|
|
21478
|
-
"ofType": null
|
|
21479
|
-
},
|
|
21480
|
-
"isDeprecated": false,
|
|
21481
|
-
"deprecationReason": null
|
|
21482
21470
|
}
|
|
21483
21471
|
],
|
|
21484
21472
|
"inputFields": null,
|
package/lib/types.js
CHANGED