Built motion from commit (unavailable).|2.5.25
[motion2.git] / server / api / mailQueue / index.js
index cf8d291..37fd7a1 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb1f7=['index','describe','/:id','/:id/members','getMembers','/:id/teams','getTeams','getAgents','post','addTeams','/:id/users','addAgents','update','delete','destroy','removeTeams','removeAgents','exports','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./mailQueue.controller','get','isAuthenticated'];(function(_0x2a90a6,_0x4967d4){var _0x3422cf=function(_0x391351){while(--_0x391351){_0x2a90a6['push'](_0x2a90a6['shift']());}};_0x3422cf(++_0x4967d4);}(_0xb1f7,0xba));var _0x7b1f=function(_0x233c11,_0x1083e4){_0x233c11=_0x233c11-0x0;var _0x381729=_0xb1f7[_0x233c11];return _0x381729;};'use strict';var multer=require('multer');var util=require(_0x7b1f('0x0'));var path=require(_0x7b1f('0x1'));var timeout=require(_0x7b1f('0x2'));var express=require(_0x7b1f('0x3'));var router=express[_0x7b1f('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0x7b1f('0x5'));var config=require(_0x7b1f('0x6'));var controller=require(_0x7b1f('0x7'));router[_0x7b1f('0x8')]('/',auth[_0x7b1f('0x9')](),controller[_0x7b1f('0xa')]);router['get']('/describe',auth[_0x7b1f('0x9')](),controller[_0x7b1f('0xb')]);router[_0x7b1f('0x8')](_0x7b1f('0xc'),auth[_0x7b1f('0x9')](),controller['show']);router[_0x7b1f('0x8')](_0x7b1f('0xd'),auth[_0x7b1f('0x9')](),controller[_0x7b1f('0xe')]);router[_0x7b1f('0x8')](_0x7b1f('0xf'),auth[_0x7b1f('0x9')](),controller[_0x7b1f('0x10')]);router[_0x7b1f('0x8')]('/:id/users',auth[_0x7b1f('0x9')](),controller[_0x7b1f('0x11')]);router[_0x7b1f('0x12')]('/',auth[_0x7b1f('0x9')](),controller['create']);router['post'](_0x7b1f('0xf'),auth['isAuthenticated'](),controller[_0x7b1f('0x13')]);router['post'](_0x7b1f('0x14'),auth[_0x7b1f('0x9')](),controller[_0x7b1f('0x15')]);router['put'](_0x7b1f('0xc'),auth['isAuthenticated'](),controller[_0x7b1f('0x16')]);router[_0x7b1f('0x17')](_0x7b1f('0xc'),auth[_0x7b1f('0x9')](),controller[_0x7b1f('0x18')]);router['delete'](_0x7b1f('0xf'),auth['isAuthenticated'](),controller[_0x7b1f('0x19')]);router[_0x7b1f('0x17')](_0x7b1f('0x14'),auth[_0x7b1f('0x9')](),controller[_0x7b1f('0x1a')]);module[_0x7b1f('0x1b')]=router;
\ No newline at end of file
+var _0x6d06=['/describe','describe','/:id','isAuthenticated','show','/:id/members','/:id/teams','/:id/users','getAgents','post','create','addTeams','addAgents','put','destroy','delete','removeAgents','exports','multer','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./mailQueue.controller','get'];(function(_0x4d9842,_0x249814){var _0x484c75=function(_0xd51c92){while(--_0xd51c92){_0x4d9842['push'](_0x4d9842['shift']());}};_0x484c75(++_0x249814);}(_0x6d06,0xea));var _0x66d0=function(_0x26b80e,_0x5c9333){_0x26b80e=_0x26b80e-0x0;var _0x84a8a8=_0x6d06[_0x26b80e];return _0x84a8a8;};'use strict';var multer=require(_0x66d0('0x0'));var util=require('util');var path=require(_0x66d0('0x1'));var timeout=require(_0x66d0('0x2'));var express=require(_0x66d0('0x3'));var router=express['Router']();var auth=require(_0x66d0('0x4'));var interaction=require(_0x66d0('0x5'));var config=require(_0x66d0('0x6'));var controller=require(_0x66d0('0x7'));router[_0x66d0('0x8')]('/',auth['isAuthenticated'](),controller['index']);router[_0x66d0('0x8')](_0x66d0('0x9'),auth['isAuthenticated'](),controller[_0x66d0('0xa')]);router[_0x66d0('0x8')](_0x66d0('0xb'),auth[_0x66d0('0xc')](),controller[_0x66d0('0xd')]);router[_0x66d0('0x8')](_0x66d0('0xe'),auth['isAuthenticated'](),controller['getMembers']);router[_0x66d0('0x8')](_0x66d0('0xf'),auth['isAuthenticated'](),controller['getTeams']);router[_0x66d0('0x8')](_0x66d0('0x10'),auth['isAuthenticated'](),controller[_0x66d0('0x11')]);router[_0x66d0('0x12')]('/',auth['isAuthenticated'](),controller[_0x66d0('0x13')]);router[_0x66d0('0x12')](_0x66d0('0xf'),auth['isAuthenticated'](),controller[_0x66d0('0x14')]);router['post'](_0x66d0('0x10'),auth[_0x66d0('0xc')](),controller[_0x66d0('0x15')]);router[_0x66d0('0x16')]('/:id',auth[_0x66d0('0xc')](),controller['update']);router['delete'](_0x66d0('0xb'),auth[_0x66d0('0xc')](),controller[_0x66d0('0x17')]);router[_0x66d0('0x18')]('/:id/teams',auth[_0x66d0('0xc')](),controller['removeTeams']);router[_0x66d0('0x18')]('/:id/users',auth[_0x66d0('0xc')](),controller[_0x66d0('0x19')]);module[_0x66d0('0x1a')]=router;
\ No newline at end of file