Built motion from commit 5b761a7b.|2.5.36
[motion2.git] / server / api / voiceQueue / index.js
index b2fa079..7f0febc 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xfd28=['getAgents','/:id/members','getMembers','/:id/blacklists','getBlackLists','post','create','/:id/clone','clone','addTeams','addAgents','/:id/lists','addBlackLists','put','update','delete','destroy','removeTeams','removeAgents','removeLists','removeBlackLists','exports','multer','util','path','express','Router','fs-extra','../../components/auth/service','../../config/environment','./voiceQueue.controller','isAuthenticated','/:id','show','get','/:id/hoppers','getHoppers','/:id/hopper_histories','/:id/hopper_finals','getHopperFinals','/:id/teams','getTeams','/:id/users'];(function(_0x15c421,_0x6366f7){var _0x5e5ed5=function(_0x206e66){while(--_0x206e66){_0x15c421['push'](_0x15c421['shift']());}};_0x5e5ed5(++_0x6366f7);}(_0xfd28,0x118));var _0x8fd2=function(_0x3e91a9,_0x53c466){_0x3e91a9=_0x3e91a9-0x0;var _0x25c9ad=_0xfd28[_0x3e91a9];return _0x25c9ad;};'use strict';var multer=require(_0x8fd2('0x0'));var util=require(_0x8fd2('0x1'));var path=require(_0x8fd2('0x2'));var timeout=require('connect-timeout');var express=require(_0x8fd2('0x3'));var router=express[_0x8fd2('0x4')]();var fs_extra=require(_0x8fd2('0x5'));var auth=require(_0x8fd2('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x8fd2('0x7'));var controller=require(_0x8fd2('0x8'));router['get']('/',auth[_0x8fd2('0x9')](),controller['index']);router['get'](_0x8fd2('0xa'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0xb')]);router[_0x8fd2('0xc')](_0x8fd2('0xd'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0xe')]);router[_0x8fd2('0xc')](_0x8fd2('0xf'),auth[_0x8fd2('0x9')](),controller['getHopperHistories']);router[_0x8fd2('0xc')](_0x8fd2('0x10'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x11')]);router['get']('/:id/hopper_black',auth[_0x8fd2('0x9')](),controller['getHopperBlacks']);router[_0x8fd2('0xc')](_0x8fd2('0x12'),auth['isAuthenticated'](),controller[_0x8fd2('0x13')]);router[_0x8fd2('0xc')](_0x8fd2('0x14'),auth['isAuthenticated'](),controller[_0x8fd2('0x15')]);router[_0x8fd2('0xc')](_0x8fd2('0x16'),auth['isAuthenticated'](),controller[_0x8fd2('0x17')]);router['get']('/:id/lists',auth[_0x8fd2('0x9')](),controller['getLists']);router[_0x8fd2('0xc')](_0x8fd2('0x18'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x19')]);router[_0x8fd2('0x1a')]('/',auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x1b')]);router[_0x8fd2('0x1a')](_0x8fd2('0x1c'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x1d')]);router[_0x8fd2('0x1a')]('/:id/teams',auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x1e')]);router['post'](_0x8fd2('0x14'),auth['isAuthenticated'](),controller[_0x8fd2('0x1f')]);router['post'](_0x8fd2('0x20'),auth[_0x8fd2('0x9')](),controller['addLists']);router[_0x8fd2('0x1a')]('/:id/blacklists',auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x21')]);router[_0x8fd2('0x22')](_0x8fd2('0xa'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x23')]);router[_0x8fd2('0x24')](_0x8fd2('0xa'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x25')]);router['delete']('/:id/teams',auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x26')]);router[_0x8fd2('0x24')](_0x8fd2('0x14'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x27')]);router[_0x8fd2('0x24')]('/:id/lists',auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x28')]);router['delete'](_0x8fd2('0x18'),auth[_0x8fd2('0x9')](),controller[_0x8fd2('0x29')]);module[_0x8fd2('0x2a')]=router;
\ No newline at end of file
+var _0xa9e0=['addAgents','/:id/blacklists','addBlackLists','update','delete','destroy','removeTeams','removeAgents','removeLists','removeBlackLists','exports','multer','util','path','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueue.controller','get','index','/:id','getHoppers','/:id/hopper_histories','isAuthenticated','getHopperHistories','/:id/hopper_black','getHopperBlacks','/:id/teams','/:id/users','getAgents','/:id/members','getMembers','/:id/lists','getLists','post','create','/:id/clone','clone','addTeams'];(function(_0x24fc2c,_0x47b500){var _0x483de4=function(_0x1c5da5){while(--_0x1c5da5){_0x24fc2c['push'](_0x24fc2c['shift']());}};_0x483de4(++_0x47b500);}(_0xa9e0,0x123));var _0x0a9e=function(_0xbe200f,_0x4b50eb){_0xbe200f=_0xbe200f-0x0;var _0x192597=_0xa9e0[_0xbe200f];return _0x192597;};'use strict';var multer=require(_0x0a9e('0x0'));var util=require(_0x0a9e('0x1'));var path=require(_0x0a9e('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x0a9e('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x0a9e('0x4'));var interaction=require(_0x0a9e('0x5'));var config=require(_0x0a9e('0x6'));var controller=require(_0x0a9e('0x7'));router[_0x0a9e('0x8')]('/',auth['isAuthenticated'](),controller[_0x0a9e('0x9')]);router[_0x0a9e('0x8')](_0x0a9e('0xa'),auth['isAuthenticated'](),controller['show']);router[_0x0a9e('0x8')]('/:id/hoppers',auth['isAuthenticated'](),controller[_0x0a9e('0xb')]);router[_0x0a9e('0x8')](_0x0a9e('0xc'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0xe')]);router[_0x0a9e('0x8')]('/:id/hopper_finals',auth['isAuthenticated'](),controller['getHopperFinals']);router['get'](_0x0a9e('0xf'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x10')]);router[_0x0a9e('0x8')](_0x0a9e('0x11'),auth[_0x0a9e('0xd')](),controller['getTeams']);router[_0x0a9e('0x8')](_0x0a9e('0x12'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x13')]);router[_0x0a9e('0x8')](_0x0a9e('0x14'),auth['isAuthenticated'](),controller[_0x0a9e('0x15')]);router['get'](_0x0a9e('0x16'),auth['isAuthenticated'](),controller[_0x0a9e('0x17')]);router[_0x0a9e('0x8')]('/:id/blacklists',auth[_0x0a9e('0xd')](),controller['getBlackLists']);router[_0x0a9e('0x18')]('/',auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x19')]);router[_0x0a9e('0x18')](_0x0a9e('0x1a'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1b')]);router[_0x0a9e('0x18')](_0x0a9e('0x11'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1c')]);router[_0x0a9e('0x18')]('/:id/users',auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1d')]);router['post'](_0x0a9e('0x16'),auth['isAuthenticated'](),controller['addLists']);router[_0x0a9e('0x18')](_0x0a9e('0x1e'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1f')]);router['put'](_0x0a9e('0xa'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x20')]);router[_0x0a9e('0x21')](_0x0a9e('0xa'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x22')]);router['delete']('/:id/teams',auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x23')]);router[_0x0a9e('0x21')](_0x0a9e('0x12'),auth['isAuthenticated'](),controller[_0x0a9e('0x24')]);router['delete'](_0x0a9e('0x16'),auth['isAuthenticated'](),controller[_0x0a9e('0x25')]);router[_0x0a9e('0x21')](_0x0a9e('0x1e'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x26')]);module[_0x0a9e('0x27')]=router;
\ No newline at end of file