From 3372cc047136ba7d17a4aec4c96dfc34c4a3e591 Mon Sep 17 00:00:00 2001 From: Benedetta-fabbri Date: Wed, 22 Jan 2025 16:11:27 +0100 Subject: [PATCH] [P4ADEV-1985] fix --- openapi/generated.openapi.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/openapi/generated.openapi.json b/openapi/generated.openapi.json index 0f414be..f1ab91a 100644 --- a/openapi/generated.openapi.json +++ b/openapi/generated.openapi.json @@ -3040,7 +3040,7 @@ "in" : "query", "schema" : { "type" : "integer", - "format" : "int64" + "format" : "int32" } } ], "responses" : { @@ -3475,20 +3475,6 @@ } } }, - "Stamp" : { - "type" : "object", - "properties" : { - "stampType" : { - "type" : "string" - }, - "stampHashDocument" : { - "type" : "string" - }, - "stampProvincialResidence" : { - "type" : "string" - } - } - }, "InstallmentNoPII" : { "type" : "object", "properties" : { @@ -3619,6 +3605,20 @@ } } }, + "Stamp" : { + "type" : "object", + "properties" : { + "stampType" : { + "type" : "string" + }, + "stampHashDocument" : { + "type" : "string" + }, + "stampProvincialResidence" : { + "type" : "string" + } + } + }, "CollectionModelTransfer" : { "type" : "object", "properties" : {