From 9477ba1efe0a2a90563249da86cbf1980ab508fe Mon Sep 17 00:00:00 2001 From: Ariel Gentile Date: Thu, 22 Jun 2023 19:20:11 -0300 Subject: [PATCH] fix: expose communication policy service Signed-off-by: Ariel Gentile --- src/services/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/services/index.ts b/src/services/index.ts index fe1ceb3..c9121b8 100644 --- a/src/services/index.ts +++ b/src/services/index.ts @@ -1,2 +1,4 @@ +export * from './CommunicationPolicyEvents' +export * from './CommunicationPolicyService' export * from './UserProfileEvents' export * from './UserProfileService'