Built motion from commit 19a84241.|2.5.34
[motion2.git] / server / api / faxQueueReport / 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 _0xf69a=['post','create','put','update','delete','destroy','exports','util','path','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./faxQueueReport.controller','get','isAuthenticated','/describe','/:id','show'];(function(_0x2064e5,_0x4f6fa2){var _0x21a233=function(_0x1b2491){while(--_0x1b2491){_0x2064e5['push'](_0x2064e5['shift']());}};_0x21a233(++_0x4f6fa2);}(_0xf69a,0xbb));var _0xaf69=function(_0x5bccbf,_0x547e42){_0x5bccbf=_0x5bccbf-0x0;var _0x2158c6=_0xf69a[_0x5bccbf];return _0x2158c6;};'use strict';var multer=require('multer');var util=require(_0xaf69('0x0'));var path=require(_0xaf69('0x1'));var timeout=require('connect-timeout');var express=require(_0xaf69('0x2'));var router=express['Router']();var fs_extra=require(_0xaf69('0x3'));var auth=require(_0xaf69('0x4'));var interaction=require(_0xaf69('0x5'));var config=require(_0xaf69('0x6'));var controller=require(_0xaf69('0x7'));router[_0xaf69('0x8')]('/',auth[_0xaf69('0x9')](),controller['index']);router['get'](_0xaf69('0xa'),auth[_0xaf69('0x9')](),controller['describe']);router[_0xaf69('0x8')](_0xaf69('0xb'),auth['isAuthenticated'](),controller[_0xaf69('0xc')]);router[_0xaf69('0xd')]('/',auth['isAuthenticated'](),controller[_0xaf69('0xe')]);router[_0xaf69('0xf')](_0xaf69('0xb'),auth[_0xaf69('0x9')](),controller[_0xaf69('0x10')]);router[_0xaf69('0x11')](_0xaf69('0xb'),auth[_0xaf69('0x9')](),controller[_0xaf69('0x12')]);module[_0xaf69('0x13')]=router;