@blocklet/server-js 1.17.5-beta-20251211-104355-426d7eb6 → 1.17.5-beta-20251214-231110-497f8d27
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 +19 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +153 -0
- package/dist/types.js +35 -1
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +15 -4
- package/lib/node.d.ts +19 -0
- package/lib/schema/graphql.json +153 -0
- package/lib/types.js +35 -1
- package/lib/types.js.map +1 -1
- package/package.json +4 -4
package/dist/schema/graphql.json
CHANGED
|
@@ -16674,6 +16674,53 @@
|
|
|
16674
16674
|
"enumValues": null,
|
|
16675
16675
|
"possibleTypes": null
|
|
16676
16676
|
},
|
|
16677
|
+
{
|
|
16678
|
+
"kind": "OBJECT",
|
|
16679
|
+
"name": "BlockletIntegrations",
|
|
16680
|
+
"description": null,
|
|
16681
|
+
"fields": [
|
|
16682
|
+
{
|
|
16683
|
+
"name": "webhooks",
|
|
16684
|
+
"description": null,
|
|
16685
|
+
"args": [],
|
|
16686
|
+
"type": {
|
|
16687
|
+
"kind": "SCALAR",
|
|
16688
|
+
"name": "Uint32",
|
|
16689
|
+
"ofType": null
|
|
16690
|
+
},
|
|
16691
|
+
"isDeprecated": false,
|
|
16692
|
+
"deprecationReason": null
|
|
16693
|
+
},
|
|
16694
|
+
{
|
|
16695
|
+
"name": "accessKeys",
|
|
16696
|
+
"description": null,
|
|
16697
|
+
"args": [],
|
|
16698
|
+
"type": {
|
|
16699
|
+
"kind": "SCALAR",
|
|
16700
|
+
"name": "Uint32",
|
|
16701
|
+
"ofType": null
|
|
16702
|
+
},
|
|
16703
|
+
"isDeprecated": false,
|
|
16704
|
+
"deprecationReason": null
|
|
16705
|
+
},
|
|
16706
|
+
{
|
|
16707
|
+
"name": "oauthApps",
|
|
16708
|
+
"description": null,
|
|
16709
|
+
"args": [],
|
|
16710
|
+
"type": {
|
|
16711
|
+
"kind": "SCALAR",
|
|
16712
|
+
"name": "Uint32",
|
|
16713
|
+
"ofType": null
|
|
16714
|
+
},
|
|
16715
|
+
"isDeprecated": false,
|
|
16716
|
+
"deprecationReason": null
|
|
16717
|
+
}
|
|
16718
|
+
],
|
|
16719
|
+
"inputFields": null,
|
|
16720
|
+
"interfaces": [],
|
|
16721
|
+
"enumValues": null,
|
|
16722
|
+
"possibleTypes": null
|
|
16723
|
+
},
|
|
16677
16724
|
{
|
|
16678
16725
|
"kind": "OBJECT",
|
|
16679
16726
|
"name": "BlockletMeta",
|
|
@@ -19237,6 +19284,76 @@
|
|
|
19237
19284
|
"enumValues": null,
|
|
19238
19285
|
"possibleTypes": null
|
|
19239
19286
|
},
|
|
19287
|
+
{
|
|
19288
|
+
"kind": "OBJECT",
|
|
19289
|
+
"name": "BlockletStudio",
|
|
19290
|
+
"description": null,
|
|
19291
|
+
"fields": [
|
|
19292
|
+
{
|
|
19293
|
+
"name": "blocklets",
|
|
19294
|
+
"description": null,
|
|
19295
|
+
"args": [],
|
|
19296
|
+
"type": {
|
|
19297
|
+
"kind": "SCALAR",
|
|
19298
|
+
"name": "Uint32",
|
|
19299
|
+
"ofType": null
|
|
19300
|
+
},
|
|
19301
|
+
"isDeprecated": false,
|
|
19302
|
+
"deprecationReason": null
|
|
19303
|
+
},
|
|
19304
|
+
{
|
|
19305
|
+
"name": "releases",
|
|
19306
|
+
"description": null,
|
|
19307
|
+
"args": [],
|
|
19308
|
+
"type": {
|
|
19309
|
+
"kind": "SCALAR",
|
|
19310
|
+
"name": "Uint32",
|
|
19311
|
+
"ofType": null
|
|
19312
|
+
},
|
|
19313
|
+
"isDeprecated": false,
|
|
19314
|
+
"deprecationReason": null
|
|
19315
|
+
}
|
|
19316
|
+
],
|
|
19317
|
+
"inputFields": null,
|
|
19318
|
+
"interfaces": [],
|
|
19319
|
+
"enumValues": null,
|
|
19320
|
+
"possibleTypes": null
|
|
19321
|
+
},
|
|
19322
|
+
{
|
|
19323
|
+
"kind": "OBJECT",
|
|
19324
|
+
"name": "BlockletTraffic",
|
|
19325
|
+
"description": null,
|
|
19326
|
+
"fields": [
|
|
19327
|
+
{
|
|
19328
|
+
"name": "totalRequests",
|
|
19329
|
+
"description": null,
|
|
19330
|
+
"args": [],
|
|
19331
|
+
"type": {
|
|
19332
|
+
"kind": "SCALAR",
|
|
19333
|
+
"name": "Uint64",
|
|
19334
|
+
"ofType": null
|
|
19335
|
+
},
|
|
19336
|
+
"isDeprecated": false,
|
|
19337
|
+
"deprecationReason": null
|
|
19338
|
+
},
|
|
19339
|
+
{
|
|
19340
|
+
"name": "failedRequests",
|
|
19341
|
+
"description": null,
|
|
19342
|
+
"args": [],
|
|
19343
|
+
"type": {
|
|
19344
|
+
"kind": "SCALAR",
|
|
19345
|
+
"name": "Uint64",
|
|
19346
|
+
"ofType": null
|
|
19347
|
+
},
|
|
19348
|
+
"isDeprecated": false,
|
|
19349
|
+
"deprecationReason": null
|
|
19350
|
+
}
|
|
19351
|
+
],
|
|
19352
|
+
"inputFields": null,
|
|
19353
|
+
"interfaces": [],
|
|
19354
|
+
"enumValues": null,
|
|
19355
|
+
"possibleTypes": null
|
|
19356
|
+
},
|
|
19240
19357
|
{
|
|
19241
19358
|
"kind": "OBJECT",
|
|
19242
19359
|
"name": "BlockletUsers",
|
|
@@ -27274,6 +27391,42 @@
|
|
|
27274
27391
|
},
|
|
27275
27392
|
"isDeprecated": false,
|
|
27276
27393
|
"deprecationReason": null
|
|
27394
|
+
},
|
|
27395
|
+
{
|
|
27396
|
+
"name": "traffic",
|
|
27397
|
+
"description": null,
|
|
27398
|
+
"args": [],
|
|
27399
|
+
"type": {
|
|
27400
|
+
"kind": "OBJECT",
|
|
27401
|
+
"name": "BlockletTraffic",
|
|
27402
|
+
"ofType": null
|
|
27403
|
+
},
|
|
27404
|
+
"isDeprecated": false,
|
|
27405
|
+
"deprecationReason": null
|
|
27406
|
+
},
|
|
27407
|
+
{
|
|
27408
|
+
"name": "integrations",
|
|
27409
|
+
"description": null,
|
|
27410
|
+
"args": [],
|
|
27411
|
+
"type": {
|
|
27412
|
+
"kind": "OBJECT",
|
|
27413
|
+
"name": "BlockletIntegrations",
|
|
27414
|
+
"ofType": null
|
|
27415
|
+
},
|
|
27416
|
+
"isDeprecated": false,
|
|
27417
|
+
"deprecationReason": null
|
|
27418
|
+
},
|
|
27419
|
+
{
|
|
27420
|
+
"name": "studio",
|
|
27421
|
+
"description": null,
|
|
27422
|
+
"args": [],
|
|
27423
|
+
"type": {
|
|
27424
|
+
"kind": "OBJECT",
|
|
27425
|
+
"name": "BlockletStudio",
|
|
27426
|
+
"ofType": null
|
|
27427
|
+
},
|
|
27428
|
+
"isDeprecated": false,
|
|
27429
|
+
"deprecationReason": null
|
|
27277
27430
|
}
|
|
27278
27431
|
],
|
|
27279
27432
|
"inputFields": null,
|
package/dist/types.js
CHANGED
|
@@ -3639,6 +3639,16 @@
|
|
|
3639
3639
|
* @property {Array<...ABTNodeClient.null>} value
|
|
3640
3640
|
*/
|
|
3641
3641
|
|
|
3642
|
+
/**
|
|
3643
|
+
* Structure of ABTNodeClient.BlockletIntegrations
|
|
3644
|
+
*
|
|
3645
|
+
* @memberof ABTNodeClient
|
|
3646
|
+
* @typedef {object} ABTNodeClient.BlockletIntegrations
|
|
3647
|
+
* @property {number} webhooks
|
|
3648
|
+
* @property {number} accessKeys
|
|
3649
|
+
* @property {number} oauthApps
|
|
3650
|
+
*/
|
|
3651
|
+
|
|
3642
3652
|
/**
|
|
3643
3653
|
* Structure of ABTNodeClient.BlockletMeta
|
|
3644
3654
|
*
|
|
@@ -3959,6 +3969,24 @@
|
|
|
3959
3969
|
* @property {string} scope
|
|
3960
3970
|
*/
|
|
3961
3971
|
|
|
3972
|
+
/**
|
|
3973
|
+
* Structure of ABTNodeClient.BlockletStudio
|
|
3974
|
+
*
|
|
3975
|
+
* @memberof ABTNodeClient
|
|
3976
|
+
* @typedef {object} ABTNodeClient.BlockletStudio
|
|
3977
|
+
* @property {number} blocklets
|
|
3978
|
+
* @property {number} releases
|
|
3979
|
+
*/
|
|
3980
|
+
|
|
3981
|
+
/**
|
|
3982
|
+
* Structure of ABTNodeClient.BlockletTraffic
|
|
3983
|
+
*
|
|
3984
|
+
* @memberof ABTNodeClient
|
|
3985
|
+
* @typedef {object} ABTNodeClient.BlockletTraffic
|
|
3986
|
+
* @property {number} totalRequests
|
|
3987
|
+
* @property {number} failedRequests
|
|
3988
|
+
*/
|
|
3989
|
+
|
|
3962
3990
|
/**
|
|
3963
3991
|
* Structure of ABTNodeClient.BlockletUsers
|
|
3964
3992
|
*
|
|
@@ -5401,7 +5429,10 @@
|
|
|
5401
5429
|
"port": "abc",
|
|
5402
5430
|
"uptime": "abc",
|
|
5403
5431
|
"runningDocker": true
|
|
5404
|
-
}
|
|
5432
|
+
},
|
|
5433
|
+
"traffic": {},
|
|
5434
|
+
"integrations": {},
|
|
5435
|
+
"studio": {}
|
|
5405
5436
|
}
|
|
5406
5437
|
* ```
|
|
5407
5438
|
*
|
|
@@ -5411,6 +5442,9 @@
|
|
|
5411
5442
|
* @property {...ABTNodeClient.BlockletPassport} passport
|
|
5412
5443
|
* @property {...ABTNodeClient.Backup} backup
|
|
5413
5444
|
* @property {...ABTNodeClient.RuntimeInfo} appRuntimeInfo
|
|
5445
|
+
* @property {...ABTNodeClient.BlockletTraffic} traffic
|
|
5446
|
+
* @property {...ABTNodeClient.BlockletIntegrations} integrations
|
|
5447
|
+
* @property {...ABTNodeClient.BlockletStudio} studio
|
|
5414
5448
|
*/
|
|
5415
5449
|
|
|
5416
5450
|
/**
|