Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / chatQueue / index.js
index 73b5873..3610c33 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb182=['isAuthenticated','index','/describe','describe','show','getTeams','/:id/users','getAgents','post','create','addTeams','addAgents','put','/:id','update','destroy','delete','/:id/teams','removeAgents','exports','util','path','express','../../components/interaction/service','../../config/environment','./chatQueue.controller','get'];(function(_0x2b0288,_0xefe3ed){var _0x4bd806=function(_0x564cba){while(--_0x564cba){_0x2b0288['push'](_0x2b0288['shift']());}};_0x4bd806(++_0xefe3ed);}(_0xb182,0x1c4));var _0x2b18=function(_0x340756,_0xad31ae){_0x340756=_0x340756-0x0;var _0x2ef745=_0xb182[_0x340756];return _0x2ef745;};'use strict';var multer=require('multer');var util=require(_0x2b18('0x0'));var path=require(_0x2b18('0x1'));var timeout=require('connect-timeout');var express=require(_0x2b18('0x2'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require(_0x2b18('0x3'));var config=require(_0x2b18('0x4'));var controller=require(_0x2b18('0x5'));router[_0x2b18('0x6')]('/',auth[_0x2b18('0x7')](),controller[_0x2b18('0x8')]);router[_0x2b18('0x6')](_0x2b18('0x9'),auth[_0x2b18('0x7')](),controller[_0x2b18('0xa')]);router['get']('/:id',auth[_0x2b18('0x7')](),controller[_0x2b18('0xb')]);router['get']('/:id/members',auth[_0x2b18('0x7')](),controller['getMembers']);router['get']('/:id/teams',auth[_0x2b18('0x7')](),controller[_0x2b18('0xc')]);router['get'](_0x2b18('0xd'),auth[_0x2b18('0x7')](),controller[_0x2b18('0xe')]);router[_0x2b18('0xf')]('/',auth[_0x2b18('0x7')](),controller[_0x2b18('0x10')]);router['post']('/:id/teams',auth[_0x2b18('0x7')](),controller[_0x2b18('0x11')]);router['post'](_0x2b18('0xd'),auth[_0x2b18('0x7')](),controller[_0x2b18('0x12')]);router[_0x2b18('0x13')](_0x2b18('0x14'),auth[_0x2b18('0x7')](),controller[_0x2b18('0x15')]);router['delete']('/:id',auth[_0x2b18('0x7')](),controller[_0x2b18('0x16')]);router[_0x2b18('0x17')](_0x2b18('0x18'),auth[_0x2b18('0x7')](),controller['removeTeams']);router[_0x2b18('0x17')](_0x2b18('0xd'),auth[_0x2b18('0x7')](),controller[_0x2b18('0x19')]);module[_0x2b18('0x1a')]=router;
\ No newline at end of file
+var _0x55ca=['post','addAgents','update','delete','destroy','removeTeams','removeAgents','exports','multer','util','Router','fs-extra','../../components/interaction/service','../../config/environment','./chatQueue.controller','get','isAuthenticated','index','describe','/:id','/:id/members','getMembers','/:id/teams','getTeams','/:id/users','addTeams'];(function(_0x2810e4,_0x528e9e){var _0x17d891=function(_0x174b60){while(--_0x174b60){_0x2810e4['push'](_0x2810e4['shift']());}};_0x17d891(++_0x528e9e);}(_0x55ca,0x126));var _0xa55c=function(_0x7e918f,_0x48cf10){_0x7e918f=_0x7e918f-0x0;var _0x5b35ab=_0x55ca[_0x7e918f];return _0x5b35ab;};'use strict';var multer=require(_0xa55c('0x0'));var util=require(_0xa55c('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0xa55c('0x2')]();var fs_extra=require(_0xa55c('0x3'));var auth=require('../../components/auth/service');var interaction=require(_0xa55c('0x4'));var config=require(_0xa55c('0x5'));var controller=require(_0xa55c('0x6'));router[_0xa55c('0x7')]('/',auth[_0xa55c('0x8')](),controller[_0xa55c('0x9')]);router[_0xa55c('0x7')]('/describe',auth[_0xa55c('0x8')](),controller[_0xa55c('0xa')]);router['get'](_0xa55c('0xb'),auth[_0xa55c('0x8')](),controller['show']);router['get'](_0xa55c('0xc'),auth[_0xa55c('0x8')](),controller[_0xa55c('0xd')]);router[_0xa55c('0x7')](_0xa55c('0xe'),auth[_0xa55c('0x8')](),controller[_0xa55c('0xf')]);router[_0xa55c('0x7')](_0xa55c('0x10'),auth[_0xa55c('0x8')](),controller['getAgents']);router['post']('/',auth[_0xa55c('0x8')](),controller['create']);router['post']('/:id/teams',auth[_0xa55c('0x8')](),controller[_0xa55c('0x11')]);router[_0xa55c('0x12')](_0xa55c('0x10'),auth[_0xa55c('0x8')](),controller[_0xa55c('0x13')]);router['put'](_0xa55c('0xb'),auth[_0xa55c('0x8')](),controller[_0xa55c('0x14')]);router[_0xa55c('0x15')](_0xa55c('0xb'),auth[_0xa55c('0x8')](),controller[_0xa55c('0x16')]);router[_0xa55c('0x15')](_0xa55c('0xe'),auth['isAuthenticated'](),controller[_0xa55c('0x17')]);router[_0xa55c('0x15')](_0xa55c('0x10'),auth[_0xa55c('0x8')](),controller[_0xa55c('0x18')]);module[_0xa55c('0x19')]=router;
\ No newline at end of file