Built motion from commit (unavailable).|2.5.30
[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 _0x19cf=['create','put','update','delete','destroy','exports','multer','path','express','../../components/auth/service','./faxQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post'];(function(_0x4aca42,_0x3f0d17){var _0x2ade96=function(_0x2827a9){while(--_0x2827a9){_0x4aca42['push'](_0x4aca42['shift']());}};_0x2ade96(++_0x3f0d17);}(_0x19cf,0x1bb));var _0xf19c=function(_0x5b6e55,_0x2a2b7e){_0x5b6e55=_0x5b6e55-0x0;var _0x4ce8d1=_0x19cf[_0x5b6e55];return _0x4ce8d1;};'use strict';var multer=require(_0xf19c('0x0'));var util=require('util');var path=require(_0xf19c('0x1'));var timeout=require('connect-timeout');var express=require(_0xf19c('0x2'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0xf19c('0x3'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xf19c('0x4'));router[_0xf19c('0x5')]('/',auth[_0xf19c('0x6')](),controller[_0xf19c('0x7')]);router[_0xf19c('0x5')](_0xf19c('0x8'),auth['isAuthenticated'](),controller[_0xf19c('0x9')]);router['get'](_0xf19c('0xa'),auth['isAuthenticated'](),controller[_0xf19c('0xb')]);router[_0xf19c('0xc')]('/',auth[_0xf19c('0x6')](),controller[_0xf19c('0xd')]);router[_0xf19c('0xe')](_0xf19c('0xa'),auth[_0xf19c('0x6')](),controller[_0xf19c('0xf')]);router[_0xf19c('0x10')](_0xf19c('0xa'),auth[_0xf19c('0x6')](),controller[_0xf19c('0x11')]);module[_0xf19c('0x12')]=router;