Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / openchannelQueue / index.js
index 397c07b..6e02a63 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x8477=['/:id/members','getMembers','/:id/teams','/:id/users','getAgents','post','addTeams','addAgents','put','update','delete','destroy','removeTeams','exports','multer','util','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service','./openchannelQueue.controller','isAuthenticated','get','describe','/:id','show'];(function(_0x594e7a,_0x5455af){var _0x14369d=function(_0x3f4e84){while(--_0x3f4e84){_0x594e7a['push'](_0x594e7a['shift']());}};_0x14369d(++_0x5455af);}(_0x8477,0x112));var _0x7847=function(_0x1347f8,_0x233feb){_0x1347f8=_0x1347f8-0x0;var _0x218368=_0x8477[_0x1347f8];return _0x218368;};'use strict';var multer=require(_0x7847('0x0'));var util=require(_0x7847('0x1'));var path=require('path');var timeout=require(_0x7847('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require(_0x7847('0x3'));var auth=require(_0x7847('0x4'));var interaction=require(_0x7847('0x5'));var config=require('../../config/environment');var controller=require(_0x7847('0x6'));router['get']('/',auth[_0x7847('0x7')](),controller['index']);router[_0x7847('0x8')]('/describe',auth['isAuthenticated'](),controller[_0x7847('0x9')]);router[_0x7847('0x8')](_0x7847('0xa'),auth[_0x7847('0x7')](),controller[_0x7847('0xb')]);router[_0x7847('0x8')](_0x7847('0xc'),auth[_0x7847('0x7')](),controller[_0x7847('0xd')]);router[_0x7847('0x8')](_0x7847('0xe'),auth[_0x7847('0x7')](),controller['getTeams']);router[_0x7847('0x8')](_0x7847('0xf'),auth[_0x7847('0x7')](),controller[_0x7847('0x10')]);router[_0x7847('0x11')]('/',auth[_0x7847('0x7')](),controller['create']);router[_0x7847('0x11')](_0x7847('0xe'),auth[_0x7847('0x7')](),controller[_0x7847('0x12')]);router[_0x7847('0x11')]('/:id/users',auth[_0x7847('0x7')](),controller[_0x7847('0x13')]);router[_0x7847('0x14')]('/:id',auth[_0x7847('0x7')](),controller[_0x7847('0x15')]);router[_0x7847('0x16')](_0x7847('0xa'),auth[_0x7847('0x7')](),controller[_0x7847('0x17')]);router[_0x7847('0x16')]('/:id/teams',auth[_0x7847('0x7')](),controller[_0x7847('0x18')]);router['delete'](_0x7847('0xf'),auth['isAuthenticated'](),controller['removeAgents']);module[_0x7847('0x19')]=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