@blocklet/server-js 1.17.7-beta-20251225-073259-cb6ecf68 → 1.17.7-beta-20251227-001958-ea2ba3f5

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,7 @@
1
1
  # ABT Node GraphQL API List
2
2
 
3
- > Updated on 2025-12-13T02:59:57.798Z
3
+
4
+ > Updated on 2025-12-25T03:51:35.111Z
4
5
 
5
6
  ## Table of Contents
6
7
 
@@ -1138,11 +1139,12 @@
1138
1139
  uptime
1139
1140
  }
1140
1141
  settings {
1142
+ authentication
1143
+ didConnect
1141
1144
  enablePassportIssuance
1142
1145
  enableSessionHardening
1143
1146
  initialized
1144
1147
  notification
1145
- oauth
1146
1148
  publicToStore
1147
1149
  theme
1148
1150
  whoCanAccess
@@ -2735,11 +2737,12 @@
2735
2737
  uptime
2736
2738
  }
2737
2739
  settings {
2740
+ authentication
2741
+ didConnect
2738
2742
  enablePassportIssuance
2739
2743
  enableSessionHardening
2740
2744
  initialized
2741
2745
  notification
2742
- oauth
2743
2746
  publicToStore
2744
2747
  theme
2745
2748
  whoCanAccess
@@ -10697,6 +10700,7 @@ No arguments
10697
10700
 
10698
10701
  No Subscriptions supported yet.
10699
10702
 
10703
+
10700
10704
  ## Mutations
10701
10705
 
10702
10706
  ### installBlocklet
@@ -11831,11 +11835,12 @@ mutation {
11831
11835
  uptime
11832
11836
  }
11833
11837
  settings {
11838
+ authentication
11839
+ didConnect
11834
11840
  enablePassportIssuance
11835
11841
  enableSessionHardening
11836
11842
  initialized
11837
11843
  notification
11838
- oauth
11839
11844
  publicToStore
11840
11845
  theme
11841
11846
  whoCanAccess
@@ -13247,11 +13252,12 @@ mutation {
13247
13252
  uptime
13248
13253
  }
13249
13254
  settings {
13255
+ authentication
13256
+ didConnect
13250
13257
  enablePassportIssuance
13251
13258
  enableSessionHardening
13252
13259
  initialized
13253
13260
  notification
13254
- oauth
13255
13261
  publicToStore
13256
13262
  theme
13257
13263
  whoCanAccess
@@ -14663,11 +14669,12 @@ mutation {
14663
14669
  uptime
14664
14670
  }
14665
14671
  settings {
14672
+ authentication
14673
+ didConnect
14666
14674
  enablePassportIssuance
14667
14675
  enableSessionHardening
14668
14676
  initialized
14669
14677
  notification
14670
- oauth
14671
14678
  publicToStore
14672
14679
  theme
14673
14680
  whoCanAccess
@@ -16079,11 +16086,12 @@ mutation {
16079
16086
  uptime
16080
16087
  }
16081
16088
  settings {
16089
+ authentication
16090
+ didConnect
16082
16091
  enablePassportIssuance
16083
16092
  enableSessionHardening
16084
16093
  initialized
16085
16094
  notification
16086
- oauth
16087
16095
  publicToStore
16088
16096
  theme
16089
16097
  whoCanAccess
@@ -17495,11 +17503,12 @@ mutation {
17495
17503
  uptime
17496
17504
  }
17497
17505
  settings {
17506
+ authentication
17507
+ didConnect
17498
17508
  enablePassportIssuance
17499
17509
  enableSessionHardening
17500
17510
  initialized
17501
17511
  notification
17502
- oauth
17503
17512
  publicToStore
17504
17513
  theme
17505
17514
  whoCanAccess
@@ -18911,11 +18920,12 @@ mutation {
18911
18920
  uptime
18912
18921
  }
18913
18922
  settings {
18923
+ authentication
18924
+ didConnect
18914
18925
  enablePassportIssuance
18915
18926
  enableSessionHardening
18916
18927
  initialized
18917
18928
  notification
18918
- oauth
18919
18929
  publicToStore
18920
18930
  theme
18921
18931
  whoCanAccess
@@ -20327,11 +20337,12 @@ mutation {
20327
20337
  uptime
20328
20338
  }
20329
20339
  settings {
20340
+ authentication
20341
+ didConnect
20330
20342
  enablePassportIssuance
20331
20343
  enableSessionHardening
20332
20344
  initialized
20333
20345
  notification
20334
- oauth
20335
20346
  publicToStore
20336
20347
  theme
20337
20348
  whoCanAccess
@@ -21743,11 +21754,12 @@ mutation {
21743
21754
  uptime
21744
21755
  }
21745
21756
  settings {
21757
+ authentication
21758
+ didConnect
21746
21759
  enablePassportIssuance
21747
21760
  enableSessionHardening
21748
21761
  initialized
21749
21762
  notification
21750
- oauth
21751
21763
  publicToStore
21752
21764
  theme
21753
21765
  whoCanAccess
@@ -23149,462 +23161,1880 @@ mutation {
23149
23161
  }
23150
23162
  }
23151
23163
  }
23152
- runtimeInfo {
23153
- cpus
23154
- cpuUsage
23155
- memoryUsage
23156
- pid
23157
- port
23158
- runningDocker
23159
- uptime
23160
- }
23161
- settings {
23162
- enablePassportIssuance
23163
- enableSessionHardening
23164
- initialized
23165
- notification
23166
- oauth
23167
- publicToStore
23168
- theme
23169
- whoCanAccess
23170
- aigne {
23171
- accessKeyId
23172
- key
23173
- model
23174
- provider
23175
- secretAccessKey
23176
- url
23177
- validationResult
23178
- }
23179
- autoBackup {
23180
- enabled
23181
- }
23182
- autoCheckUpdate {
23183
- enabled
23184
- }
23185
- children {
23186
- deletedAt
23187
- deployedFrom
23188
- mountPoint
23189
- status
23190
- meta {
23191
- bundleDid
23192
- bundleName
23193
- description
23194
- did
23195
- name
23196
- title
23197
- version
23198
- }
23199
- }
23200
- endpointList {
23201
- appDescription
23202
- appName
23203
- endpoint
23204
- id
23205
- protected
23206
- scope
23207
- url
23208
- }
23209
- federated {
23210
- config {
23211
- appId
23212
- appPid
23213
- autoLogin
23214
- delegation
23215
- isMaster
23216
- }
23217
- sites {
23218
- aliasDid
23219
- aliasDomain
23220
- appDescription
23221
- appId
23222
- appliedAt
23223
- appLogo
23224
- appLogoRect
23225
- appName
23226
- appPid
23227
- appUrl
23228
- did
23229
- isMaster
23230
- pk
23231
- serverId
23232
- serverVersion
23233
- status
23234
- version
23235
- }
23236
- }
23237
- gateway {
23238
- cacheEnabled
23239
- blockPolicy {
23240
- blacklist
23241
- enabled
23242
- autoBlocking {
23243
- blockDuration
23244
- enabled
23245
- statusCodes
23246
- windowQuota
23247
- windowSize
23248
- }
23249
- }
23250
- proxyPolicy {
23251
- enabled
23252
- realIpHeader
23253
- trustedProxies
23254
- trustRecursive
23255
- }
23256
- requestLimit {
23257
- burstDelay
23258
- burstFactor
23259
- enabled
23260
- global
23261
- methods
23262
- rate
23263
- }
23264
- wafPolicy {
23265
- enabled
23266
- inboundAnomalyScoreThreshold
23267
- logLevel
23268
- mode
23269
- outboundAnomalyScoreThreshold
23270
- }
23271
- }
23272
- invite {
23273
- enabled
23274
- }
23275
- navigations {
23276
- activeColor
23277
- activeIcon
23278
- color
23279
- component
23280
- description
23281
- from
23282
- icon
23283
- id
23284
- link
23285
- parent
23286
- private
23287
- role
23288
- section
23289
- title
23290
- visible
23291
- }
23292
- org {
23293
- enabled
23294
- maxMemberPerOrg
23295
- maxOrgPerUser
23296
- }
23297
- owner {
23298
- did
23299
- pk
23300
- }
23301
- session {
23302
- cacheTtl
23303
- enableBlacklist
23304
- salt
23305
- ttl
23306
- email {
23307
- domainBlackList
23308
- domainWhiteList
23309
- enabled
23310
- enableDomainBlackList
23311
- enableDomainWhiteList
23312
- requireUnique
23313
- requireVerified
23314
- trustOauthProviders
23315
- trustedIssuers {
23316
- id
23317
- name
23318
- pk
23319
- }
23320
- }
23321
- phone {
23322
- enabled
23323
- enableRegionBlackList
23324
- enableRegionWhiteList
23325
- regionBlackList
23326
- regionWhiteList
23327
- requireUnique
23328
- requireVerified
23329
- trustedIssuers {
23330
- id
23331
- name
23332
- pk
23333
- }
23334
- }
23335
- }
23336
- storeList {
23337
- cdnUrl
23338
- description
23339
- id
23340
- logoUrl
23341
- maintainer
23342
- name
23343
- protected
23344
- scope
23345
- url
23346
- }
23347
- trustedFactories {
23348
- factoryAddress
23349
- holderDid
23350
- issuerDid
23351
- remark
23352
- passport {
23353
- role
23354
- ttl
23355
- ttlPolicy
23356
- }
23357
- }
23358
- trustedPassports {
23359
- issuerDid
23360
- remark
23361
- mappings {
23362
- from {
23363
- passport
23364
- }
23365
- to {
23366
- role
23367
- ttl
23368
- ttlPolicy
23369
- }
23370
- }
23371
- }
23372
- }
23373
- site {
23374
- corsAllowedOrigins
23375
- domain
23376
- domainAliases
23377
- id
23378
- isProtected
23379
- rules {
23380
- id
23381
- isProtected
23382
- from {
23383
- pathPrefix
23384
- header {
23385
- key
23386
- type
23387
- value
23388
- }
23389
- }
23390
- to {
23391
- componentId
23392
- did
23393
- interfaceName
23394
- pageGroup
23395
- port
23396
- redirectCode
23397
- type
23398
- url
23399
- response {
23400
- body
23401
- contentType
23402
- status
23403
- }
23404
- }
23405
- }
23406
- }
23407
- trustedFactories {
23408
- factoryAddress
23409
- holderDid
23410
- issuerDid
23411
- remark
23412
- passport {
23413
- role
23414
- ttl
23415
- ttlPolicy
23416
- }
23417
- }
23418
- trustedPassports {
23419
- issuerDid
23420
- remark
23421
- mappings {
23422
- from {
23423
- passport
23424
- }
23425
- to {
23426
- role
23427
- ttl
23428
- ttlPolicy
23429
- }
23430
- }
23431
- }
23432
- vaults {
23433
- approverDid
23434
- approverPk
23435
- approverSig
23436
- at
23437
- did
23438
- pk
23439
- sig
23440
- }
23441
- }
23442
- }
23443
- }
23444
- ```
23445
-
23446
- ### checkComponentsForUpdates
23447
-
23448
- #### Arguments
23449
-
23450
- * **input**, optional, null
23451
-
23452
- #### Result Format
23453
-
23454
- ```graphql
23455
- mutation {
23456
- checkComponentsForUpdates {
23457
- code
23458
- preUpdateInfo {
23459
- updateId
23460
- updateList {
23461
- id
23462
- meta {
23463
- bundleDid
23464
- bundleName
23465
- community
23466
- description
23467
- did
23468
- documentation
23469
- engine
23470
- group
23471
- homepage
23472
- keywords
23473
- lastPublishedAt
23474
- logo
23475
- main
23476
- name
23477
- navigation
23478
- nftFactory
23479
- path
23480
- resources
23481
- screenshots
23482
- support
23483
- title
23484
- version
23485
- author {
23486
- email
23487
- name
23488
- url
23489
- }
23490
- capabilities {
23491
- clusterMode
23492
- component
23493
- didSpace
23494
- navigation
23495
- resourceExportApi
23496
- }
23497
- components {
23498
- mountPoint
23499
- name
23500
- required
23501
- }
23502
- contributors {
23503
- email
23504
- name
23505
- url
23506
- }
23507
- dist {
23508
- integrity
23509
- tarball
23510
- }
23511
- docker {
23512
- image
23513
- installNodeModules
23514
- runBaseScript
23515
- shell
23516
- }
23517
- environments {
23518
- default
23519
- description
23520
- name
23521
- required
23522
- secure
23523
- shared
23524
- validation
23525
- }
23526
- events {
23527
- description
23528
- type
23529
- }
23530
- interfaces {
23531
- cacheable
23532
- name
23533
- pageGroups
23534
- path
23535
- port
23536
- prefix
23537
- protocol
23538
- type
23539
- services {
23540
- config
23541
- name
23542
- }
23543
- }
23544
- maintainers {
23545
- email
23546
- name
23547
- url
23548
- }
23549
- owner {
23550
- avatar
23551
- did
23552
- email
23553
- fullName
23554
- }
23555
- payment {
23556
- price {
23557
- address
23558
- symbol
23559
- value
23560
- }
23561
- share {
23562
- address
23563
- name
23564
- value
23565
- }
23566
- }
23567
- repository {
23568
- type
23569
- url
23570
- }
23571
- requirements {
23572
- aigne
23573
- cpu
23574
- os
23575
- server
23576
- fuels {
23577
- address
23578
- endpoint
23579
- reason
23580
- value
23581
- }
23582
- }
23583
- resource {
23584
- exportApi
23585
- bundles {
23586
- did
23587
- public
23588
- type
23589
- }
23590
- types {
23591
- description
23592
- type
23593
- }
23594
- }
23595
- stats {
23596
- downloads
23597
- purchases
23598
- star
23599
- }
23600
- }
23601
- }
23164
+ runtimeInfo {
23165
+ cpus
23166
+ cpuUsage
23167
+ memoryUsage
23168
+ pid
23169
+ port
23170
+ runningDocker
23171
+ uptime
23172
+ }
23173
+ settings {
23174
+ authentication
23175
+ didConnect
23176
+ enablePassportIssuance
23177
+ enableSessionHardening
23178
+ initialized
23179
+ notification
23180
+ publicToStore
23181
+ theme
23182
+ whoCanAccess
23183
+ aigne {
23184
+ accessKeyId
23185
+ key
23186
+ model
23187
+ provider
23188
+ secretAccessKey
23189
+ url
23190
+ validationResult
23191
+ }
23192
+ autoBackup {
23193
+ enabled
23194
+ }
23195
+ autoCheckUpdate {
23196
+ enabled
23197
+ }
23198
+ children {
23199
+ deletedAt
23200
+ deployedFrom
23201
+ mountPoint
23202
+ status
23203
+ meta {
23204
+ bundleDid
23205
+ bundleName
23206
+ description
23207
+ did
23208
+ name
23209
+ title
23210
+ version
23211
+ }
23212
+ }
23213
+ endpointList {
23214
+ appDescription
23215
+ appName
23216
+ endpoint
23217
+ id
23218
+ protected
23219
+ scope
23220
+ url
23221
+ }
23222
+ federated {
23223
+ config {
23224
+ appId
23225
+ appPid
23226
+ autoLogin
23227
+ delegation
23228
+ isMaster
23229
+ }
23230
+ sites {
23231
+ aliasDid
23232
+ aliasDomain
23233
+ appDescription
23234
+ appId
23235
+ appliedAt
23236
+ appLogo
23237
+ appLogoRect
23238
+ appName
23239
+ appPid
23240
+ appUrl
23241
+ did
23242
+ isMaster
23243
+ pk
23244
+ serverId
23245
+ serverVersion
23246
+ status
23247
+ version
23248
+ }
23249
+ }
23250
+ gateway {
23251
+ cacheEnabled
23252
+ blockPolicy {
23253
+ blacklist
23254
+ enabled
23255
+ autoBlocking {
23256
+ blockDuration
23257
+ enabled
23258
+ statusCodes
23259
+ windowQuota
23260
+ windowSize
23261
+ }
23262
+ }
23263
+ proxyPolicy {
23264
+ enabled
23265
+ realIpHeader
23266
+ trustedProxies
23267
+ trustRecursive
23268
+ }
23269
+ requestLimit {
23270
+ burstDelay
23271
+ burstFactor
23272
+ enabled
23273
+ global
23274
+ methods
23275
+ rate
23276
+ }
23277
+ wafPolicy {
23278
+ enabled
23279
+ inboundAnomalyScoreThreshold
23280
+ logLevel
23281
+ mode
23282
+ outboundAnomalyScoreThreshold
23283
+ }
23284
+ }
23285
+ invite {
23286
+ enabled
23287
+ }
23288
+ navigations {
23289
+ activeColor
23290
+ activeIcon
23291
+ color
23292
+ component
23293
+ description
23294
+ from
23295
+ icon
23296
+ id
23297
+ link
23298
+ parent
23299
+ private
23300
+ role
23301
+ section
23302
+ title
23303
+ visible
23304
+ }
23305
+ org {
23306
+ enabled
23307
+ maxMemberPerOrg
23308
+ maxOrgPerUser
23309
+ }
23310
+ owner {
23311
+ did
23312
+ pk
23313
+ }
23314
+ session {
23315
+ cacheTtl
23316
+ enableBlacklist
23317
+ salt
23318
+ ttl
23319
+ email {
23320
+ domainBlackList
23321
+ domainWhiteList
23322
+ enabled
23323
+ enableDomainBlackList
23324
+ enableDomainWhiteList
23325
+ requireUnique
23326
+ requireVerified
23327
+ trustOauthProviders
23328
+ trustedIssuers {
23329
+ id
23330
+ name
23331
+ pk
23332
+ }
23333
+ }
23334
+ phone {
23335
+ enabled
23336
+ enableRegionBlackList
23337
+ enableRegionWhiteList
23338
+ regionBlackList
23339
+ regionWhiteList
23340
+ requireUnique
23341
+ requireVerified
23342
+ trustedIssuers {
23343
+ id
23344
+ name
23345
+ pk
23346
+ }
23347
+ }
23348
+ }
23349
+ storeList {
23350
+ cdnUrl
23351
+ description
23352
+ id
23353
+ logoUrl
23354
+ maintainer
23355
+ name
23356
+ protected
23357
+ scope
23358
+ url
23359
+ }
23360
+ trustedFactories {
23361
+ factoryAddress
23362
+ holderDid
23363
+ issuerDid
23364
+ remark
23365
+ passport {
23366
+ role
23367
+ ttl
23368
+ ttlPolicy
23369
+ }
23370
+ }
23371
+ trustedPassports {
23372
+ issuerDid
23373
+ remark
23374
+ mappings {
23375
+ from {
23376
+ passport
23377
+ }
23378
+ to {
23379
+ role
23380
+ ttl
23381
+ ttlPolicy
23382
+ }
23383
+ }
23384
+ }
23385
+ }
23386
+ site {
23387
+ corsAllowedOrigins
23388
+ domain
23389
+ domainAliases
23390
+ id
23391
+ isProtected
23392
+ rules {
23393
+ id
23394
+ isProtected
23395
+ from {
23396
+ pathPrefix
23397
+ header {
23398
+ key
23399
+ type
23400
+ value
23401
+ }
23402
+ }
23403
+ to {
23404
+ componentId
23405
+ did
23406
+ interfaceName
23407
+ pageGroup
23408
+ port
23409
+ redirectCode
23410
+ type
23411
+ url
23412
+ response {
23413
+ body
23414
+ contentType
23415
+ status
23416
+ }
23417
+ }
23418
+ }
23419
+ }
23420
+ trustedFactories {
23421
+ factoryAddress
23422
+ holderDid
23423
+ issuerDid
23424
+ remark
23425
+ passport {
23426
+ role
23427
+ ttl
23428
+ ttlPolicy
23429
+ }
23430
+ }
23431
+ trustedPassports {
23432
+ issuerDid
23433
+ remark
23434
+ mappings {
23435
+ from {
23436
+ passport
23437
+ }
23438
+ to {
23439
+ role
23440
+ ttl
23441
+ ttlPolicy
23442
+ }
23443
+ }
23444
+ }
23445
+ vaults {
23446
+ approverDid
23447
+ approverPk
23448
+ approverSig
23449
+ at
23450
+ did
23451
+ pk
23452
+ sig
23453
+ }
23454
+ }
23455
+ }
23456
+ }
23457
+ ```
23458
+
23459
+ ### checkComponentsForUpdates
23460
+
23461
+ #### Arguments
23462
+
23463
+ * **input**, optional, null
23464
+
23465
+ #### Result Format
23466
+
23467
+ ```graphql
23468
+ mutation {
23469
+ checkComponentsForUpdates {
23470
+ code
23471
+ preUpdateInfo {
23472
+ updateId
23473
+ updateList {
23474
+ id
23475
+ meta {
23476
+ bundleDid
23477
+ bundleName
23478
+ community
23479
+ description
23480
+ did
23481
+ documentation
23482
+ engine
23483
+ group
23484
+ homepage
23485
+ keywords
23486
+ lastPublishedAt
23487
+ logo
23488
+ main
23489
+ name
23490
+ navigation
23491
+ nftFactory
23492
+ path
23493
+ resources
23494
+ screenshots
23495
+ support
23496
+ title
23497
+ version
23498
+ author {
23499
+ email
23500
+ name
23501
+ url
23502
+ }
23503
+ capabilities {
23504
+ clusterMode
23505
+ component
23506
+ didSpace
23507
+ navigation
23508
+ resourceExportApi
23509
+ }
23510
+ components {
23511
+ mountPoint
23512
+ name
23513
+ required
23514
+ }
23515
+ contributors {
23516
+ email
23517
+ name
23518
+ url
23519
+ }
23520
+ dist {
23521
+ integrity
23522
+ tarball
23523
+ }
23524
+ docker {
23525
+ image
23526
+ installNodeModules
23527
+ runBaseScript
23528
+ shell
23529
+ }
23530
+ environments {
23531
+ default
23532
+ description
23533
+ name
23534
+ required
23535
+ secure
23536
+ shared
23537
+ validation
23538
+ }
23539
+ events {
23540
+ description
23541
+ type
23542
+ }
23543
+ interfaces {
23544
+ cacheable
23545
+ name
23546
+ pageGroups
23547
+ path
23548
+ port
23549
+ prefix
23550
+ protocol
23551
+ type
23552
+ services {
23553
+ config
23554
+ name
23555
+ }
23556
+ }
23557
+ maintainers {
23558
+ email
23559
+ name
23560
+ url
23561
+ }
23562
+ owner {
23563
+ avatar
23564
+ did
23565
+ email
23566
+ fullName
23567
+ }
23568
+ payment {
23569
+ price {
23570
+ address
23571
+ symbol
23572
+ value
23573
+ }
23574
+ share {
23575
+ address
23576
+ name
23577
+ value
23578
+ }
23579
+ }
23580
+ repository {
23581
+ type
23582
+ url
23583
+ }
23584
+ requirements {
23585
+ aigne
23586
+ cpu
23587
+ os
23588
+ server
23589
+ fuels {
23590
+ address
23591
+ endpoint
23592
+ reason
23593
+ value
23594
+ }
23595
+ }
23596
+ resource {
23597
+ exportApi
23598
+ bundles {
23599
+ did
23600
+ public
23601
+ type
23602
+ }
23603
+ types {
23604
+ description
23605
+ type
23606
+ }
23607
+ }
23608
+ stats {
23609
+ downloads
23610
+ purchases
23611
+ star
23612
+ }
23613
+ }
23614
+ }
23615
+ }
23616
+ }
23617
+ }
23618
+ ```
23619
+
23620
+ ### upgradeComponents
23621
+
23622
+ #### Arguments
23623
+
23624
+ * **input**, optional, null
23625
+
23626
+ #### Result Format
23627
+
23628
+ ```graphql
23629
+ mutation {
23630
+ upgradeComponents {
23631
+ code
23632
+ blocklet {
23633
+ appDid
23634
+ appPid
23635
+ bundleSource
23636
+ createdAt
23637
+ deployedFrom
23638
+ dynamic
23639
+ enableDocker
23640
+ enableDockerNetwork
23641
+ enablePassportIssuance
23642
+ externalSk
23643
+ externalSkSource
23644
+ installedAt
23645
+ mode
23646
+ mountPoint
23647
+ pausedAt
23648
+ port
23649
+ ports
23650
+ source
23651
+ startedAt
23652
+ status
23653
+ stoppedAt
23654
+ structVersion
23655
+ updatedAt
23656
+ appRuntimeInfo {
23657
+ cpus
23658
+ cpuUsage
23659
+ memoryUsage
23660
+ pid
23661
+ port
23662
+ runningDocker
23663
+ uptime
23664
+ }
23665
+ children {
23666
+ bundleSource
23667
+ createdAt
23668
+ deployedFrom
23669
+ dynamic
23670
+ greenStatus
23671
+ installedAt
23672
+ mode
23673
+ mountPoint
23674
+ pausedAt
23675
+ port
23676
+ ports
23677
+ required
23678
+ source
23679
+ startedAt
23680
+ status
23681
+ stoppedAt
23682
+ appRuntimeInfo {
23683
+ cpus
23684
+ cpuUsage
23685
+ memoryUsage
23686
+ pid
23687
+ port
23688
+ runningDocker
23689
+ uptime
23690
+ }
23691
+ children {
23692
+ bundleSource
23693
+ createdAt
23694
+ deployedFrom
23695
+ dynamic
23696
+ greenStatus
23697
+ installedAt
23698
+ mode
23699
+ mountPoint
23700
+ pausedAt
23701
+ port
23702
+ ports
23703
+ required
23704
+ source
23705
+ startedAt
23706
+ status
23707
+ stoppedAt
23708
+ appRuntimeInfo {
23709
+ cpus
23710
+ cpuUsage
23711
+ memoryUsage
23712
+ pid
23713
+ port
23714
+ runningDocker
23715
+ uptime
23716
+ }
23717
+ children {
23718
+ bundleSource
23719
+ createdAt
23720
+ deployedFrom
23721
+ dynamic
23722
+ greenStatus
23723
+ installedAt
23724
+ mode
23725
+ mountPoint
23726
+ pausedAt
23727
+ port
23728
+ ports
23729
+ required
23730
+ source
23731
+ startedAt
23732
+ status
23733
+ stoppedAt
23734
+ appRuntimeInfo {
23735
+ cpus
23736
+ cpuUsage
23737
+ memoryUsage
23738
+ pid
23739
+ port
23740
+ runningDocker
23741
+ uptime
23742
+ }
23743
+ children {
23744
+ bundleSource
23745
+ createdAt
23746
+ deployedFrom
23747
+ dynamic
23748
+ greenStatus
23749
+ installedAt
23750
+ mode
23751
+ mountPoint
23752
+ pausedAt
23753
+ port
23754
+ ports
23755
+ required
23756
+ source
23757
+ startedAt
23758
+ status
23759
+ stoppedAt
23760
+ appRuntimeInfo {
23761
+ cpus
23762
+ cpuUsage
23763
+ memoryUsage
23764
+ pid
23765
+ port
23766
+ runningDocker
23767
+ uptime
23768
+ }
23769
+ children {
23770
+ bundleSource
23771
+ createdAt
23772
+ deployedFrom
23773
+ dynamic
23774
+ greenStatus
23775
+ installedAt
23776
+ mode
23777
+ mountPoint
23778
+ pausedAt
23779
+ port
23780
+ ports
23781
+ required
23782
+ source
23783
+ startedAt
23784
+ status
23785
+ stoppedAt
23786
+ }
23787
+ configs {
23788
+ custom
23789
+ description
23790
+ key
23791
+ required
23792
+ secure
23793
+ shared
23794
+ validation
23795
+ value
23796
+ }
23797
+ dependents {
23798
+ id
23799
+ required
23800
+ }
23801
+ diskInfo {
23802
+ app
23803
+ blocklets
23804
+ cache
23805
+ data
23806
+ log
23807
+ }
23808
+ engine {
23809
+ available
23810
+ description
23811
+ displayName
23812
+ logo
23813
+ name
23814
+ version
23815
+ visible
23816
+ }
23817
+ environments {
23818
+ custom
23819
+ description
23820
+ key
23821
+ required
23822
+ secure
23823
+ shared
23824
+ validation
23825
+ value
23826
+ }
23827
+ meta {
23828
+ bundleDid
23829
+ bundleName
23830
+ community
23831
+ description
23832
+ did
23833
+ documentation
23834
+ engine
23835
+ group
23836
+ homepage
23837
+ keywords
23838
+ lastPublishedAt
23839
+ logo
23840
+ main
23841
+ name
23842
+ navigation
23843
+ nftFactory
23844
+ path
23845
+ resources
23846
+ screenshots
23847
+ support
23848
+ title
23849
+ version
23850
+ }
23851
+ runtimeInfo {
23852
+ cpus
23853
+ cpuUsage
23854
+ memoryUsage
23855
+ pid
23856
+ port
23857
+ runningDocker
23858
+ uptime
23859
+ }
23860
+ }
23861
+ configs {
23862
+ custom
23863
+ description
23864
+ key
23865
+ required
23866
+ secure
23867
+ shared
23868
+ validation
23869
+ value
23870
+ }
23871
+ dependents {
23872
+ id
23873
+ required
23874
+ }
23875
+ diskInfo {
23876
+ app
23877
+ blocklets
23878
+ cache
23879
+ data
23880
+ log
23881
+ }
23882
+ engine {
23883
+ available
23884
+ description
23885
+ displayName
23886
+ logo
23887
+ name
23888
+ version
23889
+ visible
23890
+ }
23891
+ environments {
23892
+ custom
23893
+ description
23894
+ key
23895
+ required
23896
+ secure
23897
+ shared
23898
+ validation
23899
+ value
23900
+ }
23901
+ meta {
23902
+ bundleDid
23903
+ bundleName
23904
+ community
23905
+ description
23906
+ did
23907
+ documentation
23908
+ engine
23909
+ group
23910
+ homepage
23911
+ keywords
23912
+ lastPublishedAt
23913
+ logo
23914
+ main
23915
+ name
23916
+ navigation
23917
+ nftFactory
23918
+ path
23919
+ resources
23920
+ screenshots
23921
+ support
23922
+ title
23923
+ version
23924
+ author {
23925
+ email
23926
+ name
23927
+ url
23928
+ }
23929
+ capabilities {
23930
+ clusterMode
23931
+ component
23932
+ didSpace
23933
+ navigation
23934
+ resourceExportApi
23935
+ }
23936
+ components {
23937
+ mountPoint
23938
+ name
23939
+ required
23940
+ }
23941
+ contributors {
23942
+ email
23943
+ name
23944
+ url
23945
+ }
23946
+ dist {
23947
+ integrity
23948
+ tarball
23949
+ }
23950
+ docker {
23951
+ image
23952
+ installNodeModules
23953
+ runBaseScript
23954
+ shell
23955
+ }
23956
+ environments {
23957
+ default
23958
+ description
23959
+ name
23960
+ required
23961
+ secure
23962
+ shared
23963
+ validation
23964
+ }
23965
+ events {
23966
+ description
23967
+ type
23968
+ }
23969
+ interfaces {
23970
+ cacheable
23971
+ name
23972
+ pageGroups
23973
+ path
23974
+ port
23975
+ prefix
23976
+ protocol
23977
+ type
23978
+ }
23979
+ maintainers {
23980
+ email
23981
+ name
23982
+ url
23983
+ }
23984
+ owner {
23985
+ avatar
23986
+ did
23987
+ email
23988
+ fullName
23989
+ }
23990
+ repository {
23991
+ type
23992
+ url
23993
+ }
23994
+ requirements {
23995
+ aigne
23996
+ cpu
23997
+ os
23998
+ server
23999
+ }
24000
+ resource {
24001
+ exportApi
24002
+ }
24003
+ stats {
24004
+ downloads
24005
+ purchases
24006
+ star
24007
+ }
24008
+ }
24009
+ runtimeInfo {
24010
+ cpus
24011
+ cpuUsage
24012
+ memoryUsage
24013
+ pid
24014
+ port
24015
+ runningDocker
24016
+ uptime
24017
+ }
24018
+ }
24019
+ configs {
24020
+ custom
24021
+ description
24022
+ key
24023
+ required
24024
+ secure
24025
+ shared
24026
+ validation
24027
+ value
24028
+ }
24029
+ dependents {
24030
+ id
24031
+ required
24032
+ }
24033
+ diskInfo {
24034
+ app
24035
+ blocklets
24036
+ cache
24037
+ data
24038
+ log
24039
+ }
24040
+ engine {
24041
+ available
24042
+ description
24043
+ displayName
24044
+ logo
24045
+ name
24046
+ version
24047
+ visible
24048
+ }
24049
+ environments {
24050
+ custom
24051
+ description
24052
+ key
24053
+ required
24054
+ secure
24055
+ shared
24056
+ validation
24057
+ value
24058
+ }
24059
+ meta {
24060
+ bundleDid
24061
+ bundleName
24062
+ community
24063
+ description
24064
+ did
24065
+ documentation
24066
+ engine
24067
+ group
24068
+ homepage
24069
+ keywords
24070
+ lastPublishedAt
24071
+ logo
24072
+ main
24073
+ name
24074
+ navigation
24075
+ nftFactory
24076
+ path
24077
+ resources
24078
+ screenshots
24079
+ support
24080
+ title
24081
+ version
24082
+ author {
24083
+ email
24084
+ name
24085
+ url
24086
+ }
24087
+ capabilities {
24088
+ clusterMode
24089
+ component
24090
+ didSpace
24091
+ navigation
24092
+ resourceExportApi
24093
+ }
24094
+ components {
24095
+ mountPoint
24096
+ name
24097
+ required
24098
+ }
24099
+ contributors {
24100
+ email
24101
+ name
24102
+ url
24103
+ }
24104
+ dist {
24105
+ integrity
24106
+ tarball
24107
+ }
24108
+ docker {
24109
+ image
24110
+ installNodeModules
24111
+ runBaseScript
24112
+ shell
24113
+ }
24114
+ environments {
24115
+ default
24116
+ description
24117
+ name
24118
+ required
24119
+ secure
24120
+ shared
24121
+ validation
24122
+ }
24123
+ events {
24124
+ description
24125
+ type
24126
+ }
24127
+ interfaces {
24128
+ cacheable
24129
+ name
24130
+ pageGroups
24131
+ path
24132
+ port
24133
+ prefix
24134
+ protocol
24135
+ type
24136
+ services {
24137
+ config
24138
+ name
24139
+ }
24140
+ }
24141
+ maintainers {
24142
+ email
24143
+ name
24144
+ url
24145
+ }
24146
+ owner {
24147
+ avatar
24148
+ did
24149
+ email
24150
+ fullName
24151
+ }
24152
+ payment {
24153
+ price {
24154
+ address
24155
+ symbol
24156
+ value
24157
+ }
24158
+ share {
24159
+ address
24160
+ name
24161
+ value
24162
+ }
24163
+ }
24164
+ repository {
24165
+ type
24166
+ url
24167
+ }
24168
+ requirements {
24169
+ aigne
24170
+ cpu
24171
+ os
24172
+ server
24173
+ fuels {
24174
+ address
24175
+ endpoint
24176
+ reason
24177
+ value
24178
+ }
24179
+ }
24180
+ resource {
24181
+ exportApi
24182
+ bundles {
24183
+ did
24184
+ public
24185
+ type
24186
+ }
24187
+ types {
24188
+ description
24189
+ type
24190
+ }
24191
+ }
24192
+ stats {
24193
+ downloads
24194
+ purchases
24195
+ star
24196
+ }
24197
+ }
24198
+ runtimeInfo {
24199
+ cpus
24200
+ cpuUsage
24201
+ memoryUsage
24202
+ pid
24203
+ port
24204
+ runningDocker
24205
+ uptime
24206
+ }
24207
+ }
24208
+ configs {
24209
+ custom
24210
+ description
24211
+ key
24212
+ required
24213
+ secure
24214
+ shared
24215
+ validation
24216
+ value
24217
+ }
24218
+ dependents {
24219
+ id
24220
+ required
24221
+ }
24222
+ diskInfo {
24223
+ app
24224
+ blocklets
24225
+ cache
24226
+ data
24227
+ log
24228
+ }
24229
+ engine {
24230
+ available
24231
+ description
24232
+ displayName
24233
+ logo
24234
+ name
24235
+ version
24236
+ visible
24237
+ }
24238
+ environments {
24239
+ custom
24240
+ description
24241
+ key
24242
+ required
24243
+ secure
24244
+ shared
24245
+ validation
24246
+ value
24247
+ }
24248
+ meta {
24249
+ bundleDid
24250
+ bundleName
24251
+ community
24252
+ description
24253
+ did
24254
+ documentation
24255
+ engine
24256
+ group
24257
+ homepage
24258
+ keywords
24259
+ lastPublishedAt
24260
+ logo
24261
+ main
24262
+ name
24263
+ navigation
24264
+ nftFactory
24265
+ path
24266
+ resources
24267
+ screenshots
24268
+ support
24269
+ title
24270
+ version
24271
+ author {
24272
+ email
24273
+ name
24274
+ url
24275
+ }
24276
+ capabilities {
24277
+ clusterMode
24278
+ component
24279
+ didSpace
24280
+ navigation
24281
+ resourceExportApi
24282
+ }
24283
+ components {
24284
+ mountPoint
24285
+ name
24286
+ required
24287
+ }
24288
+ contributors {
24289
+ email
24290
+ name
24291
+ url
24292
+ }
24293
+ dist {
24294
+ integrity
24295
+ tarball
24296
+ }
24297
+ docker {
24298
+ image
24299
+ installNodeModules
24300
+ runBaseScript
24301
+ shell
24302
+ }
24303
+ environments {
24304
+ default
24305
+ description
24306
+ name
24307
+ required
24308
+ secure
24309
+ shared
24310
+ validation
24311
+ }
24312
+ events {
24313
+ description
24314
+ type
24315
+ }
24316
+ interfaces {
24317
+ cacheable
24318
+ name
24319
+ pageGroups
24320
+ path
24321
+ port
24322
+ prefix
24323
+ protocol
24324
+ type
24325
+ services {
24326
+ config
24327
+ name
24328
+ }
24329
+ }
24330
+ maintainers {
24331
+ email
24332
+ name
24333
+ url
24334
+ }
24335
+ owner {
24336
+ avatar
24337
+ did
24338
+ email
24339
+ fullName
24340
+ }
24341
+ payment {
24342
+ price {
24343
+ address
24344
+ symbol
24345
+ value
24346
+ }
24347
+ share {
24348
+ address
24349
+ name
24350
+ value
24351
+ }
24352
+ }
24353
+ repository {
24354
+ type
24355
+ url
24356
+ }
24357
+ requirements {
24358
+ aigne
24359
+ cpu
24360
+ os
24361
+ server
24362
+ fuels {
24363
+ address
24364
+ endpoint
24365
+ reason
24366
+ value
24367
+ }
24368
+ }
24369
+ resource {
24370
+ exportApi
24371
+ bundles {
24372
+ did
24373
+ public
24374
+ type
24375
+ }
24376
+ types {
24377
+ description
24378
+ type
24379
+ }
24380
+ }
24381
+ stats {
24382
+ downloads
24383
+ purchases
24384
+ star
24385
+ }
24386
+ }
24387
+ runtimeInfo {
24388
+ cpus
24389
+ cpuUsage
24390
+ memoryUsage
24391
+ pid
24392
+ port
24393
+ runningDocker
24394
+ uptime
24395
+ }
24396
+ }
24397
+ configs {
24398
+ custom
24399
+ description
24400
+ key
24401
+ required
24402
+ secure
24403
+ shared
24404
+ validation
24405
+ value
24406
+ }
24407
+ controller {
24408
+ chainHost
24409
+ consumedAt
24410
+ expireDate
24411
+ id
24412
+ launcherSessionId
24413
+ launcherUrl
24414
+ nftId
24415
+ nftOwner
24416
+ ownerDid
24417
+ status {
24418
+ reason
24419
+ value
24420
+ }
24421
+ }
24422
+ diskInfo {
24423
+ app
24424
+ blocklets
24425
+ cache
24426
+ data
24427
+ log
24428
+ }
24429
+ engine {
24430
+ available
24431
+ description
24432
+ displayName
24433
+ logo
24434
+ name
24435
+ version
24436
+ visible
24437
+ }
24438
+ environments {
24439
+ custom
24440
+ description
24441
+ key
24442
+ required
24443
+ secure
24444
+ shared
24445
+ validation
24446
+ value
24447
+ }
24448
+ meta {
24449
+ bundleDid
24450
+ bundleName
24451
+ community
24452
+ description
24453
+ did
24454
+ documentation
24455
+ engine
24456
+ group
24457
+ homepage
24458
+ keywords
24459
+ lastPublishedAt
24460
+ logo
24461
+ main
24462
+ name
24463
+ navigation
24464
+ nftFactory
24465
+ path
24466
+ resources
24467
+ screenshots
24468
+ support
24469
+ title
24470
+ version
24471
+ author {
24472
+ email
24473
+ name
24474
+ url
24475
+ }
24476
+ capabilities {
24477
+ clusterMode
24478
+ component
24479
+ didSpace
24480
+ navigation
24481
+ resourceExportApi
24482
+ }
24483
+ components {
24484
+ mountPoint
24485
+ name
24486
+ required
24487
+ }
24488
+ contributors {
24489
+ email
24490
+ name
24491
+ url
24492
+ }
24493
+ dist {
24494
+ integrity
24495
+ tarball
24496
+ }
24497
+ docker {
24498
+ image
24499
+ installNodeModules
24500
+ runBaseScript
24501
+ shell
24502
+ }
24503
+ environments {
24504
+ default
24505
+ description
24506
+ name
24507
+ required
24508
+ secure
24509
+ shared
24510
+ validation
24511
+ }
24512
+ events {
24513
+ description
24514
+ type
24515
+ }
24516
+ interfaces {
24517
+ cacheable
24518
+ name
24519
+ pageGroups
24520
+ path
24521
+ port
24522
+ prefix
24523
+ protocol
24524
+ type
24525
+ services {
24526
+ config
24527
+ name
24528
+ }
24529
+ }
24530
+ maintainers {
24531
+ email
24532
+ name
24533
+ url
24534
+ }
24535
+ owner {
24536
+ avatar
24537
+ did
24538
+ email
24539
+ fullName
24540
+ }
24541
+ payment {
24542
+ price {
24543
+ address
24544
+ symbol
24545
+ value
24546
+ }
24547
+ share {
24548
+ address
24549
+ name
24550
+ value
24551
+ }
24552
+ }
24553
+ repository {
24554
+ type
24555
+ url
24556
+ }
24557
+ requirements {
24558
+ aigne
24559
+ cpu
24560
+ os
24561
+ server
24562
+ fuels {
24563
+ address
24564
+ endpoint
24565
+ reason
24566
+ value
24567
+ }
24568
+ }
24569
+ resource {
24570
+ exportApi
24571
+ bundles {
24572
+ did
24573
+ public
24574
+ type
24575
+ }
24576
+ types {
24577
+ description
24578
+ type
24579
+ }
24580
+ }
24581
+ stats {
24582
+ downloads
24583
+ purchases
24584
+ star
24585
+ }
24586
+ }
24587
+ migratedFrom {
24588
+ appDid
24589
+ appSk
24590
+ at
24591
+ }
24592
+ optionalComponents {
24593
+ bundleSource
24594
+ logoUrl
24595
+ dependencies {
24596
+ mountPoint
24597
+ parentDid
24598
+ parentName
24599
+ parentTitle
24600
+ required
24601
+ }
24602
+ meta {
24603
+ bundleDid
24604
+ bundleName
24605
+ community
24606
+ description
24607
+ did
24608
+ documentation
24609
+ engine
24610
+ group
24611
+ homepage
24612
+ keywords
24613
+ lastPublishedAt
24614
+ logo
24615
+ main
24616
+ name
24617
+ navigation
24618
+ nftFactory
24619
+ path
24620
+ resources
24621
+ screenshots
24622
+ support
24623
+ title
24624
+ version
24625
+ author {
24626
+ email
24627
+ name
24628
+ url
24629
+ }
24630
+ capabilities {
24631
+ clusterMode
24632
+ component
24633
+ didSpace
24634
+ navigation
24635
+ resourceExportApi
24636
+ }
24637
+ components {
24638
+ mountPoint
24639
+ name
24640
+ required
24641
+ }
24642
+ contributors {
24643
+ email
24644
+ name
24645
+ url
24646
+ }
24647
+ dist {
24648
+ integrity
24649
+ tarball
24650
+ }
24651
+ docker {
24652
+ image
24653
+ installNodeModules
24654
+ runBaseScript
24655
+ shell
24656
+ }
24657
+ environments {
24658
+ default
24659
+ description
24660
+ name
24661
+ required
24662
+ secure
24663
+ shared
24664
+ validation
24665
+ }
24666
+ events {
24667
+ description
24668
+ type
24669
+ }
24670
+ interfaces {
24671
+ cacheable
24672
+ name
24673
+ pageGroups
24674
+ path
24675
+ port
24676
+ prefix
24677
+ protocol
24678
+ type
24679
+ services {
24680
+ config
24681
+ name
24682
+ }
24683
+ }
24684
+ maintainers {
24685
+ email
24686
+ name
24687
+ url
24688
+ }
24689
+ owner {
24690
+ avatar
24691
+ did
24692
+ email
24693
+ fullName
24694
+ }
24695
+ payment {
24696
+ price {
24697
+ address
24698
+ symbol
24699
+ value
24700
+ }
24701
+ share {
24702
+ address
24703
+ name
24704
+ value
24705
+ }
24706
+ }
24707
+ repository {
24708
+ type
24709
+ url
24710
+ }
24711
+ requirements {
24712
+ aigne
24713
+ cpu
24714
+ os
24715
+ server
24716
+ fuels {
24717
+ address
24718
+ endpoint
24719
+ reason
24720
+ value
24721
+ }
24722
+ }
24723
+ resource {
24724
+ exportApi
24725
+ bundles {
24726
+ did
24727
+ public
24728
+ type
24729
+ }
24730
+ types {
24731
+ description
24732
+ type
24733
+ }
24734
+ }
24735
+ stats {
24736
+ downloads
24737
+ purchases
24738
+ star
24739
+ }
24740
+ }
24741
+ }
24742
+ runtimeInfo {
24743
+ cpus
24744
+ cpuUsage
24745
+ memoryUsage
24746
+ pid
24747
+ port
24748
+ runningDocker
24749
+ uptime
24750
+ }
24751
+ settings {
24752
+ authentication
24753
+ didConnect
24754
+ enablePassportIssuance
24755
+ enableSessionHardening
24756
+ initialized
24757
+ notification
24758
+ publicToStore
24759
+ theme
24760
+ whoCanAccess
24761
+ aigne {
24762
+ accessKeyId
24763
+ key
24764
+ model
24765
+ provider
24766
+ secretAccessKey
24767
+ url
24768
+ validationResult
24769
+ }
24770
+ autoBackup {
24771
+ enabled
24772
+ }
24773
+ autoCheckUpdate {
24774
+ enabled
24775
+ }
24776
+ children {
24777
+ deletedAt
24778
+ deployedFrom
24779
+ mountPoint
24780
+ status
24781
+ meta {
24782
+ bundleDid
24783
+ bundleName
24784
+ description
24785
+ did
24786
+ name
24787
+ title
24788
+ version
24789
+ }
24790
+ }
24791
+ endpointList {
24792
+ appDescription
24793
+ appName
24794
+ endpoint
24795
+ id
24796
+ protected
24797
+ scope
24798
+ url
24799
+ }
24800
+ federated {
24801
+ config {
24802
+ appId
24803
+ appPid
24804
+ autoLogin
24805
+ delegation
24806
+ isMaster
24807
+ }
24808
+ sites {
24809
+ aliasDid
24810
+ aliasDomain
24811
+ appDescription
24812
+ appId
24813
+ appliedAt
24814
+ appLogo
24815
+ appLogoRect
24816
+ appName
24817
+ appPid
24818
+ appUrl
24819
+ did
24820
+ isMaster
24821
+ pk
24822
+ serverId
24823
+ serverVersion
24824
+ status
24825
+ version
24826
+ }
24827
+ }
24828
+ gateway {
24829
+ cacheEnabled
24830
+ blockPolicy {
24831
+ blacklist
24832
+ enabled
24833
+ autoBlocking {
24834
+ blockDuration
24835
+ enabled
24836
+ statusCodes
24837
+ windowQuota
24838
+ windowSize
24839
+ }
24840
+ }
24841
+ proxyPolicy {
24842
+ enabled
24843
+ realIpHeader
24844
+ trustedProxies
24845
+ trustRecursive
24846
+ }
24847
+ requestLimit {
24848
+ burstDelay
24849
+ burstFactor
24850
+ enabled
24851
+ global
24852
+ methods
24853
+ rate
24854
+ }
24855
+ wafPolicy {
24856
+ enabled
24857
+ inboundAnomalyScoreThreshold
24858
+ logLevel
24859
+ mode
24860
+ outboundAnomalyScoreThreshold
24861
+ }
24862
+ }
24863
+ invite {
24864
+ enabled
24865
+ }
24866
+ navigations {
24867
+ activeColor
24868
+ activeIcon
24869
+ color
24870
+ component
24871
+ description
24872
+ from
24873
+ icon
24874
+ id
24875
+ link
24876
+ parent
24877
+ private
24878
+ role
24879
+ section
24880
+ title
24881
+ visible
24882
+ }
24883
+ org {
24884
+ enabled
24885
+ maxMemberPerOrg
24886
+ maxOrgPerUser
24887
+ }
24888
+ owner {
24889
+ did
24890
+ pk
24891
+ }
24892
+ session {
24893
+ cacheTtl
24894
+ enableBlacklist
24895
+ salt
24896
+ ttl
24897
+ email {
24898
+ domainBlackList
24899
+ domainWhiteList
24900
+ enabled
24901
+ enableDomainBlackList
24902
+ enableDomainWhiteList
24903
+ requireUnique
24904
+ requireVerified
24905
+ trustOauthProviders
24906
+ trustedIssuers {
24907
+ id
24908
+ name
24909
+ pk
24910
+ }
24911
+ }
24912
+ phone {
24913
+ enabled
24914
+ enableRegionBlackList
24915
+ enableRegionWhiteList
24916
+ regionBlackList
24917
+ regionWhiteList
24918
+ requireUnique
24919
+ requireVerified
24920
+ trustedIssuers {
24921
+ id
24922
+ name
24923
+ pk
24924
+ }
24925
+ }
24926
+ }
24927
+ storeList {
24928
+ cdnUrl
24929
+ description
24930
+ id
24931
+ logoUrl
24932
+ maintainer
24933
+ name
24934
+ protected
24935
+ scope
24936
+ url
24937
+ }
24938
+ trustedFactories {
24939
+ factoryAddress
24940
+ holderDid
24941
+ issuerDid
24942
+ remark
24943
+ passport {
24944
+ role
24945
+ ttl
24946
+ ttlPolicy
24947
+ }
24948
+ }
24949
+ trustedPassports {
24950
+ issuerDid
24951
+ remark
24952
+ mappings {
24953
+ from {
24954
+ passport
24955
+ }
24956
+ to {
24957
+ role
24958
+ ttl
24959
+ ttlPolicy
24960
+ }
24961
+ }
24962
+ }
24963
+ }
24964
+ site {
24965
+ corsAllowedOrigins
24966
+ domain
24967
+ domainAliases
24968
+ id
24969
+ isProtected
24970
+ rules {
24971
+ id
24972
+ isProtected
24973
+ from {
24974
+ pathPrefix
24975
+ header {
24976
+ key
24977
+ type
24978
+ value
24979
+ }
24980
+ }
24981
+ to {
24982
+ componentId
24983
+ did
24984
+ interfaceName
24985
+ pageGroup
24986
+ port
24987
+ redirectCode
24988
+ type
24989
+ url
24990
+ response {
24991
+ body
24992
+ contentType
24993
+ status
24994
+ }
24995
+ }
24996
+ }
24997
+ }
24998
+ trustedFactories {
24999
+ factoryAddress
25000
+ holderDid
25001
+ issuerDid
25002
+ remark
25003
+ passport {
25004
+ role
25005
+ ttl
25006
+ ttlPolicy
25007
+ }
25008
+ }
25009
+ trustedPassports {
25010
+ issuerDid
25011
+ remark
25012
+ mappings {
25013
+ from {
25014
+ passport
25015
+ }
25016
+ to {
25017
+ role
25018
+ ttl
25019
+ ttlPolicy
25020
+ }
25021
+ }
25022
+ }
25023
+ vaults {
25024
+ approverDid
25025
+ approverPk
25026
+ approverSig
25027
+ at
25028
+ did
25029
+ pk
25030
+ sig
25031
+ }
23602
25032
  }
23603
25033
  }
23604
25034
  }
23605
25035
  ```
23606
25036
 
23607
- ### upgradeComponents
25037
+ ### configBlocklet
23608
25038
 
23609
25039
  #### Arguments
23610
25040
 
@@ -23614,7 +25044,7 @@ mutation {
23614
25044
 
23615
25045
  ```graphql
23616
25046
  mutation {
23617
- upgradeComponents {
25047
+ configBlocklet {
23618
25048
  code
23619
25049
  blocklet {
23620
25050
  appDid
@@ -24736,11 +26166,12 @@ mutation {
24736
26166
  uptime
24737
26167
  }
24738
26168
  settings {
26169
+ authentication
26170
+ didConnect
24739
26171
  enablePassportIssuance
24740
26172
  enableSessionHardening
24741
26173
  initialized
24742
26174
  notification
24743
- oauth
24744
26175
  publicToStore
24745
26176
  theme
24746
26177
  whoCanAccess
@@ -25020,7 +26451,7 @@ mutation {
25020
26451
  }
25021
26452
  ```
25022
26453
 
25023
- ### configBlocklet
26454
+ ### configPublicToStore
25024
26455
 
25025
26456
  #### Arguments
25026
26457
 
@@ -25030,7 +26461,7 @@ mutation {
25030
26461
 
25031
26462
  ```graphql
25032
26463
  mutation {
25033
- configBlocklet {
26464
+ configPublicToStore {
25034
26465
  code
25035
26466
  blocklet {
25036
26467
  appDid
@@ -26152,11 +27583,12 @@ mutation {
26152
27583
  uptime
26153
27584
  }
26154
27585
  settings {
27586
+ authentication
27587
+ didConnect
26155
27588
  enablePassportIssuance
26156
27589
  enableSessionHardening
26157
27590
  initialized
26158
27591
  notification
26159
- oauth
26160
27592
  publicToStore
26161
27593
  theme
26162
27594
  whoCanAccess
@@ -26436,7 +27868,7 @@ mutation {
26436
27868
  }
26437
27869
  ```
26438
27870
 
26439
- ### configPublicToStore
27871
+ ### configNavigations
26440
27872
 
26441
27873
  #### Arguments
26442
27874
 
@@ -26446,7 +27878,7 @@ mutation {
26446
27878
 
26447
27879
  ```graphql
26448
27880
  mutation {
26449
- configPublicToStore {
27881
+ configNavigations {
26450
27882
  code
26451
27883
  blocklet {
26452
27884
  appDid
@@ -27568,11 +29000,12 @@ mutation {
27568
29000
  uptime
27569
29001
  }
27570
29002
  settings {
29003
+ authentication
29004
+ didConnect
27571
29005
  enablePassportIssuance
27572
29006
  enableSessionHardening
27573
29007
  initialized
27574
29008
  notification
27575
- oauth
27576
29009
  publicToStore
27577
29010
  theme
27578
29011
  whoCanAccess
@@ -27852,7 +29285,7 @@ mutation {
27852
29285
  }
27853
29286
  ```
27854
29287
 
27855
- ### configNavigations
29288
+ ### configAuthentication
27856
29289
 
27857
29290
  #### Arguments
27858
29291
 
@@ -27862,7 +29295,7 @@ mutation {
27862
29295
 
27863
29296
  ```graphql
27864
29297
  mutation {
27865
- configNavigations {
29298
+ configAuthentication {
27866
29299
  code
27867
29300
  blocklet {
27868
29301
  appDid
@@ -28984,11 +30417,12 @@ mutation {
28984
30417
  uptime
28985
30418
  }
28986
30419
  settings {
30420
+ authentication
30421
+ didConnect
28987
30422
  enablePassportIssuance
28988
30423
  enableSessionHardening
28989
30424
  initialized
28990
30425
  notification
28991
- oauth
28992
30426
  publicToStore
28993
30427
  theme
28994
30428
  whoCanAccess
@@ -29268,7 +30702,7 @@ mutation {
29268
30702
  }
29269
30703
  ```
29270
30704
 
29271
- ### configOAuth
30705
+ ### configDidConnect
29272
30706
 
29273
30707
  #### Arguments
29274
30708
 
@@ -29278,7 +30712,7 @@ mutation {
29278
30712
 
29279
30713
  ```graphql
29280
30714
  mutation {
29281
- configOAuth {
30715
+ configDidConnect {
29282
30716
  code
29283
30717
  blocklet {
29284
30718
  appDid
@@ -30400,11 +31834,12 @@ mutation {
30400
31834
  uptime
30401
31835
  }
30402
31836
  settings {
31837
+ authentication
31838
+ didConnect
30403
31839
  enablePassportIssuance
30404
31840
  enableSessionHardening
30405
31841
  initialized
30406
31842
  notification
30407
- oauth
30408
31843
  publicToStore
30409
31844
  theme
30410
31845
  whoCanAccess
@@ -31816,11 +33251,12 @@ mutation {
31816
33251
  uptime
31817
33252
  }
31818
33253
  settings {
33254
+ authentication
33255
+ didConnect
31819
33256
  enablePassportIssuance
31820
33257
  enableSessionHardening
31821
33258
  initialized
31822
33259
  notification
31823
- oauth
31824
33260
  publicToStore
31825
33261
  theme
31826
33262
  whoCanAccess
@@ -33281,11 +34717,12 @@ mutation {
33281
34717
  uptime
33282
34718
  }
33283
34719
  settings {
34720
+ authentication
34721
+ didConnect
33284
34722
  enablePassportIssuance
33285
34723
  enableSessionHardening
33286
34724
  initialized
33287
34725
  notification
33288
- oauth
33289
34726
  publicToStore
33290
34727
  theme
33291
34728
  whoCanAccess
@@ -34697,11 +36134,12 @@ mutation {
34697
36134
  uptime
34698
36135
  }
34699
36136
  settings {
36137
+ authentication
36138
+ didConnect
34700
36139
  enablePassportIssuance
34701
36140
  enableSessionHardening
34702
36141
  initialized
34703
36142
  notification
34704
- oauth
34705
36143
  publicToStore
34706
36144
  theme
34707
36145
  whoCanAccess
@@ -36113,11 +37551,12 @@ mutation {
36113
37551
  uptime
36114
37552
  }
36115
37553
  settings {
37554
+ authentication
37555
+ didConnect
36116
37556
  enablePassportIssuance
36117
37557
  enableSessionHardening
36118
37558
  initialized
36119
37559
  notification
36120
- oauth
36121
37560
  publicToStore
36122
37561
  theme
36123
37562
  whoCanAccess
@@ -37529,11 +38968,12 @@ mutation {
37529
38968
  uptime
37530
38969
  }
37531
38970
  settings {
38971
+ authentication
38972
+ didConnect
37532
38973
  enablePassportIssuance
37533
38974
  enableSessionHardening
37534
38975
  initialized
37535
38976
  notification
37536
- oauth
37537
38977
  publicToStore
37538
38978
  theme
37539
38979
  whoCanAccess
@@ -38945,11 +40385,12 @@ mutation {
38945
40385
  uptime
38946
40386
  }
38947
40387
  settings {
40388
+ authentication
40389
+ didConnect
38948
40390
  enablePassportIssuance
38949
40391
  enableSessionHardening
38950
40392
  initialized
38951
40393
  notification
38952
- oauth
38953
40394
  publicToStore
38954
40395
  theme
38955
40396
  whoCanAccess
@@ -40361,11 +41802,12 @@ mutation {
40361
41802
  uptime
40362
41803
  }
40363
41804
  settings {
41805
+ authentication
41806
+ didConnect
40364
41807
  enablePassportIssuance
40365
41808
  enableSessionHardening
40366
41809
  initialized
40367
41810
  notification
40368
- oauth
40369
41811
  publicToStore
40370
41812
  theme
40371
41813
  whoCanAccess
@@ -41777,11 +43219,12 @@ mutation {
41777
43219
  uptime
41778
43220
  }
41779
43221
  settings {
43222
+ authentication
43223
+ didConnect
41780
43224
  enablePassportIssuance
41781
43225
  enableSessionHardening
41782
43226
  initialized
41783
43227
  notification
41784
- oauth
41785
43228
  publicToStore
41786
43229
  theme
41787
43230
  whoCanAccess
@@ -43193,11 +44636,12 @@ mutation {
43193
44636
  uptime
43194
44637
  }
43195
44638
  settings {
44639
+ authentication
44640
+ didConnect
43196
44641
  enablePassportIssuance
43197
44642
  enableSessionHardening
43198
44643
  initialized
43199
44644
  notification
43200
- oauth
43201
44645
  publicToStore
43202
44646
  theme
43203
44647
  whoCanAccess
@@ -44609,11 +46053,12 @@ mutation {
44609
46053
  uptime
44610
46054
  }
44611
46055
  settings {
46056
+ authentication
46057
+ didConnect
44612
46058
  enablePassportIssuance
44613
46059
  enableSessionHardening
44614
46060
  initialized
44615
46061
  notification
44616
- oauth
44617
46062
  publicToStore
44618
46063
  theme
44619
46064
  whoCanAccess
@@ -50466,4 +51911,4 @@ mutation {
50466
51911
  }
50467
51912
  }
50468
51913
  }
50469
- ```
51914
+ ```