@ocap/client 1.13.59 → 1.13.63
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/base.js +1 -1
- package/dist/browser.d.ts +18 -8
- package/dist/bundle.js +3 -3
- package/dist/extension.js +7 -2
- package/dist/extension.js.map +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +180 -106
- package/dist/schema/graphql.txt +2 -2
- package/dist/types.js +22 -9
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +5 -8
- package/docs/README.md +57 -44
- package/lib/base.js +1 -1
- package/lib/extension.js +7 -2
- package/lib/extension.js.map +1 -1
- package/lib/node.d.ts +18 -8
- package/lib/schema/graphql.json +180 -106
- package/lib/schema/graphql.txt +2 -2
- package/lib/types.js +22 -9
- package/lib/types.js.map +1 -1
- package/package.json +11 -11
package/dist/schema/graphql.json
CHANGED
|
@@ -4139,18 +4139,6 @@
|
|
|
4139
4139
|
"isDeprecated": false,
|
|
4140
4140
|
"deprecationReason": null
|
|
4141
4141
|
},
|
|
4142
|
-
{
|
|
4143
|
-
"name": "erc20ContractAddress",
|
|
4144
|
-
"description": null,
|
|
4145
|
-
"args": [],
|
|
4146
|
-
"type": {
|
|
4147
|
-
"kind": "SCALAR",
|
|
4148
|
-
"name": "String",
|
|
4149
|
-
"ofType": null
|
|
4150
|
-
},
|
|
4151
|
-
"isDeprecated": false,
|
|
4152
|
-
"deprecationReason": null
|
|
4153
|
-
},
|
|
4154
4142
|
{
|
|
4155
4143
|
"name": "foreignToken",
|
|
4156
4144
|
"description": null,
|
|
@@ -10346,18 +10334,6 @@
|
|
|
10346
10334
|
"isDeprecated": false,
|
|
10347
10335
|
"deprecationReason": null
|
|
10348
10336
|
},
|
|
10349
|
-
{
|
|
10350
|
-
"name": "erc20ContractAddress",
|
|
10351
|
-
"description": null,
|
|
10352
|
-
"args": [],
|
|
10353
|
-
"type": {
|
|
10354
|
-
"kind": "SCALAR",
|
|
10355
|
-
"name": "String",
|
|
10356
|
-
"ofType": null
|
|
10357
|
-
},
|
|
10358
|
-
"isDeprecated": false,
|
|
10359
|
-
"deprecationReason": null
|
|
10360
|
-
},
|
|
10361
10337
|
{
|
|
10362
10338
|
"name": "foreignToken",
|
|
10363
10339
|
"description": null,
|
|
@@ -11336,18 +11312,6 @@
|
|
|
11336
11312
|
"isDeprecated": false,
|
|
11337
11313
|
"deprecationReason": null
|
|
11338
11314
|
},
|
|
11339
|
-
{
|
|
11340
|
-
"name": "erc20TokenAddress",
|
|
11341
|
-
"description": null,
|
|
11342
|
-
"args": [],
|
|
11343
|
-
"type": {
|
|
11344
|
-
"kind": "SCALAR",
|
|
11345
|
-
"name": "String",
|
|
11346
|
-
"ofType": null
|
|
11347
|
-
},
|
|
11348
|
-
"isDeprecated": false,
|
|
11349
|
-
"deprecationReason": null
|
|
11350
|
-
},
|
|
11351
11315
|
{
|
|
11352
11316
|
"name": "contractAddress",
|
|
11353
11317
|
"description": null,
|
|
@@ -11496,30 +11460,6 @@
|
|
|
11496
11460
|
"isDeprecated": false,
|
|
11497
11461
|
"deprecationReason": null
|
|
11498
11462
|
},
|
|
11499
|
-
{
|
|
11500
|
-
"name": "foreignChainType",
|
|
11501
|
-
"description": null,
|
|
11502
|
-
"args": [],
|
|
11503
|
-
"type": {
|
|
11504
|
-
"kind": "SCALAR",
|
|
11505
|
-
"name": "String",
|
|
11506
|
-
"ofType": null
|
|
11507
|
-
},
|
|
11508
|
-
"isDeprecated": false,
|
|
11509
|
-
"deprecationReason": null
|
|
11510
|
-
},
|
|
11511
|
-
{
|
|
11512
|
-
"name": "foreignChainId",
|
|
11513
|
-
"description": null,
|
|
11514
|
-
"args": [],
|
|
11515
|
-
"type": {
|
|
11516
|
-
"kind": "SCALAR",
|
|
11517
|
-
"name": "String",
|
|
11518
|
-
"ofType": null
|
|
11519
|
-
},
|
|
11520
|
-
"isDeprecated": false,
|
|
11521
|
-
"deprecationReason": null
|
|
11522
|
-
},
|
|
11523
11463
|
{
|
|
11524
11464
|
"name": "issuer",
|
|
11525
11465
|
"description": null,
|
|
@@ -11772,6 +11712,30 @@
|
|
|
11772
11712
|
"isDeprecated": false,
|
|
11773
11713
|
"deprecationReason": null
|
|
11774
11714
|
},
|
|
11715
|
+
{
|
|
11716
|
+
"name": "publishWaitingPeriod",
|
|
11717
|
+
"description": null,
|
|
11718
|
+
"args": [],
|
|
11719
|
+
"type": {
|
|
11720
|
+
"kind": "SCALAR",
|
|
11721
|
+
"name": "Int",
|
|
11722
|
+
"ofType": null
|
|
11723
|
+
},
|
|
11724
|
+
"isDeprecated": false,
|
|
11725
|
+
"deprecationReason": null
|
|
11726
|
+
},
|
|
11727
|
+
{
|
|
11728
|
+
"name": "publishSlashRate",
|
|
11729
|
+
"description": null,
|
|
11730
|
+
"args": [],
|
|
11731
|
+
"type": {
|
|
11732
|
+
"kind": "SCALAR",
|
|
11733
|
+
"name": "Int",
|
|
11734
|
+
"ofType": null
|
|
11735
|
+
},
|
|
11736
|
+
"isDeprecated": false,
|
|
11737
|
+
"deprecationReason": null
|
|
11738
|
+
},
|
|
11775
11739
|
{
|
|
11776
11740
|
"name": "context",
|
|
11777
11741
|
"description": null,
|
|
@@ -11933,18 +11897,6 @@
|
|
|
11933
11897
|
"isDeprecated": false,
|
|
11934
11898
|
"deprecationReason": null
|
|
11935
11899
|
},
|
|
11936
|
-
{
|
|
11937
|
-
"name": "erc20TokenAddress",
|
|
11938
|
-
"description": null,
|
|
11939
|
-
"args": [],
|
|
11940
|
-
"type": {
|
|
11941
|
-
"kind": "SCALAR",
|
|
11942
|
-
"name": "String",
|
|
11943
|
-
"ofType": null
|
|
11944
|
-
},
|
|
11945
|
-
"isDeprecated": false,
|
|
11946
|
-
"deprecationReason": null
|
|
11947
|
-
},
|
|
11948
11900
|
{
|
|
11949
11901
|
"name": "contractAddress",
|
|
11950
11902
|
"description": null,
|
|
@@ -12081,30 +12033,6 @@
|
|
|
12081
12033
|
"isDeprecated": false,
|
|
12082
12034
|
"deprecationReason": null
|
|
12083
12035
|
},
|
|
12084
|
-
{
|
|
12085
|
-
"name": "foreignChainType",
|
|
12086
|
-
"description": null,
|
|
12087
|
-
"args": [],
|
|
12088
|
-
"type": {
|
|
12089
|
-
"kind": "SCALAR",
|
|
12090
|
-
"name": "String",
|
|
12091
|
-
"ofType": null
|
|
12092
|
-
},
|
|
12093
|
-
"isDeprecated": false,
|
|
12094
|
-
"deprecationReason": null
|
|
12095
|
-
},
|
|
12096
|
-
{
|
|
12097
|
-
"name": "foreignChainId",
|
|
12098
|
-
"description": null,
|
|
12099
|
-
"args": [],
|
|
12100
|
-
"type": {
|
|
12101
|
-
"kind": "SCALAR",
|
|
12102
|
-
"name": "String",
|
|
12103
|
-
"ofType": null
|
|
12104
|
-
},
|
|
12105
|
-
"isDeprecated": false,
|
|
12106
|
-
"deprecationReason": null
|
|
12107
|
-
},
|
|
12108
12036
|
{
|
|
12109
12037
|
"name": "genesisTime",
|
|
12110
12038
|
"description": null,
|
|
@@ -12393,6 +12321,30 @@
|
|
|
12393
12321
|
"isDeprecated": false,
|
|
12394
12322
|
"deprecationReason": null
|
|
12395
12323
|
},
|
|
12324
|
+
{
|
|
12325
|
+
"name": "publishWaitingPeriod",
|
|
12326
|
+
"description": null,
|
|
12327
|
+
"args": [],
|
|
12328
|
+
"type": {
|
|
12329
|
+
"kind": "SCALAR",
|
|
12330
|
+
"name": "Int",
|
|
12331
|
+
"ofType": null
|
|
12332
|
+
},
|
|
12333
|
+
"isDeprecated": false,
|
|
12334
|
+
"deprecationReason": null
|
|
12335
|
+
},
|
|
12336
|
+
{
|
|
12337
|
+
"name": "publishSlashRate",
|
|
12338
|
+
"description": null,
|
|
12339
|
+
"args": [],
|
|
12340
|
+
"type": {
|
|
12341
|
+
"kind": "SCALAR",
|
|
12342
|
+
"name": "Int",
|
|
12343
|
+
"ofType": null
|
|
12344
|
+
},
|
|
12345
|
+
"isDeprecated": false,
|
|
12346
|
+
"deprecationReason": null
|
|
12347
|
+
},
|
|
12396
12348
|
{
|
|
12397
12349
|
"name": "data",
|
|
12398
12350
|
"description": null,
|
|
@@ -12611,6 +12563,18 @@
|
|
|
12611
12563
|
"isDeprecated": false,
|
|
12612
12564
|
"deprecationReason": null
|
|
12613
12565
|
},
|
|
12566
|
+
{
|
|
12567
|
+
"name": "minReward",
|
|
12568
|
+
"description": null,
|
|
12569
|
+
"args": [],
|
|
12570
|
+
"type": {
|
|
12571
|
+
"kind": "SCALAR",
|
|
12572
|
+
"name": "String",
|
|
12573
|
+
"ofType": null
|
|
12574
|
+
},
|
|
12575
|
+
"isDeprecated": false,
|
|
12576
|
+
"deprecationReason": null
|
|
12577
|
+
},
|
|
12614
12578
|
{
|
|
12615
12579
|
"name": "context",
|
|
12616
12580
|
"description": null,
|
|
@@ -15189,6 +15153,18 @@
|
|
|
15189
15153
|
"isDeprecated": false,
|
|
15190
15154
|
"deprecationReason": null
|
|
15191
15155
|
},
|
|
15156
|
+
{
|
|
15157
|
+
"name": "minReward",
|
|
15158
|
+
"description": null,
|
|
15159
|
+
"args": [],
|
|
15160
|
+
"type": {
|
|
15161
|
+
"kind": "SCALAR",
|
|
15162
|
+
"name": "String",
|
|
15163
|
+
"ofType": null
|
|
15164
|
+
},
|
|
15165
|
+
"isDeprecated": false,
|
|
15166
|
+
"deprecationReason": null
|
|
15167
|
+
},
|
|
15192
15168
|
{
|
|
15193
15169
|
"name": "data",
|
|
15194
15170
|
"description": null,
|
|
@@ -15556,6 +15532,30 @@
|
|
|
15556
15532
|
"isDeprecated": false,
|
|
15557
15533
|
"deprecationReason": null
|
|
15558
15534
|
},
|
|
15535
|
+
{
|
|
15536
|
+
"name": "publishWaitingPeriod",
|
|
15537
|
+
"description": null,
|
|
15538
|
+
"args": [],
|
|
15539
|
+
"type": {
|
|
15540
|
+
"kind": "SCALAR",
|
|
15541
|
+
"name": "Int",
|
|
15542
|
+
"ofType": null
|
|
15543
|
+
},
|
|
15544
|
+
"isDeprecated": false,
|
|
15545
|
+
"deprecationReason": null
|
|
15546
|
+
},
|
|
15547
|
+
{
|
|
15548
|
+
"name": "publishSlashRate",
|
|
15549
|
+
"description": null,
|
|
15550
|
+
"args": [],
|
|
15551
|
+
"type": {
|
|
15552
|
+
"kind": "SCALAR",
|
|
15553
|
+
"name": "Int",
|
|
15554
|
+
"ofType": null
|
|
15555
|
+
},
|
|
15556
|
+
"isDeprecated": false,
|
|
15557
|
+
"deprecationReason": null
|
|
15558
|
+
},
|
|
15559
15559
|
{
|
|
15560
15560
|
"name": "data",
|
|
15561
15561
|
"description": null,
|
|
@@ -15939,6 +15939,18 @@
|
|
|
15939
15939
|
"isDeprecated": false,
|
|
15940
15940
|
"deprecationReason": null
|
|
15941
15941
|
},
|
|
15942
|
+
{
|
|
15943
|
+
"name": "actualFee",
|
|
15944
|
+
"description": null,
|
|
15945
|
+
"args": [],
|
|
15946
|
+
"type": {
|
|
15947
|
+
"kind": "SCALAR",
|
|
15948
|
+
"name": "String",
|
|
15949
|
+
"ofType": null
|
|
15950
|
+
},
|
|
15951
|
+
"isDeprecated": false,
|
|
15952
|
+
"deprecationReason": null
|
|
15953
|
+
},
|
|
15942
15954
|
{
|
|
15943
15955
|
"name": "data",
|
|
15944
15956
|
"description": null,
|
|
@@ -17057,16 +17069,6 @@
|
|
|
17057
17069
|
},
|
|
17058
17070
|
"defaultValue": null
|
|
17059
17071
|
},
|
|
17060
|
-
{
|
|
17061
|
-
"name": "erc20TokenAddress",
|
|
17062
|
-
"description": null,
|
|
17063
|
-
"type": {
|
|
17064
|
-
"kind": "SCALAR",
|
|
17065
|
-
"name": "String",
|
|
17066
|
-
"ofType": null
|
|
17067
|
-
},
|
|
17068
|
-
"defaultValue": null
|
|
17069
|
-
},
|
|
17070
17072
|
{
|
|
17071
17073
|
"name": "foreignTokenAddress",
|
|
17072
17074
|
"description": null,
|
|
@@ -18770,6 +18772,42 @@
|
|
|
18770
18772
|
"isDeprecated": false,
|
|
18771
18773
|
"deprecationReason": null
|
|
18772
18774
|
},
|
|
18775
|
+
{
|
|
18776
|
+
"name": "leaveWaitingPeriod",
|
|
18777
|
+
"description": null,
|
|
18778
|
+
"args": [],
|
|
18779
|
+
"type": {
|
|
18780
|
+
"kind": "SCALAR",
|
|
18781
|
+
"name": "Int",
|
|
18782
|
+
"ofType": null
|
|
18783
|
+
},
|
|
18784
|
+
"isDeprecated": false,
|
|
18785
|
+
"deprecationReason": null
|
|
18786
|
+
},
|
|
18787
|
+
{
|
|
18788
|
+
"name": "publishWaitingPeriod",
|
|
18789
|
+
"description": null,
|
|
18790
|
+
"args": [],
|
|
18791
|
+
"type": {
|
|
18792
|
+
"kind": "SCALAR",
|
|
18793
|
+
"name": "Int",
|
|
18794
|
+
"ofType": null
|
|
18795
|
+
},
|
|
18796
|
+
"isDeprecated": false,
|
|
18797
|
+
"deprecationReason": null
|
|
18798
|
+
},
|
|
18799
|
+
{
|
|
18800
|
+
"name": "publishSlashRate",
|
|
18801
|
+
"description": null,
|
|
18802
|
+
"args": [],
|
|
18803
|
+
"type": {
|
|
18804
|
+
"kind": "SCALAR",
|
|
18805
|
+
"name": "Int",
|
|
18806
|
+
"ofType": null
|
|
18807
|
+
},
|
|
18808
|
+
"isDeprecated": false,
|
|
18809
|
+
"deprecationReason": null
|
|
18810
|
+
},
|
|
18773
18811
|
{
|
|
18774
18812
|
"name": "data",
|
|
18775
18813
|
"description": null,
|
|
@@ -18876,6 +18914,42 @@
|
|
|
18876
18914
|
"isDeprecated": false,
|
|
18877
18915
|
"deprecationReason": null
|
|
18878
18916
|
},
|
|
18917
|
+
{
|
|
18918
|
+
"name": "proposer",
|
|
18919
|
+
"description": null,
|
|
18920
|
+
"args": [],
|
|
18921
|
+
"type": {
|
|
18922
|
+
"kind": "SCALAR",
|
|
18923
|
+
"name": "String",
|
|
18924
|
+
"ofType": null
|
|
18925
|
+
},
|
|
18926
|
+
"isDeprecated": false,
|
|
18927
|
+
"deprecationReason": null
|
|
18928
|
+
},
|
|
18929
|
+
{
|
|
18930
|
+
"name": "maxFee",
|
|
18931
|
+
"description": null,
|
|
18932
|
+
"args": [],
|
|
18933
|
+
"type": {
|
|
18934
|
+
"kind": "SCALAR",
|
|
18935
|
+
"name": "String",
|
|
18936
|
+
"ofType": null
|
|
18937
|
+
},
|
|
18938
|
+
"isDeprecated": false,
|
|
18939
|
+
"deprecationReason": null
|
|
18940
|
+
},
|
|
18941
|
+
{
|
|
18942
|
+
"name": "actualFee",
|
|
18943
|
+
"description": null,
|
|
18944
|
+
"args": [],
|
|
18945
|
+
"type": {
|
|
18946
|
+
"kind": "SCALAR",
|
|
18947
|
+
"name": "String",
|
|
18948
|
+
"ofType": null
|
|
18949
|
+
},
|
|
18950
|
+
"isDeprecated": false,
|
|
18951
|
+
"deprecationReason": null
|
|
18952
|
+
},
|
|
18879
18953
|
{
|
|
18880
18954
|
"name": "data",
|
|
18881
18955
|
"description": null,
|