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