From 916f1e73dd83f305fc3e0165ccfd71c8b37776bd Mon Sep 17 00:00:00 2001 From: Xiaoyu Date: Mon, 25 Dec 2023 00:17:39 +0800 Subject: [PATCH] bump version to-> < 0.24.3 > --- app/Main.hs | 2 +- swagger.json | 23 ++++++++++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) 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"