@blocklet/server-js 1.16.53-beta-20251013-005429-ca3b05de → 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 +3 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +35 -1
- package/dist/types.js +275 -272
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +5 -1
- package/lib/node.d.ts +3 -0
- package/lib/schema/graphql.json +35 -1
- package/lib/types.js +275 -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 {
|
|
@@ -2642,6 +2643,7 @@ declare namespace ABTNodeClient {
|
|
|
2642
2643
|
createdAt: number;
|
|
2643
2644
|
ip: string;
|
|
2644
2645
|
ua: string;
|
|
2646
|
+
componentDid: string;
|
|
2645
2647
|
}
|
|
2646
2648
|
|
|
2647
2649
|
interface AuditLogActor {
|
|
@@ -4027,6 +4029,7 @@ declare namespace ABTNodeClient {
|
|
|
4027
4029
|
blockletRepository: string;
|
|
4028
4030
|
contentType: string;
|
|
4029
4031
|
blockletDocker: ABTNodeClient.BlockletDocker;
|
|
4032
|
+
blockletSingleton: boolean;
|
|
4030
4033
|
}
|
|
4031
4034
|
|
|
4032
4035
|
interface ReleaseComponent {
|