Built motion from commit (unavailable).|2.5.11
[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 _0xbd9e=['addSmtp','addApplications','send','/:id/users','addAgents','update','delete','removeAnswers','removeImap','removeSmtp','/:id','destroy','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','/describe','isAuthenticated','describe','show','/:id/dispositions','/:id/in_servers','getImap','getSmtp','/:id/interactions','getInteractions','/:id/applications','getApplications','/:id/messages','getMessages','/:id/verify','verifySmtp','getAgents','post','/:id/canned_answers','create','addImap','/:id/out_servers'];(function(_0x21b706,_0x1022f4){var _0x13b94a=function(_0x3116da){while(--_0x3116da){_0x21b706['push'](_0x21b706['shift']());}};_0x13b94a(++_0x1022f4);}(_0xbd9e,0x108));var _0xebd9=function(_0xd0b415,_0x149675){_0xd0b415=_0xd0b415-0x0;var _0x2bdf2c=_0xbd9e[_0xd0b415];return _0x2bdf2c;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xebd9('0x0'));var timeout=require('connect-timeout');var express=require(_0xebd9('0x1'));var router=express[_0xebd9('0x2')]();var auth=require(_0xebd9('0x3'));var interaction=require(_0xebd9('0x4'));var config=require(_0xebd9('0x5'));var controller=require('./mailAccount.controller');router[_0xebd9('0x6')]('/',auth['isAuthenticated'](),controller[_0xebd9('0x7')]);router[_0xebd9('0x6')](_0xebd9('0x8'),auth[_0xebd9('0x9')](),controller[_0xebd9('0xa')]);router[_0xebd9('0x6')]('/:id',auth[_0xebd9('0x9')](),controller[_0xebd9('0xb')]);router[_0xebd9('0x6')](_0xebd9('0xc'),auth[_0xebd9('0x9')](),controller['getDispositions']);router[_0xebd9('0x6')]('/:id/canned_answers',auth[_0xebd9('0x9')](),controller['getAnswers']);router[_0xebd9('0x6')](_0xebd9('0xd'),auth['isAuthenticated'](),controller[_0xebd9('0xe')]);router[_0xebd9('0x6')]('/:id/out_servers',auth[_0xebd9('0x9')](),controller[_0xebd9('0xf')]);router[_0xebd9('0x6')](_0xebd9('0x10'),auth['isAuthenticated'](),controller[_0xebd9('0x11')]);router[_0xebd9('0x6')](_0xebd9('0x12'),auth[_0xebd9('0x9')](),controller[_0xebd9('0x13')]);router[_0xebd9('0x6')](_0xebd9('0x14'),auth[_0xebd9('0x9')](),controller[_0xebd9('0x15')]);router[_0xebd9('0x6')](_0xebd9('0x16'),auth[_0xebd9('0x9')](),controller[_0xebd9('0x17')]);router[_0xebd9('0x6')]('/:id/users',auth[_0xebd9('0x9')](),controller[_0xebd9('0x18')]);router[_0xebd9('0x19')]('/:id/dispositions',auth[_0xebd9('0x9')](),controller['addDisposition']);router[_0xebd9('0x19')](_0xebd9('0x1a'),auth['isAuthenticated'](),controller['addAnswer']);router['post']('/',auth[_0xebd9('0x9')](),controller[_0xebd9('0x1b')]);router[_0xebd9('0x19')]('/:id/in_servers',auth[_0xebd9('0x9')](),controller[_0xebd9('0x1c')]);router[_0xebd9('0x19')](_0xebd9('0x1d'),auth[_0xebd9('0x9')](),controller[_0xebd9('0x1e')]);router['post'](_0xebd9('0x10'),auth[_0xebd9('0x9')](),controller['addInteraction']);router['post'](_0xebd9('0x12'),auth[_0xebd9('0x9')](),controller[_0xebd9('0x1f')]);router[_0xebd9('0x19')]('/:id/send',auth[_0xebd9('0x9')](),controller[_0xebd9('0x20')]);router[_0xebd9('0x19')](_0xebd9('0x21'),auth['isAuthenticated'](),controller[_0xebd9('0x22')]);router['put']('/:id',auth[_0xebd9('0x9')](),controller[_0xebd9('0x23')]);router[_0xebd9('0x24')](_0xebd9('0xc'),auth[_0xebd9('0x9')](),controller['removeDispositions']);router['delete']('/:id/canned_answers',auth[_0xebd9('0x9')](),controller[_0xebd9('0x25')]);router[_0xebd9('0x24')](_0xebd9('0xd'),auth[_0xebd9('0x9')](),controller[_0xebd9('0x26')]);router[_0xebd9('0x24')](_0xebd9('0x1d'),auth[_0xebd9('0x9')](),controller[_0xebd9('0x27')]);router[_0xebd9('0x24')](_0xebd9('0x28'),auth['isAuthenticated'](),controller[_0xebd9('0x29')]);router['delete'](_0xebd9('0x21'),auth[_0xebd9('0x9')](),controller['removeAgents']);module['exports']=router;