From 9b2fb6e2e149814fadb8fb2ee91fe1359bf5fdf3 Mon Sep 17 00:00:00 2001 From: Giulia Tremolada Date: Wed, 17 Jan 2024 17:34:58 +0100 Subject: [PATCH 1/2] feat: upgrade commons version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0e1cf6d81..826f93998 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ Self Care Dashboard Backend - 2.5.0 + 2.5.1 From b6a38957f0dca80f96471a2e53eff05ab12587e1 Mon Sep 17 00:00:00 2001 From: Giulia Tremolada Date: Thu, 18 Jan 2024 16:17:56 +0100 Subject: [PATCH 2/2] fix: api-docs update --- app/src/main/resources/swagger/api-docs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/resources/swagger/api-docs.json b/app/src/main/resources/swagger/api-docs.json index 49fcf6886..7c321d545 100644 --- a/app/src/main/resources/swagger/api-docs.json +++ b/app/src/main/resources/swagger/api-docs.json @@ -1737,7 +1737,7 @@ "style" : "simple", "schema" : { "type" : "string", - "enum" : [ "AS", "GSP", "PA", "PG", "PSP", "PT", "SA", "SCP" ] + "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ] } } ], "responses" : { @@ -3701,7 +3701,7 @@ }, "institutionType" : { "type" : "string", - "enum" : [ "AS", "GSP", "PA", "PG", "PSP", "PT", "SA", "SCP" ] + "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ] }, "onboarding" : { "type" : "array", @@ -3800,7 +3800,7 @@ "institutionType" : { "type" : "string", "description" : "Institution's type", - "enum" : [ "AS", "GSP", "PA", "PG", "PSP", "PT", "SA", "SCP" ] + "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ] }, "mailAddress" : { "type" : "string", @@ -3878,7 +3878,7 @@ "institutionType" : { "type" : "string", "description" : "Institution's type", - "enum" : [ "AS", "GSP", "PA", "PG", "PSP", "PT", "SA", "SCP" ] + "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ] }, "mailAddress" : { "type" : "string",