b02f7449b34fe0f47723e752e01fea7c6f74fbbc
[motion2.git] / server / api / mailAccount / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x2842=['removeAgents','exports','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','show','/:id/canned_answers','getAnswers','/:id/in_servers','getSmtp','/:id/interactions','getInteractions','/:id/messages','getMessages','/:id/verify','verifySmtp','/:id/users','getAgents','post','/:id/dispositions','addAnswer','addImap','/:id/out_servers','addInteraction','addApplications','/:id/send','send','put','/:id','update','delete','removeDispositions','removeAnswers','removeImap','removeSmtp','destroy'];(function(_0x4f2725,_0x3b0fde){var _0x511032=function(_0x1b8025){while(--_0x1b8025){_0x4f2725['push'](_0x4f2725['shift']());}};_0x511032(++_0x3b0fde);}(_0x2842,0x1ba));var _0x2284=function(_0x501510,_0x61caa9){_0x501510=_0x501510-0x0;var _0x1e6ee5=_0x2842[_0x501510];return _0x1e6ee5;};'use strict';var multer=require('multer');var util=require(_0x2284('0x0'));var path=require(_0x2284('0x1'));var timeout=require(_0x2284('0x2'));var express=require(_0x2284('0x3'));var router=express[_0x2284('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0x2284('0x5'));var config=require(_0x2284('0x6'));var controller=require('./mailAccount.controller');router[_0x2284('0x7')]('/',auth[_0x2284('0x8')](),controller[_0x2284('0x9')]);router[_0x2284('0x7')](_0x2284('0xa'),auth[_0x2284('0x8')](),controller['describe']);router[_0x2284('0x7')]('/:id',auth[_0x2284('0x8')](),controller[_0x2284('0xb')]);router[_0x2284('0x7')]('/:id/dispositions',auth[_0x2284('0x8')](),controller['getDispositions']);router[_0x2284('0x7')](_0x2284('0xc'),auth[_0x2284('0x8')](),controller[_0x2284('0xd')]);router[_0x2284('0x7')](_0x2284('0xe'),auth[_0x2284('0x8')](),controller['getImap']);router[_0x2284('0x7')]('/:id/out_servers',auth[_0x2284('0x8')](),controller[_0x2284('0xf')]);router[_0x2284('0x7')](_0x2284('0x10'),auth['isAuthenticated'](),controller[_0x2284('0x11')]);router[_0x2284('0x7')]('/:id/applications',auth[_0x2284('0x8')](),controller['getApplications']);router['get'](_0x2284('0x12'),auth[_0x2284('0x8')](),controller[_0x2284('0x13')]);router[_0x2284('0x7')](_0x2284('0x14'),auth['isAuthenticated'](),controller[_0x2284('0x15')]);router[_0x2284('0x7')](_0x2284('0x16'),auth['isAuthenticated'](),controller[_0x2284('0x17')]);router[_0x2284('0x18')](_0x2284('0x19'),auth[_0x2284('0x8')](),controller['addDisposition']);router[_0x2284('0x18')](_0x2284('0xc'),auth['isAuthenticated'](),controller[_0x2284('0x1a')]);router['post']('/',auth[_0x2284('0x8')](),controller['create']);router[_0x2284('0x18')]('/:id/in_servers',auth[_0x2284('0x8')](),controller[_0x2284('0x1b')]);router[_0x2284('0x18')](_0x2284('0x1c'),auth[_0x2284('0x8')](),controller['addSmtp']);router[_0x2284('0x18')](_0x2284('0x10'),auth[_0x2284('0x8')](),controller[_0x2284('0x1d')]);router[_0x2284('0x18')]('/:id/applications',auth[_0x2284('0x8')](),controller[_0x2284('0x1e')]);router[_0x2284('0x18')](_0x2284('0x1f'),auth[_0x2284('0x8')](),controller[_0x2284('0x20')]);router[_0x2284('0x18')](_0x2284('0x16'),auth[_0x2284('0x8')](),controller['addAgents']);router[_0x2284('0x21')](_0x2284('0x22'),auth[_0x2284('0x8')](),controller[_0x2284('0x23')]);router[_0x2284('0x24')](_0x2284('0x19'),auth['isAuthenticated'](),controller[_0x2284('0x25')]);router[_0x2284('0x24')]('/:id/canned_answers',auth[_0x2284('0x8')](),controller[_0x2284('0x26')]);router[_0x2284('0x24')](_0x2284('0xe'),auth['isAuthenticated'](),controller[_0x2284('0x27')]);router[_0x2284('0x24')](_0x2284('0x1c'),auth[_0x2284('0x8')](),controller[_0x2284('0x28')]);router['delete'](_0x2284('0x22'),auth[_0x2284('0x8')](),controller[_0x2284('0x29')]);router[_0x2284('0x24')](_0x2284('0x16'),auth[_0x2284('0x8')](),controller[_0x2284('0x2a')]);module[_0x2284('0x2b')]=router;