Built motion from commit 2e4747fd.|2.6.7
[motion2.git] / server / api / voiceQueueReport / index.js
index c88fd0d..efa4d0e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x84cf=['../../components/interaction/service','./voiceQueueReport.controller','get','/describe','describe','/index','isAuthenticated','/:id','show','post','create','put','update','delete','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service'];(function(_0xcbbdca,_0x162952){var _0x435539=function(_0x508e6b){while(--_0x508e6b){_0xcbbdca['push'](_0xcbbdca['shift']());}};_0x435539(++_0x162952);}(_0x84cf,0x7d));var _0xf84c=function(_0x3fef29,_0x565d00){_0x3fef29=_0x3fef29-0x0;var _0x250dc1=_0x84cf[_0x3fef29];return _0x250dc1;};'use strict';var multer=require(_0xf84c('0x0'));var util=require('util');var path=require(_0xf84c('0x1'));var timeout=require(_0xf84c('0x2'));var express=require(_0xf84c('0x3'));var router=express[_0xf84c('0x4')]();var fs_extra=require(_0xf84c('0x5'));var auth=require(_0xf84c('0x6'));var interaction=require(_0xf84c('0x7'));var config=require('../../config/environment');var controller=require(_0xf84c('0x8'));router[_0xf84c('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0xf84c('0x9')](_0xf84c('0xa'),auth['isAuthenticated'](),controller[_0xf84c('0xb')]);router[_0xf84c('0x9')](_0xf84c('0xc'),auth[_0xf84c('0xd')](),controller['getVoiceQueuesReport']);router[_0xf84c('0x9')](_0xf84c('0xe'),auth[_0xf84c('0xd')](),controller[_0xf84c('0xf')]);router[_0xf84c('0x10')]('/',auth[_0xf84c('0xd')](),controller[_0xf84c('0x11')]);router[_0xf84c('0x12')](_0xf84c('0xe'),auth['isAuthenticated'](),controller[_0xf84c('0x13')]);router[_0xf84c('0x14')](_0xf84c('0xe'),auth[_0xf84c('0xd')](),controller['destroy']);module[_0xf84c('0x15')]=router;
\ No newline at end of file
+var _0xa00b=['isAuthenticated','index','/describe','describe','/index','getVoiceQueuesReport','show','post','/:id','update','delete','destroy','multer','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','get'];(function(_0x59893a,_0x47c77d){var _0x466de8=function(_0x1d45af){while(--_0x1d45af){_0x59893a['push'](_0x59893a['shift']());}};_0x466de8(++_0x47c77d);}(_0xa00b,0x1da));var _0xba00=function(_0x20a584,_0xe384a5){_0x20a584=_0x20a584-0x0;var _0x4b41a8=_0xa00b[_0x20a584];return _0x4b41a8;};'use strict';var multer=require(_0xba00('0x0'));var util=require('util');var path=require(_0xba00('0x1'));var timeout=require(_0xba00('0x2'));var express=require(_0xba00('0x3'));var router=express[_0xba00('0x4')]();var fs_extra=require(_0xba00('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xba00('0x6'));var config=require(_0xba00('0x7'));var controller=require('./voiceQueueReport.controller');router[_0xba00('0x8')]('/',auth[_0xba00('0x9')](),controller[_0xba00('0xa')]);router[_0xba00('0x8')](_0xba00('0xb'),auth[_0xba00('0x9')](),controller[_0xba00('0xc')]);router['get'](_0xba00('0xd'),auth['isAuthenticated'](),controller[_0xba00('0xe')]);router[_0xba00('0x8')]('/:id',auth['isAuthenticated'](),controller[_0xba00('0xf')]);router[_0xba00('0x10')]('/',auth[_0xba00('0x9')](),controller['create']);router['put'](_0xba00('0x11'),auth[_0xba00('0x9')](),controller[_0xba00('0x12')]);router[_0xba00('0x13')](_0xba00('0x11'),auth[_0xba00('0x9')](),controller[_0xba00('0x14')]);module['exports']=router;
\ No newline at end of file