From 972f455d35aaab346a35bec75a367f93560be856 Mon Sep 17 00:00:00 2001 From: giampieroFerrara Date: Thu, 5 Sep 2024 17:51:01 +0200 Subject: [PATCH] [SELC-5497] feat: Updated onboarding-sdk-common --- app/src/main/resources/swagger/api-docs.json | 2 +- core/pom.xml | 2 +- web/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/resources/swagger/api-docs.json b/app/src/main/resources/swagger/api-docs.json index c0574c1b..19aeb647 100644 --- a/app/src/main/resources/swagger/api-docs.json +++ b/app/src/main/resources/swagger/api-docs.json @@ -2752,7 +2752,7 @@ }, "origin" : { "type" : "string", - "enum" : [ "ADE", "ANAC", "INFOCAMERE", "IPA", "IVASS", "MOCK", "SELC", "UNKNOWN" ] + "enum" : [ "ADE", "ANAC", "INFOCAMERE", "IPA", "IVASS", "MOCK", "PDND_INFOCAMERE", "SELC", "UNKNOWN" ] }, "originId" : { "type" : "string" diff --git a/core/pom.xml b/core/pom.xml index 2764131d..e2806736 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -19,7 +19,7 @@ it.pagopa.selfcare onboarding-sdk-common - 0.1.19 + 0.1.20 compile diff --git a/web/pom.xml b/web/pom.xml index d0f905b1..e5786861 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -33,7 +33,7 @@ it.pagopa.selfcare onboarding-sdk-common - 0.1.19 + 0.1.20