Built motion from commit (unavailable).|2.5.4
[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 _0x6fe4=['update','delete','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./mailQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put'];(function(_0x4cf98e,_0xba4b79){var _0x1623ac=function(_0x459bc0){while(--_0x459bc0){_0x4cf98e['push'](_0x4cf98e['shift']());}};_0x1623ac(++_0xba4b79);}(_0x6fe4,0x145));var _0x46fe=function(_0x19cc69,_0x572cb2){_0x19cc69=_0x19cc69-0x0;var _0x1d7c63=_0x6fe4[_0x19cc69];return _0x1d7c63;};'use strict';var multer=require(_0x46fe('0x0'));var util=require(_0x46fe('0x1'));var path=require(_0x46fe('0x2'));var timeout=require(_0x46fe('0x3'));var express=require(_0x46fe('0x4'));var router=express[_0x46fe('0x5')]();var auth=require(_0x46fe('0x6'));var interaction=require(_0x46fe('0x7'));var config=require(_0x46fe('0x8'));var controller=require(_0x46fe('0x9'));router[_0x46fe('0xa')]('/',auth[_0x46fe('0xb')](),controller[_0x46fe('0xc')]);router['get'](_0x46fe('0xd'),auth[_0x46fe('0xb')](),controller[_0x46fe('0xe')]);router[_0x46fe('0xa')](_0x46fe('0xf'),auth[_0x46fe('0xb')](),controller[_0x46fe('0x10')]);router[_0x46fe('0x11')]('/',auth[_0x46fe('0xb')](),controller[_0x46fe('0x12')]);router[_0x46fe('0x13')](_0x46fe('0xf'),auth[_0x46fe('0xb')](),controller[_0x46fe('0x14')]);router[_0x46fe('0x15')](_0x46fe('0xf'),auth[_0x46fe('0xb')](),controller['destroy']);module[_0x46fe('0x16')]=router;