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