/** * Action type dispatched when the fetch subscription packages request fails. */ export declare const FETCH_SUBSCRIPTION_PACKAGES_FAILURE = "@farfetch/blackout-redux/FETCH_SUBSCRIPTION_PACKAGES_FAILURE"; /** * Action type dispatched when the fetch subscription packages request starts. */ export declare const FETCH_SUBSCRIPTION_PACKAGES_REQUEST = "@farfetch/blackout-redux/FETCH_SUBSCRIPTION_PACKAGES_REQUEST"; /** * Action type dispatched when the fetch subscription packages request succeeds. */ export declare const FETCH_SUBSCRIPTION_PACKAGES_SUCCESS = "@farfetch/blackout-redux/FETCH_SUBSCRIPTION_PACKAGES_SUCCESS"; /** * Action type dispatched by reset thunk. */ export declare const RESET_SUBSCRIPTION_PACKAGES = "@farfetch/blackout-redux/RESET_SUBSCRIPTION_PACKAGES"; /** * Action type dispatched when the fetch user subscriptions request fails. */ export declare const FETCH_USER_SUBSCRIPTIONS_FAILURE = "@farfetch/blackout-redux/FETCH_USER_SUBSCRIPTIONS_FAILURE"; /** * Action type dispatched when the fetch user subscriptions request starts. */ export declare const FETCH_USER_SUBSCRIPTIONS_REQUEST = "@farfetch/blackout-redux/FETCH_USER_SUBSCRIPTIONS_REQUEST"; /** * Action type dispatched when the fetch user subscriptions request succeeds. */ export declare const FETCH_USER_SUBSCRIPTIONS_SUCCESS = "@farfetch/blackout-redux/FETCH_USER_SUBSCRIPTIONS_SUCCESS"; /** * Action type dispatched when the put user subscriptions request fails. */ export declare const UPDATE_USER_SUBSCRIPTIONS_FAILURE = "@farfetch/blackout-redux/UPDATE_USER_SUBSCRIPTIONS_FAILURE"; /** * Action type dispatched when the put user subscriptions request starts. */ export declare const UPDATE_USER_SUBSCRIPTIONS_REQUEST = "@farfetch/blackout-redux/UPDATE_USER_SUBSCRIPTIONS_REQUEST"; /** * Action type dispatched when the put user subscriptions request succeeds. */ export declare const UPDATE_USER_SUBSCRIPTIONS_SUCCESS = "@farfetch/blackout-redux/UPDATE_USER_SUBSCRIPTIONS_SUCCESS"; /** * Action type dispatched by reset thunk. */ export declare const RESET_USER_SUBSCRIPTIONS = "@farfetch/blackout-redux/RESET_USER_SUBSCRIPTIONS"; /** * Action type dispatched when the unsubscribe from subscriptions request fails. */ export declare const UNSUBSCRIBE_SUBSCRIPTION_FAILURE = "@farfetch/blackout-redux/UNSUBSCRIBE_SUBSCRIPTION_FAILURE"; /** * Action type dispatched when the unsubscribe from subscriptions request starts. */ export declare const UNSUBSCRIBE_SUBSCRIPTION_REQUEST = "@farfetch/blackout-redux/UNSUBSCRIBE_SUBSCRIPTION_REQUEST"; /** * Action type dispatched when the unsubscribe from subscriptions request succeeds. */ export declare const UNSUBSCRIBE_SUBSCRIPTION_SUCCESS = "@farfetch/blackout-redux/UNSUBSCRIBE_SUBSCRIPTION_SUCCESS"; /** * Action type dispatched when the unsubscribe recipient from topic request fails. */ export declare const UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_FAILURE = "@farfetch/blackout-redux/UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_FAILURE"; /** * Action type dispatched when the unsubscribe recipient from topic request starts. */ export declare const UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_REQUEST = "@farfetch/blackout-redux/UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_REQUEST"; /** * Action type dispatched when the unsubscribe recipient from topic request * succeeds. */ export declare const UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_SUCCESS = "@farfetch/blackout-redux/UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_SUCCESS"; /** * Action type dispatched when the application wants to clear a specific * unsubscribe recipient from topic request state from the store. */ export declare const CLEAR_UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_REQUEST = "@farfetch/blackout-redux/CLEAR_UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_REQUEST"; /** * Action type dispatched when the application wants to clear all unsubscribe * recipient from topic requests state from the store. */ export declare const CLEAR_ALL_UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_FROM_REQUESTS = "@farfetch/blackout-redux/CLEAR_ALL_UNSUBSCRIBE_SUBSCRIPTION_TOPIC_RECIPIENT_FROM_REQUESTS";