You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
780 B

// Reducer Price Action Constants
export const IS_SENDING_PRICE_REQUEST = "IS_SENDING_PRICE_REQUEST";
export const SET_PRICE_REQUEST_ERROR = "SET_PRICE_REQUEST_ERROR";
export const CLEAR_PRICE_REQUEST_ERROR = "CLEAR_PRICE_REQUEST_ERROR";
export const SET_PRICE_REQUEST_SUCCESS = "SET_PRICE_REQUEST_SUCCESS";
export const CLEAR_PRICE_REQUEST_SUCCESS = "CLEAR_PRICE_REQUEST_SUCCESS";
export const SET_GET_EMPLOYEE_UUID = "SET_GET_EMPLOYEE_UUID";
export const SET_GET_WORKTYPE_UUID = "SET_GET_WORKTYPE_UUID";
export const SET_FORM_PRICE_AMOUNT = "SET_FORM_PRICE_AMOUNT";
// Saga Price Action Constants
export const CREATE_PRICE_REQUEST = "CREATE_PRICE_REQUEST";
export const UPDATE_PRICE_REQUEST = "UPDATE_PRICE_REQUEST";
export const DELETE_PRICE_REQUEST = "DELETE_PRICE_REQUEST";