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