Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / api / chatQueue / index.js
index 7d89f62..7c93f64 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xab0f=['multer','util','path','connect-timeout','../../config/environment','./chatQueue.controller','get','/describe','/:id','isAuthenticated','/:id/members','getMembers','/:id/teams','getTeams','/:id/users','getAgents','addTeams','post','put','update','delete','destroy','removeTeams','removeAgents','exports'];(function(_0x12efa0,_0x579590){var _0x158c02=function(_0x311422){while(--_0x311422){_0x12efa0['push'](_0x12efa0['shift']());}};_0x158c02(++_0x579590);}(_0xab0f,0x7d));var _0xfab0=function(_0x4eae86,_0x13b6b9){_0x4eae86=_0x4eae86-0x0;var _0x1fbd42=_0xab0f[_0x4eae86];return _0x1fbd42;};'use strict';var multer=require(_0xfab0('0x0'));var util=require(_0xfab0('0x1'));var path=require(_0xfab0('0x2'));var timeout=require(_0xfab0('0x3'));var express=require('express');var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xfab0('0x4'));var controller=require(_0xfab0('0x5'));router['get']('/',auth['isAuthenticated'](),controller['index']);router[_0xfab0('0x6')](_0xfab0('0x7'),auth['isAuthenticated'](),controller['describe']);router[_0xfab0('0x6')](_0xfab0('0x8'),auth[_0xfab0('0x9')](),controller['show']);router[_0xfab0('0x6')](_0xfab0('0xa'),auth['isAuthenticated'](),controller[_0xfab0('0xb')]);router['get'](_0xfab0('0xc'),auth[_0xfab0('0x9')](),controller[_0xfab0('0xd')]);router[_0xfab0('0x6')](_0xfab0('0xe'),auth['isAuthenticated'](),controller[_0xfab0('0xf')]);router['post']('/',auth[_0xfab0('0x9')](),controller['create']);router['post']('/:id/teams',auth[_0xfab0('0x9')](),controller[_0xfab0('0x10')]);router[_0xfab0('0x11')]('/:id/users',auth[_0xfab0('0x9')](),controller['addAgents']);router[_0xfab0('0x12')](_0xfab0('0x8'),auth[_0xfab0('0x9')](),controller[_0xfab0('0x13')]);router[_0xfab0('0x14')](_0xfab0('0x8'),auth[_0xfab0('0x9')](),controller[_0xfab0('0x15')]);router[_0xfab0('0x14')](_0xfab0('0xc'),auth[_0xfab0('0x9')](),controller[_0xfab0('0x16')]);router[_0xfab0('0x14')]('/:id/users',auth[_0xfab0('0x9')](),controller[_0xfab0('0x17')]);module[_0xfab0('0x18')]=router;
\ No newline at end of file
+var _0x944b=['get','index','isAuthenticated','describe','/:id','show','/:id/members','getMembers','/:id/teams','getTeams','/:id/users','getAgents','post','addAgents','update','delete','destroy','removeTeams','removeAgents','exports','util','path','connect-timeout','express','Router','../../config/environment','./chatQueue.controller'];(function(_0x363085,_0xd65cdd){var _0x6f1e21=function(_0x3f8972){while(--_0x3f8972){_0x363085['push'](_0x363085['shift']());}};_0x6f1e21(++_0xd65cdd);}(_0x944b,0x158));var _0xb944=function(_0x2bd687,_0x1cacd8){_0x2bd687=_0x2bd687-0x0;var _0x5d08c1=_0x944b[_0x2bd687];return _0x5d08c1;};'use strict';var multer=require('multer');var util=require(_0xb944('0x0'));var path=require(_0xb944('0x1'));var timeout=require(_0xb944('0x2'));var express=require(_0xb944('0x3'));var router=express[_0xb944('0x4')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xb944('0x5'));var controller=require(_0xb944('0x6'));router[_0xb944('0x7')]('/',auth['isAuthenticated'](),controller[_0xb944('0x8')]);router[_0xb944('0x7')]('/describe',auth[_0xb944('0x9')](),controller[_0xb944('0xa')]);router['get'](_0xb944('0xb'),auth[_0xb944('0x9')](),controller[_0xb944('0xc')]);router[_0xb944('0x7')](_0xb944('0xd'),auth[_0xb944('0x9')](),controller[_0xb944('0xe')]);router[_0xb944('0x7')](_0xb944('0xf'),auth[_0xb944('0x9')](),controller[_0xb944('0x10')]);router[_0xb944('0x7')](_0xb944('0x11'),auth[_0xb944('0x9')](),controller[_0xb944('0x12')]);router[_0xb944('0x13')]('/',auth[_0xb944('0x9')](),controller['create']);router[_0xb944('0x13')]('/:id/teams',auth[_0xb944('0x9')](),controller['addTeams']);router[_0xb944('0x13')](_0xb944('0x11'),auth[_0xb944('0x9')](),controller[_0xb944('0x14')]);router['put'](_0xb944('0xb'),auth[_0xb944('0x9')](),controller[_0xb944('0x15')]);router[_0xb944('0x16')](_0xb944('0xb'),auth[_0xb944('0x9')](),controller[_0xb944('0x17')]);router[_0xb944('0x16')](_0xb944('0xf'),auth[_0xb944('0x9')](),controller[_0xb944('0x18')]);router['delete'](_0xb944('0x11'),auth[_0xb944('0x9')](),controller[_0xb944('0x19')]);module[_0xb944('0x1a')]=router;
\ No newline at end of file