docs-util: support new query type argument (#10468)

* add support for second query argument

* more fixes
This commit is contained in:
Shahed Nasser
2024-12-06 12:21:19 +02:00
committed by GitHub
parent e3459b1f2f
commit abdd4c9e99
2 changed files with 151 additions and 106 deletions
@@ -37,6 +37,12 @@ class SchemaFactory {
BigNumberValue: {
type: "number",
},
difference_due: {
type: "number",
},
refund_amount: {
type: "number",
},
File: {
type: "object",
description: "A File to upload.",