1bb86029650873163138233167c9f924a6b2b03e
[osm/riftware.git] /
1
2 /*
3  * STANDARD_RIFT_IO_COPYRIGHT
4  */
5 import Alt from '../alt';
6 var createConfigAgentAccountActions = Alt.generateActions(
7                                                 'createConfigAccountSuccess',
8                                                 'createConfigAccountLoading',
9                                                 'createConfigAccountFailed',
10                                                 'updateSuccess',
11                                                 'updateLoading',
12                                                 'updateFail',
13                                                 'deleteSuccess',
14                                                 'deleteFail',
15                                                 'getConfigAgentAccountSuccess',
16                                                 'getConfigAgentAccountsSuccess',
17                                                 'getConfigAgentAccountsFail',
18                                                 'getConfigAgentAccountFail',
19                                                 'validateError',
20                                                 'validateReset'
21                                                 );
22
23 module.exports = createConfigAgentAccountActions;