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