client/src/constants/actionTypes.js
changeset 124 c77570164050
parent 107 e6f85e26b08c
child 129 d48946d164c6
equal deleted inserted replaced
123:6542f93cdc0d 124:c77570164050
     1 export const NOOP = 'NOOP';
     1 export const NOOP = 'NOOP';
     2 
     2 
     3 export const ADD_NOTE = 'ADD_NOTE';
     3 export const ADD_NOTE = 'ADD_NOTE';
     4 export const DELETE_NOTE = 'DELETE_NOTE';
     4 export const DELETE_NOTE = 'DELETE_NOTE';
       
     5 export const DO_DELETE_NOTE = 'DO_DELETE_NOTE';
     5 export const UPDATE_NOTE = 'UPDATE_NOTE';
     6 export const UPDATE_NOTE = 'UPDATE_NOTE';
     6 
     7 
     7 export const CREATE_SESSION = 'CREATE_SESSION';
     8 export const CREATE_SESSION = 'CREATE_SESSION';
     8 export const UPDATE_SESSION = 'UPDATE_SESSION';
     9 export const UPDATE_SESSION = 'UPDATE_SESSION';
     9 export const DELETE_SESSION = 'DELETE_SESSION';
    10 export const DELETE_SESSION = 'DELETE_SESSION';
       
    11 export const DO_DELETE_SESSION = 'DO_DELETE_SESSION';
    10 export const LOAD_SESSIONS = 'LOAD_SESSIONS';
    12 export const LOAD_SESSIONS = 'LOAD_SESSIONS';
    11 
    13 
    12 export const AUTH_LOGIN_SUBMIT = 'AUTH_LOGIN_SUBMIT';
    14 export const AUTH_LOGIN_SUBMIT = 'AUTH_LOGIN_SUBMIT';
    13 export const AUTH_LOGIN_REQUEST = 'AUTH_LOGIN_REQUEST';
    15 export const AUTH_LOGIN_REQUEST = 'AUTH_LOGIN_REQUEST';
    14 export const AUTH_LOGIN_ERROR = 'AUTH_LOGIN_ERROR';
    16 export const AUTH_LOGIN_ERROR = 'AUTH_LOGIN_ERROR';