Skip to content

Commit

Permalink
[P4ADEV-1985] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedetta-fabbri committed Jan 22, 2025
1 parent c12235a commit 3372cc0
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions openapi/generated.openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3040,7 +3040,7 @@
"in" : "query",
"schema" : {
"type" : "integer",
"format" : "int64"
"format" : "int32"
}
} ],
"responses" : {
Expand Down Expand Up @@ -3475,20 +3475,6 @@
}
}
},
"Stamp" : {
"type" : "object",
"properties" : {
"stampType" : {
"type" : "string"
},
"stampHashDocument" : {
"type" : "string"
},
"stampProvincialResidence" : {
"type" : "string"
}
}
},
"InstallmentNoPII" : {
"type" : "object",
"properties" : {
Expand Down Expand Up @@ -3619,6 +3605,20 @@
}
}
},
"Stamp" : {
"type" : "object",
"properties" : {
"stampType" : {
"type" : "string"
},
"stampHashDocument" : {
"type" : "string"
},
"stampProvincialResidence" : {
"type" : "string"
}
}
},
"CollectionModelTransfer" : {
"type" : "object",
"properties" : {
Expand Down

0 comments on commit 3372cc0

Please sign in to comment.