d576aa9a4f0e0b6f1621913d31e0d2ff10b6324b
[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 _0x3e61=['mailinteraction:addtags','addTags','put','/:id','tracked','mailinteraction:update','update','delete','mail','destroy','exports','Router','../../components/auth/service','../../components/interaction/service','get','/describe','isAuthenticated','show','/:id/messages','getMessages','/:id/download','download','post','create','addMessage','/:id/tags'];(function(_0x14dac9,_0x11fc95){var _0x1f1e69=function(_0x4d2657){while(--_0x4d2657){_0x14dac9['push'](_0x14dac9['shift']());}};_0x1f1e69(++_0x11fc95);}(_0x3e61,0x10f));var _0x13e6=function(_0x2db208,_0x4afbe2){_0x2db208=_0x2db208-0x0;var _0x48efb3=_0x3e61[_0x2db208];return _0x48efb3;};'use strict';var express=require('express');var router=express[_0x13e6('0x0')]();var auth=require(_0x13e6('0x1'));var interaction=require(_0x13e6('0x2'));var controller=require('./mailInteraction.controller');router[_0x13e6('0x3')]('/',auth['isAuthenticated'](),controller['index']);router[_0x13e6('0x3')](_0x13e6('0x4'),auth[_0x13e6('0x5')](),controller['describe']);router[_0x13e6('0x3')]('/:id',auth['isAuthenticated'](),controller[_0x13e6('0x6')]);router[_0x13e6('0x3')](_0x13e6('0x7'),auth['isAuthenticated'](),controller[_0x13e6('0x8')]);router['get'](_0x13e6('0x9'),auth[_0x13e6('0x5')](),controller[_0x13e6('0xa')]);router[_0x13e6('0xb')]('/',auth[_0x13e6('0x5')](),controller[_0x13e6('0xc')]);router['post']('/:id/messages',auth[_0x13e6('0x5')](),controller[_0x13e6('0xd')]);router[_0x13e6('0xb')](_0x13e6('0xe'),auth[_0x13e6('0x5')](),interaction['tracked']('mail',_0x13e6('0xf')),controller[_0x13e6('0x10')]);router[_0x13e6('0x11')](_0x13e6('0x12'),auth[_0x13e6('0x5')](),interaction[_0x13e6('0x13')]('mail',_0x13e6('0x14')),controller[_0x13e6('0x15')]);router[_0x13e6('0x16')](_0x13e6('0x12'),auth[_0x13e6('0x5')](),interaction[_0x13e6('0x13')](_0x13e6('0x17'),'mailinteraction:destroy'),controller[_0x13e6('0x18')]);router[_0x13e6('0x16')]('/:id/tags',auth[_0x13e6('0x5')](),controller['removeTags']);module[_0x13e6('0x19')]=router;