diff --git a/apps/onboarding-cdc/pom.xml b/apps/onboarding-cdc/pom.xml
index 3eda2fce2..c4a8cb8d1 100644
--- a/apps/onboarding-cdc/pom.xml
+++ b/apps/onboarding-cdc/pom.xml
@@ -24,7 +24,7 @@
3.5.2
true
3.1.2
- 0.1.18
+ 0.1.19
2.4.1
diff --git a/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json b/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json
index fbca43c35..d3c6c78ad 100644
--- a/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json
+++ b/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json
@@ -502,7 +502,8 @@
"PSP",
"AS",
"REC",
- "CON"
+ "CON",
+ "PRV"
],
"type": "string"
},
diff --git a/apps/onboarding-functions/pom.xml b/apps/onboarding-functions/pom.xml
index 8ada4bf6e..54972978a 100644
--- a/apps/onboarding-functions/pom.xml
+++ b/apps/onboarding-functions/pom.xml
@@ -21,7 +21,7 @@
3.5.1
true
3.1.2
- 0.1.18
+ 0.1.19
1.5.5.Final
diff --git a/apps/onboarding-functions/src/main/openapi/core.json b/apps/onboarding-functions/src/main/openapi/core.json
index 0879ebed6..42529a0ec 100644
--- a/apps/onboarding-functions/src/main/openapi/core.json
+++ b/apps/onboarding-functions/src/main/openapi/core.json
@@ -2011,7 +2011,7 @@
"style" : "simple",
"schema" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV"]
}
} ],
"responses" : {
@@ -2492,7 +2492,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP","PRV" ]
},
"origin" : {
"type" : "string"
@@ -2742,7 +2742,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
},
"productId" : {
"type" : "string"
@@ -2851,7 +2851,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
},
"origin" : {
"type" : "string",
@@ -2889,7 +2889,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
},
"subunitCode" : {
"type" : "string"
@@ -3004,7 +3004,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
},
"onboardings" : {
"type" : "object",
@@ -3146,7 +3146,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
},
"onboarding" : {
"type" : "array",
@@ -3248,7 +3248,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
},
"istatCode" : {
"type" : "string"
@@ -3358,7 +3358,7 @@
},
"institutionType" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
},
"ivassCode" : {
"type" : "string"
diff --git a/apps/onboarding-ms/pom.xml b/apps/onboarding-ms/pom.xml
index 51446f7f1..fb791956c 100644
--- a/apps/onboarding-ms/pom.xml
+++ b/apps/onboarding-ms/pom.xml
@@ -23,7 +23,7 @@
3.11.2
true
3.1.2
- 0.1.18
+ 0.1.19
2.4.1
diff --git a/apps/onboarding-ms/src/main/docs/openapi.json b/apps/onboarding-ms/src/main/docs/openapi.json
index 22ba8a145..7047f045f 100644
--- a/apps/onboarding-ms/src/main/docs/openapi.json
+++ b/apps/onboarding-ms/src/main/docs/openapi.json
@@ -1764,7 +1764,7 @@
}
},
"InstitutionType" : {
- "enum" : [ "PA", "PG", "GSP", "SA", "PT", "SCP", "PSP", "AS", "REC", "CON" ],
+ "enum" : [ "PA", "PG", "GSP", "SA", "PT", "SCP", "PSP", "AS", "REC", "CON", "PRV" ],
"type" : "string"
},
"LocalDateTime" : {
diff --git a/apps/onboarding-ms/src/main/docs/openapi.yaml b/apps/onboarding-ms/src/main/docs/openapi.yaml
index ff061929d..be41357e2 100644
--- a/apps/onboarding-ms/src/main/docs/openapi.yaml
+++ b/apps/onboarding-ms/src/main/docs/openapi.yaml
@@ -1248,6 +1248,7 @@ components:
- AS
- REC
- CON
+ - PRV
type: string
LocalDateTime:
format: date-time
diff --git a/apps/onboarding-ms/src/main/openapi/core.json b/apps/onboarding-ms/src/main/openapi/core.json
index 1970d9de3..b886d52c6 100644
--- a/apps/onboarding-ms/src/main/openapi/core.json
+++ b/apps/onboarding-ms/src/main/openapi/core.json
@@ -1967,7 +1967,7 @@
"style" : "simple",
"schema" : {
"type" : "string",
- "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP" ]
+ "enum" : [ "AS", "CON", "GSP", "PA", "PG", "PSP", "PT", "REC", "SA", "SCP", "PRV" ]
}
} ],
"responses" : {
diff --git a/apps/onboarding-ms/src/main/openapi/onboarding_functions.json b/apps/onboarding-ms/src/main/openapi/onboarding_functions.json
index 56b4a48bc..7710246f2 100644
--- a/apps/onboarding-ms/src/main/openapi/onboarding_functions.json
+++ b/apps/onboarding-ms/src/main/openapi/onboarding_functions.json
@@ -509,7 +509,8 @@
"PSP",
"AS",
"REC",
- "CON"
+ "CON",
+ "PRV"
],
"type": "string"
},
diff --git a/test-coverage/pom.xml b/test-coverage/pom.xml
index 5d087626d..adba810ad 100644
--- a/test-coverage/pom.xml
+++ b/test-coverage/pom.xml
@@ -77,22 +77,22 @@
it.pagopa.selfcare
onboarding-sdk-product
- 0.1.15
+ 0.1.19
it.pagopa.selfcare
onboarding-sdk-common
- 0.1.14
+ 0.1.19
it.pagopa.selfcare
onboarding-sdk-azure-storage
- 0.1.14
+ 0.1.19
it.pagopa.selfcare
onboarding-sdk-crypto
- 0.1.14
+ 0.1.19