077e0ee542fb610741ae68b15f3b70fcdcc303e8
[motion2.git] / server / api / mailInteraction / 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 _0x2882=['addMessage','/:id/tags','tracked','mail','addTags','put','mailinteraction:update','update','delete','mailinteraction:destroy','removeTags','multer','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','index','/describe','isAuthenticated','describe','/:id','get','/:id/messages','getMessages','create','post'];(function(_0x4f2a4b,_0x5a0dfe){var _0x1e29af=function(_0x56d3b9){while(--_0x56d3b9){_0x4f2a4b['push'](_0x4f2a4b['shift']());}};_0x1e29af(++_0x5a0dfe);}(_0x2882,0x1db));var _0x2288=function(_0x1e297d,_0x4604cb){_0x1e297d=_0x1e297d-0x0;var _0x4a7f6a=_0x2882[_0x1e297d];return _0x4a7f6a;};'use strict';var multer=require(_0x2288('0x0'));var util=require('util');var path=require(_0x2288('0x1'));var timeout=require(_0x2288('0x2'));var express=require(_0x2288('0x3'));var router=express[_0x2288('0x4')]();var auth=require(_0x2288('0x5'));var interaction=require(_0x2288('0x6'));var config=require(_0x2288('0x7'));var controller=require('./mailInteraction.controller');router['get']('/',auth['isAuthenticated'](),controller[_0x2288('0x8')]);router['get'](_0x2288('0x9'),auth[_0x2288('0xa')](),controller[_0x2288('0xb')]);router['get'](_0x2288('0xc'),auth['isAuthenticated'](),controller['show']);router[_0x2288('0xd')](_0x2288('0xe'),auth[_0x2288('0xa')](),controller[_0x2288('0xf')]);router[_0x2288('0xd')]('/:id/download',auth[_0x2288('0xa')](),controller['download']);router['post']('/',auth[_0x2288('0xa')](),controller[_0x2288('0x10')]);router[_0x2288('0x11')](_0x2288('0xe'),auth[_0x2288('0xa')](),controller[_0x2288('0x12')]);router[_0x2288('0x11')](_0x2288('0x13'),auth[_0x2288('0xa')](),interaction[_0x2288('0x14')](_0x2288('0x15'),'mailinteraction:addtags'),controller[_0x2288('0x16')]);router[_0x2288('0x17')](_0x2288('0xc'),auth[_0x2288('0xa')](),interaction[_0x2288('0x14')](_0x2288('0x15'),_0x2288('0x18')),controller[_0x2288('0x19')]);router[_0x2288('0x1a')]('/:id',auth[_0x2288('0xa')](),interaction['tracked']('mail',_0x2288('0x1b')),controller['destroy']);router[_0x2288('0x1a')](_0x2288('0x13'),auth[_0x2288('0xa')](),controller[_0x2288('0x1c')]);module['exports']=router;