Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / api / openchannelQueue / index.js
index 5d4146d..cb063ee 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x8d0a=['./openchannelQueue.controller','isAuthenticated','index','get','/describe','describe','/:id','show','/:id/members','getMembers','/:id/teams','getTeams','/:id/users','post','addTeams','addAgents','put','update','delete','removeTeams','removeAgents','exports','multer','util','path','express','Router','../../components/interaction/service','../../config/environment'];(function(_0x2c6ed7,_0x165312){var _0x34b3a0=function(_0x52201f){while(--_0x52201f){_0x2c6ed7['push'](_0x2c6ed7['shift']());}};_0x34b3a0(++_0x165312);}(_0x8d0a,0x172));var _0xa8d0=function(_0x2c6499,_0x39f534){_0x2c6499=_0x2c6499-0x0;var _0x237a38=_0x8d0a[_0x2c6499];return _0x237a38;};'use strict';var multer=require(_0xa8d0('0x0'));var util=require(_0xa8d0('0x1'));var path=require(_0xa8d0('0x2'));var timeout=require('connect-timeout');var express=require(_0xa8d0('0x3'));var router=express[_0xa8d0('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xa8d0('0x5'));var config=require(_0xa8d0('0x6'));var controller=require(_0xa8d0('0x7'));router['get']('/',auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x9')]);router[_0xa8d0('0xa')](_0xa8d0('0xb'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0xc')]);router[_0xa8d0('0xa')](_0xa8d0('0xd'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0xe')]);router[_0xa8d0('0xa')](_0xa8d0('0xf'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x10')]);router[_0xa8d0('0xa')](_0xa8d0('0x11'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x12')]);router[_0xa8d0('0xa')](_0xa8d0('0x13'),auth['isAuthenticated'](),controller['getAgents']);router[_0xa8d0('0x14')]('/',auth[_0xa8d0('0x8')](),controller['create']);router['post'](_0xa8d0('0x11'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x15')]);router[_0xa8d0('0x14')](_0xa8d0('0x13'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x16')]);router[_0xa8d0('0x17')](_0xa8d0('0xd'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x18')]);router['delete'](_0xa8d0('0xd'),auth[_0xa8d0('0x8')](),controller['destroy']);router[_0xa8d0('0x19')](_0xa8d0('0x11'),auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x1a')]);router[_0xa8d0('0x19')]('/:id/users',auth[_0xa8d0('0x8')](),controller[_0xa8d0('0x1b')]);module[_0xa8d0('0x1c')]=router;
\ No newline at end of file
+var _0xf014=['/:id/users','getAgents','post','create','/:id/teams','addAgents','put','/:id','update','delete','destroy','removeAgents','exports','util','path','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelQueue.controller','get','isAuthenticated','describe','/:id/members','getMembers'];(function(_0x2641f9,_0x26715f){var _0x585741=function(_0x2d1462){while(--_0x2d1462){_0x2641f9['push'](_0x2641f9['shift']());}};_0x585741(++_0x26715f);}(_0xf014,0xd5));var _0x4f01=function(_0x480eff,_0x541555){_0x480eff=_0x480eff-0x0;var _0x5c8aeb=_0xf014[_0x480eff];return _0x5c8aeb;};'use strict';var multer=require('multer');var util=require(_0x4f01('0x0'));var path=require(_0x4f01('0x1'));var timeout=require('connect-timeout');var express=require(_0x4f01('0x2'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x4f01('0x3'));var interaction=require(_0x4f01('0x4'));var config=require(_0x4f01('0x5'));var controller=require(_0x4f01('0x6'));router[_0x4f01('0x7')]('/',auth[_0x4f01('0x8')](),controller['index']);router[_0x4f01('0x7')]('/describe',auth['isAuthenticated'](),controller[_0x4f01('0x9')]);router[_0x4f01('0x7')]('/:id',auth[_0x4f01('0x8')](),controller['show']);router[_0x4f01('0x7')](_0x4f01('0xa'),auth[_0x4f01('0x8')](),controller[_0x4f01('0xb')]);router[_0x4f01('0x7')]('/:id/teams',auth[_0x4f01('0x8')](),controller['getTeams']);router[_0x4f01('0x7')](_0x4f01('0xc'),auth['isAuthenticated'](),controller[_0x4f01('0xd')]);router[_0x4f01('0xe')]('/',auth[_0x4f01('0x8')](),controller[_0x4f01('0xf')]);router['post'](_0x4f01('0x10'),auth[_0x4f01('0x8')](),controller['addTeams']);router['post'](_0x4f01('0xc'),auth[_0x4f01('0x8')](),controller[_0x4f01('0x11')]);router[_0x4f01('0x12')](_0x4f01('0x13'),auth[_0x4f01('0x8')](),controller[_0x4f01('0x14')]);router[_0x4f01('0x15')](_0x4f01('0x13'),auth[_0x4f01('0x8')](),controller[_0x4f01('0x16')]);router[_0x4f01('0x15')](_0x4f01('0x10'),auth['isAuthenticated'](),controller['removeTeams']);router[_0x4f01('0x15')]('/:id/users',auth[_0x4f01('0x8')](),controller[_0x4f01('0x17')]);module[_0x4f01('0x18')]=router;
\ No newline at end of file