Built motion from commit e1760111.|2.6.18
[motion2.git] / server / api / mailInteraction / index.js
index f937e73..ef84c22 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xe2eb=['/:id','/:id/messages','/:id/download','download','addMessage','post','/:id/tags','tracked','mail','mailinteraction:addtags','mailinteraction:update','delete','mailinteraction:destroy','destroy','removeTags','express','../../components/auth/service','../../components/interaction/service','./mailInteraction.controller','get','isAuthenticated','index','/describe','describe'];(function(_0x100d97,_0x313de1){var _0x53135b=function(_0x1c71de){while(--_0x1c71de){_0x100d97['push'](_0x100d97['shift']());}};_0x53135b(++_0x313de1);}(_0xe2eb,0x9f));var _0xbe2e=function(_0x22f8a7,_0x2febf6){_0x22f8a7=_0x22f8a7-0x0;var _0x3b55eb=_0xe2eb[_0x22f8a7];return _0x3b55eb;};'use strict';var express=require(_0xbe2e('0x0'));var router=express['Router']();var auth=require(_0xbe2e('0x1'));var interaction=require(_0xbe2e('0x2'));var controller=require(_0xbe2e('0x3'));router[_0xbe2e('0x4')]('/',auth[_0xbe2e('0x5')](),controller[_0xbe2e('0x6')]);router[_0xbe2e('0x4')](_0xbe2e('0x7'),auth[_0xbe2e('0x5')](),controller[_0xbe2e('0x8')]);router[_0xbe2e('0x4')](_0xbe2e('0x9'),auth[_0xbe2e('0x5')](),controller['show']);router[_0xbe2e('0x4')](_0xbe2e('0xa'),auth['isAuthenticated'](),controller['getMessages']);router['get'](_0xbe2e('0xb'),auth[_0xbe2e('0x5')](),controller[_0xbe2e('0xc')]);router['post']('/',auth[_0xbe2e('0x5')](),controller['create']);router['post']('/:id/messages',auth['isAuthenticated'](),controller[_0xbe2e('0xd')]);router[_0xbe2e('0xe')](_0xbe2e('0xf'),auth[_0xbe2e('0x5')](),interaction[_0xbe2e('0x10')](_0xbe2e('0x11'),_0xbe2e('0x12')),controller['addTags']);router['put'](_0xbe2e('0x9'),auth[_0xbe2e('0x5')](),interaction[_0xbe2e('0x10')](_0xbe2e('0x11'),_0xbe2e('0x13')),controller['update']);router[_0xbe2e('0x14')](_0xbe2e('0x9'),auth['isAuthenticated'](),interaction[_0xbe2e('0x10')](_0xbe2e('0x11'),_0xbe2e('0x15')),controller[_0xbe2e('0x16')]);router[_0xbe2e('0x14')](_0xbe2e('0xf'),auth[_0xbe2e('0x5')](),controller[_0xbe2e('0x17')]);module['exports']=router;
\ No newline at end of file
+var _0xabdc=['mailinteraction:addtags','addTags','tracked','mailinteraction:update','update','delete','mailinteraction:destroy','destroy','/:id/tags','removeTags','Router','../../components/auth/service','../../components/interaction/service','./mailInteraction.controller','get','index','/describe','isAuthenticated','describe','/:id','show','/:id/messages','/:id/download','download','post','create','addMessage','mail'];(function(_0x2236fa,_0x199e15){var _0x5717ae=function(_0x1115b6){while(--_0x1115b6){_0x2236fa['push'](_0x2236fa['shift']());}};_0x5717ae(++_0x199e15);}(_0xabdc,0x122));var _0xcabd=function(_0x5e734f,_0x3f6696){_0x5e734f=_0x5e734f-0x0;var _0x2f1928=_0xabdc[_0x5e734f];return _0x2f1928;};'use strict';var express=require('express');var router=express[_0xcabd('0x0')]();var auth=require(_0xcabd('0x1'));var interaction=require(_0xcabd('0x2'));var controller=require(_0xcabd('0x3'));router[_0xcabd('0x4')]('/',auth['isAuthenticated'](),controller[_0xcabd('0x5')]);router[_0xcabd('0x4')](_0xcabd('0x6'),auth[_0xcabd('0x7')](),controller[_0xcabd('0x8')]);router['get'](_0xcabd('0x9'),auth[_0xcabd('0x7')](),controller[_0xcabd('0xa')]);router['get'](_0xcabd('0xb'),auth['isAuthenticated'](),controller['getMessages']);router[_0xcabd('0x4')](_0xcabd('0xc'),auth[_0xcabd('0x7')](),controller[_0xcabd('0xd')]);router[_0xcabd('0xe')]('/',auth[_0xcabd('0x7')](),controller[_0xcabd('0xf')]);router['post'](_0xcabd('0xb'),auth[_0xcabd('0x7')](),controller[_0xcabd('0x10')]);router[_0xcabd('0xe')]('/:id/tags',auth[_0xcabd('0x7')](),interaction['tracked'](_0xcabd('0x11'),_0xcabd('0x12')),controller[_0xcabd('0x13')]);router['put'](_0xcabd('0x9'),auth[_0xcabd('0x7')](),interaction[_0xcabd('0x14')](_0xcabd('0x11'),_0xcabd('0x15')),controller[_0xcabd('0x16')]);router[_0xcabd('0x17')](_0xcabd('0x9'),auth[_0xcabd('0x7')](),interaction[_0xcabd('0x14')](_0xcabd('0x11'),_0xcabd('0x18')),controller[_0xcabd('0x19')]);router[_0xcabd('0x17')](_0xcabd('0x1a'),auth[_0xcabd('0x7')](),controller[_0xcabd('0x1b')]);module['exports']=router;
\ No newline at end of file