Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / api / openchannelQueue / index.js
index e70a208..cb063ee 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9c50=['put','delete','destroy','removeTeams','removeAgents','exports','connect-timeout','Router','../../config/environment','./openchannelQueue.controller','isAuthenticated','get','/describe','/:id','show','/:id/members','/:id/teams','getTeams','/:id/users','getAgents','post','create','addTeams'];(function(_0x2dafbe,_0x5d04de){var _0x58a45a=function(_0x50ac96){while(--_0x50ac96){_0x2dafbe['push'](_0x2dafbe['shift']());}};_0x58a45a(++_0x5d04de);}(_0x9c50,0xec));var _0x09c5=function(_0x3bbf92,_0x4c0ca5){_0x3bbf92=_0x3bbf92-0x0;var _0x35e77c=_0x9c50[_0x3bbf92];return _0x35e77c;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0x09c5('0x0'));var express=require('express');var router=express[_0x09c5('0x1')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x09c5('0x2'));var controller=require(_0x09c5('0x3'));router['get']('/',auth[_0x09c5('0x4')](),controller['index']);router[_0x09c5('0x5')](_0x09c5('0x6'),auth[_0x09c5('0x4')](),controller['describe']);router[_0x09c5('0x5')](_0x09c5('0x7'),auth[_0x09c5('0x4')](),controller[_0x09c5('0x8')]);router['get'](_0x09c5('0x9'),auth['isAuthenticated'](),controller['getMembers']);router[_0x09c5('0x5')](_0x09c5('0xa'),auth[_0x09c5('0x4')](),controller[_0x09c5('0xb')]);router['get'](_0x09c5('0xc'),auth[_0x09c5('0x4')](),controller[_0x09c5('0xd')]);router[_0x09c5('0xe')]('/',auth[_0x09c5('0x4')](),controller[_0x09c5('0xf')]);router['post']('/:id/teams',auth[_0x09c5('0x4')](),controller[_0x09c5('0x10')]);router[_0x09c5('0xe')](_0x09c5('0xc'),auth['isAuthenticated'](),controller['addAgents']);router[_0x09c5('0x11')]('/:id',auth['isAuthenticated'](),controller['update']);router[_0x09c5('0x12')](_0x09c5('0x7'),auth[_0x09c5('0x4')](),controller[_0x09c5('0x13')]);router[_0x09c5('0x12')](_0x09c5('0xa'),auth[_0x09c5('0x4')](),controller[_0x09c5('0x14')]);router[_0x09c5('0x12')](_0x09c5('0xc'),auth['isAuthenticated'](),controller[_0x09c5('0x15')]);module[_0x09c5('0x16')]=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