@blocklet/server-js 1.17.7-beta-20251227-001958-ea2ba3f5 → 1.17.7-beta-20251229-085620-84f09930

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4505,6 +4505,16 @@
4505
4505
  "ofType": null
4506
4506
  },
4507
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
4508
4518
  }
4509
4519
  ],
4510
4520
  "interfaces": null,
@@ -7316,6 +7326,46 @@
7316
7326
  "ofType": null
7317
7327
  },
7318
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
7319
7369
  }
7320
7370
  ],
7321
7371
  "interfaces": null,
@@ -7907,27 +7957,6 @@
7907
7957
  "enumValues": null,
7908
7958
  "possibleTypes": null
7909
7959
  },
7910
- {
7911
- "kind": "INPUT_OBJECT",
7912
- "name": "RequestGetRoutingSnapshotsInput",
7913
- "description": null,
7914
- "fields": null,
7915
- "inputFields": [
7916
- {
7917
- "name": "limit",
7918
- "description": null,
7919
- "type": {
7920
- "kind": "SCALAR",
7921
- "name": "Int32",
7922
- "ofType": null
7923
- },
7924
- "defaultValue": null
7925
- }
7926
- ],
7927
- "interfaces": null,
7928
- "enumValues": null,
7929
- "possibleTypes": null
7930
- },
7931
7960
  {
7932
7961
  "kind": "INPUT_OBJECT",
7933
7962
  "name": "RequestGetSelectedResourcesInput",
@@ -8000,27 +8029,6 @@
8000
8029
  "enumValues": null,
8001
8030
  "possibleTypes": null
8002
8031
  },
8003
- {
8004
- "kind": "INPUT_OBJECT",
8005
- "name": "RequestGetSnapshotSitesInput",
8006
- "description": null,
8007
- "fields": null,
8008
- "inputFields": [
8009
- {
8010
- "name": "hash",
8011
- "description": null,
8012
- "type": {
8013
- "kind": "SCALAR",
8014
- "name": "String",
8015
- "ofType": null
8016
- },
8017
- "defaultValue": null
8018
- }
8019
- ],
8020
- "interfaces": null,
8021
- "enumValues": null,
8022
- "possibleTypes": null
8023
- },
8024
8032
  {
8025
8033
  "kind": "INPUT_OBJECT",
8026
8034
  "name": "RequestGetTrafficInsightsInput",
@@ -8257,6 +8265,153 @@
8257
8265
  "enumValues": null,
8258
8266
  "possibleTypes": null
8259
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
+ },
8260
8415
  {
8261
8416
  "kind": "INPUT_OBJECT",
8262
8417
  "name": "RequestInstallComponentInput",
@@ -9178,47 +9333,6 @@
9178
9333
  "enumValues": null,
9179
9334
  "possibleTypes": null
9180
9335
  },
9181
- {
9182
- "kind": "INPUT_OBJECT",
9183
- "name": "RequestNodeRoutingInput",
9184
- "description": null,
9185
- "fields": null,
9186
- "inputFields": [
9187
- {
9188
- "name": "provider",
9189
- "description": null,
9190
- "type": {
9191
- "kind": "SCALAR",
9192
- "name": "String",
9193
- "ofType": null
9194
- },
9195
- "defaultValue": null
9196
- },
9197
- {
9198
- "name": "snapshotHash",
9199
- "description": null,
9200
- "type": {
9201
- "kind": "SCALAR",
9202
- "name": "String",
9203
- "ofType": null
9204
- },
9205
- "defaultValue": null
9206
- },
9207
- {
9208
- "name": "forceRepopulate",
9209
- "description": null,
9210
- "type": {
9211
- "kind": "SCALAR",
9212
- "name": "Boolean",
9213
- "ofType": null
9214
- },
9215
- "defaultValue": null
9216
- }
9217
- ],
9218
- "interfaces": null,
9219
- "enumValues": null,
9220
- "possibleTypes": null
9221
- },
9222
9336
  {
9223
9337
  "kind": "INPUT_OBJECT",
9224
9338
  "name": "RequestNodeRuntimeHistoryInput",
@@ -10616,37 +10730,6 @@
10616
10730
  "enumValues": null,
10617
10731
  "possibleTypes": null
10618
10732
  },
10619
- {
10620
- "kind": "INPUT_OBJECT",
10621
- "name": "RequestTakeRoutingSnapshotInput",
10622
- "description": null,
10623
- "fields": null,
10624
- "inputFields": [
10625
- {
10626
- "name": "dryRun",
10627
- "description": null,
10628
- "type": {
10629
- "kind": "SCALAR",
10630
- "name": "Boolean",
10631
- "ofType": null
10632
- },
10633
- "defaultValue": null
10634
- },
10635
- {
10636
- "name": "message",
10637
- "description": null,
10638
- "type": {
10639
- "kind": "SCALAR",
10640
- "name": "String",
10641
- "ofType": null
10642
- },
10643
- "defaultValue": null
10644
- }
10645
- ],
10646
- "interfaces": null,
10647
- "enumValues": null,
10648
- "possibleTypes": null
10649
- },
10650
10733
  {
10651
10734
  "kind": "INPUT_OBJECT",
10652
10735
  "name": "RequestTeamPermissionInput",
@@ -12269,143 +12352,6 @@
12269
12352
  "enumValues": null,
12270
12353
  "possibleTypes": null
12271
12354
  },
12272
- {
12273
- "kind": "INPUT_OBJECT",
12274
- "name": "RequestVersionedBlockletInput",
12275
- "description": null,
12276
- "fields": null,
12277
- "inputFields": [
12278
- {
12279
- "name": "type",
12280
- "description": null,
12281
- "type": {
12282
- "kind": "SCALAR",
12283
- "name": "String",
12284
- "ofType": null
12285
- },
12286
- "defaultValue": null
12287
- },
12288
- {
12289
- "name": "did",
12290
- "description": null,
12291
- "type": {
12292
- "kind": "SCALAR",
12293
- "name": "String",
12294
- "ofType": null
12295
- },
12296
- "defaultValue": null
12297
- },
12298
- {
12299
- "name": "storeUrl",
12300
- "description": null,
12301
- "type": {
12302
- "kind": "SCALAR",
12303
- "name": "String",
12304
- "ofType": null
12305
- },
12306
- "defaultValue": null
12307
- },
12308
- {
12309
- "name": "url",
12310
- "description": null,
12311
- "type": {
12312
- "kind": "SCALAR",
12313
- "name": "String",
12314
- "ofType": null
12315
- },
12316
- "defaultValue": null
12317
- },
12318
- {
12319
- "name": "file",
12320
- "description": null,
12321
- "type": {
12322
- "kind": "SCALAR",
12323
- "name": "Upload",
12324
- "ofType": null
12325
- },
12326
- "defaultValue": null
12327
- },
12328
- {
12329
- "name": "diffVersion",
12330
- "description": null,
12331
- "type": {
12332
- "kind": "SCALAR",
12333
- "name": "String",
12334
- "ofType": null
12335
- },
12336
- "defaultValue": null
12337
- },
12338
- {
12339
- "name": "deleteSet",
12340
- "description": null,
12341
- "type": {
12342
- "kind": "LIST",
12343
- "name": null,
12344
- "ofType": {
12345
- "kind": "NON_NULL",
12346
- "name": null,
12347
- "ofType": {
12348
- "kind": "SCALAR",
12349
- "name": "String",
12350
- "ofType": null
12351
- }
12352
- }
12353
- },
12354
- "defaultValue": null
12355
- },
12356
- {
12357
- "name": "title",
12358
- "description": null,
12359
- "type": {
12360
- "kind": "SCALAR",
12361
- "name": "String",
12362
- "ofType": null
12363
- },
12364
- "defaultValue": null
12365
- },
12366
- {
12367
- "name": "description",
12368
- "description": null,
12369
- "type": {
12370
- "kind": "SCALAR",
12371
- "name": "String",
12372
- "ofType": null
12373
- },
12374
- "defaultValue": null
12375
- },
12376
- {
12377
- "name": "startImmediately",
12378
- "description": null,
12379
- "type": {
12380
- "kind": "SCALAR",
12381
- "name": "Boolean",
12382
- "ofType": null
12383
- },
12384
- "defaultValue": null
12385
- },
12386
- {
12387
- "name": "downloadTokenList",
12388
- "description": null,
12389
- "type": {
12390
- "kind": "LIST",
12391
- "name": null,
12392
- "ofType": {
12393
- "kind": "NON_NULL",
12394
- "name": null,
12395
- "ofType": {
12396
- "kind": "INPUT_OBJECT",
12397
- "name": "DownloadTokenInput",
12398
- "ofType": null
12399
- }
12400
- }
12401
- },
12402
- "defaultValue": null
12403
- }
12404
- ],
12405
- "interfaces": null,
12406
- "enumValues": null,
12407
- "possibleTypes": null
12408
- },
12409
12355
  {
12410
12356
  "kind": "INPUT_OBJECT",
12411
12357
  "name": "RoleUpdateInput",
@@ -12801,6 +12747,37 @@
12801
12747
  "enumValues": null,
12802
12748
  "possibleTypes": null
12803
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
+ },
12804
12781
  {
12805
12782
  "kind": "INPUT_OBJECT",
12806
12783
  "name": "SpaceGatewayInput",
@@ -18611,6 +18588,18 @@
18611
18588
  },
18612
18589
  "isDeprecated": false,
18613
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
18614
18603
  }
18615
18604
  ],
18616
18605
  "inputFields": null,
@@ -28857,6 +28846,18 @@
28857
28846
  },
28858
28847
  "isDeprecated": false,
28859
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
28860
28861
  }
28861
28862
  ],
28862
28863
  "inputFields": null,
@@ -29664,170 +29665,84 @@
29664
29665
  },
29665
29666
  {
29666
29667
  "kind": "OBJECT",
29667
- "name": "ResponseGetRoutingSnapshots",
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": "snapshots",
29684
- "description": null,
29685
- "args": [],
29686
- "type": {
29687
- "kind": "LIST",
29688
- "name": null,
29689
- "ofType": {
29690
- "kind": "NON_NULL",
29691
- "name": null,
29692
- "ofType": {
29693
- "kind": "OBJECT",
29694
- "name": "RoutingSnapshot",
29695
- "ofType": null
29696
- }
29697
- }
29698
- },
29699
- "isDeprecated": false,
29700
- "deprecationReason": null
29701
- }
29702
- ],
29703
- "inputFields": null,
29704
- "interfaces": [],
29705
- "enumValues": null,
29706
- "possibleTypes": null
29707
- },
29708
- {
29709
- "kind": "OBJECT",
29710
- "name": "ResponseGetSelectedResources",
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": "resources",
29727
- "description": null,
29728
- "args": [],
29729
- "type": {
29730
- "kind": "LIST",
29731
- "name": null,
29732
- "ofType": {
29733
- "kind": "NON_NULL",
29734
- "name": null,
29735
- "ofType": {
29736
- "kind": "SCALAR",
29737
- "name": "String",
29738
- "ofType": null
29739
- }
29740
- }
29741
- },
29742
- "isDeprecated": false,
29743
- "deprecationReason": null
29744
- }
29745
- ],
29746
- "inputFields": null,
29747
- "interfaces": [],
29748
- "enumValues": null,
29749
- "possibleTypes": null
29750
- },
29751
- {
29752
- "kind": "OBJECT",
29753
- "name": "ResponseGetSession",
29754
- "description": null,
29755
- "fields": [
29756
- {
29757
- "name": "code",
29758
- "description": null,
29759
- "args": [],
29760
- "type": {
29761
- "kind": "ENUM",
29762
- "name": "StatusCode",
29763
- "ofType": null
29764
- },
29765
- "isDeprecated": false,
29766
- "deprecationReason": null
29767
- },
29768
- {
29769
- "name": "session",
29770
- "description": null,
29771
- "args": [],
29772
- "type": {
29773
- "kind": "SCALAR",
29774
- "name": "Any",
29775
- "ofType": null
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",
29788
- "name": "ResponseGetSnapshotSites",
29789
- "description": null,
29790
- "fields": [
29791
- {
29792
- "name": "code",
29793
- "description": null,
29794
- "args": [],
29795
- "type": {
29796
- "kind": "ENUM",
29797
- "name": "StatusCode",
29798
- "ofType": null
29799
- },
29800
- "isDeprecated": false,
29801
- "deprecationReason": null
29802
- },
29803
- {
29804
- "name": "sites",
29805
- "description": null,
29806
- "args": [],
29807
- "type": {
29808
- "kind": "LIST",
29809
- "name": null,
29810
- "ofType": {
29811
- "kind": "NON_NULL",
29812
- "name": null,
29813
- "ofType": {
29814
- "kind": "OBJECT",
29815
- "name": "RoutingSite",
29816
- "ofType": null
29817
- }
29818
- }
29819
- },
29820
- "isDeprecated": false,
29821
- "deprecationReason": null
29822
- }
29823
- ],
29824
- "inputFields": null,
29825
- "interfaces": [],
29826
- "enumValues": null,
29827
- "possibleTypes": null
29828
- },
29829
- {
29830
- "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",
29831
29746
  "name": "ResponseGetTrafficInsights",
29832
29747
  "description": null,
29833
29748
  "fields": [
@@ -31397,41 +31312,6 @@
31397
31312
  "enumValues": null,
31398
31313
  "possibleTypes": null
31399
31314
  },
31400
- {
31401
- "kind": "OBJECT",
31402
- "name": "ResponseTakeRoutingSnapshot",
31403
- "description": null,
31404
- "fields": [
31405
- {
31406
- "name": "code",
31407
- "description": null,
31408
- "args": [],
31409
- "type": {
31410
- "kind": "ENUM",
31411
- "name": "StatusCode",
31412
- "ofType": null
31413
- },
31414
- "isDeprecated": false,
31415
- "deprecationReason": null
31416
- },
31417
- {
31418
- "name": "hash",
31419
- "description": null,
31420
- "args": [],
31421
- "type": {
31422
- "kind": "SCALAR",
31423
- "name": "String",
31424
- "ofType": null
31425
- },
31426
- "isDeprecated": false,
31427
- "deprecationReason": null
31428
- }
31429
- ],
31430
- "inputFields": null,
31431
- "interfaces": [],
31432
- "enumValues": null,
31433
- "possibleTypes": null
31434
- },
31435
31315
  {
31436
31316
  "kind": "OBJECT",
31437
31317
  "name": "ResponseUpdateAccessKey",
@@ -32457,77 +32337,6 @@
32457
32337
  "enumValues": null,
32458
32338
  "possibleTypes": null
32459
32339
  },
32460
- {
32461
- "kind": "OBJECT",
32462
- "name": "RoutingSnapshot",
32463
- "description": null,
32464
- "fields": [
32465
- {
32466
- "name": "hash",
32467
- "description": null,
32468
- "args": [],
32469
- "type": {
32470
- "kind": "SCALAR",
32471
- "name": "String",
32472
- "ofType": null
32473
- },
32474
- "isDeprecated": false,
32475
- "deprecationReason": null
32476
- },
32477
- {
32478
- "name": "tree",
32479
- "description": null,
32480
- "args": [],
32481
- "type": {
32482
- "kind": "SCALAR",
32483
- "name": "String",
32484
- "ofType": null
32485
- },
32486
- "isDeprecated": false,
32487
- "deprecationReason": null
32488
- },
32489
- {
32490
- "name": "message",
32491
- "description": null,
32492
- "args": [],
32493
- "type": {
32494
- "kind": "SCALAR",
32495
- "name": "String",
32496
- "ofType": null
32497
- },
32498
- "isDeprecated": false,
32499
- "deprecationReason": null
32500
- },
32501
- {
32502
- "name": "author",
32503
- "description": null,
32504
- "args": [],
32505
- "type": {
32506
- "kind": "SCALAR",
32507
- "name": "String",
32508
- "ofType": null
32509
- },
32510
- "isDeprecated": false,
32511
- "deprecationReason": null
32512
- },
32513
- {
32514
- "name": "createdAt",
32515
- "description": null,
32516
- "args": [],
32517
- "type": {
32518
- "kind": "SCALAR",
32519
- "name": "Uint32",
32520
- "ofType": null
32521
- },
32522
- "isDeprecated": false,
32523
- "deprecationReason": null
32524
- }
32525
- ],
32526
- "inputFields": null,
32527
- "interfaces": [],
32528
- "enumValues": null,
32529
- "possibleTypes": null
32530
- },
32531
32340
  {
32532
32341
  "kind": "OBJECT",
32533
32342
  "name": "RuntimeInfo",
@@ -36689,7 +36498,7 @@
36689
36498
  "description": null,
36690
36499
  "type": {
36691
36500
  "kind": "INPUT_OBJECT",
36692
- "name": "RequestVersionedBlockletInput",
36501
+ "name": "RequestInstallBlockletInput",
36693
36502
  "ofType": null
36694
36503
  },
36695
36504
  "defaultValue": null
@@ -37646,29 +37455,6 @@
37646
37455
  "isDeprecated": false,
37647
37456
  "deprecationReason": null
37648
37457
  },
37649
- {
37650
- "name": "updateNodeRouting",
37651
- "description": null,
37652
- "args": [
37653
- {
37654
- "name": "input",
37655
- "description": null,
37656
- "type": {
37657
- "kind": "INPUT_OBJECT",
37658
- "name": "RequestNodeRoutingInput",
37659
- "ofType": null
37660
- },
37661
- "defaultValue": null
37662
- }
37663
- ],
37664
- "type": {
37665
- "kind": "OBJECT",
37666
- "name": "ResponseGetNodeInfo",
37667
- "ofType": null
37668
- },
37669
- "isDeprecated": false,
37670
- "deprecationReason": null
37671
- },
37672
37458
  {
37673
37459
  "name": "upgradeNodeVersion",
37674
37460
  "description": null,
@@ -38877,29 +38663,6 @@
38877
38663
  "isDeprecated": false,
38878
38664
  "deprecationReason": null
38879
38665
  },
38880
- {
38881
- "name": "takeRoutingSnapshot",
38882
- "description": null,
38883
- "args": [
38884
- {
38885
- "name": "input",
38886
- "description": null,
38887
- "type": {
38888
- "kind": "INPUT_OBJECT",
38889
- "name": "RequestTakeRoutingSnapshotInput",
38890
- "ofType": null
38891
- },
38892
- "defaultValue": null
38893
- }
38894
- ],
38895
- "type": {
38896
- "kind": "OBJECT",
38897
- "name": "ResponseTakeRoutingSnapshot",
38898
- "ofType": null
38899
- },
38900
- "isDeprecated": false,
38901
- "deprecationReason": null
38902
- },
38903
38666
  {
38904
38667
  "name": "updateCertificate",
38905
38668
  "description": null,
@@ -40490,52 +40253,6 @@
40490
40253
  "isDeprecated": false,
40491
40254
  "deprecationReason": null
40492
40255
  },
40493
- {
40494
- "name": "getRoutingSnapshots",
40495
- "description": null,
40496
- "args": [
40497
- {
40498
- "name": "input",
40499
- "description": null,
40500
- "type": {
40501
- "kind": "INPUT_OBJECT",
40502
- "name": "RequestGetRoutingSnapshotsInput",
40503
- "ofType": null
40504
- },
40505
- "defaultValue": null
40506
- }
40507
- ],
40508
- "type": {
40509
- "kind": "OBJECT",
40510
- "name": "ResponseGetRoutingSnapshots",
40511
- "ofType": null
40512
- },
40513
- "isDeprecated": false,
40514
- "deprecationReason": null
40515
- },
40516
- {
40517
- "name": "getSnapshotSites",
40518
- "description": null,
40519
- "args": [
40520
- {
40521
- "name": "input",
40522
- "description": null,
40523
- "type": {
40524
- "kind": "INPUT_OBJECT",
40525
- "name": "RequestGetSnapshotSitesInput",
40526
- "ofType": null
40527
- },
40528
- "defaultValue": null
40529
- }
40530
- ],
40531
- "type": {
40532
- "kind": "OBJECT",
40533
- "name": "ResponseGetSnapshotSites",
40534
- "ofType": null
40535
- },
40536
- "isDeprecated": false,
40537
- "deprecationReason": null
40538
- },
40539
40256
  {
40540
40257
  "name": "getRoutingProviders",
40541
40258
  "description": null,