Built motion from commit bab6f49e.|2.6.17
[motion2.git] / server / api / chatQueue / index.js
index 8da5d9a..a5c0753 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 _0x9957=['connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./chatQueue.controller','get','isAuthenticated','index','/describe','describe','show','/:id/members','getMembers','getTeams','/:id/users','getAgents','post','create','addTeams','addAgents','put','/:id','delete','destroy','/:id/teams','removeTeams','multer','util','path'];(function(_0x185a6d,_0x4e3c9c){var _0x3da631=function(_0x555269){while(--_0x555269){_0x185a6d['push'](_0x185a6d['shift']());}};_0x3da631(++_0x4e3c9c);}(_0x9957,0x93));var _0x7995=function(_0x6c993a,_0x5ea3ab){_0x6c993a=_0x6c993a-0x0;var _0x27f547=_0x9957[_0x6c993a];return _0x27f547;};'use strict';var multer=require(_0x7995('0x0'));var util=require(_0x7995('0x1'));var path=require(_0x7995('0x2'));var timeout=require(_0x7995('0x3'));var express=require('express');var router=express[_0x7995('0x4')]();var fs_extra=require(_0x7995('0x5'));var auth=require(_0x7995('0x6'));var interaction=require(_0x7995('0x7'));var config=require('../../config/environment');var controller=require(_0x7995('0x8'));router[_0x7995('0x9')]('/',auth[_0x7995('0xa')](),controller[_0x7995('0xb')]);router[_0x7995('0x9')](_0x7995('0xc'),auth['isAuthenticated'](),controller[_0x7995('0xd')]);router[_0x7995('0x9')]('/:id',auth[_0x7995('0xa')](),controller[_0x7995('0xe')]);router[_0x7995('0x9')](_0x7995('0xf'),auth[_0x7995('0xa')](),controller[_0x7995('0x10')]);router[_0x7995('0x9')]('/:id/teams',auth[_0x7995('0xa')](),controller[_0x7995('0x11')]);router['get'](_0x7995('0x12'),auth[_0x7995('0xa')](),controller[_0x7995('0x13')]);router[_0x7995('0x14')]('/',auth[_0x7995('0xa')](),controller[_0x7995('0x15')]);router[_0x7995('0x14')]('/:id/teams',auth['isAuthenticated'](),controller[_0x7995('0x16')]);router[_0x7995('0x14')](_0x7995('0x12'),auth[_0x7995('0xa')](),controller[_0x7995('0x17')]);router[_0x7995('0x18')](_0x7995('0x19'),auth[_0x7995('0xa')](),controller['update']);router[_0x7995('0x1a')]('/:id',auth[_0x7995('0xa')](),controller[_0x7995('0x1b')]);router[_0x7995('0x1a')](_0x7995('0x1c'),auth[_0x7995('0xa')](),controller[_0x7995('0x1d')]);router['delete']('/:id/users',auth[_0x7995('0xa')](),controller['removeAgents']);module['exports']=router;
\ No newline at end of file