Built motion from commit c116dc8b.|2.6.30
[motion2.git] / server / api / voiceQueue / index.js
index 214b45c..108cf00 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3fae=['/:id/hopper_finals','getHopperFinals','/:id/hopper_black','/:id/teams','getTeams','/:id/users','/:id/members','getMembers','/:id/lists','/:id/blacklists','getBlackLists','post','/:id/clone','addTeams','addAgents','addLists','addBlackLists','/:id','update','delete','destroy','removeTeams','exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../config/environment','isAuthenticated','show','get','/:id/hoppers','getHoppers','/:id/hopper_histories','getHopperHistories'];(function(_0x51382e,_0x51c98d){var _0x2efdc0=function(_0x37a5b0){while(--_0x37a5b0){_0x51382e['push'](_0x51382e['shift']());}};_0x2efdc0(++_0x51c98d);}(_0x3fae,0xd0));var _0xe3fa=function(_0x30e91e,_0x338f69){_0x30e91e=_0x30e91e-0x0;var _0x1a778c=_0x3fae[_0x30e91e];return _0x1a778c;};'use strict';var multer=require('multer');var util=require(_0xe3fa('0x0'));var path=require(_0xe3fa('0x1'));var timeout=require(_0xe3fa('0x2'));var express=require(_0xe3fa('0x3'));var router=express[_0xe3fa('0x4')]();var auth=require(_0xe3fa('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xe3fa('0x6'));var controller=require('./voiceQueue.controller');router['get']('/',auth[_0xe3fa('0x7')](),controller['index']);router['get']('/:id',auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x8')]);router[_0xe3fa('0x9')](_0xe3fa('0xa'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0xb')]);router['get'](_0xe3fa('0xc'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0xd')]);router['get'](_0xe3fa('0xe'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0xf')]);router[_0xe3fa('0x9')](_0xe3fa('0x10'),auth[_0xe3fa('0x7')](),controller['getHopperBlacks']);router[_0xe3fa('0x9')](_0xe3fa('0x11'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x12')]);router['get'](_0xe3fa('0x13'),auth['isAuthenticated'](),controller['getAgents']);router[_0xe3fa('0x9')](_0xe3fa('0x14'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x15')]);router[_0xe3fa('0x9')](_0xe3fa('0x16'),auth[_0xe3fa('0x7')](),controller['getLists']);router[_0xe3fa('0x9')](_0xe3fa('0x17'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x18')]);router[_0xe3fa('0x19')]('/',auth[_0xe3fa('0x7')](),controller['create']);router[_0xe3fa('0x19')](_0xe3fa('0x1a'),auth['isAuthenticated'](),controller['clone']);router['post'](_0xe3fa('0x11'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x1b')]);router[_0xe3fa('0x19')]('/:id/users',auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x1c')]);router['post'](_0xe3fa('0x16'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x1d')]);router['post']('/:id/blacklists',auth['isAuthenticated'](),controller[_0xe3fa('0x1e')]);router['put'](_0xe3fa('0x1f'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x20')]);router[_0xe3fa('0x21')](_0xe3fa('0x1f'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x22')]);router[_0xe3fa('0x21')](_0xe3fa('0x11'),auth[_0xe3fa('0x7')](),controller[_0xe3fa('0x23')]);router[_0xe3fa('0x21')]('/:id/users',auth[_0xe3fa('0x7')](),controller['removeAgents']);router[_0xe3fa('0x21')](_0xe3fa('0x16'),auth[_0xe3fa('0x7')](),controller['removeLists']);router[_0xe3fa('0x21')](_0xe3fa('0x17'),auth[_0xe3fa('0x7')](),controller['removeBlackLists']);module[_0xe3fa('0x24')]=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(_0x11cbb5,_0x390441){var _0x54b8d3=function(_0x162ca2){while(--_0x162ca2){_0x11cbb5['push'](_0x11cbb5['shift']());}};_0x54b8d3(++_0x390441);}(_0xa9e0,0x123));var _0x0a9e=function(_0xbb091,_0x3fe7ee){_0xbb091=_0xbb091-0x0;var _0x467a04=_0xa9e0[_0xbb091];return _0x467a04;};'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