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