export const GET_USERDATA = 'get_userdata'; export const GET_NEWS = 'get_news'; export const PROFILE_CHANGE = 'profile_change'; export const GROUP_CHANGE = 'group_change'; export const WRITE_NEWS = 'write_news'; export const CLEAR_WRITE = 'clear_write'; export const ADD_NEWS = 'add_news'; export const DELETE_NEWS = 'delete_news'; export const EDIT_NEWS = 'edit_news'; export const SELECT_NEWS = 'select_news'; export const GET_EVENTS = 'get_events'; export const GET_EVENT_BY_ID = 'get_event_by_id'; export const GET_TRAINEES = 'get_trainees'; export const GET_TRAINEE_BY_ID = 'get_trainee_by_id'; export const VISITOR_CHANGE = 'visitor_change'; export const GET_NOTES_BY_EVENT = 'get_notes_by_event'; export const WRITE_EVENT = 'write_event'; export const ADD_EVENT = 'add_event'; export const DELETE_EVENT = 'delete_event'; export const WRITE_NOTE = 'write_note'; export const CLEAR_NOTE = 'clear_note'; export const ADD_EVENT_NOTE = 'add_note';