Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / chatQueue / index.js
index 80232f0..036c53c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9ed9=['multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','index','get','/describe','isAuthenticated','describe','/:id','show','/:id/members','/:id/teams','getAgents','create','post','addTeams','/:id/users','put','delete','destroy','removeTeams'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x9ed9,0x15e));var _0x99ed=function(_0x56107e,_0x2bdce4){_0x56107e=_0x56107e-0x0;var _0x2f1322=_0x9ed9[_0x56107e];return _0x2f1322;};'use strict';var multer=require(_0x99ed('0x0'));var util=require(_0x99ed('0x1'));var path=require(_0x99ed('0x2'));var timeout=require('connect-timeout');var express=require(_0x99ed('0x3'));var router=express[_0x99ed('0x4')]();var auth=require(_0x99ed('0x5'));var interaction=require(_0x99ed('0x6'));var config=require('../../config/environment');var controller=require('./chatQueue.controller');router['get']('/',auth['isAuthenticated'](),controller[_0x99ed('0x7')]);router[_0x99ed('0x8')](_0x99ed('0x9'),auth[_0x99ed('0xa')](),controller[_0x99ed('0xb')]);router[_0x99ed('0x8')](_0x99ed('0xc'),auth[_0x99ed('0xa')](),controller[_0x99ed('0xd')]);router[_0x99ed('0x8')](_0x99ed('0xe'),auth[_0x99ed('0xa')](),controller['getMembers']);router['get'](_0x99ed('0xf'),auth[_0x99ed('0xa')](),controller['getTeams']);router['get']('/:id/users',auth[_0x99ed('0xa')](),controller[_0x99ed('0x10')]);router['post']('/',auth['isAuthenticated'](),controller[_0x99ed('0x11')]);router[_0x99ed('0x12')]('/:id/teams',auth['isAuthenticated'](),controller[_0x99ed('0x13')]);router[_0x99ed('0x12')](_0x99ed('0x14'),auth['isAuthenticated'](),controller['addAgents']);router[_0x99ed('0x15')](_0x99ed('0xc'),auth[_0x99ed('0xa')](),controller['update']);router[_0x99ed('0x16')](_0x99ed('0xc'),auth[_0x99ed('0xa')](),controller[_0x99ed('0x17')]);router['delete']('/:id/teams',auth[_0x99ed('0xa')](),controller[_0x99ed('0x18')]);router['delete'](_0x99ed('0x14'),auth[_0x99ed('0xa')](),controller['removeAgents']);module['exports']=router;
\ No newline at end of file
+var _0x5fc3=['update','delete','destroy','removeTeams','removeAgents','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','./chatQueue.controller','get','isAuthenticated','describe','/:id','show','getMembers','/:id/teams','/:id/users','post','create','addTeams','put'];(function(_0xd0b415,_0x149675){var _0x2bdf2c=function(_0x59fbfa){while(--_0x59fbfa){_0xd0b415['push'](_0xd0b415['shift']());}};_0x2bdf2c(++_0x149675);}(_0x5fc3,0xa8));var _0x35fc=function(_0x7b173,_0x539d7f){_0x7b173=_0x7b173-0x0;var _0x1c598c=_0x5fc3[_0x7b173];return _0x1c598c;};'use strict';var multer=require(_0x35fc('0x0'));var util=require(_0x35fc('0x1'));var path=require('path');var timeout=require(_0x35fc('0x2'));var express=require(_0x35fc('0x3'));var router=express[_0x35fc('0x4')]();var fs_extra=require(_0x35fc('0x5'));var auth=require(_0x35fc('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x35fc('0x7'));var controller=require(_0x35fc('0x8'));router[_0x35fc('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0x35fc('0x9')]('/describe',auth[_0x35fc('0xa')](),controller[_0x35fc('0xb')]);router[_0x35fc('0x9')](_0x35fc('0xc'),auth[_0x35fc('0xa')](),controller[_0x35fc('0xd')]);router[_0x35fc('0x9')]('/:id/members',auth[_0x35fc('0xa')](),controller[_0x35fc('0xe')]);router['get'](_0x35fc('0xf'),auth[_0x35fc('0xa')](),controller['getTeams']);router[_0x35fc('0x9')](_0x35fc('0x10'),auth['isAuthenticated'](),controller['getAgents']);router[_0x35fc('0x11')]('/',auth['isAuthenticated'](),controller[_0x35fc('0x12')]);router[_0x35fc('0x11')](_0x35fc('0xf'),auth[_0x35fc('0xa')](),controller[_0x35fc('0x13')]);router['post']('/:id/users',auth['isAuthenticated'](),controller['addAgents']);router[_0x35fc('0x14')](_0x35fc('0xc'),auth[_0x35fc('0xa')](),controller[_0x35fc('0x15')]);router[_0x35fc('0x16')](_0x35fc('0xc'),auth['isAuthenticated'](),controller[_0x35fc('0x17')]);router[_0x35fc('0x16')]('/:id/teams',auth[_0x35fc('0xa')](),controller[_0x35fc('0x18')]);router[_0x35fc('0x16')]('/:id/users',auth[_0x35fc('0xa')](),controller[_0x35fc('0x19')]);module[_0x35fc('0x1a')]=router;
\ No newline at end of file