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