/** * Action type dispatched when the fetch programs request fails. */ export declare const FETCH_PROGRAMS_FAILURE = "@farfetch/blackout-redux/FETCH_PROGRAMS_FAILURE"; /** * Action type dispatched when the fetch programs request starts. */ export declare const FETCH_PROGRAMS_REQUEST = "@farfetch/blackout-redux/FETCH_PROGRAMS_REQUEST"; /** * Action type dispatched when the fetch programs request succeeds. */ export declare const FETCH_PROGRAMS_SUCCESS = "@farfetch/blackout-redux/FETCH_PROGRAMS_SUCCESS"; /** * Action type dispatched when the create program membership request fails. */ export declare const CREATE_PROGRAM_MEMBERSHIP_FAILURE = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_FAILURE"; /** * Action type dispatched when the create program membership request starts. */ export declare const CREATE_PROGRAM_MEMBERSHIP_REQUEST = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_REQUEST"; /** * Action type dispatched when the create program membership request succeeds. */ export declare const CREATE_PROGRAM_MEMBERSHIP_SUCCESS = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_SUCCESS"; /** * Action type dispatched when the create program membership replacement request * fails. */ export declare const CREATE_PROGRAM_MEMBERSHIP_REPLACEMENT_FAILURE = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_REPLACEMENT_FAILURE"; /** * Action type dispatched when the create program membership replacement request * starts. */ export declare const CREATE_PROGRAM_MEMBERSHIP_REPLACEMENT_REQUEST = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_REPLACEMENT_REQUEST"; /** * Action type dispatched when the create program membership replacement request * succeeds. */ export declare const CREATE_PROGRAM_MEMBERSHIP_REPLACEMENT_SUCCESS = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_REPLACEMENT_SUCCESS"; /** * Action type dispatched when the create program membership convert request fails. */ export declare const CREATE_PROGRAM_MEMBERSHIP_CONVERT_FAILURE = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_CONVERT_FAILURE"; /** * Action type dispatched when the create program membership convert request * starts. */ export declare const CREATE_PROGRAM_MEMBERSHIP_CONVERT_REQUEST = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_CONVERT_REQUEST"; /** * Action type dispatched when the create program membership convert request * succeeds. */ export declare const CREATE_PROGRAM_MEMBERSHIP_CONVERT_SUCCESS = "@farfetch/blackout-redux/CREATE_PROGRAM_MEMBERSHIP_CONVERT_SUCCESS"; /** * Action type dispatched when the fetch program membership statements request * fails. */ export declare const FETCH_PROGRAM_MEMBERSHIP_STATEMENTS_FAILURE = "@farfetch/blackout-redux/FETCH_PROGRAM_MEMBERSHIP_STATEMENTS_FAILURE"; /** * Action type dispatched when the fetch program membership statements request * starts. */ export declare const FETCH_PROGRAM_MEMBERSHIP_STATEMENTS_REQUEST = "@farfetch/blackout-redux/FETCH_PROGRAM_MEMBERSHIP_STATEMENTS_REQUEST"; /** * Action type dispatched when the fetch program membership statements request * succeeds. */ export declare const FETCH_PROGRAM_MEMBERSHIP_STATEMENTS_SUCCESS = "@farfetch/blackout-redux/FETCH_PROGRAM_MEMBERSHIP_STATEMENTS_SUCCESS"; /** * Action type dispatched when the get program users membership request succeeds. */ export declare const FETCH_PROGRAM_USERS_MEMBERSHIP_SUCCESS = "@farfetch/blackout-redux/FETCH_PROGRAM_USERS_MEMBERSHIP_SUCCESS"; /** * Action type dispatched when the get program users membership request fails. */ export declare const FETCH_PROGRAM_USERS_MEMBERSHIP_FAILURE = "@farfetch/blackout-redux/FETCH_PROGRAM_USERS_MEMBERSHIP_FAILURE"; /** * Action type dispatched when the get program users membership request starts. */ export declare const FETCH_PROGRAM_USERS_MEMBERSHIP_REQUEST = "@farfetch/blackout-redux/FETCH_PROGRAM_USERS_MEMBERSHIP_REQUEST";