@blocklet/server-js 1.16.53-beta-20251013-075536-64fcb94b → 1.16.53-beta-20251014-110009-8220e324
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 +2 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +22 -0
- package/dist/types.js +274 -272
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +4 -1
- package/lib/node.d.ts +2 -0
- package/lib/schema/graphql.json +22 -0
- package/lib/types.js +274 -272
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/browser.d.ts
CHANGED
|
@@ -1411,6 +1411,7 @@ declare namespace ABTNodeClient {
|
|
|
1411
1411
|
blockletRepository: string;
|
|
1412
1412
|
contentType: string;
|
|
1413
1413
|
blockletDocker: ABTNodeClient.BlockletDockerInput;
|
|
1414
|
+
blockletSingleton: boolean;
|
|
1414
1415
|
}
|
|
1415
1416
|
|
|
1416
1417
|
interface RequestCreateRoleInput {
|
|
@@ -4028,6 +4029,7 @@ declare namespace ABTNodeClient {
|
|
|
4028
4029
|
blockletRepository: string;
|
|
4029
4030
|
contentType: string;
|
|
4030
4031
|
blockletDocker: ABTNodeClient.BlockletDocker;
|
|
4032
|
+
blockletSingleton: boolean;
|
|
4031
4033
|
}
|
|
4032
4034
|
|
|
4033
4035
|
interface ReleaseComponent {
|