Skip to content

Commit

Permalink
[SELC-5499] feature: Updated sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
giampieroferrara authored Sep 5, 2024
1 parent 638ff82 commit 0363c0a
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/onboarding-cdc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<quarkus.platform.version>3.5.2</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<onboarding-sdk.version>0.1.19</onboarding-sdk.version>
<onboarding-sdk.version>0.1.20</onboarding-sdk.version>
<quarkus-openapi-generator.version>2.4.1</quarkus-openapi-generator.version>
</properties>
<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,8 @@
"UNKNOWN",
"ADE",
"INFOCAMERE",
"IVASS"
"IVASS",
"PDND_INFOCAMERE"
],
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/onboarding-functions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<quarkus.platform.version>3.5.1</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<onboarding-sdk.version>0.1.19</onboarding-sdk.version>
<onboarding-sdk.version>0.1.20</onboarding-sdk.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion apps/onboarding-functions/src/main/openapi/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -2855,7 +2855,7 @@
},
"origin" : {
"type" : "string",
"enum" : [ "ADE", "ANAC", "INFOCAMERE", "IPA", "IVASS", "MOCK", "SELC", "UNKNOWN" ]
"enum" : [ "ADE", "ANAC", "INFOCAMERE", "IPA", "IVASS", "MOCK", "SELC", "UNKNOWN", "PDND_INFOCAMERE" ]
},
"originId" : {
"type" : "string"
Expand Down
2 changes: 1 addition & 1 deletion apps/onboarding-ms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<quarkus.platform.version>3.11.2</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<onboarding-sdk.version>0.1.19</onboarding-sdk.version>
<onboarding-sdk.version>0.1.20</onboarding-sdk.version>
<quarkus-openapi-generator.version>2.4.1</quarkus-openapi-generator.version>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion apps/onboarding-ms/src/main/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2147,7 +2147,7 @@
}
},
"Origin" : {
"enum" : [ "MOCK", "IPA", "SELC", "ANAC", "UNKNOWN", "ADE", "INFOCAMERE", "IVASS" ],
"enum" : [ "MOCK", "IPA", "SELC", "ANAC", "UNKNOWN", "ADE", "INFOCAMERE", "IVASS", "PDND_INFOCAMERE" ],
"type" : "string"
},
"PartyRole" : {
Expand Down
1 change: 1 addition & 0 deletions apps/onboarding-ms/src/main/docs/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1548,6 +1548,7 @@ components:
- ADE
- INFOCAMERE
- IVASS
- PDND_INFOCAMERE
type: string
PartyRole:
enum:
Expand Down
2 changes: 1 addition & 1 deletion apps/onboarding-ms/src/main/openapi/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -2864,7 +2864,7 @@
},
"origin" : {
"type" : "string",
"enum" : [ "ADE", "ANAC", "INFOCAMERE", "IPA", "IVASS", "MOCK", "SELC", "UNKNOWN" ]
"enum" : [ "ADE", "ANAC", "INFOCAMERE", "IPA", "IVASS", "MOCK", "SELC", "UNKNOWN", "PDND_INFOCAMERE" ]
},
"originId" : {
"type" : "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,8 @@
"UNKNOWN",
"ADE",
"INFOCAMERE",
"IVASS"
"IVASS",
"PDND_INFOCAMERE"
],
"type": "string"
},
Expand Down

0 comments on commit 0363c0a

Please sign in to comment.