@blocklet/server-js 1.17.7-beta-20251225-073259-cb6ecf68 → 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 +52 -99
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +420 -637
- package/dist/types.js +90 -220
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +1651 -418
- package/lib/node.d.ts +52 -99
- package/lib/schema/graphql.json +420 -637
- package/lib/types.js +90 -220
- package/lib/types.js.map +1 -1
- package/package.json +4 -4
package/lib/schema/graphql.json
CHANGED
|
@@ -4480,6 +4480,47 @@
|
|
|
4480
4480
|
"enumValues": null,
|
|
4481
4481
|
"possibleTypes": null
|
|
4482
4482
|
},
|
|
4483
|
+
{
|
|
4484
|
+
"kind": "INPUT_OBJECT",
|
|
4485
|
+
"name": "RequestConfigAuthenticationInput",
|
|
4486
|
+
"description": null,
|
|
4487
|
+
"fields": null,
|
|
4488
|
+
"inputFields": [
|
|
4489
|
+
{
|
|
4490
|
+
"name": "did",
|
|
4491
|
+
"description": null,
|
|
4492
|
+
"type": {
|
|
4493
|
+
"kind": "SCALAR",
|
|
4494
|
+
"name": "String",
|
|
4495
|
+
"ofType": null
|
|
4496
|
+
},
|
|
4497
|
+
"defaultValue": null
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
"name": "authentication",
|
|
4501
|
+
"description": null,
|
|
4502
|
+
"type": {
|
|
4503
|
+
"kind": "SCALAR",
|
|
4504
|
+
"name": "String",
|
|
4505
|
+
"ofType": null
|
|
4506
|
+
},
|
|
4507
|
+
"defaultValue": null
|
|
4508
|
+
},
|
|
4509
|
+
{
|
|
4510
|
+
"name": "oauth",
|
|
4511
|
+
"description": null,
|
|
4512
|
+
"type": {
|
|
4513
|
+
"kind": "SCALAR",
|
|
4514
|
+
"name": "String",
|
|
4515
|
+
"ofType": null
|
|
4516
|
+
},
|
|
4517
|
+
"defaultValue": null
|
|
4518
|
+
}
|
|
4519
|
+
],
|
|
4520
|
+
"interfaces": null,
|
|
4521
|
+
"enumValues": null,
|
|
4522
|
+
"possibleTypes": null
|
|
4523
|
+
},
|
|
4483
4524
|
{
|
|
4484
4525
|
"kind": "INPUT_OBJECT",
|
|
4485
4526
|
"name": "RequestConfigBlockletInput",
|
|
@@ -4529,7 +4570,7 @@
|
|
|
4529
4570
|
},
|
|
4530
4571
|
{
|
|
4531
4572
|
"kind": "INPUT_OBJECT",
|
|
4532
|
-
"name": "
|
|
4573
|
+
"name": "RequestConfigDidConnectInput",
|
|
4533
4574
|
"description": null,
|
|
4534
4575
|
"fields": null,
|
|
4535
4576
|
"inputFields": [
|
|
@@ -4544,20 +4585,12 @@
|
|
|
4544
4585
|
"defaultValue": null
|
|
4545
4586
|
},
|
|
4546
4587
|
{
|
|
4547
|
-
"name": "
|
|
4588
|
+
"name": "didConnect",
|
|
4548
4589
|
"description": null,
|
|
4549
4590
|
"type": {
|
|
4550
|
-
"kind": "
|
|
4551
|
-
"name":
|
|
4552
|
-
"ofType":
|
|
4553
|
-
"kind": "NON_NULL",
|
|
4554
|
-
"name": null,
|
|
4555
|
-
"ofType": {
|
|
4556
|
-
"kind": "INPUT_OBJECT",
|
|
4557
|
-
"name": "ConfigNavigationInput",
|
|
4558
|
-
"ofType": null
|
|
4559
|
-
}
|
|
4560
|
-
}
|
|
4591
|
+
"kind": "SCALAR",
|
|
4592
|
+
"name": "String",
|
|
4593
|
+
"ofType": null
|
|
4561
4594
|
},
|
|
4562
4595
|
"defaultValue": null
|
|
4563
4596
|
}
|
|
@@ -4568,7 +4601,7 @@
|
|
|
4568
4601
|
},
|
|
4569
4602
|
{
|
|
4570
4603
|
"kind": "INPUT_OBJECT",
|
|
4571
|
-
"name": "
|
|
4604
|
+
"name": "RequestConfigNavigationsInput",
|
|
4572
4605
|
"description": null,
|
|
4573
4606
|
"fields": null,
|
|
4574
4607
|
"inputFields": [
|
|
@@ -4583,12 +4616,20 @@
|
|
|
4583
4616
|
"defaultValue": null
|
|
4584
4617
|
},
|
|
4585
4618
|
{
|
|
4586
|
-
"name": "
|
|
4619
|
+
"name": "navigations",
|
|
4587
4620
|
"description": null,
|
|
4588
4621
|
"type": {
|
|
4589
|
-
"kind": "
|
|
4590
|
-
"name":
|
|
4591
|
-
"ofType":
|
|
4622
|
+
"kind": "LIST",
|
|
4623
|
+
"name": null,
|
|
4624
|
+
"ofType": {
|
|
4625
|
+
"kind": "NON_NULL",
|
|
4626
|
+
"name": null,
|
|
4627
|
+
"ofType": {
|
|
4628
|
+
"kind": "INPUT_OBJECT",
|
|
4629
|
+
"name": "ConfigNavigationInput",
|
|
4630
|
+
"ofType": null
|
|
4631
|
+
}
|
|
4632
|
+
}
|
|
4592
4633
|
},
|
|
4593
4634
|
"defaultValue": null
|
|
4594
4635
|
}
|
|
@@ -4599,7 +4640,7 @@
|
|
|
4599
4640
|
},
|
|
4600
4641
|
{
|
|
4601
4642
|
"kind": "INPUT_OBJECT",
|
|
4602
|
-
"name": "
|
|
4643
|
+
"name": "RequestConfigNotificationInput",
|
|
4603
4644
|
"description": null,
|
|
4604
4645
|
"fields": null,
|
|
4605
4646
|
"inputFields": [
|
|
@@ -4614,7 +4655,7 @@
|
|
|
4614
4655
|
"defaultValue": null
|
|
4615
4656
|
},
|
|
4616
4657
|
{
|
|
4617
|
-
"name": "
|
|
4658
|
+
"name": "notification",
|
|
4618
4659
|
"description": null,
|
|
4619
4660
|
"type": {
|
|
4620
4661
|
"kind": "SCALAR",
|
|
@@ -7285,6 +7326,46 @@
|
|
|
7285
7326
|
"ofType": null
|
|
7286
7327
|
},
|
|
7287
7328
|
"defaultValue": null
|
|
7329
|
+
},
|
|
7330
|
+
{
|
|
7331
|
+
"name": "paging",
|
|
7332
|
+
"description": null,
|
|
7333
|
+
"type": {
|
|
7334
|
+
"kind": "INPUT_OBJECT",
|
|
7335
|
+
"name": "PagingInput",
|
|
7336
|
+
"ofType": null
|
|
7337
|
+
},
|
|
7338
|
+
"defaultValue": null
|
|
7339
|
+
},
|
|
7340
|
+
{
|
|
7341
|
+
"name": "search",
|
|
7342
|
+
"description": null,
|
|
7343
|
+
"type": {
|
|
7344
|
+
"kind": "SCALAR",
|
|
7345
|
+
"name": "String",
|
|
7346
|
+
"ofType": null
|
|
7347
|
+
},
|
|
7348
|
+
"defaultValue": null
|
|
7349
|
+
},
|
|
7350
|
+
{
|
|
7351
|
+
"name": "external",
|
|
7352
|
+
"description": null,
|
|
7353
|
+
"type": {
|
|
7354
|
+
"kind": "SCALAR",
|
|
7355
|
+
"name": "Boolean",
|
|
7356
|
+
"ofType": null
|
|
7357
|
+
},
|
|
7358
|
+
"defaultValue": null
|
|
7359
|
+
},
|
|
7360
|
+
{
|
|
7361
|
+
"name": "sort",
|
|
7362
|
+
"description": null,
|
|
7363
|
+
"type": {
|
|
7364
|
+
"kind": "INPUT_OBJECT",
|
|
7365
|
+
"name": "SortInput",
|
|
7366
|
+
"ofType": null
|
|
7367
|
+
},
|
|
7368
|
+
"defaultValue": null
|
|
7288
7369
|
}
|
|
7289
7370
|
],
|
|
7290
7371
|
"interfaces": null,
|
|
@@ -7876,27 +7957,6 @@
|
|
|
7876
7957
|
"enumValues": null,
|
|
7877
7958
|
"possibleTypes": null
|
|
7878
7959
|
},
|
|
7879
|
-
{
|
|
7880
|
-
"kind": "INPUT_OBJECT",
|
|
7881
|
-
"name": "RequestGetRoutingSnapshotsInput",
|
|
7882
|
-
"description": null,
|
|
7883
|
-
"fields": null,
|
|
7884
|
-
"inputFields": [
|
|
7885
|
-
{
|
|
7886
|
-
"name": "limit",
|
|
7887
|
-
"description": null,
|
|
7888
|
-
"type": {
|
|
7889
|
-
"kind": "SCALAR",
|
|
7890
|
-
"name": "Int32",
|
|
7891
|
-
"ofType": null
|
|
7892
|
-
},
|
|
7893
|
-
"defaultValue": null
|
|
7894
|
-
}
|
|
7895
|
-
],
|
|
7896
|
-
"interfaces": null,
|
|
7897
|
-
"enumValues": null,
|
|
7898
|
-
"possibleTypes": null
|
|
7899
|
-
},
|
|
7900
7960
|
{
|
|
7901
7961
|
"kind": "INPUT_OBJECT",
|
|
7902
7962
|
"name": "RequestGetSelectedResourcesInput",
|
|
@@ -7969,27 +8029,6 @@
|
|
|
7969
8029
|
"enumValues": null,
|
|
7970
8030
|
"possibleTypes": null
|
|
7971
8031
|
},
|
|
7972
|
-
{
|
|
7973
|
-
"kind": "INPUT_OBJECT",
|
|
7974
|
-
"name": "RequestGetSnapshotSitesInput",
|
|
7975
|
-
"description": null,
|
|
7976
|
-
"fields": null,
|
|
7977
|
-
"inputFields": [
|
|
7978
|
-
{
|
|
7979
|
-
"name": "hash",
|
|
7980
|
-
"description": null,
|
|
7981
|
-
"type": {
|
|
7982
|
-
"kind": "SCALAR",
|
|
7983
|
-
"name": "String",
|
|
7984
|
-
"ofType": null
|
|
7985
|
-
},
|
|
7986
|
-
"defaultValue": null
|
|
7987
|
-
}
|
|
7988
|
-
],
|
|
7989
|
-
"interfaces": null,
|
|
7990
|
-
"enumValues": null,
|
|
7991
|
-
"possibleTypes": null
|
|
7992
|
-
},
|
|
7993
8032
|
{
|
|
7994
8033
|
"kind": "INPUT_OBJECT",
|
|
7995
8034
|
"name": "RequestGetTrafficInsightsInput",
|
|
@@ -8226,6 +8265,153 @@
|
|
|
8226
8265
|
"enumValues": null,
|
|
8227
8266
|
"possibleTypes": null
|
|
8228
8267
|
},
|
|
8268
|
+
{
|
|
8269
|
+
"kind": "INPUT_OBJECT",
|
|
8270
|
+
"name": "RequestInstallBlockletInput",
|
|
8271
|
+
"description": null,
|
|
8272
|
+
"fields": null,
|
|
8273
|
+
"inputFields": [
|
|
8274
|
+
{
|
|
8275
|
+
"name": "type",
|
|
8276
|
+
"description": null,
|
|
8277
|
+
"type": {
|
|
8278
|
+
"kind": "SCALAR",
|
|
8279
|
+
"name": "String",
|
|
8280
|
+
"ofType": null
|
|
8281
|
+
},
|
|
8282
|
+
"defaultValue": null
|
|
8283
|
+
},
|
|
8284
|
+
{
|
|
8285
|
+
"name": "did",
|
|
8286
|
+
"description": null,
|
|
8287
|
+
"type": {
|
|
8288
|
+
"kind": "SCALAR",
|
|
8289
|
+
"name": "String",
|
|
8290
|
+
"ofType": null
|
|
8291
|
+
},
|
|
8292
|
+
"defaultValue": null
|
|
8293
|
+
},
|
|
8294
|
+
{
|
|
8295
|
+
"name": "storeUrl",
|
|
8296
|
+
"description": null,
|
|
8297
|
+
"type": {
|
|
8298
|
+
"kind": "SCALAR",
|
|
8299
|
+
"name": "String",
|
|
8300
|
+
"ofType": null
|
|
8301
|
+
},
|
|
8302
|
+
"defaultValue": null
|
|
8303
|
+
},
|
|
8304
|
+
{
|
|
8305
|
+
"name": "url",
|
|
8306
|
+
"description": null,
|
|
8307
|
+
"type": {
|
|
8308
|
+
"kind": "SCALAR",
|
|
8309
|
+
"name": "String",
|
|
8310
|
+
"ofType": null
|
|
8311
|
+
},
|
|
8312
|
+
"defaultValue": null
|
|
8313
|
+
},
|
|
8314
|
+
{
|
|
8315
|
+
"name": "file",
|
|
8316
|
+
"description": null,
|
|
8317
|
+
"type": {
|
|
8318
|
+
"kind": "SCALAR",
|
|
8319
|
+
"name": "Upload",
|
|
8320
|
+
"ofType": null
|
|
8321
|
+
},
|
|
8322
|
+
"defaultValue": null
|
|
8323
|
+
},
|
|
8324
|
+
{
|
|
8325
|
+
"name": "diffVersion",
|
|
8326
|
+
"description": null,
|
|
8327
|
+
"type": {
|
|
8328
|
+
"kind": "SCALAR",
|
|
8329
|
+
"name": "String",
|
|
8330
|
+
"ofType": null
|
|
8331
|
+
},
|
|
8332
|
+
"defaultValue": null
|
|
8333
|
+
},
|
|
8334
|
+
{
|
|
8335
|
+
"name": "deleteSet",
|
|
8336
|
+
"description": null,
|
|
8337
|
+
"type": {
|
|
8338
|
+
"kind": "LIST",
|
|
8339
|
+
"name": null,
|
|
8340
|
+
"ofType": {
|
|
8341
|
+
"kind": "NON_NULL",
|
|
8342
|
+
"name": null,
|
|
8343
|
+
"ofType": {
|
|
8344
|
+
"kind": "SCALAR",
|
|
8345
|
+
"name": "String",
|
|
8346
|
+
"ofType": null
|
|
8347
|
+
}
|
|
8348
|
+
}
|
|
8349
|
+
},
|
|
8350
|
+
"defaultValue": null
|
|
8351
|
+
},
|
|
8352
|
+
{
|
|
8353
|
+
"name": "title",
|
|
8354
|
+
"description": null,
|
|
8355
|
+
"type": {
|
|
8356
|
+
"kind": "SCALAR",
|
|
8357
|
+
"name": "String",
|
|
8358
|
+
"ofType": null
|
|
8359
|
+
},
|
|
8360
|
+
"defaultValue": null
|
|
8361
|
+
},
|
|
8362
|
+
{
|
|
8363
|
+
"name": "description",
|
|
8364
|
+
"description": null,
|
|
8365
|
+
"type": {
|
|
8366
|
+
"kind": "SCALAR",
|
|
8367
|
+
"name": "String",
|
|
8368
|
+
"ofType": null
|
|
8369
|
+
},
|
|
8370
|
+
"defaultValue": null
|
|
8371
|
+
},
|
|
8372
|
+
{
|
|
8373
|
+
"name": "startImmediately",
|
|
8374
|
+
"description": null,
|
|
8375
|
+
"type": {
|
|
8376
|
+
"kind": "SCALAR",
|
|
8377
|
+
"name": "Boolean",
|
|
8378
|
+
"ofType": null
|
|
8379
|
+
},
|
|
8380
|
+
"defaultValue": null
|
|
8381
|
+
},
|
|
8382
|
+
{
|
|
8383
|
+
"name": "appSk",
|
|
8384
|
+
"description": null,
|
|
8385
|
+
"type": {
|
|
8386
|
+
"kind": "SCALAR",
|
|
8387
|
+
"name": "String",
|
|
8388
|
+
"ofType": null
|
|
8389
|
+
},
|
|
8390
|
+
"defaultValue": null
|
|
8391
|
+
},
|
|
8392
|
+
{
|
|
8393
|
+
"name": "downloadTokenList",
|
|
8394
|
+
"description": null,
|
|
8395
|
+
"type": {
|
|
8396
|
+
"kind": "LIST",
|
|
8397
|
+
"name": null,
|
|
8398
|
+
"ofType": {
|
|
8399
|
+
"kind": "NON_NULL",
|
|
8400
|
+
"name": null,
|
|
8401
|
+
"ofType": {
|
|
8402
|
+
"kind": "INPUT_OBJECT",
|
|
8403
|
+
"name": "DownloadTokenInput",
|
|
8404
|
+
"ofType": null
|
|
8405
|
+
}
|
|
8406
|
+
}
|
|
8407
|
+
},
|
|
8408
|
+
"defaultValue": null
|
|
8409
|
+
}
|
|
8410
|
+
],
|
|
8411
|
+
"interfaces": null,
|
|
8412
|
+
"enumValues": null,
|
|
8413
|
+
"possibleTypes": null
|
|
8414
|
+
},
|
|
8229
8415
|
{
|
|
8230
8416
|
"kind": "INPUT_OBJECT",
|
|
8231
8417
|
"name": "RequestInstallComponentInput",
|
|
@@ -9147,47 +9333,6 @@
|
|
|
9147
9333
|
"enumValues": null,
|
|
9148
9334
|
"possibleTypes": null
|
|
9149
9335
|
},
|
|
9150
|
-
{
|
|
9151
|
-
"kind": "INPUT_OBJECT",
|
|
9152
|
-
"name": "RequestNodeRoutingInput",
|
|
9153
|
-
"description": null,
|
|
9154
|
-
"fields": null,
|
|
9155
|
-
"inputFields": [
|
|
9156
|
-
{
|
|
9157
|
-
"name": "provider",
|
|
9158
|
-
"description": null,
|
|
9159
|
-
"type": {
|
|
9160
|
-
"kind": "SCALAR",
|
|
9161
|
-
"name": "String",
|
|
9162
|
-
"ofType": null
|
|
9163
|
-
},
|
|
9164
|
-
"defaultValue": null
|
|
9165
|
-
},
|
|
9166
|
-
{
|
|
9167
|
-
"name": "snapshotHash",
|
|
9168
|
-
"description": null,
|
|
9169
|
-
"type": {
|
|
9170
|
-
"kind": "SCALAR",
|
|
9171
|
-
"name": "String",
|
|
9172
|
-
"ofType": null
|
|
9173
|
-
},
|
|
9174
|
-
"defaultValue": null
|
|
9175
|
-
},
|
|
9176
|
-
{
|
|
9177
|
-
"name": "forceRepopulate",
|
|
9178
|
-
"description": null,
|
|
9179
|
-
"type": {
|
|
9180
|
-
"kind": "SCALAR",
|
|
9181
|
-
"name": "Boolean",
|
|
9182
|
-
"ofType": null
|
|
9183
|
-
},
|
|
9184
|
-
"defaultValue": null
|
|
9185
|
-
}
|
|
9186
|
-
],
|
|
9187
|
-
"interfaces": null,
|
|
9188
|
-
"enumValues": null,
|
|
9189
|
-
"possibleTypes": null
|
|
9190
|
-
},
|
|
9191
9336
|
{
|
|
9192
9337
|
"kind": "INPUT_OBJECT",
|
|
9193
9338
|
"name": "RequestNodeRuntimeHistoryInput",
|
|
@@ -10585,37 +10730,6 @@
|
|
|
10585
10730
|
"enumValues": null,
|
|
10586
10731
|
"possibleTypes": null
|
|
10587
10732
|
},
|
|
10588
|
-
{
|
|
10589
|
-
"kind": "INPUT_OBJECT",
|
|
10590
|
-
"name": "RequestTakeRoutingSnapshotInput",
|
|
10591
|
-
"description": null,
|
|
10592
|
-
"fields": null,
|
|
10593
|
-
"inputFields": [
|
|
10594
|
-
{
|
|
10595
|
-
"name": "dryRun",
|
|
10596
|
-
"description": null,
|
|
10597
|
-
"type": {
|
|
10598
|
-
"kind": "SCALAR",
|
|
10599
|
-
"name": "Boolean",
|
|
10600
|
-
"ofType": null
|
|
10601
|
-
},
|
|
10602
|
-
"defaultValue": null
|
|
10603
|
-
},
|
|
10604
|
-
{
|
|
10605
|
-
"name": "message",
|
|
10606
|
-
"description": null,
|
|
10607
|
-
"type": {
|
|
10608
|
-
"kind": "SCALAR",
|
|
10609
|
-
"name": "String",
|
|
10610
|
-
"ofType": null
|
|
10611
|
-
},
|
|
10612
|
-
"defaultValue": null
|
|
10613
|
-
}
|
|
10614
|
-
],
|
|
10615
|
-
"interfaces": null,
|
|
10616
|
-
"enumValues": null,
|
|
10617
|
-
"possibleTypes": null
|
|
10618
|
-
},
|
|
10619
10733
|
{
|
|
10620
10734
|
"kind": "INPUT_OBJECT",
|
|
10621
10735
|
"name": "RequestTeamPermissionInput",
|
|
@@ -12238,143 +12352,6 @@
|
|
|
12238
12352
|
"enumValues": null,
|
|
12239
12353
|
"possibleTypes": null
|
|
12240
12354
|
},
|
|
12241
|
-
{
|
|
12242
|
-
"kind": "INPUT_OBJECT",
|
|
12243
|
-
"name": "RequestVersionedBlockletInput",
|
|
12244
|
-
"description": null,
|
|
12245
|
-
"fields": null,
|
|
12246
|
-
"inputFields": [
|
|
12247
|
-
{
|
|
12248
|
-
"name": "type",
|
|
12249
|
-
"description": null,
|
|
12250
|
-
"type": {
|
|
12251
|
-
"kind": "SCALAR",
|
|
12252
|
-
"name": "String",
|
|
12253
|
-
"ofType": null
|
|
12254
|
-
},
|
|
12255
|
-
"defaultValue": null
|
|
12256
|
-
},
|
|
12257
|
-
{
|
|
12258
|
-
"name": "did",
|
|
12259
|
-
"description": null,
|
|
12260
|
-
"type": {
|
|
12261
|
-
"kind": "SCALAR",
|
|
12262
|
-
"name": "String",
|
|
12263
|
-
"ofType": null
|
|
12264
|
-
},
|
|
12265
|
-
"defaultValue": null
|
|
12266
|
-
},
|
|
12267
|
-
{
|
|
12268
|
-
"name": "storeUrl",
|
|
12269
|
-
"description": null,
|
|
12270
|
-
"type": {
|
|
12271
|
-
"kind": "SCALAR",
|
|
12272
|
-
"name": "String",
|
|
12273
|
-
"ofType": null
|
|
12274
|
-
},
|
|
12275
|
-
"defaultValue": null
|
|
12276
|
-
},
|
|
12277
|
-
{
|
|
12278
|
-
"name": "url",
|
|
12279
|
-
"description": null,
|
|
12280
|
-
"type": {
|
|
12281
|
-
"kind": "SCALAR",
|
|
12282
|
-
"name": "String",
|
|
12283
|
-
"ofType": null
|
|
12284
|
-
},
|
|
12285
|
-
"defaultValue": null
|
|
12286
|
-
},
|
|
12287
|
-
{
|
|
12288
|
-
"name": "file",
|
|
12289
|
-
"description": null,
|
|
12290
|
-
"type": {
|
|
12291
|
-
"kind": "SCALAR",
|
|
12292
|
-
"name": "Upload",
|
|
12293
|
-
"ofType": null
|
|
12294
|
-
},
|
|
12295
|
-
"defaultValue": null
|
|
12296
|
-
},
|
|
12297
|
-
{
|
|
12298
|
-
"name": "diffVersion",
|
|
12299
|
-
"description": null,
|
|
12300
|
-
"type": {
|
|
12301
|
-
"kind": "SCALAR",
|
|
12302
|
-
"name": "String",
|
|
12303
|
-
"ofType": null
|
|
12304
|
-
},
|
|
12305
|
-
"defaultValue": null
|
|
12306
|
-
},
|
|
12307
|
-
{
|
|
12308
|
-
"name": "deleteSet",
|
|
12309
|
-
"description": null,
|
|
12310
|
-
"type": {
|
|
12311
|
-
"kind": "LIST",
|
|
12312
|
-
"name": null,
|
|
12313
|
-
"ofType": {
|
|
12314
|
-
"kind": "NON_NULL",
|
|
12315
|
-
"name": null,
|
|
12316
|
-
"ofType": {
|
|
12317
|
-
"kind": "SCALAR",
|
|
12318
|
-
"name": "String",
|
|
12319
|
-
"ofType": null
|
|
12320
|
-
}
|
|
12321
|
-
}
|
|
12322
|
-
},
|
|
12323
|
-
"defaultValue": null
|
|
12324
|
-
},
|
|
12325
|
-
{
|
|
12326
|
-
"name": "title",
|
|
12327
|
-
"description": null,
|
|
12328
|
-
"type": {
|
|
12329
|
-
"kind": "SCALAR",
|
|
12330
|
-
"name": "String",
|
|
12331
|
-
"ofType": null
|
|
12332
|
-
},
|
|
12333
|
-
"defaultValue": null
|
|
12334
|
-
},
|
|
12335
|
-
{
|
|
12336
|
-
"name": "description",
|
|
12337
|
-
"description": null,
|
|
12338
|
-
"type": {
|
|
12339
|
-
"kind": "SCALAR",
|
|
12340
|
-
"name": "String",
|
|
12341
|
-
"ofType": null
|
|
12342
|
-
},
|
|
12343
|
-
"defaultValue": null
|
|
12344
|
-
},
|
|
12345
|
-
{
|
|
12346
|
-
"name": "startImmediately",
|
|
12347
|
-
"description": null,
|
|
12348
|
-
"type": {
|
|
12349
|
-
"kind": "SCALAR",
|
|
12350
|
-
"name": "Boolean",
|
|
12351
|
-
"ofType": null
|
|
12352
|
-
},
|
|
12353
|
-
"defaultValue": null
|
|
12354
|
-
},
|
|
12355
|
-
{
|
|
12356
|
-
"name": "downloadTokenList",
|
|
12357
|
-
"description": null,
|
|
12358
|
-
"type": {
|
|
12359
|
-
"kind": "LIST",
|
|
12360
|
-
"name": null,
|
|
12361
|
-
"ofType": {
|
|
12362
|
-
"kind": "NON_NULL",
|
|
12363
|
-
"name": null,
|
|
12364
|
-
"ofType": {
|
|
12365
|
-
"kind": "INPUT_OBJECT",
|
|
12366
|
-
"name": "DownloadTokenInput",
|
|
12367
|
-
"ofType": null
|
|
12368
|
-
}
|
|
12369
|
-
}
|
|
12370
|
-
},
|
|
12371
|
-
"defaultValue": null
|
|
12372
|
-
}
|
|
12373
|
-
],
|
|
12374
|
-
"interfaces": null,
|
|
12375
|
-
"enumValues": null,
|
|
12376
|
-
"possibleTypes": null
|
|
12377
|
-
},
|
|
12378
12355
|
{
|
|
12379
12356
|
"kind": "INPUT_OBJECT",
|
|
12380
12357
|
"name": "RoleUpdateInput",
|
|
@@ -12770,6 +12747,37 @@
|
|
|
12770
12747
|
"enumValues": null,
|
|
12771
12748
|
"possibleTypes": null
|
|
12772
12749
|
},
|
|
12750
|
+
{
|
|
12751
|
+
"kind": "INPUT_OBJECT",
|
|
12752
|
+
"name": "SortInput",
|
|
12753
|
+
"description": null,
|
|
12754
|
+
"fields": null,
|
|
12755
|
+
"inputFields": [
|
|
12756
|
+
{
|
|
12757
|
+
"name": "field",
|
|
12758
|
+
"description": null,
|
|
12759
|
+
"type": {
|
|
12760
|
+
"kind": "SCALAR",
|
|
12761
|
+
"name": "String",
|
|
12762
|
+
"ofType": null
|
|
12763
|
+
},
|
|
12764
|
+
"defaultValue": null
|
|
12765
|
+
},
|
|
12766
|
+
{
|
|
12767
|
+
"name": "direction",
|
|
12768
|
+
"description": null,
|
|
12769
|
+
"type": {
|
|
12770
|
+
"kind": "SCALAR",
|
|
12771
|
+
"name": "String",
|
|
12772
|
+
"ofType": null
|
|
12773
|
+
},
|
|
12774
|
+
"defaultValue": null
|
|
12775
|
+
}
|
|
12776
|
+
],
|
|
12777
|
+
"interfaces": null,
|
|
12778
|
+
"enumValues": null,
|
|
12779
|
+
"possibleTypes": null
|
|
12780
|
+
},
|
|
12773
12781
|
{
|
|
12774
12782
|
"kind": "INPUT_OBJECT",
|
|
12775
12783
|
"name": "SpaceGatewayInput",
|
|
@@ -18386,7 +18394,7 @@
|
|
|
18386
18394
|
"deprecationReason": null
|
|
18387
18395
|
},
|
|
18388
18396
|
{
|
|
18389
|
-
"name": "
|
|
18397
|
+
"name": "authentication",
|
|
18390
18398
|
"description": null,
|
|
18391
18399
|
"args": [],
|
|
18392
18400
|
"type": {
|
|
@@ -18568,6 +18576,30 @@
|
|
|
18568
18576
|
},
|
|
18569
18577
|
"isDeprecated": false,
|
|
18570
18578
|
"deprecationReason": null
|
|
18579
|
+
},
|
|
18580
|
+
{
|
|
18581
|
+
"name": "didConnect",
|
|
18582
|
+
"description": null,
|
|
18583
|
+
"args": [],
|
|
18584
|
+
"type": {
|
|
18585
|
+
"kind": "SCALAR",
|
|
18586
|
+
"name": "Any",
|
|
18587
|
+
"ofType": null
|
|
18588
|
+
},
|
|
18589
|
+
"isDeprecated": false,
|
|
18590
|
+
"deprecationReason": null
|
|
18591
|
+
},
|
|
18592
|
+
{
|
|
18593
|
+
"name": "oauth",
|
|
18594
|
+
"description": null,
|
|
18595
|
+
"args": [],
|
|
18596
|
+
"type": {
|
|
18597
|
+
"kind": "SCALAR",
|
|
18598
|
+
"name": "Any",
|
|
18599
|
+
"ofType": null
|
|
18600
|
+
},
|
|
18601
|
+
"isDeprecated": false,
|
|
18602
|
+
"deprecationReason": null
|
|
18571
18603
|
}
|
|
18572
18604
|
],
|
|
18573
18605
|
"inputFields": null,
|
|
@@ -28814,6 +28846,18 @@
|
|
|
28814
28846
|
},
|
|
28815
28847
|
"isDeprecated": false,
|
|
28816
28848
|
"deprecationReason": null
|
|
28849
|
+
},
|
|
28850
|
+
{
|
|
28851
|
+
"name": "paging",
|
|
28852
|
+
"description": null,
|
|
28853
|
+
"args": [],
|
|
28854
|
+
"type": {
|
|
28855
|
+
"kind": "OBJECT",
|
|
28856
|
+
"name": "Paging",
|
|
28857
|
+
"ofType": null
|
|
28858
|
+
},
|
|
28859
|
+
"isDeprecated": false,
|
|
28860
|
+
"deprecationReason": null
|
|
28817
28861
|
}
|
|
28818
28862
|
],
|
|
28819
28863
|
"inputFields": null,
|
|
@@ -29621,170 +29665,84 @@
|
|
|
29621
29665
|
},
|
|
29622
29666
|
{
|
|
29623
29667
|
"kind": "OBJECT",
|
|
29624
|
-
"name": "
|
|
29625
|
-
"description": null,
|
|
29626
|
-
"fields": [
|
|
29627
|
-
{
|
|
29628
|
-
"name": "code",
|
|
29629
|
-
"description": null,
|
|
29630
|
-
"args": [],
|
|
29631
|
-
"type": {
|
|
29632
|
-
"kind": "ENUM",
|
|
29633
|
-
"name": "StatusCode",
|
|
29634
|
-
"ofType": null
|
|
29635
|
-
},
|
|
29636
|
-
"isDeprecated": false,
|
|
29637
|
-
"deprecationReason": null
|
|
29638
|
-
},
|
|
29639
|
-
{
|
|
29640
|
-
"name": "
|
|
29641
|
-
"description": null,
|
|
29642
|
-
"args": [],
|
|
29643
|
-
"type": {
|
|
29644
|
-
"kind": "LIST",
|
|
29645
|
-
"name": null,
|
|
29646
|
-
"ofType": {
|
|
29647
|
-
"kind": "NON_NULL",
|
|
29648
|
-
"name": null,
|
|
29649
|
-
"ofType": {
|
|
29650
|
-
"kind": "
|
|
29651
|
-
"name": "
|
|
29652
|
-
"ofType": null
|
|
29653
|
-
}
|
|
29654
|
-
}
|
|
29655
|
-
},
|
|
29656
|
-
"isDeprecated": false,
|
|
29657
|
-
"deprecationReason": null
|
|
29658
|
-
}
|
|
29659
|
-
],
|
|
29660
|
-
"inputFields": null,
|
|
29661
|
-
"interfaces": [],
|
|
29662
|
-
"enumValues": null,
|
|
29663
|
-
"possibleTypes": null
|
|
29664
|
-
},
|
|
29665
|
-
{
|
|
29666
|
-
"kind": "OBJECT",
|
|
29667
|
-
"name": "
|
|
29668
|
-
"description": null,
|
|
29669
|
-
"fields": [
|
|
29670
|
-
{
|
|
29671
|
-
"name": "code",
|
|
29672
|
-
"description": null,
|
|
29673
|
-
"args": [],
|
|
29674
|
-
"type": {
|
|
29675
|
-
"kind": "ENUM",
|
|
29676
|
-
"name": "StatusCode",
|
|
29677
|
-
"ofType": null
|
|
29678
|
-
},
|
|
29679
|
-
"isDeprecated": false,
|
|
29680
|
-
"deprecationReason": null
|
|
29681
|
-
},
|
|
29682
|
-
{
|
|
29683
|
-
"name": "
|
|
29684
|
-
"description": null,
|
|
29685
|
-
"args": [],
|
|
29686
|
-
"type": {
|
|
29687
|
-
"kind": "
|
|
29688
|
-
"name":
|
|
29689
|
-
"ofType":
|
|
29690
|
-
|
|
29691
|
-
|
|
29692
|
-
|
|
29693
|
-
|
|
29694
|
-
|
|
29695
|
-
|
|
29696
|
-
|
|
29697
|
-
|
|
29698
|
-
|
|
29699
|
-
|
|
29700
|
-
|
|
29701
|
-
|
|
29702
|
-
],
|
|
29703
|
-
"inputFields": null,
|
|
29704
|
-
"interfaces": [],
|
|
29705
|
-
"enumValues": null,
|
|
29706
|
-
"possibleTypes": null
|
|
29707
|
-
},
|
|
29708
|
-
{
|
|
29709
|
-
"kind": "OBJECT",
|
|
29710
|
-
"name": "ResponseGetSession",
|
|
29711
|
-
"description": null,
|
|
29712
|
-
"fields": [
|
|
29713
|
-
{
|
|
29714
|
-
"name": "code",
|
|
29715
|
-
"description": null,
|
|
29716
|
-
"args": [],
|
|
29717
|
-
"type": {
|
|
29718
|
-
"kind": "ENUM",
|
|
29719
|
-
"name": "StatusCode",
|
|
29720
|
-
"ofType": null
|
|
29721
|
-
},
|
|
29722
|
-
"isDeprecated": false,
|
|
29723
|
-
"deprecationReason": null
|
|
29724
|
-
},
|
|
29725
|
-
{
|
|
29726
|
-
"name": "session",
|
|
29727
|
-
"description": null,
|
|
29728
|
-
"args": [],
|
|
29729
|
-
"type": {
|
|
29730
|
-
"kind": "SCALAR",
|
|
29731
|
-
"name": "Any",
|
|
29732
|
-
"ofType": null
|
|
29733
|
-
},
|
|
29734
|
-
"isDeprecated": false,
|
|
29735
|
-
"deprecationReason": null
|
|
29736
|
-
}
|
|
29737
|
-
],
|
|
29738
|
-
"inputFields": null,
|
|
29739
|
-
"interfaces": [],
|
|
29740
|
-
"enumValues": null,
|
|
29741
|
-
"possibleTypes": null
|
|
29742
|
-
},
|
|
29743
|
-
{
|
|
29744
|
-
"kind": "OBJECT",
|
|
29745
|
-
"name": "ResponseGetSnapshotSites",
|
|
29746
|
-
"description": null,
|
|
29747
|
-
"fields": [
|
|
29748
|
-
{
|
|
29749
|
-
"name": "code",
|
|
29750
|
-
"description": null,
|
|
29751
|
-
"args": [],
|
|
29752
|
-
"type": {
|
|
29753
|
-
"kind": "ENUM",
|
|
29754
|
-
"name": "StatusCode",
|
|
29755
|
-
"ofType": null
|
|
29756
|
-
},
|
|
29757
|
-
"isDeprecated": false,
|
|
29758
|
-
"deprecationReason": null
|
|
29759
|
-
},
|
|
29760
|
-
{
|
|
29761
|
-
"name": "sites",
|
|
29762
|
-
"description": null,
|
|
29763
|
-
"args": [],
|
|
29764
|
-
"type": {
|
|
29765
|
-
"kind": "LIST",
|
|
29766
|
-
"name": null,
|
|
29767
|
-
"ofType": {
|
|
29768
|
-
"kind": "NON_NULL",
|
|
29769
|
-
"name": null,
|
|
29770
|
-
"ofType": {
|
|
29771
|
-
"kind": "OBJECT",
|
|
29772
|
-
"name": "RoutingSite",
|
|
29773
|
-
"ofType": null
|
|
29774
|
-
}
|
|
29775
|
-
}
|
|
29776
|
-
},
|
|
29777
|
-
"isDeprecated": false,
|
|
29778
|
-
"deprecationReason": null
|
|
29779
|
-
}
|
|
29780
|
-
],
|
|
29781
|
-
"inputFields": null,
|
|
29782
|
-
"interfaces": [],
|
|
29783
|
-
"enumValues": null,
|
|
29784
|
-
"possibleTypes": null
|
|
29785
|
-
},
|
|
29786
|
-
{
|
|
29787
|
-
"kind": "OBJECT",
|
|
29668
|
+
"name": "ResponseGetSelectedResources",
|
|
29669
|
+
"description": null,
|
|
29670
|
+
"fields": [
|
|
29671
|
+
{
|
|
29672
|
+
"name": "code",
|
|
29673
|
+
"description": null,
|
|
29674
|
+
"args": [],
|
|
29675
|
+
"type": {
|
|
29676
|
+
"kind": "ENUM",
|
|
29677
|
+
"name": "StatusCode",
|
|
29678
|
+
"ofType": null
|
|
29679
|
+
},
|
|
29680
|
+
"isDeprecated": false,
|
|
29681
|
+
"deprecationReason": null
|
|
29682
|
+
},
|
|
29683
|
+
{
|
|
29684
|
+
"name": "resources",
|
|
29685
|
+
"description": null,
|
|
29686
|
+
"args": [],
|
|
29687
|
+
"type": {
|
|
29688
|
+
"kind": "LIST",
|
|
29689
|
+
"name": null,
|
|
29690
|
+
"ofType": {
|
|
29691
|
+
"kind": "NON_NULL",
|
|
29692
|
+
"name": null,
|
|
29693
|
+
"ofType": {
|
|
29694
|
+
"kind": "SCALAR",
|
|
29695
|
+
"name": "String",
|
|
29696
|
+
"ofType": null
|
|
29697
|
+
}
|
|
29698
|
+
}
|
|
29699
|
+
},
|
|
29700
|
+
"isDeprecated": false,
|
|
29701
|
+
"deprecationReason": null
|
|
29702
|
+
}
|
|
29703
|
+
],
|
|
29704
|
+
"inputFields": null,
|
|
29705
|
+
"interfaces": [],
|
|
29706
|
+
"enumValues": null,
|
|
29707
|
+
"possibleTypes": null
|
|
29708
|
+
},
|
|
29709
|
+
{
|
|
29710
|
+
"kind": "OBJECT",
|
|
29711
|
+
"name": "ResponseGetSession",
|
|
29712
|
+
"description": null,
|
|
29713
|
+
"fields": [
|
|
29714
|
+
{
|
|
29715
|
+
"name": "code",
|
|
29716
|
+
"description": null,
|
|
29717
|
+
"args": [],
|
|
29718
|
+
"type": {
|
|
29719
|
+
"kind": "ENUM",
|
|
29720
|
+
"name": "StatusCode",
|
|
29721
|
+
"ofType": null
|
|
29722
|
+
},
|
|
29723
|
+
"isDeprecated": false,
|
|
29724
|
+
"deprecationReason": null
|
|
29725
|
+
},
|
|
29726
|
+
{
|
|
29727
|
+
"name": "session",
|
|
29728
|
+
"description": null,
|
|
29729
|
+
"args": [],
|
|
29730
|
+
"type": {
|
|
29731
|
+
"kind": "SCALAR",
|
|
29732
|
+
"name": "Any",
|
|
29733
|
+
"ofType": null
|
|
29734
|
+
},
|
|
29735
|
+
"isDeprecated": false,
|
|
29736
|
+
"deprecationReason": null
|
|
29737
|
+
}
|
|
29738
|
+
],
|
|
29739
|
+
"inputFields": null,
|
|
29740
|
+
"interfaces": [],
|
|
29741
|
+
"enumValues": null,
|
|
29742
|
+
"possibleTypes": null
|
|
29743
|
+
},
|
|
29744
|
+
{
|
|
29745
|
+
"kind": "OBJECT",
|
|
29788
29746
|
"name": "ResponseGetTrafficInsights",
|
|
29789
29747
|
"description": null,
|
|
29790
29748
|
"fields": [
|
|
@@ -31354,41 +31312,6 @@
|
|
|
31354
31312
|
"enumValues": null,
|
|
31355
31313
|
"possibleTypes": null
|
|
31356
31314
|
},
|
|
31357
|
-
{
|
|
31358
|
-
"kind": "OBJECT",
|
|
31359
|
-
"name": "ResponseTakeRoutingSnapshot",
|
|
31360
|
-
"description": null,
|
|
31361
|
-
"fields": [
|
|
31362
|
-
{
|
|
31363
|
-
"name": "code",
|
|
31364
|
-
"description": null,
|
|
31365
|
-
"args": [],
|
|
31366
|
-
"type": {
|
|
31367
|
-
"kind": "ENUM",
|
|
31368
|
-
"name": "StatusCode",
|
|
31369
|
-
"ofType": null
|
|
31370
|
-
},
|
|
31371
|
-
"isDeprecated": false,
|
|
31372
|
-
"deprecationReason": null
|
|
31373
|
-
},
|
|
31374
|
-
{
|
|
31375
|
-
"name": "hash",
|
|
31376
|
-
"description": null,
|
|
31377
|
-
"args": [],
|
|
31378
|
-
"type": {
|
|
31379
|
-
"kind": "SCALAR",
|
|
31380
|
-
"name": "String",
|
|
31381
|
-
"ofType": null
|
|
31382
|
-
},
|
|
31383
|
-
"isDeprecated": false,
|
|
31384
|
-
"deprecationReason": null
|
|
31385
|
-
}
|
|
31386
|
-
],
|
|
31387
|
-
"inputFields": null,
|
|
31388
|
-
"interfaces": [],
|
|
31389
|
-
"enumValues": null,
|
|
31390
|
-
"possibleTypes": null
|
|
31391
|
-
},
|
|
31392
31315
|
{
|
|
31393
31316
|
"kind": "OBJECT",
|
|
31394
31317
|
"name": "ResponseUpdateAccessKey",
|
|
@@ -32414,77 +32337,6 @@
|
|
|
32414
32337
|
"enumValues": null,
|
|
32415
32338
|
"possibleTypes": null
|
|
32416
32339
|
},
|
|
32417
|
-
{
|
|
32418
|
-
"kind": "OBJECT",
|
|
32419
|
-
"name": "RoutingSnapshot",
|
|
32420
|
-
"description": null,
|
|
32421
|
-
"fields": [
|
|
32422
|
-
{
|
|
32423
|
-
"name": "hash",
|
|
32424
|
-
"description": null,
|
|
32425
|
-
"args": [],
|
|
32426
|
-
"type": {
|
|
32427
|
-
"kind": "SCALAR",
|
|
32428
|
-
"name": "String",
|
|
32429
|
-
"ofType": null
|
|
32430
|
-
},
|
|
32431
|
-
"isDeprecated": false,
|
|
32432
|
-
"deprecationReason": null
|
|
32433
|
-
},
|
|
32434
|
-
{
|
|
32435
|
-
"name": "tree",
|
|
32436
|
-
"description": null,
|
|
32437
|
-
"args": [],
|
|
32438
|
-
"type": {
|
|
32439
|
-
"kind": "SCALAR",
|
|
32440
|
-
"name": "String",
|
|
32441
|
-
"ofType": null
|
|
32442
|
-
},
|
|
32443
|
-
"isDeprecated": false,
|
|
32444
|
-
"deprecationReason": null
|
|
32445
|
-
},
|
|
32446
|
-
{
|
|
32447
|
-
"name": "message",
|
|
32448
|
-
"description": null,
|
|
32449
|
-
"args": [],
|
|
32450
|
-
"type": {
|
|
32451
|
-
"kind": "SCALAR",
|
|
32452
|
-
"name": "String",
|
|
32453
|
-
"ofType": null
|
|
32454
|
-
},
|
|
32455
|
-
"isDeprecated": false,
|
|
32456
|
-
"deprecationReason": null
|
|
32457
|
-
},
|
|
32458
|
-
{
|
|
32459
|
-
"name": "author",
|
|
32460
|
-
"description": null,
|
|
32461
|
-
"args": [],
|
|
32462
|
-
"type": {
|
|
32463
|
-
"kind": "SCALAR",
|
|
32464
|
-
"name": "String",
|
|
32465
|
-
"ofType": null
|
|
32466
|
-
},
|
|
32467
|
-
"isDeprecated": false,
|
|
32468
|
-
"deprecationReason": null
|
|
32469
|
-
},
|
|
32470
|
-
{
|
|
32471
|
-
"name": "createdAt",
|
|
32472
|
-
"description": null,
|
|
32473
|
-
"args": [],
|
|
32474
|
-
"type": {
|
|
32475
|
-
"kind": "SCALAR",
|
|
32476
|
-
"name": "Uint32",
|
|
32477
|
-
"ofType": null
|
|
32478
|
-
},
|
|
32479
|
-
"isDeprecated": false,
|
|
32480
|
-
"deprecationReason": null
|
|
32481
|
-
}
|
|
32482
|
-
],
|
|
32483
|
-
"inputFields": null,
|
|
32484
|
-
"interfaces": [],
|
|
32485
|
-
"enumValues": null,
|
|
32486
|
-
"possibleTypes": null
|
|
32487
|
-
},
|
|
32488
32340
|
{
|
|
32489
32341
|
"kind": "OBJECT",
|
|
32490
32342
|
"name": "RuntimeInfo",
|
|
@@ -36646,7 +36498,7 @@
|
|
|
36646
36498
|
"description": null,
|
|
36647
36499
|
"type": {
|
|
36648
36500
|
"kind": "INPUT_OBJECT",
|
|
36649
|
-
"name": "
|
|
36501
|
+
"name": "RequestInstallBlockletInput",
|
|
36650
36502
|
"ofType": null
|
|
36651
36503
|
},
|
|
36652
36504
|
"defaultValue": null
|
|
@@ -36960,7 +36812,7 @@
|
|
|
36960
36812
|
"deprecationReason": null
|
|
36961
36813
|
},
|
|
36962
36814
|
{
|
|
36963
|
-
"name": "
|
|
36815
|
+
"name": "configAuthentication",
|
|
36964
36816
|
"description": null,
|
|
36965
36817
|
"args": [
|
|
36966
36818
|
{
|
|
@@ -36968,7 +36820,30 @@
|
|
|
36968
36820
|
"description": null,
|
|
36969
36821
|
"type": {
|
|
36970
36822
|
"kind": "INPUT_OBJECT",
|
|
36971
|
-
"name": "
|
|
36823
|
+
"name": "RequestConfigAuthenticationInput",
|
|
36824
|
+
"ofType": null
|
|
36825
|
+
},
|
|
36826
|
+
"defaultValue": null
|
|
36827
|
+
}
|
|
36828
|
+
],
|
|
36829
|
+
"type": {
|
|
36830
|
+
"kind": "OBJECT",
|
|
36831
|
+
"name": "ResponseBlocklet",
|
|
36832
|
+
"ofType": null
|
|
36833
|
+
},
|
|
36834
|
+
"isDeprecated": false,
|
|
36835
|
+
"deprecationReason": null
|
|
36836
|
+
},
|
|
36837
|
+
{
|
|
36838
|
+
"name": "configDidConnect",
|
|
36839
|
+
"description": null,
|
|
36840
|
+
"args": [
|
|
36841
|
+
{
|
|
36842
|
+
"name": "input",
|
|
36843
|
+
"description": null,
|
|
36844
|
+
"type": {
|
|
36845
|
+
"kind": "INPUT_OBJECT",
|
|
36846
|
+
"name": "RequestConfigDidConnectInput",
|
|
36972
36847
|
"ofType": null
|
|
36973
36848
|
},
|
|
36974
36849
|
"defaultValue": null
|
|
@@ -37580,29 +37455,6 @@
|
|
|
37580
37455
|
"isDeprecated": false,
|
|
37581
37456
|
"deprecationReason": null
|
|
37582
37457
|
},
|
|
37583
|
-
{
|
|
37584
|
-
"name": "updateNodeRouting",
|
|
37585
|
-
"description": null,
|
|
37586
|
-
"args": [
|
|
37587
|
-
{
|
|
37588
|
-
"name": "input",
|
|
37589
|
-
"description": null,
|
|
37590
|
-
"type": {
|
|
37591
|
-
"kind": "INPUT_OBJECT",
|
|
37592
|
-
"name": "RequestNodeRoutingInput",
|
|
37593
|
-
"ofType": null
|
|
37594
|
-
},
|
|
37595
|
-
"defaultValue": null
|
|
37596
|
-
}
|
|
37597
|
-
],
|
|
37598
|
-
"type": {
|
|
37599
|
-
"kind": "OBJECT",
|
|
37600
|
-
"name": "ResponseGetNodeInfo",
|
|
37601
|
-
"ofType": null
|
|
37602
|
-
},
|
|
37603
|
-
"isDeprecated": false,
|
|
37604
|
-
"deprecationReason": null
|
|
37605
|
-
},
|
|
37606
37458
|
{
|
|
37607
37459
|
"name": "upgradeNodeVersion",
|
|
37608
37460
|
"description": null,
|
|
@@ -38811,29 +38663,6 @@
|
|
|
38811
38663
|
"isDeprecated": false,
|
|
38812
38664
|
"deprecationReason": null
|
|
38813
38665
|
},
|
|
38814
|
-
{
|
|
38815
|
-
"name": "takeRoutingSnapshot",
|
|
38816
|
-
"description": null,
|
|
38817
|
-
"args": [
|
|
38818
|
-
{
|
|
38819
|
-
"name": "input",
|
|
38820
|
-
"description": null,
|
|
38821
|
-
"type": {
|
|
38822
|
-
"kind": "INPUT_OBJECT",
|
|
38823
|
-
"name": "RequestTakeRoutingSnapshotInput",
|
|
38824
|
-
"ofType": null
|
|
38825
|
-
},
|
|
38826
|
-
"defaultValue": null
|
|
38827
|
-
}
|
|
38828
|
-
],
|
|
38829
|
-
"type": {
|
|
38830
|
-
"kind": "OBJECT",
|
|
38831
|
-
"name": "ResponseTakeRoutingSnapshot",
|
|
38832
|
-
"ofType": null
|
|
38833
|
-
},
|
|
38834
|
-
"isDeprecated": false,
|
|
38835
|
-
"deprecationReason": null
|
|
38836
|
-
},
|
|
38837
38666
|
{
|
|
38838
38667
|
"name": "updateCertificate",
|
|
38839
38668
|
"description": null,
|
|
@@ -40424,52 +40253,6 @@
|
|
|
40424
40253
|
"isDeprecated": false,
|
|
40425
40254
|
"deprecationReason": null
|
|
40426
40255
|
},
|
|
40427
|
-
{
|
|
40428
|
-
"name": "getRoutingSnapshots",
|
|
40429
|
-
"description": null,
|
|
40430
|
-
"args": [
|
|
40431
|
-
{
|
|
40432
|
-
"name": "input",
|
|
40433
|
-
"description": null,
|
|
40434
|
-
"type": {
|
|
40435
|
-
"kind": "INPUT_OBJECT",
|
|
40436
|
-
"name": "RequestGetRoutingSnapshotsInput",
|
|
40437
|
-
"ofType": null
|
|
40438
|
-
},
|
|
40439
|
-
"defaultValue": null
|
|
40440
|
-
}
|
|
40441
|
-
],
|
|
40442
|
-
"type": {
|
|
40443
|
-
"kind": "OBJECT",
|
|
40444
|
-
"name": "ResponseGetRoutingSnapshots",
|
|
40445
|
-
"ofType": null
|
|
40446
|
-
},
|
|
40447
|
-
"isDeprecated": false,
|
|
40448
|
-
"deprecationReason": null
|
|
40449
|
-
},
|
|
40450
|
-
{
|
|
40451
|
-
"name": "getSnapshotSites",
|
|
40452
|
-
"description": null,
|
|
40453
|
-
"args": [
|
|
40454
|
-
{
|
|
40455
|
-
"name": "input",
|
|
40456
|
-
"description": null,
|
|
40457
|
-
"type": {
|
|
40458
|
-
"kind": "INPUT_OBJECT",
|
|
40459
|
-
"name": "RequestGetSnapshotSitesInput",
|
|
40460
|
-
"ofType": null
|
|
40461
|
-
},
|
|
40462
|
-
"defaultValue": null
|
|
40463
|
-
}
|
|
40464
|
-
],
|
|
40465
|
-
"type": {
|
|
40466
|
-
"kind": "OBJECT",
|
|
40467
|
-
"name": "ResponseGetSnapshotSites",
|
|
40468
|
-
"ofType": null
|
|
40469
|
-
},
|
|
40470
|
-
"isDeprecated": false,
|
|
40471
|
-
"deprecationReason": null
|
|
40472
|
-
},
|
|
40473
40256
|
{
|
|
40474
40257
|
"name": "getRoutingProviders",
|
|
40475
40258
|
"description": null,
|