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