UNPKG

chatwork-api

Version:
32 lines (29 loc) 560 B
module.exports = { STATUS: { OPEN: 'open', DONE: 'done' }, ICON_PRESET: { GROUP: 'group', CHECK: 'check', DOCUMENT: 'document', MEETING: 'meeting', EVENT: 'event', PROJECT: 'project', BUSINESS: 'business', STUDY: 'study', SECURITY: 'security', STAR: 'star', IDEA: 'idea', HEART: 'heart', MAGCUP: 'magcup', BEER: 'beer', MUSIC: 'music', SPORTS: 'sports', TRAVEL: 'travel' }, ROOM_ACTION_TYPE: { LEAVE: 'leave', DELETE: 'delete' } }