@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 +14 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +110 -0
- package/dist/types.js +22 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +141 -1
- package/lib/node.d.ts +14 -0
- package/lib/schema/graphql.json +110 -0
- package/lib/types.js +22 -0
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/dist/schema/graphql.json
CHANGED
|
@@ -4316,6 +4316,16 @@
|
|
|
4316
4316
|
"ofType": null
|
|
4317
4317
|
},
|
|
4318
4318
|
"defaultValue": null
|
|
4319
|
+
},
|
|
4320
|
+
{
|
|
4321
|
+
"name": "subService",
|
|
4322
|
+
"description": null,
|
|
4323
|
+
"type": {
|
|
4324
|
+
"kind": "INPUT_OBJECT",
|
|
4325
|
+
"name": "SubServiceConfigInput",
|
|
4326
|
+
"ofType": null
|
|
4327
|
+
},
|
|
4328
|
+
"defaultValue": null
|
|
4319
4329
|
}
|
|
4320
4330
|
],
|
|
4321
4331
|
"interfaces": null,
|
|
@@ -12870,6 +12880,47 @@
|
|
|
12870
12880
|
"enumValues": null,
|
|
12871
12881
|
"possibleTypes": null
|
|
12872
12882
|
},
|
|
12883
|
+
{
|
|
12884
|
+
"kind": "INPUT_OBJECT",
|
|
12885
|
+
"name": "SubServiceConfigInput",
|
|
12886
|
+
"description": null,
|
|
12887
|
+
"fields": null,
|
|
12888
|
+
"inputFields": [
|
|
12889
|
+
{
|
|
12890
|
+
"name": "enabled",
|
|
12891
|
+
"description": null,
|
|
12892
|
+
"type": {
|
|
12893
|
+
"kind": "SCALAR",
|
|
12894
|
+
"name": "Boolean",
|
|
12895
|
+
"ofType": null
|
|
12896
|
+
},
|
|
12897
|
+
"defaultValue": null
|
|
12898
|
+
},
|
|
12899
|
+
{
|
|
12900
|
+
"name": "domain",
|
|
12901
|
+
"description": null,
|
|
12902
|
+
"type": {
|
|
12903
|
+
"kind": "SCALAR",
|
|
12904
|
+
"name": "String",
|
|
12905
|
+
"ofType": null
|
|
12906
|
+
},
|
|
12907
|
+
"defaultValue": null
|
|
12908
|
+
},
|
|
12909
|
+
{
|
|
12910
|
+
"name": "staticRoot",
|
|
12911
|
+
"description": null,
|
|
12912
|
+
"type": {
|
|
12913
|
+
"kind": "SCALAR",
|
|
12914
|
+
"name": "String",
|
|
12915
|
+
"ofType": null
|
|
12916
|
+
},
|
|
12917
|
+
"defaultValue": null
|
|
12918
|
+
}
|
|
12919
|
+
],
|
|
12920
|
+
"interfaces": null,
|
|
12921
|
+
"enumValues": null,
|
|
12922
|
+
"possibleTypes": null
|
|
12923
|
+
},
|
|
12873
12924
|
{
|
|
12874
12925
|
"kind": "INPUT_OBJECT",
|
|
12875
12926
|
"name": "TagInput",
|
|
@@ -18643,6 +18694,18 @@
|
|
|
18643
18694
|
},
|
|
18644
18695
|
"isDeprecated": false,
|
|
18645
18696
|
"deprecationReason": null
|
|
18697
|
+
},
|
|
18698
|
+
{
|
|
18699
|
+
"name": "subService",
|
|
18700
|
+
"description": null,
|
|
18701
|
+
"args": [],
|
|
18702
|
+
"type": {
|
|
18703
|
+
"kind": "OBJECT",
|
|
18704
|
+
"name": "SubServiceConfig",
|
|
18705
|
+
"ofType": null
|
|
18706
|
+
},
|
|
18707
|
+
"isDeprecated": false,
|
|
18708
|
+
"deprecationReason": null
|
|
18646
18709
|
}
|
|
18647
18710
|
],
|
|
18648
18711
|
"inputFields": null,
|
|
@@ -32854,6 +32917,53 @@
|
|
|
32854
32917
|
"enumValues": null,
|
|
32855
32918
|
"possibleTypes": null
|
|
32856
32919
|
},
|
|
32920
|
+
{
|
|
32921
|
+
"kind": "OBJECT",
|
|
32922
|
+
"name": "SubServiceConfig",
|
|
32923
|
+
"description": null,
|
|
32924
|
+
"fields": [
|
|
32925
|
+
{
|
|
32926
|
+
"name": "enabled",
|
|
32927
|
+
"description": null,
|
|
32928
|
+
"args": [],
|
|
32929
|
+
"type": {
|
|
32930
|
+
"kind": "SCALAR",
|
|
32931
|
+
"name": "Boolean",
|
|
32932
|
+
"ofType": null
|
|
32933
|
+
},
|
|
32934
|
+
"isDeprecated": false,
|
|
32935
|
+
"deprecationReason": null
|
|
32936
|
+
},
|
|
32937
|
+
{
|
|
32938
|
+
"name": "domain",
|
|
32939
|
+
"description": null,
|
|
32940
|
+
"args": [],
|
|
32941
|
+
"type": {
|
|
32942
|
+
"kind": "SCALAR",
|
|
32943
|
+
"name": "String",
|
|
32944
|
+
"ofType": null
|
|
32945
|
+
},
|
|
32946
|
+
"isDeprecated": false,
|
|
32947
|
+
"deprecationReason": null
|
|
32948
|
+
},
|
|
32949
|
+
{
|
|
32950
|
+
"name": "staticRoot",
|
|
32951
|
+
"description": null,
|
|
32952
|
+
"args": [],
|
|
32953
|
+
"type": {
|
|
32954
|
+
"kind": "SCALAR",
|
|
32955
|
+
"name": "String",
|
|
32956
|
+
"ofType": null
|
|
32957
|
+
},
|
|
32958
|
+
"isDeprecated": false,
|
|
32959
|
+
"deprecationReason": null
|
|
32960
|
+
}
|
|
32961
|
+
],
|
|
32962
|
+
"inputFields": null,
|
|
32963
|
+
"interfaces": [],
|
|
32964
|
+
"enumValues": null,
|
|
32965
|
+
"possibleTypes": null
|
|
32966
|
+
},
|
|
32857
32967
|
{
|
|
32858
32968
|
"kind": "OBJECT",
|
|
32859
32969
|
"name": "TUTM",
|
package/dist/types.js
CHANGED
|
@@ -1131,6 +1131,7 @@
|
|
|
1131
1131
|
* @property {...ABTNodeClient.BlockletGatewayInput} gateway
|
|
1132
1132
|
* @property {...ABTNodeClient.AigneConfigInput} aigne
|
|
1133
1133
|
* @property {...ABTNodeClient.OrgSettingsInput} org
|
|
1134
|
+
* @property {...ABTNodeClient.SubServiceConfigInput} subService
|
|
1134
1135
|
*/
|
|
1135
1136
|
|
|
1136
1137
|
/**
|
|
@@ -2991,6 +2992,16 @@
|
|
|
2991
2992
|
* @property {string} did
|
|
2992
2993
|
*/
|
|
2993
2994
|
|
|
2995
|
+
/**
|
|
2996
|
+
* Structure of ABTNodeClient.SubServiceConfigInput
|
|
2997
|
+
*
|
|
2998
|
+
* @memberof ABTNodeClient
|
|
2999
|
+
* @typedef {object} ABTNodeClient.SubServiceConfigInput
|
|
3000
|
+
* @property {boolean} enabled
|
|
3001
|
+
* @property {string} domain
|
|
3002
|
+
* @property {string} staticRoot
|
|
3003
|
+
*/
|
|
3004
|
+
|
|
2994
3005
|
/**
|
|
2995
3006
|
* Structure of ABTNodeClient.TagInput
|
|
2996
3007
|
*
|
|
@@ -3894,6 +3905,7 @@
|
|
|
3894
3905
|
* @property {any} didConnect
|
|
3895
3906
|
* @property {any} oauth
|
|
3896
3907
|
* @property {any} actionConfig
|
|
3908
|
+
* @property {...ABTNodeClient.SubServiceConfig} subService
|
|
3897
3909
|
*/
|
|
3898
3910
|
|
|
3899
3911
|
/**
|
|
@@ -6998,6 +7010,16 @@
|
|
|
6998
7010
|
* @property {number} failed
|
|
6999
7011
|
*/
|
|
7000
7012
|
|
|
7013
|
+
/**
|
|
7014
|
+
* Structure of ABTNodeClient.SubServiceConfig
|
|
7015
|
+
*
|
|
7016
|
+
* @memberof ABTNodeClient
|
|
7017
|
+
* @typedef {object} ABTNodeClient.SubServiceConfig
|
|
7018
|
+
* @property {boolean} enabled
|
|
7019
|
+
* @property {string} domain
|
|
7020
|
+
* @property {string} staticRoot
|
|
7021
|
+
*/
|
|
7022
|
+
|
|
7001
7023
|
/**
|
|
7002
7024
|
* Structure of ABTNodeClient.TUTM
|
|
7003
7025
|
*
|