2019-08-14 09:48:44 +00:00
|
|
|
import { default as _agentMgmt } from './agentMgmt.json';
|
2020-06-25 15:34:03 +00:00
|
|
|
import { default as _labelsMgmt } from './labelsMgmt.json';
|
2019-08-14 09:48:44 +00:00
|
|
|
import { default as _cannedMgmt } from './cannedMgmt.json';
|
|
|
|
import { default as _chatlist } from './chatlist.json';
|
2020-01-01 17:00:43 +00:00
|
|
|
import { default as _contact } from './contact.json';
|
2019-08-14 09:48:44 +00:00
|
|
|
import { default as _conversation } from './conversation.json';
|
|
|
|
import { default as _inboxMgmt } from './inboxMgmt.json';
|
|
|
|
import { default as _login } from './login.json';
|
|
|
|
import { default as _report } from './report.json';
|
|
|
|
import { default as _resetPassword } from './resetPassword.json';
|
|
|
|
import { default as _setNewPassword } from './setNewPassword.json';
|
2020-02-16 11:50:38 +00:00
|
|
|
import { default as _settings } from './settings.json';
|
2019-08-14 09:48:44 +00:00
|
|
|
import { default as _signup } from './signup.json';
|
2020-02-29 12:13:49 +00:00
|
|
|
import { default as _integrations } from './integrations.json';
|
2020-04-06 16:47:07 +00:00
|
|
|
import { default as _generalSettings } from './generalSettings.json';
|
2019-08-14 09:48:44 +00:00
|
|
|
|
|
|
|
export default {
|
|
|
|
..._agentMgmt,
|
|
|
|
..._cannedMgmt,
|
|
|
|
..._chatlist,
|
2020-01-01 17:00:43 +00:00
|
|
|
..._contact,
|
2019-08-14 09:48:44 +00:00
|
|
|
..._conversation,
|
|
|
|
..._inboxMgmt,
|
|
|
|
..._login,
|
|
|
|
..._report,
|
2020-06-25 15:34:03 +00:00
|
|
|
..._labelsMgmt,
|
2019-08-14 09:48:44 +00:00
|
|
|
..._resetPassword,
|
|
|
|
..._setNewPassword,
|
2020-02-16 11:50:38 +00:00
|
|
|
..._settings,
|
2019-08-14 09:48:44 +00:00
|
|
|
..._signup,
|
2020-02-29 12:13:49 +00:00
|
|
|
..._integrations,
|
2020-04-06 16:47:07 +00:00
|
|
|
..._generalSettings,
|
2019-08-14 09:48:44 +00:00
|
|
|
};
|