Built motion from commit 87cd5f02.|2.5.48
[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 _0xd7c4=['../../config/environment','./faxQueueReport.controller','get','isAuthenticated','/describe','describe','/:id','show','post','put','update','delete','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service'];(function(_0x84b78d,_0xbeee4c){var _0x32f377=function(_0x4c1648){while(--_0x4c1648){_0x84b78d['push'](_0x84b78d['shift']());}};_0x32f377(++_0xbeee4c);}(_0xd7c4,0x19b));var _0x4d7c=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0xd7c4[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0x4d7c('0x0'));var util=require('util');var path=require(_0x4d7c('0x1'));var timeout=require(_0x4d7c('0x2'));var express=require(_0x4d7c('0x3'));var router=express[_0x4d7c('0x4')]();var fs_extra=require(_0x4d7c('0x5'));var auth=require(_0x4d7c('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x4d7c('0x7'));var controller=require(_0x4d7c('0x8'));router[_0x4d7c('0x9')]('/',auth[_0x4d7c('0xa')](),controller['index']);router[_0x4d7c('0x9')](_0x4d7c('0xb'),auth[_0x4d7c('0xa')](),controller[_0x4d7c('0xc')]);router[_0x4d7c('0x9')](_0x4d7c('0xd'),auth['isAuthenticated'](),controller[_0x4d7c('0xe')]);router[_0x4d7c('0xf')]('/',auth[_0x4d7c('0xa')](),controller['create']);router[_0x4d7c('0x10')](_0x4d7c('0xd'),auth['isAuthenticated'](),controller[_0x4d7c('0x11')]);router[_0x4d7c('0x12')]('/:id',auth[_0x4d7c('0xa')](),controller['destroy']);module['exports']=router;