diff --git a/package.json b/package.json index ea9e65d..7c33029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@togethercrew.dev/db", - "version": "3.0.76", + "version": "3.0.77", "description": "All interactions with DB", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/src/config/enums.ts b/src/config/enums.ts index fa31bb7..5668f65 100644 --- a/src/config/enums.ts +++ b/src/config/enums.ts @@ -6,6 +6,7 @@ export enum PlatformNames { MediaWiki = 'mediaWiki', Twitter = 'twitter', Discourse = 'discourse', + Telegram = 'telegram', } export enum ModuleNames {