Built motion from commit 0900f080.|2.5.45
[motion2.git] / server / api / chatQueue / index.js
index 8da5d9a..177d56c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9123=['post','create','addAgents','update','delete','destroy','removeTeams','removeAgents','multer','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','describe','/:id','show','getMembers','/:id/teams','getTeams','/:id/users'];(function(_0x17d9e3,_0x1f969c){var _0x14192d=function(_0x159745){while(--_0x159745){_0x17d9e3['push'](_0x17d9e3['shift']());}};_0x14192d(++_0x1f969c);}(_0x9123,0x140));var _0x3912=function(_0x5cbff7,_0x4466ce){_0x5cbff7=_0x5cbff7-0x0;var _0x4b0c07=_0x9123[_0x5cbff7];return _0x4b0c07;};'use strict';var multer=require(_0x3912('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x3912('0x1'));var router=express['Router']();var fs_extra=require(_0x3912('0x2'));var auth=require(_0x3912('0x3'));var interaction=require(_0x3912('0x4'));var config=require(_0x3912('0x5'));var controller=require('./chatQueue.controller');router[_0x3912('0x6')]('/',auth[_0x3912('0x7')](),controller['index']);router['get'](_0x3912('0x8'),auth[_0x3912('0x7')](),controller[_0x3912('0x9')]);router['get'](_0x3912('0xa'),auth[_0x3912('0x7')](),controller[_0x3912('0xb')]);router[_0x3912('0x6')]('/:id/members',auth[_0x3912('0x7')](),controller[_0x3912('0xc')]);router['get'](_0x3912('0xd'),auth[_0x3912('0x7')](),controller[_0x3912('0xe')]);router[_0x3912('0x6')](_0x3912('0xf'),auth['isAuthenticated'](),controller['getAgents']);router[_0x3912('0x10')]('/',auth[_0x3912('0x7')](),controller[_0x3912('0x11')]);router['post'](_0x3912('0xd'),auth[_0x3912('0x7')](),controller['addTeams']);router[_0x3912('0x10')](_0x3912('0xf'),auth[_0x3912('0x7')](),controller[_0x3912('0x12')]);router['put'](_0x3912('0xa'),auth[_0x3912('0x7')](),controller[_0x3912('0x13')]);router[_0x3912('0x14')](_0x3912('0xa'),auth['isAuthenticated'](),controller[_0x3912('0x15')]);router[_0x3912('0x14')](_0x3912('0xd'),auth[_0x3912('0x7')](),controller[_0x3912('0x16')]);router['delete'](_0x3912('0xf'),auth[_0x3912('0x7')](),controller[_0x3912('0x17')]);module['exports']=router;
\ No newline at end of file
+var _0x7217=['../../config/environment','./chatQueue.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/members','getMembers','/:id/teams','getTeams','/:id/users','post','addTeams','update','delete','destroy','removeTeams','removeAgents','exports','multer','path','connect-timeout','express','Router','fs-extra'];(function(_0x5385c7,_0x73e1b6){var _0x26d432=function(_0x5f157e){while(--_0x5f157e){_0x5385c7['push'](_0x5385c7['shift']());}};_0x26d432(++_0x73e1b6);}(_0x7217,0x19e));var _0x7721=function(_0x1ddedd,_0x485606){_0x1ddedd=_0x1ddedd-0x0;var _0xa3e1ac=_0x7217[_0x1ddedd];return _0xa3e1ac;};'use strict';var multer=require(_0x7721('0x0'));var util=require('util');var path=require(_0x7721('0x1'));var timeout=require(_0x7721('0x2'));var express=require(_0x7721('0x3'));var router=express[_0x7721('0x4')]();var fs_extra=require(_0x7721('0x5'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x7721('0x6'));var controller=require(_0x7721('0x7'));router[_0x7721('0x8')]('/',auth[_0x7721('0x9')](),controller[_0x7721('0xa')]);router[_0x7721('0x8')](_0x7721('0xb'),auth[_0x7721('0x9')](),controller[_0x7721('0xc')]);router[_0x7721('0x8')](_0x7721('0xd'),auth[_0x7721('0x9')](),controller[_0x7721('0xe')]);router[_0x7721('0x8')](_0x7721('0xf'),auth['isAuthenticated'](),controller[_0x7721('0x10')]);router[_0x7721('0x8')](_0x7721('0x11'),auth[_0x7721('0x9')](),controller[_0x7721('0x12')]);router[_0x7721('0x8')](_0x7721('0x13'),auth[_0x7721('0x9')](),controller['getAgents']);router[_0x7721('0x14')]('/',auth[_0x7721('0x9')](),controller['create']);router[_0x7721('0x14')](_0x7721('0x11'),auth[_0x7721('0x9')](),controller[_0x7721('0x15')]);router['post'](_0x7721('0x13'),auth[_0x7721('0x9')](),controller['addAgents']);router['put']('/:id',auth[_0x7721('0x9')](),controller[_0x7721('0x16')]);router[_0x7721('0x17')](_0x7721('0xd'),auth['isAuthenticated'](),controller[_0x7721('0x18')]);router['delete'](_0x7721('0x11'),auth['isAuthenticated'](),controller[_0x7721('0x19')]);router[_0x7721('0x17')](_0x7721('0x13'),auth[_0x7721('0x9')](),controller[_0x7721('0x1a')]);module[_0x7721('0x1b')]=router;
\ No newline at end of file