From 1dbcec3da44889ecb9d603b1c8993db59d03c66d Mon Sep 17 00:00:00 2001 From: iamsivin Date: Tue, 26 Aug 2025 12:20:55 +0530 Subject: [PATCH] fix: Build issue with upload rules --- src/fileUploadRules.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fileUploadRules.ts b/src/fileUploadRules.ts index d2d4ae6..baa9d8a 100644 --- a/src/fileUploadRules.ts +++ b/src/fileUploadRules.ts @@ -37,7 +37,7 @@ interface GetMaxUploadParams extends GetChannelParams { } // ---------- Channels ---------- -const INBOX_TYPES = { +export const INBOX_TYPES = { WEB: 'Channel::WebWidget', FB: 'Channel::FacebookPage', TWITTER: 'Channel::TwitterProfile',