Built motion from commit (unavailable).|2.5.27
[motion2.git] / server / api / voiceQueue / index.js
index a4e2f9d..24a8859 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x05b0=['Router','../../components/interaction/service','../../config/environment','./voiceQueue.controller','get','isAuthenticated','/:id','/:id/hoppers','getHoppers','/:id/hopper_histories','getHopperHistories','/:id/hopper_finals','getHopperFinals','/:id/hopper_black','getTeams','/:id/users','getAgents','/:id/members','getMembers','/:id/lists','getLists','/:id/blacklists','getBlackLists','/:id/clone','post','/:id/teams','addAgents','addLists','addBlackLists','delete','destroy','removeTeams','removeAgents','removeBlackLists','exports','multer','path','connect-timeout','express'];(function(_0x4525e1,_0x42ae99){var _0x1727a5=function(_0x192b57){while(--_0x192b57){_0x4525e1['push'](_0x4525e1['shift']());}};_0x1727a5(++_0x42ae99);}(_0x05b0,0x10d));var _0x005b=function(_0x3cb793,_0x35cb0c){_0x3cb793=_0x3cb793-0x0;var _0x48e030=_0x05b0[_0x3cb793];return _0x48e030;};'use strict';var multer=require(_0x005b('0x0'));var util=require('util');var path=require(_0x005b('0x1'));var timeout=require(_0x005b('0x2'));var express=require(_0x005b('0x3'));var router=express[_0x005b('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0x005b('0x5'));var config=require(_0x005b('0x6'));var controller=require(_0x005b('0x7'));router[_0x005b('0x8')]('/',auth[_0x005b('0x9')](),controller['index']);router[_0x005b('0x8')](_0x005b('0xa'),auth['isAuthenticated'](),controller['show']);router[_0x005b('0x8')](_0x005b('0xb'),auth[_0x005b('0x9')](),controller[_0x005b('0xc')]);router[_0x005b('0x8')](_0x005b('0xd'),auth[_0x005b('0x9')](),controller[_0x005b('0xe')]);router[_0x005b('0x8')](_0x005b('0xf'),auth[_0x005b('0x9')](),controller[_0x005b('0x10')]);router['get'](_0x005b('0x11'),auth[_0x005b('0x9')](),controller['getHopperBlacks']);router['get']('/:id/teams',auth[_0x005b('0x9')](),controller[_0x005b('0x12')]);router[_0x005b('0x8')](_0x005b('0x13'),auth[_0x005b('0x9')](),controller[_0x005b('0x14')]);router[_0x005b('0x8')](_0x005b('0x15'),auth[_0x005b('0x9')](),controller[_0x005b('0x16')]);router[_0x005b('0x8')](_0x005b('0x17'),auth[_0x005b('0x9')](),controller[_0x005b('0x18')]);router[_0x005b('0x8')](_0x005b('0x19'),auth[_0x005b('0x9')](),controller[_0x005b('0x1a')]);router['post']('/',auth[_0x005b('0x9')](),controller['create']);router['post'](_0x005b('0x1b'),auth[_0x005b('0x9')](),controller['clone']);router[_0x005b('0x1c')](_0x005b('0x1d'),auth['isAuthenticated'](),controller['addTeams']);router[_0x005b('0x1c')](_0x005b('0x13'),auth['isAuthenticated'](),controller[_0x005b('0x1e')]);router['post'](_0x005b('0x17'),auth[_0x005b('0x9')](),controller[_0x005b('0x1f')]);router[_0x005b('0x1c')](_0x005b('0x19'),auth[_0x005b('0x9')](),controller[_0x005b('0x20')]);router['put'](_0x005b('0xa'),auth['isAuthenticated'](),controller['update']);router[_0x005b('0x21')](_0x005b('0xa'),auth[_0x005b('0x9')](),controller[_0x005b('0x22')]);router['delete'](_0x005b('0x1d'),auth[_0x005b('0x9')](),controller[_0x005b('0x23')]);router[_0x005b('0x21')](_0x005b('0x13'),auth[_0x005b('0x9')](),controller[_0x005b('0x24')]);router[_0x005b('0x21')](_0x005b('0x17'),auth[_0x005b('0x9')](),controller['removeLists']);router[_0x005b('0x21')](_0x005b('0x19'),auth[_0x005b('0x9')](),controller[_0x005b('0x25')]);module[_0x005b('0x26')]=router;
\ No newline at end of file
+var _0x34d2=['isAuthenticated','show','/:id/hoppers','getHoppers','/:id/hopper_histories','getHopperHistories','getHopperFinals','/:id/hopper_black','getHopperBlacks','getTeams','/:id/users','getAgents','getMembers','/:id/lists','getBlackLists','post','create','/:id/clone','clone','/:id/teams','addTeams','addLists','/:id/blacklists','addBlackLists','put','update','delete','destroy','removeTeams','removeLists','removeBlackLists','exports','util','Router','../../components/auth/service','../../components/interaction/service','get','/:id'];(function(_0x365056,_0x5afa4f){var _0x412743=function(_0x224968){while(--_0x224968){_0x365056['push'](_0x365056['shift']());}};_0x412743(++_0x5afa4f);}(_0x34d2,0x12a));var _0x234d=function(_0x199ecf,_0x28833b){_0x199ecf=_0x199ecf-0x0;var _0x4b2798=_0x34d2[_0x199ecf];return _0x4b2798;};'use strict';var multer=require('multer');var util=require(_0x234d('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0x234d('0x1')]();var fs_extra=require('fs-extra');var auth=require(_0x234d('0x2'));var interaction=require(_0x234d('0x3'));var config=require('../../config/environment');var controller=require('./voiceQueue.controller');router[_0x234d('0x4')]('/',auth['isAuthenticated'](),controller['index']);router[_0x234d('0x4')](_0x234d('0x5'),auth[_0x234d('0x6')](),controller[_0x234d('0x7')]);router['get'](_0x234d('0x8'),auth[_0x234d('0x6')](),controller[_0x234d('0x9')]);router[_0x234d('0x4')](_0x234d('0xa'),auth[_0x234d('0x6')](),controller[_0x234d('0xb')]);router['get']('/:id/hopper_finals',auth['isAuthenticated'](),controller[_0x234d('0xc')]);router['get'](_0x234d('0xd'),auth[_0x234d('0x6')](),controller[_0x234d('0xe')]);router[_0x234d('0x4')]('/:id/teams',auth[_0x234d('0x6')](),controller[_0x234d('0xf')]);router['get'](_0x234d('0x10'),auth[_0x234d('0x6')](),controller[_0x234d('0x11')]);router[_0x234d('0x4')]('/:id/members',auth['isAuthenticated'](),controller[_0x234d('0x12')]);router[_0x234d('0x4')](_0x234d('0x13'),auth[_0x234d('0x6')](),controller['getLists']);router[_0x234d('0x4')]('/:id/blacklists',auth[_0x234d('0x6')](),controller[_0x234d('0x14')]);router[_0x234d('0x15')]('/',auth['isAuthenticated'](),controller[_0x234d('0x16')]);router[_0x234d('0x15')](_0x234d('0x17'),auth[_0x234d('0x6')](),controller[_0x234d('0x18')]);router[_0x234d('0x15')](_0x234d('0x19'),auth[_0x234d('0x6')](),controller[_0x234d('0x1a')]);router[_0x234d('0x15')]('/:id/users',auth[_0x234d('0x6')](),controller['addAgents']);router['post'](_0x234d('0x13'),auth['isAuthenticated'](),controller[_0x234d('0x1b')]);router['post'](_0x234d('0x1c'),auth[_0x234d('0x6')](),controller[_0x234d('0x1d')]);router[_0x234d('0x1e')]('/:id',auth[_0x234d('0x6')](),controller[_0x234d('0x1f')]);router[_0x234d('0x20')](_0x234d('0x5'),auth[_0x234d('0x6')](),controller[_0x234d('0x21')]);router[_0x234d('0x20')](_0x234d('0x19'),auth['isAuthenticated'](),controller[_0x234d('0x22')]);router[_0x234d('0x20')](_0x234d('0x10'),auth[_0x234d('0x6')](),controller['removeAgents']);router['delete'](_0x234d('0x13'),auth[_0x234d('0x6')](),controller[_0x234d('0x23')]);router['delete']('/:id/blacklists',auth['isAuthenticated'](),controller[_0x234d('0x24')]);module[_0x234d('0x25')]=router;
\ No newline at end of file