@ocap/client 1.18.142 → 1.18.144
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 +70 -0
- package/dist/bundle.js +1 -1
- package/dist/report.html +2 -2
- package/dist/schema/graphql.json +490 -0
- package/dist/schema/graphql.txt +2 -2
- package/dist/types.js +154 -0
- package/dist/types.js.map +1 -1
- package/docs/QUERIES.md +62 -0
- package/docs/README.md +197 -0
- package/lib/base.js +1 -1
- package/lib/node.d.ts +70 -0
- package/lib/schema/graphql.json +490 -0
- package/lib/schema/graphql.txt +2 -2
- package/lib/types.js +154 -0
- package/lib/types.js.map +1 -1
- package/package.json +12 -12
package/lib/schema/graphql.json
CHANGED
|
@@ -7610,6 +7610,65 @@
|
|
|
7610
7610
|
"enumValues": null,
|
|
7611
7611
|
"possibleTypes": null
|
|
7612
7612
|
},
|
|
7613
|
+
{
|
|
7614
|
+
"kind": "OBJECT",
|
|
7615
|
+
"name": "IndexedTokenFlow",
|
|
7616
|
+
"description": null,
|
|
7617
|
+
"fields": [
|
|
7618
|
+
{
|
|
7619
|
+
"name": "value",
|
|
7620
|
+
"description": null,
|
|
7621
|
+
"args": [],
|
|
7622
|
+
"type": {
|
|
7623
|
+
"kind": "SCALAR",
|
|
7624
|
+
"name": "String",
|
|
7625
|
+
"ofType": null
|
|
7626
|
+
},
|
|
7627
|
+
"isDeprecated": false,
|
|
7628
|
+
"deprecationReason": null
|
|
7629
|
+
},
|
|
7630
|
+
{
|
|
7631
|
+
"name": "hash",
|
|
7632
|
+
"description": null,
|
|
7633
|
+
"args": [],
|
|
7634
|
+
"type": {
|
|
7635
|
+
"kind": "SCALAR",
|
|
7636
|
+
"name": "String",
|
|
7637
|
+
"ofType": null
|
|
7638
|
+
},
|
|
7639
|
+
"isDeprecated": false,
|
|
7640
|
+
"deprecationReason": null
|
|
7641
|
+
},
|
|
7642
|
+
{
|
|
7643
|
+
"name": "from",
|
|
7644
|
+
"description": null,
|
|
7645
|
+
"args": [],
|
|
7646
|
+
"type": {
|
|
7647
|
+
"kind": "SCALAR",
|
|
7648
|
+
"name": "String",
|
|
7649
|
+
"ofType": null
|
|
7650
|
+
},
|
|
7651
|
+
"isDeprecated": false,
|
|
7652
|
+
"deprecationReason": null
|
|
7653
|
+
},
|
|
7654
|
+
{
|
|
7655
|
+
"name": "to",
|
|
7656
|
+
"description": null,
|
|
7657
|
+
"args": [],
|
|
7658
|
+
"type": {
|
|
7659
|
+
"kind": "SCALAR",
|
|
7660
|
+
"name": "String",
|
|
7661
|
+
"ofType": null
|
|
7662
|
+
},
|
|
7663
|
+
"isDeprecated": false,
|
|
7664
|
+
"deprecationReason": null
|
|
7665
|
+
}
|
|
7666
|
+
],
|
|
7667
|
+
"inputFields": null,
|
|
7668
|
+
"interfaces": [],
|
|
7669
|
+
"enumValues": null,
|
|
7670
|
+
"possibleTypes": null
|
|
7671
|
+
},
|
|
7613
7672
|
{
|
|
7614
7673
|
"kind": "OBJECT",
|
|
7615
7674
|
"name": "IndexedTokenInput",
|
|
@@ -10157,6 +10216,67 @@
|
|
|
10157
10216
|
"enumValues": null,
|
|
10158
10217
|
"possibleTypes": null
|
|
10159
10218
|
},
|
|
10219
|
+
{
|
|
10220
|
+
"kind": "INPUT_OBJECT",
|
|
10221
|
+
"name": "RequestListTokenFlowsInput",
|
|
10222
|
+
"description": null,
|
|
10223
|
+
"fields": null,
|
|
10224
|
+
"inputFields": [
|
|
10225
|
+
{
|
|
10226
|
+
"name": "paging",
|
|
10227
|
+
"description": null,
|
|
10228
|
+
"type": {
|
|
10229
|
+
"kind": "INPUT_OBJECT",
|
|
10230
|
+
"name": "PageInput",
|
|
10231
|
+
"ofType": null
|
|
10232
|
+
},
|
|
10233
|
+
"defaultValue": null
|
|
10234
|
+
},
|
|
10235
|
+
{
|
|
10236
|
+
"name": "accountAddress",
|
|
10237
|
+
"description": null,
|
|
10238
|
+
"type": {
|
|
10239
|
+
"kind": "SCALAR",
|
|
10240
|
+
"name": "String",
|
|
10241
|
+
"ofType": null
|
|
10242
|
+
},
|
|
10243
|
+
"defaultValue": null
|
|
10244
|
+
},
|
|
10245
|
+
{
|
|
10246
|
+
"name": "tokenAddress",
|
|
10247
|
+
"description": null,
|
|
10248
|
+
"type": {
|
|
10249
|
+
"kind": "SCALAR",
|
|
10250
|
+
"name": "String",
|
|
10251
|
+
"ofType": null
|
|
10252
|
+
},
|
|
10253
|
+
"defaultValue": null
|
|
10254
|
+
},
|
|
10255
|
+
{
|
|
10256
|
+
"name": "depth",
|
|
10257
|
+
"description": null,
|
|
10258
|
+
"type": {
|
|
10259
|
+
"kind": "SCALAR",
|
|
10260
|
+
"name": "Int",
|
|
10261
|
+
"ofType": null
|
|
10262
|
+
},
|
|
10263
|
+
"defaultValue": null
|
|
10264
|
+
},
|
|
10265
|
+
{
|
|
10266
|
+
"name": "direction",
|
|
10267
|
+
"description": null,
|
|
10268
|
+
"type": {
|
|
10269
|
+
"kind": "ENUM",
|
|
10270
|
+
"name": "TokenFlowDirection",
|
|
10271
|
+
"ofType": null
|
|
10272
|
+
},
|
|
10273
|
+
"defaultValue": null
|
|
10274
|
+
}
|
|
10275
|
+
],
|
|
10276
|
+
"interfaces": null,
|
|
10277
|
+
"enumValues": null,
|
|
10278
|
+
"possibleTypes": null
|
|
10279
|
+
},
|
|
10160
10280
|
{
|
|
10161
10281
|
"kind": "INPUT_OBJECT",
|
|
10162
10282
|
"name": "RequestListTokensInput",
|
|
@@ -10462,6 +10582,37 @@
|
|
|
10462
10582
|
"enumValues": null,
|
|
10463
10583
|
"possibleTypes": null
|
|
10464
10584
|
},
|
|
10585
|
+
{
|
|
10586
|
+
"kind": "INPUT_OBJECT",
|
|
10587
|
+
"name": "RequestVerifyAccountRiskInput",
|
|
10588
|
+
"description": null,
|
|
10589
|
+
"fields": null,
|
|
10590
|
+
"inputFields": [
|
|
10591
|
+
{
|
|
10592
|
+
"name": "accountAddress",
|
|
10593
|
+
"description": null,
|
|
10594
|
+
"type": {
|
|
10595
|
+
"kind": "SCALAR",
|
|
10596
|
+
"name": "String",
|
|
10597
|
+
"ofType": null
|
|
10598
|
+
},
|
|
10599
|
+
"defaultValue": null
|
|
10600
|
+
},
|
|
10601
|
+
{
|
|
10602
|
+
"name": "tokenAddress",
|
|
10603
|
+
"description": null,
|
|
10604
|
+
"type": {
|
|
10605
|
+
"kind": "SCALAR",
|
|
10606
|
+
"name": "String",
|
|
10607
|
+
"ofType": null
|
|
10608
|
+
},
|
|
10609
|
+
"defaultValue": null
|
|
10610
|
+
}
|
|
10611
|
+
],
|
|
10612
|
+
"interfaces": null,
|
|
10613
|
+
"enumValues": null,
|
|
10614
|
+
"possibleTypes": null
|
|
10615
|
+
},
|
|
10465
10616
|
{
|
|
10466
10617
|
"kind": "OBJECT",
|
|
10467
10618
|
"name": "ResponseEstimateGas",
|
|
@@ -11767,6 +11918,61 @@
|
|
|
11767
11918
|
"enumValues": null,
|
|
11768
11919
|
"possibleTypes": null
|
|
11769
11920
|
},
|
|
11921
|
+
{
|
|
11922
|
+
"kind": "OBJECT",
|
|
11923
|
+
"name": "ResponseListTokenFlows",
|
|
11924
|
+
"description": null,
|
|
11925
|
+
"fields": [
|
|
11926
|
+
{
|
|
11927
|
+
"name": "code",
|
|
11928
|
+
"description": null,
|
|
11929
|
+
"args": [],
|
|
11930
|
+
"type": {
|
|
11931
|
+
"kind": "SCALAR",
|
|
11932
|
+
"name": "String",
|
|
11933
|
+
"ofType": null
|
|
11934
|
+
},
|
|
11935
|
+
"isDeprecated": false,
|
|
11936
|
+
"deprecationReason": null
|
|
11937
|
+
},
|
|
11938
|
+
{
|
|
11939
|
+
"name": "page",
|
|
11940
|
+
"description": null,
|
|
11941
|
+
"args": [],
|
|
11942
|
+
"type": {
|
|
11943
|
+
"kind": "OBJECT",
|
|
11944
|
+
"name": "PageInfo",
|
|
11945
|
+
"ofType": null
|
|
11946
|
+
},
|
|
11947
|
+
"isDeprecated": false,
|
|
11948
|
+
"deprecationReason": null
|
|
11949
|
+
},
|
|
11950
|
+
{
|
|
11951
|
+
"name": "data",
|
|
11952
|
+
"description": null,
|
|
11953
|
+
"args": [],
|
|
11954
|
+
"type": {
|
|
11955
|
+
"kind": "LIST",
|
|
11956
|
+
"name": null,
|
|
11957
|
+
"ofType": {
|
|
11958
|
+
"kind": "NON_NULL",
|
|
11959
|
+
"name": null,
|
|
11960
|
+
"ofType": {
|
|
11961
|
+
"kind": "OBJECT",
|
|
11962
|
+
"name": "IndexedTokenFlow",
|
|
11963
|
+
"ofType": null
|
|
11964
|
+
}
|
|
11965
|
+
}
|
|
11966
|
+
},
|
|
11967
|
+
"isDeprecated": false,
|
|
11968
|
+
"deprecationReason": null
|
|
11969
|
+
}
|
|
11970
|
+
],
|
|
11971
|
+
"inputFields": null,
|
|
11972
|
+
"interfaces": [],
|
|
11973
|
+
"enumValues": null,
|
|
11974
|
+
"possibleTypes": null
|
|
11975
|
+
},
|
|
11770
11976
|
{
|
|
11771
11977
|
"kind": "OBJECT",
|
|
11772
11978
|
"name": "ResponseListTokens",
|
|
@@ -12022,6 +12228,41 @@
|
|
|
12022
12228
|
"enumValues": null,
|
|
12023
12229
|
"possibleTypes": null
|
|
12024
12230
|
},
|
|
12231
|
+
{
|
|
12232
|
+
"kind": "OBJECT",
|
|
12233
|
+
"name": "ResponseVerifyAccountRisk",
|
|
12234
|
+
"description": null,
|
|
12235
|
+
"fields": [
|
|
12236
|
+
{
|
|
12237
|
+
"name": "code",
|
|
12238
|
+
"description": null,
|
|
12239
|
+
"args": [],
|
|
12240
|
+
"type": {
|
|
12241
|
+
"kind": "SCALAR",
|
|
12242
|
+
"name": "String",
|
|
12243
|
+
"ofType": null
|
|
12244
|
+
},
|
|
12245
|
+
"isDeprecated": false,
|
|
12246
|
+
"deprecationReason": null
|
|
12247
|
+
},
|
|
12248
|
+
{
|
|
12249
|
+
"name": "data",
|
|
12250
|
+
"description": null,
|
|
12251
|
+
"args": [],
|
|
12252
|
+
"type": {
|
|
12253
|
+
"kind": "OBJECT",
|
|
12254
|
+
"name": "VerifyAccountRiskResult",
|
|
12255
|
+
"ofType": null
|
|
12256
|
+
},
|
|
12257
|
+
"isDeprecated": false,
|
|
12258
|
+
"deprecationReason": null
|
|
12259
|
+
}
|
|
12260
|
+
],
|
|
12261
|
+
"inputFields": null,
|
|
12262
|
+
"interfaces": [],
|
|
12263
|
+
"enumValues": null,
|
|
12264
|
+
"possibleTypes": null
|
|
12265
|
+
},
|
|
12025
12266
|
{
|
|
12026
12267
|
"kind": "OBJECT",
|
|
12027
12268
|
"name": "ResumeRollupTx",
|
|
@@ -14247,6 +14488,29 @@
|
|
|
14247
14488
|
"enumValues": null,
|
|
14248
14489
|
"possibleTypes": null
|
|
14249
14490
|
},
|
|
14491
|
+
{
|
|
14492
|
+
"kind": "ENUM",
|
|
14493
|
+
"name": "TokenFlowDirection",
|
|
14494
|
+
"description": null,
|
|
14495
|
+
"fields": null,
|
|
14496
|
+
"inputFields": null,
|
|
14497
|
+
"interfaces": null,
|
|
14498
|
+
"enumValues": [
|
|
14499
|
+
{
|
|
14500
|
+
"name": "IN",
|
|
14501
|
+
"description": null,
|
|
14502
|
+
"isDeprecated": false,
|
|
14503
|
+
"deprecationReason": null
|
|
14504
|
+
},
|
|
14505
|
+
{
|
|
14506
|
+
"name": "OUT",
|
|
14507
|
+
"description": null,
|
|
14508
|
+
"isDeprecated": false,
|
|
14509
|
+
"deprecationReason": null
|
|
14510
|
+
}
|
|
14511
|
+
],
|
|
14512
|
+
"possibleTypes": null
|
|
14513
|
+
},
|
|
14250
14514
|
{
|
|
14251
14515
|
"kind": "OBJECT",
|
|
14252
14516
|
"name": "TokenInfo",
|
|
@@ -16588,6 +16852,136 @@
|
|
|
16588
16852
|
"enumValues": null,
|
|
16589
16853
|
"possibleTypes": null
|
|
16590
16854
|
},
|
|
16855
|
+
{
|
|
16856
|
+
"kind": "OBJECT",
|
|
16857
|
+
"name": "VerifyAccountRiskResult",
|
|
16858
|
+
"description": null,
|
|
16859
|
+
"fields": [
|
|
16860
|
+
{
|
|
16861
|
+
"name": "isRisky",
|
|
16862
|
+
"description": null,
|
|
16863
|
+
"args": [],
|
|
16864
|
+
"type": {
|
|
16865
|
+
"kind": "SCALAR",
|
|
16866
|
+
"name": "Boolean",
|
|
16867
|
+
"ofType": null
|
|
16868
|
+
},
|
|
16869
|
+
"isDeprecated": false,
|
|
16870
|
+
"deprecationReason": null
|
|
16871
|
+
},
|
|
16872
|
+
{
|
|
16873
|
+
"name": "reason",
|
|
16874
|
+
"description": null,
|
|
16875
|
+
"args": [],
|
|
16876
|
+
"type": {
|
|
16877
|
+
"kind": "SCALAR",
|
|
16878
|
+
"name": "String",
|
|
16879
|
+
"ofType": null
|
|
16880
|
+
},
|
|
16881
|
+
"isDeprecated": false,
|
|
16882
|
+
"deprecationReason": null
|
|
16883
|
+
},
|
|
16884
|
+
{
|
|
16885
|
+
"name": "data",
|
|
16886
|
+
"description": null,
|
|
16887
|
+
"args": [],
|
|
16888
|
+
"type": {
|
|
16889
|
+
"kind": "OBJECT",
|
|
16890
|
+
"name": "VerifyAccountRiskResult_BalanceRisky",
|
|
16891
|
+
"ofType": null
|
|
16892
|
+
},
|
|
16893
|
+
"isDeprecated": false,
|
|
16894
|
+
"deprecationReason": null
|
|
16895
|
+
}
|
|
16896
|
+
],
|
|
16897
|
+
"inputFields": null,
|
|
16898
|
+
"interfaces": [],
|
|
16899
|
+
"enumValues": null,
|
|
16900
|
+
"possibleTypes": null
|
|
16901
|
+
},
|
|
16902
|
+
{
|
|
16903
|
+
"kind": "OBJECT",
|
|
16904
|
+
"name": "VerifyAccountRiskResult_BalanceRisky",
|
|
16905
|
+
"description": null,
|
|
16906
|
+
"fields": [
|
|
16907
|
+
{
|
|
16908
|
+
"name": "address",
|
|
16909
|
+
"description": null,
|
|
16910
|
+
"args": [],
|
|
16911
|
+
"type": {
|
|
16912
|
+
"kind": "SCALAR",
|
|
16913
|
+
"name": "String",
|
|
16914
|
+
"ofType": null
|
|
16915
|
+
},
|
|
16916
|
+
"isDeprecated": false,
|
|
16917
|
+
"deprecationReason": null
|
|
16918
|
+
},
|
|
16919
|
+
{
|
|
16920
|
+
"name": "balance",
|
|
16921
|
+
"description": null,
|
|
16922
|
+
"args": [],
|
|
16923
|
+
"type": {
|
|
16924
|
+
"kind": "SCALAR",
|
|
16925
|
+
"name": "String",
|
|
16926
|
+
"ofType": null
|
|
16927
|
+
},
|
|
16928
|
+
"isDeprecated": false,
|
|
16929
|
+
"deprecationReason": null
|
|
16930
|
+
},
|
|
16931
|
+
{
|
|
16932
|
+
"name": "transferIn",
|
|
16933
|
+
"description": null,
|
|
16934
|
+
"args": [],
|
|
16935
|
+
"type": {
|
|
16936
|
+
"kind": "SCALAR",
|
|
16937
|
+
"name": "String",
|
|
16938
|
+
"ofType": null
|
|
16939
|
+
},
|
|
16940
|
+
"isDeprecated": false,
|
|
16941
|
+
"deprecationReason": null
|
|
16942
|
+
},
|
|
16943
|
+
{
|
|
16944
|
+
"name": "transferOut",
|
|
16945
|
+
"description": null,
|
|
16946
|
+
"args": [],
|
|
16947
|
+
"type": {
|
|
16948
|
+
"kind": "SCALAR",
|
|
16949
|
+
"name": "String",
|
|
16950
|
+
"ofType": null
|
|
16951
|
+
},
|
|
16952
|
+
"isDeprecated": false,
|
|
16953
|
+
"deprecationReason": null
|
|
16954
|
+
},
|
|
16955
|
+
{
|
|
16956
|
+
"name": "accountCount",
|
|
16957
|
+
"description": null,
|
|
16958
|
+
"args": [],
|
|
16959
|
+
"type": {
|
|
16960
|
+
"kind": "SCALAR",
|
|
16961
|
+
"name": "Int",
|
|
16962
|
+
"ofType": null
|
|
16963
|
+
},
|
|
16964
|
+
"isDeprecated": false,
|
|
16965
|
+
"deprecationReason": null
|
|
16966
|
+
},
|
|
16967
|
+
{
|
|
16968
|
+
"name": "txCount",
|
|
16969
|
+
"description": null,
|
|
16970
|
+
"args": [],
|
|
16971
|
+
"type": {
|
|
16972
|
+
"kind": "SCALAR",
|
|
16973
|
+
"name": "Int",
|
|
16974
|
+
"ofType": null
|
|
16975
|
+
},
|
|
16976
|
+
"isDeprecated": false,
|
|
16977
|
+
"deprecationReason": null
|
|
16978
|
+
}
|
|
16979
|
+
],
|
|
16980
|
+
"inputFields": null,
|
|
16981
|
+
"interfaces": [],
|
|
16982
|
+
"enumValues": null,
|
|
16983
|
+
"possibleTypes": null
|
|
16984
|
+
},
|
|
16591
16985
|
{
|
|
16592
16986
|
"kind": "OBJECT",
|
|
16593
16987
|
"name": "Version",
|
|
@@ -18656,6 +19050,102 @@
|
|
|
18656
19050
|
},
|
|
18657
19051
|
"isDeprecated": false,
|
|
18658
19052
|
"deprecationReason": null
|
|
19053
|
+
},
|
|
19054
|
+
{
|
|
19055
|
+
"name": "listTokenFlows",
|
|
19056
|
+
"description": null,
|
|
19057
|
+
"args": [
|
|
19058
|
+
{
|
|
19059
|
+
"name": "accountAddress",
|
|
19060
|
+
"description": null,
|
|
19061
|
+
"type": {
|
|
19062
|
+
"kind": "SCALAR",
|
|
19063
|
+
"name": "String",
|
|
19064
|
+
"ofType": null
|
|
19065
|
+
},
|
|
19066
|
+
"defaultValue": null
|
|
19067
|
+
},
|
|
19068
|
+
{
|
|
19069
|
+
"name": "tokenAddress",
|
|
19070
|
+
"description": null,
|
|
19071
|
+
"type": {
|
|
19072
|
+
"kind": "SCALAR",
|
|
19073
|
+
"name": "String",
|
|
19074
|
+
"ofType": null
|
|
19075
|
+
},
|
|
19076
|
+
"defaultValue": null
|
|
19077
|
+
},
|
|
19078
|
+
{
|
|
19079
|
+
"name": "paging",
|
|
19080
|
+
"description": null,
|
|
19081
|
+
"type": {
|
|
19082
|
+
"kind": "INPUT_OBJECT",
|
|
19083
|
+
"name": "PageInput",
|
|
19084
|
+
"ofType": null
|
|
19085
|
+
},
|
|
19086
|
+
"defaultValue": null
|
|
19087
|
+
},
|
|
19088
|
+
{
|
|
19089
|
+
"name": "depth",
|
|
19090
|
+
"description": null,
|
|
19091
|
+
"type": {
|
|
19092
|
+
"kind": "SCALAR",
|
|
19093
|
+
"name": "Int",
|
|
19094
|
+
"ofType": null
|
|
19095
|
+
},
|
|
19096
|
+
"defaultValue": null
|
|
19097
|
+
},
|
|
19098
|
+
{
|
|
19099
|
+
"name": "direction",
|
|
19100
|
+
"description": null,
|
|
19101
|
+
"type": {
|
|
19102
|
+
"kind": "ENUM",
|
|
19103
|
+
"name": "TokenFlowDirection",
|
|
19104
|
+
"ofType": null
|
|
19105
|
+
},
|
|
19106
|
+
"defaultValue": null
|
|
19107
|
+
}
|
|
19108
|
+
],
|
|
19109
|
+
"type": {
|
|
19110
|
+
"kind": "OBJECT",
|
|
19111
|
+
"name": "ResponseListTokenFlows",
|
|
19112
|
+
"ofType": null
|
|
19113
|
+
},
|
|
19114
|
+
"isDeprecated": false,
|
|
19115
|
+
"deprecationReason": null
|
|
19116
|
+
},
|
|
19117
|
+
{
|
|
19118
|
+
"name": "verifyAccountRisk",
|
|
19119
|
+
"description": null,
|
|
19120
|
+
"args": [
|
|
19121
|
+
{
|
|
19122
|
+
"name": "accountAddress",
|
|
19123
|
+
"description": null,
|
|
19124
|
+
"type": {
|
|
19125
|
+
"kind": "SCALAR",
|
|
19126
|
+
"name": "String",
|
|
19127
|
+
"ofType": null
|
|
19128
|
+
},
|
|
19129
|
+
"defaultValue": null
|
|
19130
|
+
},
|
|
19131
|
+
{
|
|
19132
|
+
"name": "tokenAddress",
|
|
19133
|
+
"description": null,
|
|
19134
|
+
"type": {
|
|
19135
|
+
"kind": "SCALAR",
|
|
19136
|
+
"name": "String",
|
|
19137
|
+
"ofType": null
|
|
19138
|
+
},
|
|
19139
|
+
"defaultValue": null
|
|
19140
|
+
}
|
|
19141
|
+
],
|
|
19142
|
+
"type": {
|
|
19143
|
+
"kind": "OBJECT",
|
|
19144
|
+
"name": "ResponseVerifyAccountRisk",
|
|
19145
|
+
"ofType": null
|
|
19146
|
+
},
|
|
19147
|
+
"isDeprecated": false,
|
|
19148
|
+
"deprecationReason": null
|
|
18659
19149
|
}
|
|
18660
19150
|
],
|
|
18661
19151
|
"inputFields": null,
|