Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / openchannelQueue / index.js
index 722974f..6e02a63 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x7fd6=['../../components/auth/service','../../components/interaction/service','./openchannelQueue.controller','/describe','isAuthenticated','describe','get','/:id','show','getMembers','/:id/teams','getTeams','/:id/users','getAgents','post','create','addTeams','addAgents','put','update','delete','destroy','removeTeams','removeAgents','multer','path','connect-timeout','express','Router'];(function(_0x3e00cf,_0x10af60){var _0x2c31e2=function(_0x4dd01d){while(--_0x4dd01d){_0x3e00cf['push'](_0x3e00cf['shift']());}};_0x2c31e2(++_0x10af60);}(_0x7fd6,0x157));var _0x67fd=function(_0x5574fc,_0x4b9324){_0x5574fc=_0x5574fc-0x0;var _0x581838=_0x7fd6[_0x5574fc];return _0x581838;};'use strict';var multer=require(_0x67fd('0x0'));var util=require('util');var path=require(_0x67fd('0x1'));var timeout=require(_0x67fd('0x2'));var express=require(_0x67fd('0x3'));var router=express[_0x67fd('0x4')]();var auth=require(_0x67fd('0x5'));var interaction=require(_0x67fd('0x6'));var config=require('../../config/environment');var controller=require(_0x67fd('0x7'));router['get']('/',auth['isAuthenticated'](),controller['index']);router['get'](_0x67fd('0x8'),auth[_0x67fd('0x9')](),controller[_0x67fd('0xa')]);router[_0x67fd('0xb')](_0x67fd('0xc'),auth[_0x67fd('0x9')](),controller[_0x67fd('0xd')]);router[_0x67fd('0xb')]('/:id/members',auth[_0x67fd('0x9')](),controller[_0x67fd('0xe')]);router[_0x67fd('0xb')](_0x67fd('0xf'),auth[_0x67fd('0x9')](),controller[_0x67fd('0x10')]);router['get'](_0x67fd('0x11'),auth[_0x67fd('0x9')](),controller[_0x67fd('0x12')]);router[_0x67fd('0x13')]('/',auth[_0x67fd('0x9')](),controller[_0x67fd('0x14')]);router[_0x67fd('0x13')](_0x67fd('0xf'),auth[_0x67fd('0x9')](),controller[_0x67fd('0x15')]);router[_0x67fd('0x13')]('/:id/users',auth[_0x67fd('0x9')](),controller[_0x67fd('0x16')]);router[_0x67fd('0x17')](_0x67fd('0xc'),auth['isAuthenticated'](),controller[_0x67fd('0x18')]);router[_0x67fd('0x19')]('/:id',auth[_0x67fd('0x9')](),controller[_0x67fd('0x1a')]);router[_0x67fd('0x19')](_0x67fd('0xf'),auth[_0x67fd('0x9')](),controller[_0x67fd('0x1b')]);router[_0x67fd('0x19')](_0x67fd('0x11'),auth['isAuthenticated'](),controller[_0x67fd('0x1c')]);module['exports']=router;
\ No newline at end of file
+var _0x4072=['delete','destroy','removeTeams','removeAgents','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/members','/:id/teams','getAgents','create','post','/:id/users','addAgents'];(function(_0x334e1f,_0x2cbaf4){var _0x233534=function(_0x1e55e8){while(--_0x1e55e8){_0x334e1f['push'](_0x334e1f['shift']());}};_0x233534(++_0x2cbaf4);}(_0x4072,0x86));var _0x2407=function(_0x5bd948,_0x478409){_0x5bd948=_0x5bd948-0x0;var _0x52771a=_0x4072[_0x5bd948];return _0x52771a;};'use strict';var multer=require(_0x2407('0x0'));var util=require(_0x2407('0x1'));var path=require('path');var timeout=require(_0x2407('0x2'));var express=require(_0x2407('0x3'));var router=express[_0x2407('0x4')]();var fs_extra=require(_0x2407('0x5'));var auth=require(_0x2407('0x6'));var interaction=require(_0x2407('0x7'));var config=require('../../config/environment');var controller=require('./openchannelQueue.controller');router[_0x2407('0x8')]('/',auth[_0x2407('0x9')](),controller[_0x2407('0xa')]);router['get'](_0x2407('0xb'),auth['isAuthenticated'](),controller[_0x2407('0xc')]);router['get'](_0x2407('0xd'),auth[_0x2407('0x9')](),controller[_0x2407('0xe')]);router[_0x2407('0x8')](_0x2407('0xf'),auth[_0x2407('0x9')](),controller['getMembers']);router[_0x2407('0x8')](_0x2407('0x10'),auth['isAuthenticated'](),controller['getTeams']);router[_0x2407('0x8')]('/:id/users',auth[_0x2407('0x9')](),controller[_0x2407('0x11')]);router['post']('/',auth[_0x2407('0x9')](),controller[_0x2407('0x12')]);router[_0x2407('0x13')](_0x2407('0x10'),auth[_0x2407('0x9')](),controller['addTeams']);router[_0x2407('0x13')](_0x2407('0x14'),auth[_0x2407('0x9')](),controller[_0x2407('0x15')]);router['put']('/:id',auth['isAuthenticated'](),controller['update']);router[_0x2407('0x16')](_0x2407('0xd'),auth['isAuthenticated'](),controller[_0x2407('0x17')]);router[_0x2407('0x16')](_0x2407('0x10'),auth[_0x2407('0x9')](),controller[_0x2407('0x18')]);router[_0x2407('0x16')](_0x2407('0x14'),auth[_0x2407('0x9')](),controller[_0x2407('0x19')]);module['exports']=router;
\ No newline at end of file