Built motion from commit 953226e6.|2.6.32
[motion2.git] / server / api / voiceQueue / index.js
index 03d9886..aa5a682 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x26fa=['../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/:id','show','getHoppers','/:id/hopper_histories','getHopperHistories','/:id/hopper_finals','getHopperFinals','/:id/hopper_black','/:id/teams','getAgents','/:id/members','getMembers','/:id/lists','getLists','/:id/blacklists','getBlackLists','post','clone','addTeams','/:id/users','addAgents','put','update','delete','destroy','removeTeams','removeAgents','removeBlackLists','multer','util','express','Router','../../components/auth/service'];(function(_0x5a79e2,_0x319b1a){var _0x266c45=function(_0x172478){while(--_0x172478){_0x5a79e2['push'](_0x5a79e2['shift']());}};_0x266c45(++_0x319b1a);}(_0x26fa,0x93));var _0xa26f=function(_0x26ff8a,_0x2d212b){_0x26ff8a=_0x26ff8a-0x0;var _0x46311b=_0x26fa[_0x26ff8a];return _0x46311b;};'use strict';var multer=require(_0xa26f('0x0'));var util=require(_0xa26f('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xa26f('0x2'));var router=express[_0xa26f('0x3')]();var auth=require(_0xa26f('0x4'));var interaction=require(_0xa26f('0x5'));var config=require(_0xa26f('0x6'));var controller=require('./voiceQueue.controller');router[_0xa26f('0x7')]('/',auth[_0xa26f('0x8')](),controller[_0xa26f('0x9')]);router[_0xa26f('0x7')](_0xa26f('0xa'),auth[_0xa26f('0x8')](),controller[_0xa26f('0xb')]);router[_0xa26f('0x7')]('/:id/hoppers',auth[_0xa26f('0x8')](),controller[_0xa26f('0xc')]);router['get'](_0xa26f('0xd'),auth['isAuthenticated'](),controller[_0xa26f('0xe')]);router['get'](_0xa26f('0xf'),auth['isAuthenticated'](),controller[_0xa26f('0x10')]);router['get'](_0xa26f('0x11'),auth[_0xa26f('0x8')](),controller['getHopperBlacks']);router[_0xa26f('0x7')](_0xa26f('0x12'),auth['isAuthenticated'](),controller['getTeams']);router[_0xa26f('0x7')]('/:id/users',auth[_0xa26f('0x8')](),controller[_0xa26f('0x13')]);router[_0xa26f('0x7')](_0xa26f('0x14'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x15')]);router['get'](_0xa26f('0x16'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x17')]);router[_0xa26f('0x7')](_0xa26f('0x18'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x19')]);router[_0xa26f('0x1a')]('/',auth[_0xa26f('0x8')](),controller['create']);router[_0xa26f('0x1a')]('/:id/clone',auth[_0xa26f('0x8')](),controller[_0xa26f('0x1b')]);router[_0xa26f('0x1a')](_0xa26f('0x12'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x1c')]);router['post'](_0xa26f('0x1d'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x1e')]);router[_0xa26f('0x1a')]('/:id/lists',auth[_0xa26f('0x8')](),controller['addLists']);router['post'](_0xa26f('0x18'),auth[_0xa26f('0x8')](),controller['addBlackLists']);router[_0xa26f('0x1f')](_0xa26f('0xa'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x20')]);router[_0xa26f('0x21')](_0xa26f('0xa'),auth['isAuthenticated'](),controller[_0xa26f('0x22')]);router[_0xa26f('0x21')]('/:id/teams',auth[_0xa26f('0x8')](),controller[_0xa26f('0x23')]);router['delete'](_0xa26f('0x1d'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x24')]);router['delete'](_0xa26f('0x16'),auth[_0xa26f('0x8')](),controller['removeLists']);router[_0xa26f('0x21')](_0xa26f('0x18'),auth[_0xa26f('0x8')](),controller[_0xa26f('0x25')]);module['exports']=router;
\ No newline at end of file
+var _0xb10b=['express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceQueue.controller','get','index','isAuthenticated','show','/:id/hoppers','getHoppers','/:id/hopper_histories','/:id/hopper_finals','getHopperBlacks','/:id/teams','getTeams','/:id/users','getAgents','/:id/members','getMembers','/:id/lists','/:id/blacklists','getBlackLists','post','create','/:id/clone','addTeams','addAgents','addLists','addBlackLists','put','/:id','update','delete','removeTeams','removeAgents','removeLists','removeBlackLists','exports','multer','path','connect-timeout'];(function(_0x53e3fa,_0x50c5f2){var _0xe8584a=function(_0x1771a5){while(--_0x1771a5){_0x53e3fa['push'](_0x53e3fa['shift']());}};_0xe8584a(++_0x50c5f2);}(_0xb10b,0x12a));var _0xbb10=function(_0x1a69df,_0xaad1db){_0x1a69df=_0x1a69df-0x0;var _0xb82082=_0xb10b[_0x1a69df];return _0xb82082;};'use strict';var multer=require(_0xbb10('0x0'));var util=require('util');var path=require(_0xbb10('0x1'));var timeout=require(_0xbb10('0x2'));var express=require(_0xbb10('0x3'));var router=express['Router']();var fs_extra=require(_0xbb10('0x4'));var auth=require(_0xbb10('0x5'));var interaction=require(_0xbb10('0x6'));var config=require(_0xbb10('0x7'));var controller=require(_0xbb10('0x8'));router[_0xbb10('0x9')]('/',auth['isAuthenticated'](),controller[_0xbb10('0xa')]);router[_0xbb10('0x9')]('/:id',auth[_0xbb10('0xb')](),controller[_0xbb10('0xc')]);router[_0xbb10('0x9')](_0xbb10('0xd'),auth[_0xbb10('0xb')](),controller[_0xbb10('0xe')]);router[_0xbb10('0x9')](_0xbb10('0xf'),auth['isAuthenticated'](),controller['getHopperHistories']);router[_0xbb10('0x9')](_0xbb10('0x10'),auth[_0xbb10('0xb')](),controller['getHopperFinals']);router[_0xbb10('0x9')]('/:id/hopper_black',auth[_0xbb10('0xb')](),controller[_0xbb10('0x11')]);router[_0xbb10('0x9')](_0xbb10('0x12'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x13')]);router['get'](_0xbb10('0x14'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x15')]);router[_0xbb10('0x9')](_0xbb10('0x16'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x17')]);router[_0xbb10('0x9')](_0xbb10('0x18'),auth[_0xbb10('0xb')](),controller['getLists']);router[_0xbb10('0x9')](_0xbb10('0x19'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x1a')]);router[_0xbb10('0x1b')]('/',auth[_0xbb10('0xb')](),controller[_0xbb10('0x1c')]);router[_0xbb10('0x1b')](_0xbb10('0x1d'),auth[_0xbb10('0xb')](),controller['clone']);router[_0xbb10('0x1b')](_0xbb10('0x12'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x1e')]);router[_0xbb10('0x1b')](_0xbb10('0x14'),auth['isAuthenticated'](),controller[_0xbb10('0x1f')]);router[_0xbb10('0x1b')]('/:id/lists',auth['isAuthenticated'](),controller[_0xbb10('0x20')]);router[_0xbb10('0x1b')](_0xbb10('0x19'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x21')]);router[_0xbb10('0x22')](_0xbb10('0x23'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x24')]);router[_0xbb10('0x25')](_0xbb10('0x23'),auth[_0xbb10('0xb')](),controller['destroy']);router['delete']('/:id/teams',auth[_0xbb10('0xb')](),controller[_0xbb10('0x26')]);router[_0xbb10('0x25')]('/:id/users',auth[_0xbb10('0xb')](),controller[_0xbb10('0x27')]);router[_0xbb10('0x25')](_0xbb10('0x18'),auth[_0xbb10('0xb')](),controller[_0xbb10('0x28')]);router[_0xbb10('0x25')]('/:id/blacklists',auth[_0xbb10('0xb')](),controller[_0xbb10('0x29')]);module[_0xbb10('0x2a')]=router;
\ No newline at end of file