From 42bdff61519ef85f9dd77f9c869808e851469581 Mon Sep 17 00:00:00 2001 From: empassaro Date: Mon, 14 Oct 2024 13:11:49 +0200 Subject: [PATCH] [PNPG-248] fix: build cdc issue. Adding new workflowType in onboarding_functions.json --- apps/onboarding-cdc/src/main/openapi/onboarding_functions.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json b/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json index a136e5596..2175c0e20 100644 --- a/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json +++ b/apps/onboarding-cdc/src/main/openapi/onboarding_functions.json @@ -509,7 +509,8 @@ "USERS_IMPORT", "CONTRACT_REGISTRATION_AGGREGATOR", "CONFIRMATION_AGGREGATE", - "INCREMENT_REGISTRATION_AGGREGATOR" + "INCREMENT_REGISTRATION_AGGREGATOR", + "USERS_PG" ], "type": "string" },