@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 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 {