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