diff --git a/app/Main.hs b/app/Main.hs index 5a1c9110..20a16169 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -88,7 +88,7 @@ $(deriveJSON defaultOptions ''Version) instance ToSchema Version version1 :: Version -version1 = Version "0.19.2" +version1 = Version "0.19.3" data PoolType = MPool (P.Pool AB.Mortgage) | LPool (P.Pool AB.Loan) diff --git a/swagger.json b/swagger.json index 590f1b3a..6dd8ae53 100644 --- a/swagger.json +++ b/swagger.json @@ -3227,6 +3227,37 @@ "tag", "contents" ] + }, + { + "type": "object", + "properties": { + "contents": { + "items": [ + { + "type": "string" + }, + { + "items": { + "$ref": "#/components/schemas/DealStats" + }, + "type": "array" + } + ], + "maxItems": 2, + "type": "array", + "minItems": 2 + }, + "tag": { + "type": "string", + "enum": [ + "WatchVal" + ] + } + }, + "required": [ + "tag", + "contents" + ] } ], "type": "object" @@ -10831,7 +10862,7 @@ } }, "info": { - "version": "0.19.1", + "version": "0.19.2", "title": "Hastructure API", "license": { "name": "BSD 3"