From 98b3071d9229f511184d712c42c28c0d90d2f4fa Mon Sep 17 00:00:00 2001 From: Shan Jayathilaka Date: Mon, 28 Aug 2023 00:57:50 +0530 Subject: [PATCH] Add organization user invitation APIs to the product --- modules/api-resources/api-resources-full/pom.xml | 8 ++++++++ .../src/main/webapp/WEB-INF/beans.xml | 3 ++- modules/api-resources/pom.xml | 10 ++++++++++ 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/modules/api-resources/api-resources-full/pom.xml b/modules/api-resources/api-resources-full/pom.xml index cb7d687b15d..1d4007d2958 100644 --- a/modules/api-resources/api-resources-full/pom.xml +++ b/modules/api-resources/api-resources-full/pom.xml @@ -166,6 +166,14 @@ org.wso2.carbon.identity.server.api org.wso2.carbon.identity.api.server.idv.provider.common + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1 + + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.common + org.wso2.carbon.identity.user.api org.wso2.carbon.identity.rest.api.user.totp.v1 diff --git a/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml b/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml index 9a107fb58b3..8fc212183ba 100644 --- a/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml +++ b/modules/api-resources/api-resources-full/src/main/webapp/WEB-INF/beans.xml @@ -56,6 +56,7 @@ + @@ -111,9 +112,9 @@ - + diff --git a/modules/api-resources/pom.xml b/modules/api-resources/pom.xml index 74ffd0f4982..6513a4624bf 100644 --- a/modules/api-resources/pom.xml +++ b/modules/api-resources/pom.xml @@ -470,6 +470,16 @@ org.wso2.carbon.identity.api.server.organization.role.management.common ${identity.server.api.version} + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.v1 + ${identity.server.api.version} + + + org.wso2.carbon.identity.server.api + org.wso2.carbon.identity.api.server.organization.user.invitation.management.common + ${identity.server.api.version} +