From ff6faded6ab03f573010968b726c7a915ef99509 Mon Sep 17 00:00:00 2001 From: Behzad-rabiei Date: Mon, 14 Apr 2025 19:15:19 +0200 Subject: [PATCH] chore: add module names --- CHANGELOG.md | 6 ------ src/config/enums.ts | 3 +++ 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 26c27ab..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,6 +0,0 @@ -# [3.4.0](https://github.com/TogetherCrew/mongo-lib/compare/v3.3.0...v3.4.0) (2025-04-09) - - -### Features - -* add activated field to module schema ([f6caff6](https://github.com/TogetherCrew/mongo-lib/commit/f6caff6798cc5f69f4e33ca76508f4b72334b700)) diff --git a/src/config/enums.ts b/src/config/enums.ts index d51d8f9..f25ee2d 100644 --- a/src/config/enums.ts +++ b/src/config/enums.ts @@ -14,6 +14,9 @@ export enum ModuleNames { Hivemind = 'hivemind', ViolationDetection = 'violationDetection', DynamicNft = 'dynamicNft', + CommunityInsights = 'communityInsights', + CommunityHealth = 'communityHealth', + Announcements = 'announcements', } export enum HivemindPlatformNames {