@blocklet/server-js 1.17.7-beta-20251227-001958-ea2ba3f5 → 1.17.7-beta-20251229-085620-84f09930
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 +28 -89
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +331 -614
- package/dist/types.js +36 -201
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +34 -246
- package/lib/node.d.ts +28 -89
- package/lib/schema/graphql.json +331 -614
- package/lib/types.js +36 -201
- package/lib/types.js.map +1 -1
- package/package.json +2 -2
package/docs/QUERIES.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# ABT Node GraphQL API List
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
> Updated on 2025-12-
|
|
4
|
+
> Updated on 2025-12-28T00:43:23.886Z
|
|
5
5
|
|
|
6
6
|
## Table of Contents
|
|
7
7
|
|
|
@@ -1145,6 +1145,7 @@
|
|
|
1145
1145
|
enableSessionHardening
|
|
1146
1146
|
initialized
|
|
1147
1147
|
notification
|
|
1148
|
+
oauth
|
|
1148
1149
|
publicToStore
|
|
1149
1150
|
theme
|
|
1150
1151
|
whoCanAccess
|
|
@@ -2743,6 +2744,7 @@
|
|
|
2743
2744
|
enableSessionHardening
|
|
2744
2745
|
initialized
|
|
2745
2746
|
notification
|
|
2747
|
+
oauth
|
|
2746
2748
|
publicToStore
|
|
2747
2749
|
theme
|
|
2748
2750
|
whoCanAccess
|
|
@@ -3018,6 +3020,12 @@
|
|
|
3018
3020
|
sig
|
|
3019
3021
|
}
|
|
3020
3022
|
}
|
|
3023
|
+
paging {
|
|
3024
|
+
page
|
|
3025
|
+
pageCount
|
|
3026
|
+
pageSize
|
|
3027
|
+
total
|
|
3028
|
+
}
|
|
3021
3029
|
}
|
|
3022
3030
|
}
|
|
3023
3031
|
```
|
|
@@ -5581,79 +5589,6 @@ No arguments
|
|
|
5581
5589
|
}
|
|
5582
5590
|
```
|
|
5583
5591
|
|
|
5584
|
-
### getRoutingSnapshots
|
|
5585
|
-
|
|
5586
|
-
#### Arguments
|
|
5587
|
-
|
|
5588
|
-
* **input**, optional, null
|
|
5589
|
-
|
|
5590
|
-
#### Result Format
|
|
5591
|
-
|
|
5592
|
-
```graphql
|
|
5593
|
-
{
|
|
5594
|
-
getRoutingSnapshots {
|
|
5595
|
-
code
|
|
5596
|
-
snapshots {
|
|
5597
|
-
author
|
|
5598
|
-
createdAt
|
|
5599
|
-
hash
|
|
5600
|
-
message
|
|
5601
|
-
tree
|
|
5602
|
-
}
|
|
5603
|
-
}
|
|
5604
|
-
}
|
|
5605
|
-
```
|
|
5606
|
-
|
|
5607
|
-
### getSnapshotSites
|
|
5608
|
-
|
|
5609
|
-
#### Arguments
|
|
5610
|
-
|
|
5611
|
-
* **input**, optional, null
|
|
5612
|
-
|
|
5613
|
-
#### Result Format
|
|
5614
|
-
|
|
5615
|
-
```graphql
|
|
5616
|
-
{
|
|
5617
|
-
getSnapshotSites {
|
|
5618
|
-
code
|
|
5619
|
-
sites {
|
|
5620
|
-
corsAllowedOrigins
|
|
5621
|
-
domain
|
|
5622
|
-
domainAliases
|
|
5623
|
-
id
|
|
5624
|
-
isProtected
|
|
5625
|
-
rules {
|
|
5626
|
-
id
|
|
5627
|
-
isProtected
|
|
5628
|
-
from {
|
|
5629
|
-
pathPrefix
|
|
5630
|
-
header {
|
|
5631
|
-
key
|
|
5632
|
-
type
|
|
5633
|
-
value
|
|
5634
|
-
}
|
|
5635
|
-
}
|
|
5636
|
-
to {
|
|
5637
|
-
componentId
|
|
5638
|
-
did
|
|
5639
|
-
interfaceName
|
|
5640
|
-
pageGroup
|
|
5641
|
-
port
|
|
5642
|
-
redirectCode
|
|
5643
|
-
type
|
|
5644
|
-
url
|
|
5645
|
-
response {
|
|
5646
|
-
body
|
|
5647
|
-
contentType
|
|
5648
|
-
status
|
|
5649
|
-
}
|
|
5650
|
-
}
|
|
5651
|
-
}
|
|
5652
|
-
}
|
|
5653
|
-
}
|
|
5654
|
-
}
|
|
5655
|
-
```
|
|
5656
|
-
|
|
5657
5592
|
### getRoutingProviders
|
|
5658
5593
|
|
|
5659
5594
|
#### Arguments
|
|
@@ -11841,6 +11776,7 @@ mutation {
|
|
|
11841
11776
|
enableSessionHardening
|
|
11842
11777
|
initialized
|
|
11843
11778
|
notification
|
|
11779
|
+
oauth
|
|
11844
11780
|
publicToStore
|
|
11845
11781
|
theme
|
|
11846
11782
|
whoCanAccess
|
|
@@ -13258,6 +13194,7 @@ mutation {
|
|
|
13258
13194
|
enableSessionHardening
|
|
13259
13195
|
initialized
|
|
13260
13196
|
notification
|
|
13197
|
+
oauth
|
|
13261
13198
|
publicToStore
|
|
13262
13199
|
theme
|
|
13263
13200
|
whoCanAccess
|
|
@@ -14675,6 +14612,7 @@ mutation {
|
|
|
14675
14612
|
enableSessionHardening
|
|
14676
14613
|
initialized
|
|
14677
14614
|
notification
|
|
14615
|
+
oauth
|
|
14678
14616
|
publicToStore
|
|
14679
14617
|
theme
|
|
14680
14618
|
whoCanAccess
|
|
@@ -16092,6 +16030,7 @@ mutation {
|
|
|
16092
16030
|
enableSessionHardening
|
|
16093
16031
|
initialized
|
|
16094
16032
|
notification
|
|
16033
|
+
oauth
|
|
16095
16034
|
publicToStore
|
|
16096
16035
|
theme
|
|
16097
16036
|
whoCanAccess
|
|
@@ -17509,6 +17448,7 @@ mutation {
|
|
|
17509
17448
|
enableSessionHardening
|
|
17510
17449
|
initialized
|
|
17511
17450
|
notification
|
|
17451
|
+
oauth
|
|
17512
17452
|
publicToStore
|
|
17513
17453
|
theme
|
|
17514
17454
|
whoCanAccess
|
|
@@ -18926,6 +18866,7 @@ mutation {
|
|
|
18926
18866
|
enableSessionHardening
|
|
18927
18867
|
initialized
|
|
18928
18868
|
notification
|
|
18869
|
+
oauth
|
|
18929
18870
|
publicToStore
|
|
18930
18871
|
theme
|
|
18931
18872
|
whoCanAccess
|
|
@@ -20343,6 +20284,7 @@ mutation {
|
|
|
20343
20284
|
enableSessionHardening
|
|
20344
20285
|
initialized
|
|
20345
20286
|
notification
|
|
20287
|
+
oauth
|
|
20346
20288
|
publicToStore
|
|
20347
20289
|
theme
|
|
20348
20290
|
whoCanAccess
|
|
@@ -21760,6 +21702,7 @@ mutation {
|
|
|
21760
21702
|
enableSessionHardening
|
|
21761
21703
|
initialized
|
|
21762
21704
|
notification
|
|
21705
|
+
oauth
|
|
21763
21706
|
publicToStore
|
|
21764
21707
|
theme
|
|
21765
21708
|
whoCanAccess
|
|
@@ -23177,6 +23120,7 @@ mutation {
|
|
|
23177
23120
|
enableSessionHardening
|
|
23178
23121
|
initialized
|
|
23179
23122
|
notification
|
|
23123
|
+
oauth
|
|
23180
23124
|
publicToStore
|
|
23181
23125
|
theme
|
|
23182
23126
|
whoCanAccess
|
|
@@ -24755,6 +24699,7 @@ mutation {
|
|
|
24755
24699
|
enableSessionHardening
|
|
24756
24700
|
initialized
|
|
24757
24701
|
notification
|
|
24702
|
+
oauth
|
|
24758
24703
|
publicToStore
|
|
24759
24704
|
theme
|
|
24760
24705
|
whoCanAccess
|
|
@@ -26172,6 +26117,7 @@ mutation {
|
|
|
26172
26117
|
enableSessionHardening
|
|
26173
26118
|
initialized
|
|
26174
26119
|
notification
|
|
26120
|
+
oauth
|
|
26175
26121
|
publicToStore
|
|
26176
26122
|
theme
|
|
26177
26123
|
whoCanAccess
|
|
@@ -27589,6 +27535,7 @@ mutation {
|
|
|
27589
27535
|
enableSessionHardening
|
|
27590
27536
|
initialized
|
|
27591
27537
|
notification
|
|
27538
|
+
oauth
|
|
27592
27539
|
publicToStore
|
|
27593
27540
|
theme
|
|
27594
27541
|
whoCanAccess
|
|
@@ -29006,6 +28953,7 @@ mutation {
|
|
|
29006
28953
|
enableSessionHardening
|
|
29007
28954
|
initialized
|
|
29008
28955
|
notification
|
|
28956
|
+
oauth
|
|
29009
28957
|
publicToStore
|
|
29010
28958
|
theme
|
|
29011
28959
|
whoCanAccess
|
|
@@ -30423,6 +30371,7 @@ mutation {
|
|
|
30423
30371
|
enableSessionHardening
|
|
30424
30372
|
initialized
|
|
30425
30373
|
notification
|
|
30374
|
+
oauth
|
|
30426
30375
|
publicToStore
|
|
30427
30376
|
theme
|
|
30428
30377
|
whoCanAccess
|
|
@@ -31840,6 +31789,7 @@ mutation {
|
|
|
31840
31789
|
enableSessionHardening
|
|
31841
31790
|
initialized
|
|
31842
31791
|
notification
|
|
31792
|
+
oauth
|
|
31843
31793
|
publicToStore
|
|
31844
31794
|
theme
|
|
31845
31795
|
whoCanAccess
|
|
@@ -33257,6 +33207,7 @@ mutation {
|
|
|
33257
33207
|
enableSessionHardening
|
|
33258
33208
|
initialized
|
|
33259
33209
|
notification
|
|
33210
|
+
oauth
|
|
33260
33211
|
publicToStore
|
|
33261
33212
|
theme
|
|
33262
33213
|
whoCanAccess
|
|
@@ -34723,6 +34674,7 @@ mutation {
|
|
|
34723
34674
|
enableSessionHardening
|
|
34724
34675
|
initialized
|
|
34725
34676
|
notification
|
|
34677
|
+
oauth
|
|
34726
34678
|
publicToStore
|
|
34727
34679
|
theme
|
|
34728
34680
|
whoCanAccess
|
|
@@ -36140,6 +36092,7 @@ mutation {
|
|
|
36140
36092
|
enableSessionHardening
|
|
36141
36093
|
initialized
|
|
36142
36094
|
notification
|
|
36095
|
+
oauth
|
|
36143
36096
|
publicToStore
|
|
36144
36097
|
theme
|
|
36145
36098
|
whoCanAccess
|
|
@@ -37557,6 +37510,7 @@ mutation {
|
|
|
37557
37510
|
enableSessionHardening
|
|
37558
37511
|
initialized
|
|
37559
37512
|
notification
|
|
37513
|
+
oauth
|
|
37560
37514
|
publicToStore
|
|
37561
37515
|
theme
|
|
37562
37516
|
whoCanAccess
|
|
@@ -38974,6 +38928,7 @@ mutation {
|
|
|
38974
38928
|
enableSessionHardening
|
|
38975
38929
|
initialized
|
|
38976
38930
|
notification
|
|
38931
|
+
oauth
|
|
38977
38932
|
publicToStore
|
|
38978
38933
|
theme
|
|
38979
38934
|
whoCanAccess
|
|
@@ -40391,6 +40346,7 @@ mutation {
|
|
|
40391
40346
|
enableSessionHardening
|
|
40392
40347
|
initialized
|
|
40393
40348
|
notification
|
|
40349
|
+
oauth
|
|
40394
40350
|
publicToStore
|
|
40395
40351
|
theme
|
|
40396
40352
|
whoCanAccess
|
|
@@ -41808,6 +41764,7 @@ mutation {
|
|
|
41808
41764
|
enableSessionHardening
|
|
41809
41765
|
initialized
|
|
41810
41766
|
notification
|
|
41767
|
+
oauth
|
|
41811
41768
|
publicToStore
|
|
41812
41769
|
theme
|
|
41813
41770
|
whoCanAccess
|
|
@@ -43225,6 +43182,7 @@ mutation {
|
|
|
43225
43182
|
enableSessionHardening
|
|
43226
43183
|
initialized
|
|
43227
43184
|
notification
|
|
43185
|
+
oauth
|
|
43228
43186
|
publicToStore
|
|
43229
43187
|
theme
|
|
43230
43188
|
whoCanAccess
|
|
@@ -44642,6 +44600,7 @@ mutation {
|
|
|
44642
44600
|
enableSessionHardening
|
|
44643
44601
|
initialized
|
|
44644
44602
|
notification
|
|
44603
|
+
oauth
|
|
44645
44604
|
publicToStore
|
|
44646
44605
|
theme
|
|
44647
44606
|
whoCanAccess
|
|
@@ -46059,6 +46018,7 @@ mutation {
|
|
|
46059
46018
|
enableSessionHardening
|
|
46060
46019
|
initialized
|
|
46061
46020
|
notification
|
|
46021
|
+
oauth
|
|
46062
46022
|
publicToStore
|
|
46063
46023
|
theme
|
|
46064
46024
|
whoCanAccess
|
|
@@ -46687,161 +46647,6 @@ mutation {
|
|
|
46687
46647
|
}
|
|
46688
46648
|
```
|
|
46689
46649
|
|
|
46690
|
-
### updateNodeRouting
|
|
46691
|
-
|
|
46692
|
-
#### Arguments
|
|
46693
|
-
|
|
46694
|
-
* **input**, optional, null
|
|
46695
|
-
|
|
46696
|
-
#### Result Format
|
|
46697
|
-
|
|
46698
|
-
```graphql
|
|
46699
|
-
mutation {
|
|
46700
|
-
updateNodeRouting {
|
|
46701
|
-
code
|
|
46702
|
-
info {
|
|
46703
|
-
autoUpgrade
|
|
46704
|
-
createdAt
|
|
46705
|
-
description
|
|
46706
|
-
did
|
|
46707
|
-
didDomain
|
|
46708
|
-
didRegistry
|
|
46709
|
-
diskAlertThreshold
|
|
46710
|
-
enableBetaRelease
|
|
46711
|
-
enableDocker
|
|
46712
|
-
enableDockerNetwork
|
|
46713
|
-
enableFileSystemIsolation
|
|
46714
|
-
enablePassportIssuance
|
|
46715
|
-
enableSessionHardening
|
|
46716
|
-
enableWelcomePage
|
|
46717
|
-
initialized
|
|
46718
|
-
initializedAt
|
|
46719
|
-
isDockerInstalled
|
|
46720
|
-
mode
|
|
46721
|
-
name
|
|
46722
|
-
nextVersion
|
|
46723
|
-
nftDomainUrl
|
|
46724
|
-
pk
|
|
46725
|
-
port
|
|
46726
|
-
registerUrl
|
|
46727
|
-
sessionSalt
|
|
46728
|
-
startedAt
|
|
46729
|
-
status
|
|
46730
|
-
upgradeSessionId
|
|
46731
|
-
uptime
|
|
46732
|
-
version
|
|
46733
|
-
webWalletUrl
|
|
46734
|
-
blockletRegistryList {
|
|
46735
|
-
cdnUrl
|
|
46736
|
-
description
|
|
46737
|
-
id
|
|
46738
|
-
logoUrl
|
|
46739
|
-
maintainer
|
|
46740
|
-
name
|
|
46741
|
-
protected
|
|
46742
|
-
scope
|
|
46743
|
-
url
|
|
46744
|
-
}
|
|
46745
|
-
environments {
|
|
46746
|
-
custom
|
|
46747
|
-
description
|
|
46748
|
-
key
|
|
46749
|
-
required
|
|
46750
|
-
secure
|
|
46751
|
-
shared
|
|
46752
|
-
validation
|
|
46753
|
-
value
|
|
46754
|
-
}
|
|
46755
|
-
launcher {
|
|
46756
|
-
chainHost
|
|
46757
|
-
did
|
|
46758
|
-
provider
|
|
46759
|
-
tag
|
|
46760
|
-
type
|
|
46761
|
-
url
|
|
46762
|
-
}
|
|
46763
|
-
nodeOwner {
|
|
46764
|
-
did
|
|
46765
|
-
pk
|
|
46766
|
-
}
|
|
46767
|
-
ownerNft {
|
|
46768
|
-
did
|
|
46769
|
-
holder
|
|
46770
|
-
issuer
|
|
46771
|
-
launcherSessionId
|
|
46772
|
-
}
|
|
46773
|
-
routing {
|
|
46774
|
-
adminPath
|
|
46775
|
-
cacheEnabled
|
|
46776
|
-
provider
|
|
46777
|
-
snapshotHash
|
|
46778
|
-
blockPolicy {
|
|
46779
|
-
blacklist
|
|
46780
|
-
enabled
|
|
46781
|
-
autoBlocking {
|
|
46782
|
-
blockDuration
|
|
46783
|
-
enabled
|
|
46784
|
-
statusCodes
|
|
46785
|
-
windowQuota
|
|
46786
|
-
windowSize
|
|
46787
|
-
}
|
|
46788
|
-
}
|
|
46789
|
-
proxyPolicy {
|
|
46790
|
-
enabled
|
|
46791
|
-
realIpHeader
|
|
46792
|
-
trustedProxies
|
|
46793
|
-
trustRecursive
|
|
46794
|
-
}
|
|
46795
|
-
requestLimit {
|
|
46796
|
-
burstDelay
|
|
46797
|
-
burstFactor
|
|
46798
|
-
enabled
|
|
46799
|
-
global
|
|
46800
|
-
methods
|
|
46801
|
-
rate
|
|
46802
|
-
}
|
|
46803
|
-
wafPolicy {
|
|
46804
|
-
enabled
|
|
46805
|
-
inboundAnomalyScoreThreshold
|
|
46806
|
-
logLevel
|
|
46807
|
-
mode
|
|
46808
|
-
outboundAnomalyScoreThreshold
|
|
46809
|
-
}
|
|
46810
|
-
}
|
|
46811
|
-
runtimeConfig {
|
|
46812
|
-
blockletMaxMemoryLimit
|
|
46813
|
-
daemonMaxMemoryLimit
|
|
46814
|
-
}
|
|
46815
|
-
trustedFactories {
|
|
46816
|
-
factoryAddress
|
|
46817
|
-
holderDid
|
|
46818
|
-
issuerDid
|
|
46819
|
-
remark
|
|
46820
|
-
passport {
|
|
46821
|
-
role
|
|
46822
|
-
ttl
|
|
46823
|
-
ttlPolicy
|
|
46824
|
-
}
|
|
46825
|
-
}
|
|
46826
|
-
trustedPassports {
|
|
46827
|
-
issuerDid
|
|
46828
|
-
remark
|
|
46829
|
-
mappings {
|
|
46830
|
-
from {
|
|
46831
|
-
passport
|
|
46832
|
-
}
|
|
46833
|
-
to {
|
|
46834
|
-
role
|
|
46835
|
-
ttl
|
|
46836
|
-
ttlPolicy
|
|
46837
|
-
}
|
|
46838
|
-
}
|
|
46839
|
-
}
|
|
46840
|
-
}
|
|
46841
|
-
}
|
|
46842
|
-
}
|
|
46843
|
-
```
|
|
46844
|
-
|
|
46845
46650
|
### upgradeNodeVersion
|
|
46846
46651
|
|
|
46847
46652
|
#### Arguments
|
|
@@ -49732,23 +49537,6 @@ mutation {
|
|
|
49732
49537
|
}
|
|
49733
49538
|
```
|
|
49734
49539
|
|
|
49735
|
-
### takeRoutingSnapshot
|
|
49736
|
-
|
|
49737
|
-
#### Arguments
|
|
49738
|
-
|
|
49739
|
-
* **input**, optional, null
|
|
49740
|
-
|
|
49741
|
-
#### Result Format
|
|
49742
|
-
|
|
49743
|
-
```graphql
|
|
49744
|
-
mutation {
|
|
49745
|
-
takeRoutingSnapshot {
|
|
49746
|
-
code
|
|
49747
|
-
hash
|
|
49748
|
-
}
|
|
49749
|
-
}
|
|
49750
|
-
```
|
|
49751
|
-
|
|
49752
49540
|
### updateCertificate
|
|
49753
49541
|
|
|
49754
49542
|
#### Arguments
|