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