Built motion from commit (unavailable).|2.5.20
[motion2.git] / server / api / voiceQueue / index.js
index 3be31ba..a0790e2 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb27a=['Router','../../components/interaction/service','../../config/environment','./voiceQueue.controller','get','isAuthenticated','show','/:id/hoppers','/:id/hopper_histories','getHopperHistories','/:id/hopper_finals','getHopperFinals','/:id/hopper_black','getHopperBlacks','/:id/teams','getTeams','/:id/members','getMembers','getLists','/:id/blacklists','getBlackLists','post','create','/:id/clone','clone','addTeams','/:id/users','addAgents','/:id/lists','addBlackLists','put','/:id','update','delete','removeLists','removeBlackLists','exports','multer','util','path','connect-timeout','express'];(function(_0x499565,_0x1c6d41){var _0x46bdc8=function(_0x1c4eab){while(--_0x1c4eab){_0x499565['push'](_0x499565['shift']());}};_0x46bdc8(++_0x1c6d41);}(_0xb27a,0xa3));var _0xab27=function(_0x86c6cb,_0x30bb53){_0x86c6cb=_0x86c6cb-0x0;var _0x1b1592=_0xb27a[_0x86c6cb];return _0x1b1592;};'use strict';var multer=require(_0xab27('0x0'));var util=require(_0xab27('0x1'));var path=require(_0xab27('0x2'));var timeout=require(_0xab27('0x3'));var express=require(_0xab27('0x4'));var router=express[_0xab27('0x5')]();var auth=require('../../components/auth/service');var interaction=require(_0xab27('0x6'));var config=require(_0xab27('0x7'));var controller=require(_0xab27('0x8'));router[_0xab27('0x9')]('/',auth[_0xab27('0xa')](),controller['index']);router[_0xab27('0x9')]('/:id',auth[_0xab27('0xa')](),controller[_0xab27('0xb')]);router['get'](_0xab27('0xc'),auth[_0xab27('0xa')](),controller['getHoppers']);router['get'](_0xab27('0xd'),auth[_0xab27('0xa')](),controller[_0xab27('0xe')]);router[_0xab27('0x9')](_0xab27('0xf'),auth[_0xab27('0xa')](),controller[_0xab27('0x10')]);router[_0xab27('0x9')](_0xab27('0x11'),auth[_0xab27('0xa')](),controller[_0xab27('0x12')]);router[_0xab27('0x9')](_0xab27('0x13'),auth[_0xab27('0xa')](),controller[_0xab27('0x14')]);router[_0xab27('0x9')]('/:id/users',auth[_0xab27('0xa')](),controller['getAgents']);router[_0xab27('0x9')](_0xab27('0x15'),auth[_0xab27('0xa')](),controller[_0xab27('0x16')]);router['get']('/:id/lists',auth[_0xab27('0xa')](),controller[_0xab27('0x17')]);router[_0xab27('0x9')](_0xab27('0x18'),auth[_0xab27('0xa')](),controller[_0xab27('0x19')]);router[_0xab27('0x1a')]('/',auth[_0xab27('0xa')](),controller[_0xab27('0x1b')]);router[_0xab27('0x1a')](_0xab27('0x1c'),auth[_0xab27('0xa')](),controller[_0xab27('0x1d')]);router[_0xab27('0x1a')](_0xab27('0x13'),auth[_0xab27('0xa')](),controller[_0xab27('0x1e')]);router[_0xab27('0x1a')](_0xab27('0x1f'),auth[_0xab27('0xa')](),controller[_0xab27('0x20')]);router['post'](_0xab27('0x21'),auth[_0xab27('0xa')](),controller['addLists']);router['post'](_0xab27('0x18'),auth[_0xab27('0xa')](),controller[_0xab27('0x22')]);router[_0xab27('0x23')](_0xab27('0x24'),auth[_0xab27('0xa')](),controller[_0xab27('0x25')]);router[_0xab27('0x26')](_0xab27('0x24'),auth[_0xab27('0xa')](),controller['destroy']);router[_0xab27('0x26')]('/:id/teams',auth[_0xab27('0xa')](),controller['removeTeams']);router[_0xab27('0x26')](_0xab27('0x1f'),auth[_0xab27('0xa')](),controller['removeAgents']);router['delete'](_0xab27('0x21'),auth[_0xab27('0xa')](),controller[_0xab27('0x27')]);router['delete'](_0xab27('0x18'),auth[_0xab27('0xa')](),controller[_0xab27('0x28')]);module[_0xab27('0x29')]=router;
\ No newline at end of file
+var _0xcf60=['/:id','show','/:id/hoppers','getHoppers','getHopperHistories','/:id/hopper_finals','getHopperFinals','getHopperBlacks','/:id/teams','/:id/users','/:id/members','getMembers','/:id/lists','getLists','post','create','clone','addLists','addBlackLists','put','update','delete','destroy','removeTeams','removeAgents','removeLists','multer','connect-timeout','express','Router','../../components/interaction/service','isAuthenticated','get'];(function(_0x36faba,_0x5b28ed){var _0x4f87a6=function(_0x4e5ebb){while(--_0x4e5ebb){_0x36faba['push'](_0x36faba['shift']());}};_0x4f87a6(++_0x5b28ed);}(_0xcf60,0x9e));var _0x0cf6=function(_0x566b2d,_0x63ba0e){_0x566b2d=_0x566b2d-0x0;var _0x59ab38=_0xcf60[_0x566b2d];return _0x59ab38;};'use strict';var multer=require(_0x0cf6('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x0cf6('0x1'));var express=require(_0x0cf6('0x2'));var router=express[_0x0cf6('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0x0cf6('0x4'));var config=require('../../config/environment');var controller=require('./voiceQueue.controller');router['get']('/',auth[_0x0cf6('0x5')](),controller['index']);router[_0x0cf6('0x6')](_0x0cf6('0x7'),auth['isAuthenticated'](),controller[_0x0cf6('0x8')]);router[_0x0cf6('0x6')](_0x0cf6('0x9'),auth[_0x0cf6('0x5')](),controller[_0x0cf6('0xa')]);router[_0x0cf6('0x6')]('/:id/hopper_histories',auth[_0x0cf6('0x5')](),controller[_0x0cf6('0xb')]);router[_0x0cf6('0x6')](_0x0cf6('0xc'),auth[_0x0cf6('0x5')](),controller[_0x0cf6('0xd')]);router[_0x0cf6('0x6')]('/:id/hopper_black',auth[_0x0cf6('0x5')](),controller[_0x0cf6('0xe')]);router[_0x0cf6('0x6')](_0x0cf6('0xf'),auth[_0x0cf6('0x5')](),controller['getTeams']);router[_0x0cf6('0x6')](_0x0cf6('0x10'),auth['isAuthenticated'](),controller['getAgents']);router[_0x0cf6('0x6')](_0x0cf6('0x11'),auth[_0x0cf6('0x5')](),controller[_0x0cf6('0x12')]);router['get'](_0x0cf6('0x13'),auth[_0x0cf6('0x5')](),controller[_0x0cf6('0x14')]);router[_0x0cf6('0x6')]('/:id/blacklists',auth[_0x0cf6('0x5')](),controller['getBlackLists']);router[_0x0cf6('0x15')]('/',auth[_0x0cf6('0x5')](),controller[_0x0cf6('0x16')]);router[_0x0cf6('0x15')]('/:id/clone',auth['isAuthenticated'](),controller[_0x0cf6('0x17')]);router['post'](_0x0cf6('0xf'),auth[_0x0cf6('0x5')](),controller['addTeams']);router[_0x0cf6('0x15')](_0x0cf6('0x10'),auth[_0x0cf6('0x5')](),controller['addAgents']);router['post']('/:id/lists',auth['isAuthenticated'](),controller[_0x0cf6('0x18')]);router['post']('/:id/blacklists',auth[_0x0cf6('0x5')](),controller[_0x0cf6('0x19')]);router[_0x0cf6('0x1a')]('/:id',auth[_0x0cf6('0x5')](),controller[_0x0cf6('0x1b')]);router[_0x0cf6('0x1c')](_0x0cf6('0x7'),auth[_0x0cf6('0x5')](),controller[_0x0cf6('0x1d')]);router[_0x0cf6('0x1c')](_0x0cf6('0xf'),auth['isAuthenticated'](),controller[_0x0cf6('0x1e')]);router[_0x0cf6('0x1c')]('/:id/users',auth['isAuthenticated'](),controller[_0x0cf6('0x1f')]);router['delete']('/:id/lists',auth[_0x0cf6('0x5')](),controller[_0x0cf6('0x20')]);router['delete']('/:id/blacklists',auth['isAuthenticated'](),controller['removeBlackLists']);module['exports']=router;
\ No newline at end of file