get rid of old message type

This commit is contained in:
dal 2025-07-09 12:42:56 -06:00
parent 812910624c
commit 4a7b87104d
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
1 changed files with 0 additions and 7 deletions

View File

@ -100,13 +100,6 @@ export const SendMessageResultSchema = z.object({
export type SendMessageResult = z.infer<typeof SendMessageResultSchema>;
// Message Type enum for tracking
export enum SlackMessageType {
MESSAGE = 'message',
REPLY = 'reply',
UPDATE = 'update',
}
// Message Source enum - indicates where the message originated from
export enum SlackMessageSource {
ANALYST_MESSAGE_POST_PROCESSING = 'analyst_message_post_processing',