Built motion from commit bab6f49e.|2.6.17
[motion2.git] / server / api / chatQueue / index.js
index a3730e0..a5c0753 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x6114=['post','create','addTeams','addAgents','put','destroy','delete','removeTeams','/:id/users','removeAgents','exports','multer','util','connect-timeout','express','Router','../../config/environment','./chatQueue.controller','index','get','/describe','isAuthenticated','/:id','show','/:id/members','getMembers','/:id/teams','getTeams','getAgents'];(function(_0x3853a4,_0x3f14ef){var _0x59b4e4=function(_0x30223d){while(--_0x30223d){_0x3853a4['push'](_0x3853a4['shift']());}};_0x59b4e4(++_0x3f14ef);}(_0x6114,0x7f));var _0x4611=function(_0x26a515,_0x286339){_0x26a515=_0x26a515-0x0;var _0x314682=_0x6114[_0x26a515];return _0x314682;};'use strict';var multer=require(_0x4611('0x0'));var util=require(_0x4611('0x1'));var path=require('path');var timeout=require(_0x4611('0x2'));var express=require(_0x4611('0x3'));var router=express[_0x4611('0x4')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x4611('0x5'));var controller=require(_0x4611('0x6'));router['get']('/',auth['isAuthenticated'](),controller[_0x4611('0x7')]);router[_0x4611('0x8')](_0x4611('0x9'),auth[_0x4611('0xa')](),controller['describe']);router[_0x4611('0x8')](_0x4611('0xb'),auth['isAuthenticated'](),controller[_0x4611('0xc')]);router[_0x4611('0x8')](_0x4611('0xd'),auth['isAuthenticated'](),controller[_0x4611('0xe')]);router['get'](_0x4611('0xf'),auth[_0x4611('0xa')](),controller[_0x4611('0x10')]);router[_0x4611('0x8')]('/:id/users',auth[_0x4611('0xa')](),controller[_0x4611('0x11')]);router[_0x4611('0x12')]('/',auth[_0x4611('0xa')](),controller[_0x4611('0x13')]);router[_0x4611('0x12')](_0x4611('0xf'),auth[_0x4611('0xa')](),controller[_0x4611('0x14')]);router['post']('/:id/users',auth[_0x4611('0xa')](),controller[_0x4611('0x15')]);router[_0x4611('0x16')](_0x4611('0xb'),auth['isAuthenticated'](),controller['update']);router['delete']('/:id',auth[_0x4611('0xa')](),controller[_0x4611('0x17')]);router[_0x4611('0x18')](_0x4611('0xf'),auth[_0x4611('0xa')](),controller[_0x4611('0x19')]);router[_0x4611('0x18')](_0x4611('0x1a'),auth[_0x4611('0xa')](),controller[_0x4611('0x1b')]);module[_0x4611('0x1c')]=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