Built motion from commit 092f8824.|2.5.49
[motion2.git] / server / api / mailQueue / index.js
index 03564b2..f46ef81 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x18a5=['/:id/users','addAgents','put','/:id','update','delete','destroy','removeTeams','removeAgents','util','connect-timeout','express','../../components/interaction/service','../../config/environment','./mailQueue.controller','get','/describe','describe','isAuthenticated','show','/:id/members','getMembers','/:id/teams','getAgents','post','addTeams'];(function(_0x190546,_0x312be7){var _0x4125e5=function(_0x1eb257){while(--_0x1eb257){_0x190546['push'](_0x190546['shift']());}};_0x4125e5(++_0x312be7);}(_0x18a5,0x141));var _0x518a=function(_0x4f2009,_0x5bbe8a){_0x4f2009=_0x4f2009-0x0;var _0x2eaa59=_0x18a5[_0x4f2009];return _0x2eaa59;};'use strict';var multer=require('multer');var util=require(_0x518a('0x0'));var path=require('path');var timeout=require(_0x518a('0x1'));var express=require(_0x518a('0x2'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require(_0x518a('0x3'));var config=require(_0x518a('0x4'));var controller=require(_0x518a('0x5'));router[_0x518a('0x6')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0x518a('0x7'),auth['isAuthenticated'](),controller[_0x518a('0x8')]);router[_0x518a('0x6')]('/:id',auth[_0x518a('0x9')](),controller[_0x518a('0xa')]);router[_0x518a('0x6')](_0x518a('0xb'),auth[_0x518a('0x9')](),controller[_0x518a('0xc')]);router[_0x518a('0x6')](_0x518a('0xd'),auth['isAuthenticated'](),controller['getTeams']);router[_0x518a('0x6')]('/:id/users',auth['isAuthenticated'](),controller[_0x518a('0xe')]);router[_0x518a('0xf')]('/',auth['isAuthenticated'](),controller['create']);router['post'](_0x518a('0xd'),auth[_0x518a('0x9')](),controller[_0x518a('0x10')]);router[_0x518a('0xf')](_0x518a('0x11'),auth[_0x518a('0x9')](),controller[_0x518a('0x12')]);router[_0x518a('0x13')](_0x518a('0x14'),auth[_0x518a('0x9')](),controller[_0x518a('0x15')]);router[_0x518a('0x16')](_0x518a('0x14'),auth[_0x518a('0x9')](),controller[_0x518a('0x17')]);router[_0x518a('0x16')]('/:id/teams',auth['isAuthenticated'](),controller[_0x518a('0x18')]);router['delete'](_0x518a('0x11'),auth['isAuthenticated'](),controller[_0x518a('0x19')]);module['exports']=router;
\ No newline at end of file
+var _0x80c8=['Router','fs-extra','../../components/auth/service','../../components/interaction/service','./mailQueue.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/teams','getTeams','/:id/users','getAgents','post','create','put','update','destroy','delete','removeTeams','removeAgents','exports','path','connect-timeout','express'];(function(_0x4cc03b,_0x299f1c){var _0xf0358c=function(_0x3d0da8){while(--_0x3d0da8){_0x4cc03b['push'](_0x4cc03b['shift']());}};_0xf0358c(++_0x299f1c);}(_0x80c8,0x89));var _0x880c=function(_0x393ee2,_0x54c354){_0x393ee2=_0x393ee2-0x0;var _0x462e07=_0x80c8[_0x393ee2];return _0x462e07;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x880c('0x0'));var timeout=require(_0x880c('0x1'));var express=require(_0x880c('0x2'));var router=express[_0x880c('0x3')]();var fs_extra=require(_0x880c('0x4'));var auth=require(_0x880c('0x5'));var interaction=require(_0x880c('0x6'));var config=require('../../config/environment');var controller=require(_0x880c('0x7'));router[_0x880c('0x8')]('/',auth[_0x880c('0x9')](),controller[_0x880c('0xa')]);router[_0x880c('0x8')](_0x880c('0xb'),auth[_0x880c('0x9')](),controller[_0x880c('0xc')]);router[_0x880c('0x8')](_0x880c('0xd'),auth['isAuthenticated'](),controller[_0x880c('0xe')]);router['get']('/:id/members',auth[_0x880c('0x9')](),controller['getMembers']);router[_0x880c('0x8')](_0x880c('0xf'),auth[_0x880c('0x9')](),controller[_0x880c('0x10')]);router[_0x880c('0x8')](_0x880c('0x11'),auth[_0x880c('0x9')](),controller[_0x880c('0x12')]);router[_0x880c('0x13')]('/',auth[_0x880c('0x9')](),controller[_0x880c('0x14')]);router[_0x880c('0x13')]('/:id/teams',auth[_0x880c('0x9')](),controller['addTeams']);router[_0x880c('0x13')](_0x880c('0x11'),auth[_0x880c('0x9')](),controller['addAgents']);router[_0x880c('0x15')](_0x880c('0xd'),auth['isAuthenticated'](),controller[_0x880c('0x16')]);router['delete'](_0x880c('0xd'),auth[_0x880c('0x9')](),controller[_0x880c('0x17')]);router[_0x880c('0x18')]('/:id/teams',auth[_0x880c('0x9')](),controller[_0x880c('0x19')]);router['delete'](_0x880c('0x11'),auth[_0x880c('0x9')](),controller[_0x880c('0x1a')]);module[_0x880c('0x1b')]=router;
\ No newline at end of file