Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- export const CREATE_SESSION = 'create_session';
- //User DATA
- export const FETCH_USER_INFO = 'fetch_user_info';
- export const FETCH_USER_IMG = 'fetch_user_img';
- export const FETCH_USER_FEEDS = 'fetch_user_feeds';
- export const FETCH_USER_CONNECTIONS = 'fetch_user_connections';
- export const FETCH_ALL_USERS = 'fetch_all_users';
- //Events
- export const CREATE_EVENT = 'create_event';
- export const EVENT_INPUT_CHANGE = 'event_input_change';
- export const LOAD = 'load';
- export const CLEAR = 'clear'
- export const CREATE_EVENT_FAIL = 'create_event_fail';
- export const FETCH_UPCOMING_EVENTS = 'fetch_upcoming_events';
- export const FETCH_MY_UPCOMING_EVENTS = 'fetch_my_upcoming_events';
- export const FETCH_EVENT_INFO = 'fetch_event_info';
- export const ATTEND_EVENT = 'attend_event';
- export const CREATE_EVENT_SUCCESS = 'create_event_success';
- export const UPDATE_EVENT_SUCCESS = 'update_event_success';
- export const UPDATE_EVENT_FAIL = 'update_event_fail';
- //Connections
- export const FETCH_PENDING_USER_CONNECTIONS = 'fetch_pending_user_connections';
- export const CREATE_CONNECTION_REQUEST = 'create_connection_request';
- export const FETCH_CONNECTION_STATUS = 'fetch_connection_status';
- export const FETCH_USERS = 'fetch_user';
- export const CREATE_POST = 'create_post';
- export const ACCEPT_CONNECTION = 'accept_connection';
- //posts
- export const POST_USER_WALL = 'post_user_wall';
- export const USER_WALL_INPUT_CHANGE = 'user_wall_input_change';
- export const POSTED = 'posted';
- export const EVENT_WALL_INPUT_CHANGE = 'event_wall_input_change';
Advertisement
Add Comment
Please, Sign In to add comment