@blocklet/server-js 1.17.8-beta-20260119-034126-467341b7 → 1.17.8-beta-20260121-102603-f9d0176f

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
@@ -1231,6 +1231,7 @@ declare namespace ABTNodeClient {
1231
1231
  gateway: ABTNodeClient.BlockletGatewayInput;
1232
1232
  aigne: ABTNodeClient.AigneConfigInput;
1233
1233
  org: ABTNodeClient.OrgSettingsInput;
1234
+ subService: ABTNodeClient.SubServiceConfigInput;
1234
1235
  }
1235
1236
 
1236
1237
  interface RequestCheckDomainsInput {
@@ -2387,6 +2388,12 @@ declare namespace ABTNodeClient {
2387
2388
  did: string;
2388
2389
  }
2389
2390
 
2391
+ interface SubServiceConfigInput {
2392
+ enabled: boolean;
2393
+ domain: string;
2394
+ staticRoot: string;
2395
+ }
2396
+
2390
2397
  interface TagInput {
2391
2398
  id: number;
2392
2399
  title: string;
@@ -3010,6 +3017,7 @@ declare namespace ABTNodeClient {
3010
3017
  didConnect: Record<string, any>;
3011
3018
  oauth: Record<string, any>;
3012
3019
  actionConfig: Record<string, any>;
3020
+ subService: ABTNodeClient.SubServiceConfig;
3013
3021
  }
3014
3022
 
3015
3023
  interface BlockletState {
@@ -4803,6 +4811,12 @@ declare namespace ABTNodeClient {
4803
4811
  failed: number;
4804
4812
  }
4805
4813
 
4814
+ interface SubServiceConfig {
4815
+ enabled: boolean;
4816
+ domain: string;
4817
+ staticRoot: string;
4818
+ }
4819
+
4806
4820
  interface TUTM {
4807
4821
  source: string;
4808
4822
  medium: string;