Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / api / mailQueueReport / 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 _0x3b55=['describe','/:id','show','post','put','update','delete','destroy','multer','util','express','../../components/auth/service','../../config/environment','./mailQueueReport.controller','get','isAuthenticated','index'];(function(_0x4a38ed,_0x2db0af){var _0x5b7dd5=function(_0x4b49dd){while(--_0x4b49dd){_0x4a38ed['push'](_0x4a38ed['shift']());}};_0x5b7dd5(++_0x2db0af);}(_0x3b55,0xe5));var _0x53b5=function(_0x616290,_0x280b7f){_0x616290=_0x616290-0x0;var _0x453879=_0x3b55[_0x616290];return _0x453879;};'use strict';var multer=require(_0x53b5('0x0'));var util=require(_0x53b5('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x53b5('0x2'));var router=express['Router']();var auth=require(_0x53b5('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0x53b5('0x4'));var controller=require(_0x53b5('0x5'));router[_0x53b5('0x6')]('/',auth[_0x53b5('0x7')](),controller[_0x53b5('0x8')]);router[_0x53b5('0x6')]('/describe',auth[_0x53b5('0x7')](),controller[_0x53b5('0x9')]);router[_0x53b5('0x6')](_0x53b5('0xa'),auth[_0x53b5('0x7')](),controller[_0x53b5('0xb')]);router[_0x53b5('0xc')]('/',auth[_0x53b5('0x7')](),controller['create']);router[_0x53b5('0xd')](_0x53b5('0xa'),auth[_0x53b5('0x7')](),controller[_0x53b5('0xe')]);router[_0x53b5('0xf')](_0x53b5('0xa'),auth[_0x53b5('0x7')](),controller[_0x53b5('0x10')]);module['exports']=router;