ENEI2019-Public/App/app/store/actions/actionTypes.js

38 lines
1.1 KiB
JavaScript
Raw Normal View History

2019-02-12 23:07:19 +00:00
//API BLUETREND
export const DATA_AVAILABLE = 'DATA_AVAILABLE';
export const API_LOGIN = 'API_LOGIN';
export const CHECK_USER='CHECK_USER';
export const LOGOUT_USER= 'LOGOUT_USER';
export const USER_INFO= 'USER_INFO'
export const HOLD='HOLD'
export const GET_EVENTS='GET_EVENTS'
2019-03-01 17:36:52 +00:00
//API BLUETREND CALENDÁRIO
export const GET_CAREERS='GET_CAREERS' //GET GEST LISTS
export const CHANGE_GUEST = 'CHANGE_GUEST'
export const GET_SESSIONS= 'GET_SESSIONS'
export const SIGN_SESSION= 'SIGN_SESSION'
2019-03-01 19:35:36 +00:00
export const WAIT_CHANGE='WAIT_CHANGE'
2019-03-12 03:34:40 +00:00
export const REMOVE_SESSION = 'REMOVE_SESSION'
2019-03-09 18:10:26 +00:00
2019-02-12 23:07:19 +00:00
//UI
//LOGIN
export const UI_LOGIN_RESET_PASSWORD= 'UI_LOGIN_RESET_PASSWORD'
export const UI_LOGIN_HELP_LOGIN='UI_LOGIN_HELP_LOGIN'
export const UI_LOGIN_PASSWORD_INPUT='UI_LOGIN_PASSWORD_INPUT'
export const UI_LOGIN_PASSWORD_INPUT_LOADING='UI_LOGIN_PASSWORD_INPUT_LOADING'
export const UI_LOGIN_PASSWORD_INPUT_INVALID='UI_LOGIN_PASSWORD_INPUT_INVALID'
export const UI_LOGIN_NOINTERNET='UI_LOGIN_NOINTERNET'
2019-02-16 18:29:23 +00:00
export const UI_LOGIN_OPEN_SCANNER='UI_LOIN_OPEN_SCANNER'
2019-03-11 16:15:51 +00:00
export const LOADINGLOGIN = 'LOADINGLOGIN'
2019-02-12 23:07:19 +00:00
2019-03-10 00:00:54 +00:00
export const OPEN_MODAL='OPEN_MODAL'
export const CLOSE_MODAL='CLOSE_MODAL'