Built motion from commit c738b9ac.|2.6.25
[motion2.git] / server / api / mailQueue / index.js
index 77bc124..8b80252 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xbccd=['/describe','isAuthenticated','/:id','show','/:id/members','getMembers','getTeams','/:id/users','post','/:id/teams','addTeams','addAgents','delete','destroy','removeTeams','removeAgents','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index'];(function(_0xaf3871,_0x4f9558){var _0xa259f5=function(_0x211cca){while(--_0x211cca){_0xaf3871['push'](_0xaf3871['shift']());}};_0xa259f5(++_0x4f9558);}(_0xbccd,0x81));var _0xdbcc=function(_0x4709c0,_0x3396c7){_0x4709c0=_0x4709c0-0x0;var _0x13348b=_0xbccd[_0x4709c0];return _0x13348b;};'use strict';var multer=require(_0xdbcc('0x0'));var util=require(_0xdbcc('0x1'));var path=require(_0xdbcc('0x2'));var timeout=require(_0xdbcc('0x3'));var express=require(_0xdbcc('0x4'));var router=express[_0xdbcc('0x5')]();var auth=require(_0xdbcc('0x6'));var interaction=require(_0xdbcc('0x7'));var config=require(_0xdbcc('0x8'));var controller=require('./mailQueue.controller');router[_0xdbcc('0x9')]('/',auth['isAuthenticated'](),controller[_0xdbcc('0xa')]);router[_0xdbcc('0x9')](_0xdbcc('0xb'),auth[_0xdbcc('0xc')](),controller['describe']);router[_0xdbcc('0x9')](_0xdbcc('0xd'),auth[_0xdbcc('0xc')](),controller[_0xdbcc('0xe')]);router[_0xdbcc('0x9')](_0xdbcc('0xf'),auth[_0xdbcc('0xc')](),controller[_0xdbcc('0x10')]);router[_0xdbcc('0x9')]('/:id/teams',auth[_0xdbcc('0xc')](),controller[_0xdbcc('0x11')]);router[_0xdbcc('0x9')](_0xdbcc('0x12'),auth[_0xdbcc('0xc')](),controller['getAgents']);router[_0xdbcc('0x13')]('/',auth['isAuthenticated'](),controller['create']);router[_0xdbcc('0x13')](_0xdbcc('0x14'),auth[_0xdbcc('0xc')](),controller[_0xdbcc('0x15')]);router['post'](_0xdbcc('0x12'),auth[_0xdbcc('0xc')](),controller[_0xdbcc('0x16')]);router['put']('/:id',auth['isAuthenticated'](),controller['update']);router[_0xdbcc('0x17')](_0xdbcc('0xd'),auth['isAuthenticated'](),controller[_0xdbcc('0x18')]);router[_0xdbcc('0x17')](_0xdbcc('0x14'),auth['isAuthenticated'](),controller[_0xdbcc('0x19')]);router[_0xdbcc('0x17')](_0xdbcc('0x12'),auth[_0xdbcc('0xc')](),controller[_0xdbcc('0x1a')]);module[_0xdbcc('0x1b')]=router;
\ No newline at end of file
+var _0x2457=['post','/:id/teams','addTeams','addAgents','put','update','delete','destroy','exports','util','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','describe','/:id','/:id/members','getMembers','getTeams','/:id/users','getAgents','create'];(function(_0x1d87fc,_0x1e5321){var _0x492b56=function(_0x4c6b16){while(--_0x4c6b16){_0x1d87fc['push'](_0x1d87fc['shift']());}};_0x492b56(++_0x1e5321);}(_0x2457,0x167));var _0x7245=function(_0x165bbb,_0x53bee0){_0x165bbb=_0x165bbb-0x0;var _0x505833=_0x2457[_0x165bbb];return _0x505833;};'use strict';var multer=require('multer');var util=require(_0x7245('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0x7245('0x1')]();var fs_extra=require(_0x7245('0x2'));var auth=require(_0x7245('0x3'));var interaction=require(_0x7245('0x4'));var config=require(_0x7245('0x5'));var controller=require('./mailQueue.controller');router[_0x7245('0x6')]('/',auth[_0x7245('0x7')](),controller['index']);router[_0x7245('0x6')]('/describe',auth[_0x7245('0x7')](),controller[_0x7245('0x8')]);router['get'](_0x7245('0x9'),auth[_0x7245('0x7')](),controller['show']);router[_0x7245('0x6')](_0x7245('0xa'),auth[_0x7245('0x7')](),controller[_0x7245('0xb')]);router[_0x7245('0x6')]('/:id/teams',auth[_0x7245('0x7')](),controller[_0x7245('0xc')]);router[_0x7245('0x6')](_0x7245('0xd'),auth['isAuthenticated'](),controller[_0x7245('0xe')]);router['post']('/',auth[_0x7245('0x7')](),controller[_0x7245('0xf')]);router[_0x7245('0x10')](_0x7245('0x11'),auth[_0x7245('0x7')](),controller[_0x7245('0x12')]);router[_0x7245('0x10')](_0x7245('0xd'),auth[_0x7245('0x7')](),controller[_0x7245('0x13')]);router[_0x7245('0x14')](_0x7245('0x9'),auth['isAuthenticated'](),controller[_0x7245('0x15')]);router[_0x7245('0x16')](_0x7245('0x9'),auth['isAuthenticated'](),controller[_0x7245('0x17')]);router[_0x7245('0x16')](_0x7245('0x11'),auth['isAuthenticated'](),controller['removeTeams']);router['delete'](_0x7245('0xd'),auth['isAuthenticated'](),controller['removeAgents']);module[_0x7245('0x18')]=router;
\ No newline at end of file