summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/packages/list/stores/mutation_types.js
blob: a5a584ccf1fed6dfd8d548f5e800fd966b369cc9 (plain)
1
2
3
4
5
6
7
8
export const SET_INITIAL_STATE = 'SET_INITIAL_STATE';

export const SET_PACKAGE_LIST_SUCCESS = 'SET_PACKAGE_LIST_SUCCESS';
export const SET_PAGINATION = 'SET_PAGINATION';
export const SET_MAIN_LOADING = 'SET_MAIN_LOADING';
export const SET_SORTING = 'SET_SORTING';
export const SET_SELECTED_TYPE = 'SET_SELECTED_TYPE';
export const SET_FILTER = 'SET_FILTER';