From 06ec631f933b72a9817e199913a18f7fe522faaf Mon Sep 17 00:00:00 2001 From: Cyrille <1618640+cyri113@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:17:37 +0100 Subject: [PATCH] Telegram Platform --- package.json | 2 +- src/config/enums.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 {