@blocklet/server-js 1.16.53-beta-20251013-075536-64fcb94b → 1.16.53

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-10-13T03:01:32.206Z
3
+ > Updated on 2025-10-13T17:53:47.373Z
4
4
 
5
5
  ## Table of Contents
6
6
 
@@ -7867,6 +7867,7 @@ No arguments
7867
7867
  blockletRepository
7868
7868
  blockletResourceType
7869
7869
  blockletScreenshots
7870
+ blockletSingleton
7870
7871
  blockletSupport
7871
7872
  blockletTitle
7872
7873
  blockletVersion
@@ -7935,6 +7936,7 @@ No arguments
7935
7936
  blockletRepository
7936
7937
  blockletResourceType
7937
7938
  blockletScreenshots
7939
+ blockletSingleton
7938
7940
  blockletSupport
7939
7941
  blockletTitle
7940
7942
  blockletVersion
@@ -48631,6 +48633,7 @@ mutation {
48631
48633
  blockletRepository
48632
48634
  blockletResourceType
48633
48635
  blockletScreenshots
48636
+ blockletSingleton
48634
48637
  blockletSupport
48635
48638
  blockletTitle
48636
48639
  blockletVersion
package/lib/node.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 {
@@ -5718,6 +5718,16 @@
5718
5718
  "ofType": null
5719
5719
  },
5720
5720
  "defaultValue": null
5721
+ },
5722
+ {
5723
+ "name": "blockletSingleton",
5724
+ "description": null,
5725
+ "type": {
5726
+ "kind": "SCALAR",
5727
+ "name": "Boolean",
5728
+ "ofType": null
5729
+ },
5730
+ "defaultValue": null
5721
5731
  }
5722
5732
  ],
5723
5733
  "interfaces": null,
@@ -26579,6 +26589,18 @@
26579
26589
  },
26580
26590
  "isDeprecated": false,
26581
26591
  "deprecationReason": null
26592
+ },
26593
+ {
26594
+ "name": "blockletSingleton",
26595
+ "description": null,
26596
+ "args": [],
26597
+ "type": {
26598
+ "kind": "SCALAR",
26599
+ "name": "Boolean",
26600
+ "ofType": null
26601
+ },
26602
+ "isDeprecated": false,
26603
+ "deprecationReason": null
26582
26604
  }
26583
26605
  ],
26584
26606
  "inputFields": null,