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 {