Built motion from commit ab870f9e.|2.5.44
[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 _0xacfd=['get','/describe','isAuthenticated','describe','/:id','show','post','create','put','update','delete','destroy','util','connect-timeout','Router','fs-extra','../../components/auth/service','../../config/environment'];(function(_0x2fffff,_0x415518){var _0x4f2a2c=function(_0x32c77b){while(--_0x32c77b){_0x2fffff['push'](_0x2fffff['shift']());}};_0x4f2a2c(++_0x415518);}(_0xacfd,0x12c));var _0xdacf=function(_0x1c9248,_0xe92ed8){_0x1c9248=_0x1c9248-0x0;var _0xf2203d=_0xacfd[_0x1c9248];return _0xf2203d;};'use strict';var multer=require('multer');var util=require(_0xdacf('0x0'));var path=require('path');var timeout=require(_0xdacf('0x1'));var express=require('express');var router=express[_0xdacf('0x2')]();var fs_extra=require(_0xdacf('0x3'));var auth=require(_0xdacf('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xdacf('0x5'));var controller=require('./faxQueueReport.controller');router[_0xdacf('0x6')]('/',auth['isAuthenticated'](),controller['index']);router[_0xdacf('0x6')](_0xdacf('0x7'),auth[_0xdacf('0x8')](),controller[_0xdacf('0x9')]);router[_0xdacf('0x6')](_0xdacf('0xa'),auth[_0xdacf('0x8')](),controller[_0xdacf('0xb')]);router[_0xdacf('0xc')]('/',auth['isAuthenticated'](),controller[_0xdacf('0xd')]);router[_0xdacf('0xe')](_0xdacf('0xa'),auth[_0xdacf('0x8')](),controller[_0xdacf('0xf')]);router[_0xdacf('0x10')](_0xdacf('0xa'),auth[_0xdacf('0x8')](),controller[_0xdacf('0x11')]);module['exports']=router;