Built motion from commit (unavailable).|2.5.22
[motion2.git] / server / api / mailQueue / index.js
index 0fdd331..cf8d291 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x2d96=['util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','/:id','show','getTeams','/:id/users','create','/:id/teams','addTeams','addAgents','put','delete','destroy','removeTeams','removeAgents'];(function(_0x18abd2,_0x22d4b3){var _0x1dcad6=function(_0xcc08c4){while(--_0xcc08c4){_0x18abd2['push'](_0x18abd2['shift']());}};_0x1dcad6(++_0x22d4b3);}(_0x2d96,0xf0));var _0x62d9=function(_0x195155,_0x5bc11f){_0x195155=_0x195155-0x0;var _0x62cf02=_0x2d96[_0x195155];return _0x62cf02;};'use strict';var multer=require('multer');var util=require(_0x62d9('0x0'));var path=require(_0x62d9('0x1'));var timeout=require(_0x62d9('0x2'));var express=require(_0x62d9('0x3'));var router=express[_0x62d9('0x4')]();var auth=require(_0x62d9('0x5'));var interaction=require(_0x62d9('0x6'));var config=require(_0x62d9('0x7'));var controller=require('./mailQueue.controller');router[_0x62d9('0x8')]('/',auth[_0x62d9('0x9')](),controller['index']);router[_0x62d9('0x8')](_0x62d9('0xa'),auth[_0x62d9('0x9')](),controller['describe']);router['get'](_0x62d9('0xb'),auth[_0x62d9('0x9')](),controller[_0x62d9('0xc')]);router[_0x62d9('0x8')]('/:id/members',auth[_0x62d9('0x9')](),controller['getMembers']);router['get']('/:id/teams',auth[_0x62d9('0x9')](),controller[_0x62d9('0xd')]);router[_0x62d9('0x8')](_0x62d9('0xe'),auth[_0x62d9('0x9')](),controller['getAgents']);router['post']('/',auth['isAuthenticated'](),controller[_0x62d9('0xf')]);router['post'](_0x62d9('0x10'),auth[_0x62d9('0x9')](),controller[_0x62d9('0x11')]);router['post'](_0x62d9('0xe'),auth['isAuthenticated'](),controller[_0x62d9('0x12')]);router[_0x62d9('0x13')](_0x62d9('0xb'),auth['isAuthenticated'](),controller['update']);router[_0x62d9('0x14')](_0x62d9('0xb'),auth[_0x62d9('0x9')](),controller[_0x62d9('0x15')]);router[_0x62d9('0x14')]('/:id/teams',auth[_0x62d9('0x9')](),controller[_0x62d9('0x16')]);router[_0x62d9('0x14')](_0x62d9('0xe'),auth[_0x62d9('0x9')](),controller[_0x62d9('0x17')]);module['exports']=router;
\ No newline at end of file
+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