@abtnode/schema 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/lib/index.js CHANGED
@@ -549,6 +549,7 @@ input RequestBlockletSettingsInput {
549
549
  gateway: BlockletGatewayInput
550
550
  aigne: AigneConfigInput
551
551
  org: OrgSettingsInput
552
+ subService: SubServiceConfigInput
552
553
  }
553
554
 
554
555
  input RequestCheckDomainsInput {
@@ -1705,6 +1706,12 @@ input SpaceGatewayInput {
1705
1706
  did: String
1706
1707
  }
1707
1708
 
1709
+ input SubServiceConfigInput {
1710
+ enabled: Boolean
1711
+ domain: String
1712
+ staticRoot: String
1713
+ }
1714
+
1708
1715
  input TagInput {
1709
1716
  id: Uint32
1710
1717
  title: String
@@ -2328,6 +2335,7 @@ type BlockletSettings {
2328
2335
  didConnect: Any
2329
2336
  oauth: Any
2330
2337
  actionConfig: Any
2338
+ subService: SubServiceConfig
2331
2339
  }
2332
2340
 
2333
2341
  type BlockletState {
@@ -3873,6 +3881,12 @@ type Statistics {
3873
3881
  failed: Uint32
3874
3882
  }
3875
3883
 
3884
+ type SubServiceConfig {
3885
+ enabled: Boolean
3886
+ domain: String
3887
+ staticRoot: String
3888
+ }
3889
+
3876
3890
  type TUTM {
3877
3891
  source: String
3878
3892
  medium: String
@@ -549,6 +549,7 @@ input RequestBlockletSettingsInput {
549
549
  gateway: BlockletGatewayInput
550
550
  aigne: AigneConfigInput
551
551
  org: OrgSettingsInput
552
+ subService: SubServiceConfigInput
552
553
  }
553
554
 
554
555
  input RequestCheckDomainsInput {
@@ -1705,6 +1706,12 @@ input SpaceGatewayInput {
1705
1706
  did: String
1706
1707
  }
1707
1708
 
1709
+ input SubServiceConfigInput {
1710
+ enabled: Boolean
1711
+ domain: String
1712
+ staticRoot: String
1713
+ }
1714
+
1708
1715
  input TagInput {
1709
1716
  id: Uint32
1710
1717
  title: String
@@ -2328,6 +2335,7 @@ type BlockletSettings {
2328
2335
  didConnect: Any
2329
2336
  oauth: Any
2330
2337
  actionConfig: Any
2338
+ subService: SubServiceConfig
2331
2339
  }
2332
2340
 
2333
2341
  type BlockletState {
@@ -3873,6 +3881,12 @@ type Statistics {
3873
3881
  failed: Uint32
3874
3882
  }
3875
3883
 
3884
+ type SubServiceConfig {
3885
+ enabled: Boolean
3886
+ domain: String
3887
+ staticRoot: String
3888
+ }
3889
+
3876
3890
  type TUTM {
3877
3891
  source: String
3878
3892
  medium: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.8-beta-20260119-034126-467341b7",
6
+ "version": "1.17.8-beta-20260121-102603-f9d0176f",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "418e1399fa4b6cd1b7acc6bbe30f38cc72d4572e",
16
+ "gitHead": "7ae816f51ed511037e5b7ac0008012ebf4afc987",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }