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