feat: add content types
This commit is contained in:
@@ -49,6 +49,21 @@ export const ATTACHMENT_TYPES = {
|
||||
IG_REEL: 'ig_reel',
|
||||
};
|
||||
|
||||
export const CONTENT_TYPES = {
|
||||
TEXT: 'text',
|
||||
INPUT_TEXT: 'input_text',
|
||||
INPUT_TEXTAREA: 'input_textarea',
|
||||
INPUT_EMAIL: 'input_email',
|
||||
INPUT_SELECT: 'input_select',
|
||||
CARDS: 'cards',
|
||||
FORM: 'form',
|
||||
ARTICLE: 'article',
|
||||
INCOMING_EMAIL: 'incoming_email',
|
||||
INPUT_CSAT: 'input_csat',
|
||||
INTEGRATIONS: 'integrations',
|
||||
STICKER: 'sticker',
|
||||
};
|
||||
|
||||
export const MEDIA_TYPES = [
|
||||
ATTACHMENT_TYPES.IMAGE,
|
||||
ATTACHMENT_TYPES.VIDEO,
|
||||
|
||||
Reference in New Issue
Block a user