Skip to content

Commit

Permalink
fix: Renamed field codError into errorDescription
Browse files Browse the repository at this point in the history
  • Loading branch information
antonioT90 committed Feb 10, 2025
1 parent 198b7f8 commit 57e2041
Show file tree
Hide file tree
Showing 9 changed files with 201 additions and 163 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ tasks.register<org.openapitools.generator.gradle.plugin.tasks.GenerateTask>("ope
outputDir.set("$projectDir/build/generated")
apiPackage.set("it.gov.pagopa.pu.processecexutions.controller.generated")
modelPackage.set("it.gov.pagopa.pu.processecexutions.dto.generated")
typeMappings.set(mapOf(
"IngestionFlowFileStatusEnum" to "it.gov.pagopa.pu.processecexutions.enums.IngestionFlowFileStatus"
))
configOptions.set(mapOf(
"dateLibrary" to "java8",
"requestMappingMode" to "api_interface",
Expand Down
Loading

0 comments on commit 57e2041

Please sign in to comment.