Built motion from commit 3c2ce842.|2.6.31
[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 _0x06e1=['destroy','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./mailQueueReport.controller','isAuthenticated','index','/describe','describe','/:id','post','create','put','update','delete'];(function(_0x4b12a0,_0xfac488){var _0x230e72=function(_0x399d44){while(--_0x399d44){_0x4b12a0['push'](_0x4b12a0['shift']());}};_0x230e72(++_0xfac488);}(_0x06e1,0x10a));var _0x106e=function(_0x3aa6cf,_0x473352){_0x3aa6cf=_0x3aa6cf-0x0;var _0x32694e=_0x06e1[_0x3aa6cf];return _0x32694e;};'use strict';var multer=require(_0x106e('0x0'));var util=require(_0x106e('0x1'));var path=require('path');var timeout=require(_0x106e('0x2'));var express=require(_0x106e('0x3'));var router=express[_0x106e('0x4')]();var fs_extra=require(_0x106e('0x5'));var auth=require(_0x106e('0x6'));var interaction=require(_0x106e('0x7'));var config=require(_0x106e('0x8'));var controller=require(_0x106e('0x9'));router['get']('/',auth[_0x106e('0xa')](),controller[_0x106e('0xb')]);router['get'](_0x106e('0xc'),auth['isAuthenticated'](),controller[_0x106e('0xd')]);router['get'](_0x106e('0xe'),auth[_0x106e('0xa')](),controller['show']);router[_0x106e('0xf')]('/',auth['isAuthenticated'](),controller[_0x106e('0x10')]);router[_0x106e('0x11')](_0x106e('0xe'),auth[_0x106e('0xa')](),controller[_0x106e('0x12')]);router[_0x106e('0x13')](_0x106e('0xe'),auth[_0x106e('0xa')](),controller[_0x106e('0x14')]);module[_0x106e('0x15')]=router;