Built motion from commit (unavailable).|2.5.31
[motion2.git] / server / api / voiceQueue / index.js
index 51c0dd1..84453fb 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xf3c9=['Router','fs-extra','../../components/auth/service','../../components/interaction/service','./voiceQueue.controller','get','index','/:id','show','isAuthenticated','getHoppers','/:id/hopper_histories','getHopperHistories','/:id/hopper_finals','/:id/hopper_black','getHopperBlacks','/:id/users','getAgents','/:id/lists','getLists','/:id/blacklists','getBlackLists','post','create','/:id/clone','clone','addTeams','addAgents','addLists','addBlackLists','put','delete','destroy','/:id/teams','removeTeams','removeAgents','removeLists','exports','util','path','connect-timeout'];(function(_0x12f966,_0x3862ea){var _0x2e7486=function(_0x36107d){while(--_0x36107d){_0x12f966['push'](_0x12f966['shift']());}};_0x2e7486(++_0x3862ea);}(_0xf3c9,0xa1));var _0x9f3c=function(_0x10ab01,_0x98b921){_0x10ab01=_0x10ab01-0x0;var _0x410a1b=_0xf3c9[_0x10ab01];return _0x410a1b;};'use strict';var multer=require('multer');var util=require(_0x9f3c('0x0'));var path=require(_0x9f3c('0x1'));var timeout=require(_0x9f3c('0x2'));var express=require('express');var router=express[_0x9f3c('0x3')]();var fs_extra=require(_0x9f3c('0x4'));var auth=require(_0x9f3c('0x5'));var interaction=require(_0x9f3c('0x6'));var config=require('../../config/environment');var controller=require(_0x9f3c('0x7'));router[_0x9f3c('0x8')]('/',auth['isAuthenticated'](),controller[_0x9f3c('0x9')]);router[_0x9f3c('0x8')](_0x9f3c('0xa'),auth['isAuthenticated'](),controller[_0x9f3c('0xb')]);router[_0x9f3c('0x8')]('/:id/hoppers',auth[_0x9f3c('0xc')](),controller[_0x9f3c('0xd')]);router['get'](_0x9f3c('0xe'),auth['isAuthenticated'](),controller[_0x9f3c('0xf')]);router[_0x9f3c('0x8')](_0x9f3c('0x10'),auth[_0x9f3c('0xc')](),controller['getHopperFinals']);router[_0x9f3c('0x8')](_0x9f3c('0x11'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x12')]);router[_0x9f3c('0x8')]('/:id/teams',auth['isAuthenticated'](),controller['getTeams']);router[_0x9f3c('0x8')](_0x9f3c('0x13'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x14')]);router[_0x9f3c('0x8')]('/:id/members',auth[_0x9f3c('0xc')](),controller['getMembers']);router[_0x9f3c('0x8')](_0x9f3c('0x15'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x16')]);router[_0x9f3c('0x8')](_0x9f3c('0x17'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x18')]);router[_0x9f3c('0x19')]('/',auth['isAuthenticated'](),controller[_0x9f3c('0x1a')]);router['post'](_0x9f3c('0x1b'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x1c')]);router['post']('/:id/teams',auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x1d')]);router[_0x9f3c('0x19')](_0x9f3c('0x13'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x1e')]);router[_0x9f3c('0x19')](_0x9f3c('0x15'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x1f')]);router[_0x9f3c('0x19')](_0x9f3c('0x17'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x20')]);router[_0x9f3c('0x21')]('/:id',auth[_0x9f3c('0xc')](),controller['update']);router[_0x9f3c('0x22')](_0x9f3c('0xa'),auth['isAuthenticated'](),controller[_0x9f3c('0x23')]);router[_0x9f3c('0x22')](_0x9f3c('0x24'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x25')]);router['delete'](_0x9f3c('0x13'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x26')]);router[_0x9f3c('0x22')](_0x9f3c('0x15'),auth[_0x9f3c('0xc')](),controller[_0x9f3c('0x27')]);router['delete'](_0x9f3c('0x17'),auth['isAuthenticated'](),controller['removeBlackLists']);module[_0x9f3c('0x28')]=router;
\ No newline at end of file
+var _0x46b7=['index','show','/:id/hoppers','getHoppers','/:id/hopper_histories','getHopperHistories','/:id/hopper_finals','getHopperFinals','getHopperBlacks','getTeams','/:id/users','/:id/members','getMembers','/:id/lists','/:id/blacklists','getBlackLists','post','create','/:id/clone','clone','/:id/teams','addAgents','addBlackLists','/:id','destroy','delete','removeAgents','removeBlackLists','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueue.controller','get','isAuthenticated'];(function(_0x19950b,_0x53d0d7){var _0x3c6b41=function(_0x3924ad){while(--_0x3924ad){_0x19950b['push'](_0x19950b['shift']());}};_0x3c6b41(++_0x53d0d7);}(_0x46b7,0xc5));var _0x746b=function(_0x35eaaa,_0x25f621){_0x35eaaa=_0x35eaaa-0x0;var _0x146720=_0x46b7[_0x35eaaa];return _0x146720;};'use strict';var multer=require(_0x746b('0x0'));var util=require(_0x746b('0x1'));var path=require(_0x746b('0x2'));var timeout=require(_0x746b('0x3'));var express=require(_0x746b('0x4'));var router=express[_0x746b('0x5')]();var fs_extra=require(_0x746b('0x6'));var auth=require(_0x746b('0x7'));var interaction=require(_0x746b('0x8'));var config=require(_0x746b('0x9'));var controller=require(_0x746b('0xa'));router[_0x746b('0xb')]('/',auth[_0x746b('0xc')](),controller[_0x746b('0xd')]);router[_0x746b('0xb')]('/:id',auth[_0x746b('0xc')](),controller[_0x746b('0xe')]);router[_0x746b('0xb')](_0x746b('0xf'),auth[_0x746b('0xc')](),controller[_0x746b('0x10')]);router[_0x746b('0xb')](_0x746b('0x11'),auth['isAuthenticated'](),controller[_0x746b('0x12')]);router[_0x746b('0xb')](_0x746b('0x13'),auth[_0x746b('0xc')](),controller[_0x746b('0x14')]);router[_0x746b('0xb')]('/:id/hopper_black',auth[_0x746b('0xc')](),controller[_0x746b('0x15')]);router[_0x746b('0xb')]('/:id/teams',auth[_0x746b('0xc')](),controller[_0x746b('0x16')]);router[_0x746b('0xb')](_0x746b('0x17'),auth[_0x746b('0xc')](),controller['getAgents']);router['get'](_0x746b('0x18'),auth[_0x746b('0xc')](),controller[_0x746b('0x19')]);router[_0x746b('0xb')](_0x746b('0x1a'),auth[_0x746b('0xc')](),controller['getLists']);router[_0x746b('0xb')](_0x746b('0x1b'),auth[_0x746b('0xc')](),controller[_0x746b('0x1c')]);router[_0x746b('0x1d')]('/',auth[_0x746b('0xc')](),controller[_0x746b('0x1e')]);router[_0x746b('0x1d')](_0x746b('0x1f'),auth[_0x746b('0xc')](),controller[_0x746b('0x20')]);router[_0x746b('0x1d')](_0x746b('0x21'),auth['isAuthenticated'](),controller['addTeams']);router['post'](_0x746b('0x17'),auth[_0x746b('0xc')](),controller[_0x746b('0x22')]);router[_0x746b('0x1d')](_0x746b('0x1a'),auth[_0x746b('0xc')](),controller['addLists']);router[_0x746b('0x1d')]('/:id/blacklists',auth['isAuthenticated'](),controller[_0x746b('0x23')]);router['put']('/:id',auth['isAuthenticated'](),controller['update']);router['delete'](_0x746b('0x24'),auth[_0x746b('0xc')](),controller[_0x746b('0x25')]);router[_0x746b('0x26')](_0x746b('0x21'),auth[_0x746b('0xc')](),controller['removeTeams']);router[_0x746b('0x26')](_0x746b('0x17'),auth[_0x746b('0xc')](),controller[_0x746b('0x27')]);router[_0x746b('0x26')]('/:id/lists',auth[_0x746b('0xc')](),controller['removeLists']);router[_0x746b('0x26')](_0x746b('0x1b'),auth[_0x746b('0xc')](),controller[_0x746b('0x28')]);module[_0x746b('0x29')]=router;
\ No newline at end of file