Built motion from commit eddce310.|2.6.12
[motion2.git] / server / api / voiceQueue / index.js
index d9f5945..2abad16 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4cc6=['/:id/hopper_histories','getHopperHistories','getHopperFinals','/:id/hopper_black','/:id/teams','getTeams','getAgents','getMembers','/:id/lists','getLists','/:id/blacklists','getBlackLists','create','/:id/clone','clone','post','addAgents','addBlackLists','put','update','delete','destroy','/:id/users','removeAgents','exports','util','path','connect-timeout','express','Router','../../config/environment','./voiceQueue.controller','get','isAuthenticated','index','/:id','show','/:id/hoppers','getHoppers'];(function(_0x498601,_0x2f202b){var _0x2d7782=function(_0x86c534){while(--_0x86c534){_0x498601['push'](_0x498601['shift']());}};_0x2d7782(++_0x2f202b);}(_0x4cc6,0x67));var _0x64cc=function(_0x354164,_0x4c30de){_0x354164=_0x354164-0x0;var _0x5db9a8=_0x4cc6[_0x354164];return _0x5db9a8;};'use strict';var multer=require('multer');var util=require(_0x64cc('0x0'));var path=require(_0x64cc('0x1'));var timeout=require(_0x64cc('0x2'));var express=require(_0x64cc('0x3'));var router=express[_0x64cc('0x4')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x64cc('0x5'));var controller=require(_0x64cc('0x6'));router[_0x64cc('0x7')]('/',auth[_0x64cc('0x8')](),controller[_0x64cc('0x9')]);router[_0x64cc('0x7')](_0x64cc('0xa'),auth['isAuthenticated'](),controller[_0x64cc('0xb')]);router[_0x64cc('0x7')](_0x64cc('0xc'),auth[_0x64cc('0x8')](),controller[_0x64cc('0xd')]);router['get'](_0x64cc('0xe'),auth[_0x64cc('0x8')](),controller[_0x64cc('0xf')]);router[_0x64cc('0x7')]('/:id/hopper_finals',auth[_0x64cc('0x8')](),controller[_0x64cc('0x10')]);router['get'](_0x64cc('0x11'),auth[_0x64cc('0x8')](),controller['getHopperBlacks']);router['get'](_0x64cc('0x12'),auth[_0x64cc('0x8')](),controller[_0x64cc('0x13')]);router[_0x64cc('0x7')]('/:id/users',auth[_0x64cc('0x8')](),controller[_0x64cc('0x14')]);router[_0x64cc('0x7')]('/:id/members',auth[_0x64cc('0x8')](),controller[_0x64cc('0x15')]);router[_0x64cc('0x7')](_0x64cc('0x16'),auth[_0x64cc('0x8')](),controller[_0x64cc('0x17')]);router['get'](_0x64cc('0x18'),auth[_0x64cc('0x8')](),controller[_0x64cc('0x19')]);router['post']('/',auth[_0x64cc('0x8')](),controller[_0x64cc('0x1a')]);router['post'](_0x64cc('0x1b'),auth[_0x64cc('0x8')](),controller[_0x64cc('0x1c')]);router[_0x64cc('0x1d')](_0x64cc('0x12'),auth[_0x64cc('0x8')](),controller['addTeams']);router['post']('/:id/users',auth['isAuthenticated'](),controller[_0x64cc('0x1e')]);router['post'](_0x64cc('0x16'),auth[_0x64cc('0x8')](),controller['addLists']);router[_0x64cc('0x1d')]('/:id/blacklists',auth['isAuthenticated'](),controller[_0x64cc('0x1f')]);router[_0x64cc('0x20')](_0x64cc('0xa'),auth[_0x64cc('0x8')](),controller[_0x64cc('0x21')]);router[_0x64cc('0x22')](_0x64cc('0xa'),auth[_0x64cc('0x8')](),controller[_0x64cc('0x23')]);router[_0x64cc('0x22')](_0x64cc('0x12'),auth['isAuthenticated'](),controller['removeTeams']);router[_0x64cc('0x22')](_0x64cc('0x24'),auth[_0x64cc('0x8')](),controller[_0x64cc('0x25')]);router[_0x64cc('0x22')](_0x64cc('0x16'),auth['isAuthenticated'](),controller['removeLists']);router[_0x64cc('0x22')](_0x64cc('0x18'),auth['isAuthenticated'](),controller['removeBlackLists']);module[_0x64cc('0x26')]=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(_0x32e1bd,_0x1096c6){var _0x35cfdd=function(_0x411821){while(--_0x411821){_0x32e1bd['push'](_0x32e1bd['shift']());}};_0x35cfdd(++_0x1096c6);}(_0xa9e0,0x123));var _0x0a9e=function(_0x45e98e,_0x169b60){_0x45e98e=_0x45e98e-0x0;var _0x374dba=_0xa9e0[_0x45e98e];return _0x374dba;};'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