diff --git a/app/Main.hs b/app/Main.hs index b3f89a6..8af925a 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -103,7 +103,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.29.15" +version1 = Version "0.29.16" diff --git a/swagger.json b/swagger.json index a2cda61..704cd11 100644 --- a/swagger.json +++ b/swagger.json @@ -126,6 +126,51 @@ "title": "Transfer", "type": "object" }, + { + "properties": { + "contents": { + "items": [ + { + "items": { + "items": [ + { + "$ref": "#/components/schemas/Limit" + }, + { + "type": "string" + } + ], + "maxItems": 2, + "minItems": 2, + "type": "array" + }, + "type": "array" + }, + { + "type": "string" + }, + { + "$ref": "#/components/schemas/TxnComment" + } + ], + "maxItems": 3, + "minItems": 3, + "type": "array" + }, + "tag": { + "enum": [ + "TransferMultiple" + ], + "type": "string" + } + }, + "required": [ + "tag", + "contents" + ], + "title": "TransferMultiple", + "type": "object" + }, { "properties": { "contents": { @@ -18562,7 +18607,7 @@ "name": "BSD 3" }, "title": "Hastructure API", - "version": "0.29.13" + "version": "0.29.15" }, "openapi": "3.0.0", "paths": {