From 0e1dd36ee5c329e543f5fadaf842bc42f5aca5f9 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Mon, 9 Oct 2023 13:26:22 +0200 Subject: feat(ernp): switch to lastest ERnP openAPI version 2.6.0 --- .../src/main/resources/wsdl/ernp_client/openapi.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json b/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json index 88e5664d..5a28c2b5 100644 --- a/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json +++ b/modules/authmodule-eIDAS-v2/src/main/resources/wsdl/ernp_client/openapi.json @@ -2251,6 +2251,13 @@ "name" : "Kitverfolgung" }, "default" : true + }, + "liefereKitKette" : { + "type" : "boolean", + "xml" : { + "name" : "LiefereKitKette" + }, + "default" : false } } }, -- cgit v1.2.3