Built motion from commit (unavailable).|2.5.26
[motion2.git] / server / api / chatQueue / index.js
index 26a21fc..f04c907 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4173=['show','/:id/members','getMembers','getTeams','getAgents','create','post','/:id/teams','delete','/:id','destroy','removeTeams','/:id/users','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','index','get','/describe','isAuthenticated'];(function(_0x19b5eb,_0x4de080){var _0x4e7202=function(_0x210782){while(--_0x210782){_0x19b5eb['push'](_0x19b5eb['shift']());}};_0x4e7202(++_0x4de080);}(_0x4173,0x101));var _0x3417=function(_0x39bf66,_0x35c96c){_0x39bf66=_0x39bf66-0x0;var _0x431030=_0x4173[_0x39bf66];return _0x431030;};'use strict';var multer=require(_0x3417('0x0'));var util=require(_0x3417('0x1'));var path=require(_0x3417('0x2'));var timeout=require(_0x3417('0x3'));var express=require(_0x3417('0x4'));var router=express[_0x3417('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0x3417('0x6'));var interaction=require(_0x3417('0x7'));var config=require(_0x3417('0x8'));var controller=require('./chatQueue.controller');router['get']('/',auth['isAuthenticated'](),controller[_0x3417('0x9')]);router[_0x3417('0xa')](_0x3417('0xb'),auth[_0x3417('0xc')](),controller['describe']);router[_0x3417('0xa')]('/:id',auth[_0x3417('0xc')](),controller[_0x3417('0xd')]);router[_0x3417('0xa')](_0x3417('0xe'),auth[_0x3417('0xc')](),controller[_0x3417('0xf')]);router[_0x3417('0xa')]('/:id/teams',auth[_0x3417('0xc')](),controller[_0x3417('0x10')]);router['get']('/:id/users',auth['isAuthenticated'](),controller[_0x3417('0x11')]);router['post']('/',auth[_0x3417('0xc')](),controller[_0x3417('0x12')]);router[_0x3417('0x13')](_0x3417('0x14'),auth[_0x3417('0xc')](),controller['addTeams']);router['post']('/:id/users',auth[_0x3417('0xc')](),controller['addAgents']);router['put']('/:id',auth['isAuthenticated'](),controller['update']);router[_0x3417('0x15')](_0x3417('0x16'),auth[_0x3417('0xc')](),controller[_0x3417('0x17')]);router['delete'](_0x3417('0x14'),auth[_0x3417('0xc')](),controller[_0x3417('0x18')]);router[_0x3417('0x15')](_0x3417('0x19'),auth[_0x3417('0xc')](),controller['removeAgents']);module[_0x3417('0x1a')]=router;
\ No newline at end of file
+var _0x8409=['getAgents','create','post','addAgents','/:id','update','delete','destroy','/:id/teams','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','./chatQueue.controller','isAuthenticated','get','/describe','describe','/:id/members','getMembers','getTeams','/:id/users'];(function(_0x395c05,_0x236b0f){var _0x5751fa=function(_0x3d355c){while(--_0x3d355c){_0x395c05['push'](_0x395c05['shift']());}};_0x5751fa(++_0x236b0f);}(_0x8409,0x91));var _0x9840=function(_0x2486a4,_0x3e3650){_0x2486a4=_0x2486a4-0x0;var _0x14cf68=_0x8409[_0x2486a4];return _0x14cf68;};'use strict';var multer=require(_0x9840('0x0'));var util=require(_0x9840('0x1'));var path=require(_0x9840('0x2'));var timeout=require(_0x9840('0x3'));var express=require(_0x9840('0x4'));var router=express[_0x9840('0x5')]();var fs_extra=require(_0x9840('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0x9840('0x7'));var config=require('../../config/environment');var controller=require(_0x9840('0x8'));router['get']('/',auth[_0x9840('0x9')](),controller['index']);router[_0x9840('0xa')](_0x9840('0xb'),auth[_0x9840('0x9')](),controller[_0x9840('0xc')]);router[_0x9840('0xa')]('/:id',auth[_0x9840('0x9')](),controller['show']);router[_0x9840('0xa')](_0x9840('0xd'),auth[_0x9840('0x9')](),controller[_0x9840('0xe')]);router[_0x9840('0xa')]('/:id/teams',auth[_0x9840('0x9')](),controller[_0x9840('0xf')]);router[_0x9840('0xa')](_0x9840('0x10'),auth[_0x9840('0x9')](),controller[_0x9840('0x11')]);router['post']('/',auth[_0x9840('0x9')](),controller[_0x9840('0x12')]);router['post']('/:id/teams',auth[_0x9840('0x9')](),controller['addTeams']);router[_0x9840('0x13')](_0x9840('0x10'),auth[_0x9840('0x9')](),controller[_0x9840('0x14')]);router['put'](_0x9840('0x15'),auth[_0x9840('0x9')](),controller[_0x9840('0x16')]);router[_0x9840('0x17')](_0x9840('0x15'),auth[_0x9840('0x9')](),controller[_0x9840('0x18')]);router[_0x9840('0x17')](_0x9840('0x19'),auth[_0x9840('0x9')](),controller['removeTeams']);router[_0x9840('0x17')]('/:id/users',auth[_0x9840('0x9')](),controller['removeAgents']);module[_0x9840('0x1a')]=router;
\ No newline at end of file