diff --git a/app/Main.hs b/app/Main.hs index f181a23d..3271d307 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -92,7 +92,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.24.2" +version1 = Version "0.24.3" data PoolType = MPool (P.Pool AB.Mortgage) | LPool (P.Pool AB.Loan) diff --git a/swagger.json b/swagger.json index 7eb8dbe3..e33ac0cc 100644 --- a/swagger.json +++ b/swagger.json @@ -7697,6 +7697,27 @@ "contents" ] }, + { + "type": "object", + "properties": { + "contents": { + "items": { + "$ref": "#/components/schemas/DealStats" + }, + "type": "array" + }, + "tag": { + "type": "string", + "enum": [ + "Excess" + ] + } + }, + "required": [ + "tag", + "contents" + ] + }, { "type": "object", "properties": { @@ -14306,7 +14327,7 @@ } }, "info": { - "version": "0.24.1", + "version": "0.24.2", "title": "Hastructure API", "license": { "name": "BSD 3"