// Reducer PShift Action Constants export const IS_SENDING_PSHIFT_REQUEST = "IS_SENDING_PSHIFT_REQUEST"; export const SET_PSHIFT_REQUEST_ERROR = "SET_PSHIFT_REQUEST_ERROR"; export const CLEAR_PSHIFT_REQUEST_ERROR = "CLEAR_PSHIFT_REQUEST_ERROR"; export const SET_PSHIFT_REQUEST_SUCCESS = "SET_PSHIFT_REQUEST_SUCCESS"; export const CLEAR_PSHIFT_REQUEST_SUCCESS = "CLEAR_PSHIFT_REQUEST_SUCCESS"; export const SET_CLEAR_PSHIFT_STATE = "SET_CLEAR_PSHIFT_STATE"; // Saga PShift Action Constants export const GET_PSHIFTS_REQUEST = "GET_PSHIFTS_REQUEST"; export const GET_PSHIFT_REQUEST = "GET_PSHIFT_REQUEST"; export const UPDATE_PSHIFT_REQUEST = "UPDATE_PSHIFT_REQUEST";