Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / openchannelInteraction / index.js
index 6125d1f..9e070e0 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x68e3=['/:id/messages','getMessages','/:id/download','download','post','create','addMessage','openchannel','openchannelinteraction:addtags','put','/:id','openchannelinteraction:update','update','tracked','openchannelinteraction:destroy','destroy','delete','removeTags','exports','multer','util','path','express','fs-extra','../../components/auth/service','../../config/environment','./openchannelInteraction.controller','get','isAuthenticated','index','show'];(function(_0x488f98,_0x1391e4){var _0x3aeb3e=function(_0x1a0484){while(--_0x1a0484){_0x488f98['push'](_0x488f98['shift']());}};_0x3aeb3e(++_0x1391e4);}(_0x68e3,0xcd));var _0x368e=function(_0x2cbbf1,_0x7c1604){_0x2cbbf1=_0x2cbbf1-0x0;var _0x2e812a=_0x68e3[_0x2cbbf1];return _0x2e812a;};'use strict';var multer=require(_0x368e('0x0'));var util=require(_0x368e('0x1'));var path=require(_0x368e('0x2'));var timeout=require('connect-timeout');var express=require(_0x368e('0x3'));var router=express['Router']();var fs_extra=require(_0x368e('0x4'));var auth=require(_0x368e('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x368e('0x6'));var controller=require(_0x368e('0x7'));router[_0x368e('0x8')]('/',auth[_0x368e('0x9')](),controller[_0x368e('0xa')]);router[_0x368e('0x8')]('/describe',auth[_0x368e('0x9')](),controller['describe']);router[_0x368e('0x8')]('/:id',auth[_0x368e('0x9')](),controller[_0x368e('0xb')]);router[_0x368e('0x8')](_0x368e('0xc'),auth[_0x368e('0x9')](),controller[_0x368e('0xd')]);router['get'](_0x368e('0xe'),auth[_0x368e('0x9')](),controller[_0x368e('0xf')]);router[_0x368e('0x10')]('/',auth[_0x368e('0x9')](),controller[_0x368e('0x11')]);router[_0x368e('0x10')]('/:id/messages',auth['isAuthenticated'](),controller[_0x368e('0x12')]);router['post']('/:id/tags',auth[_0x368e('0x9')](),interaction['tracked'](_0x368e('0x13'),_0x368e('0x14')),controller['addTags']);router[_0x368e('0x15')](_0x368e('0x16'),auth['isAuthenticated'](),interaction['tracked'](_0x368e('0x13'),_0x368e('0x17')),controller[_0x368e('0x18')]);router['delete']('/:id',auth[_0x368e('0x9')](),interaction[_0x368e('0x19')](_0x368e('0x13'),_0x368e('0x1a')),controller[_0x368e('0x1b')]);router[_0x368e('0x1c')]('/:id/tags',auth[_0x368e('0x9')](),controller[_0x368e('0x1d')]);module[_0x368e('0x1e')]=router;
\ No newline at end of file
+var _0x5be3=['describe','/:id','/:id/messages','getMessages','post','create','addMessage','/:id/tags','openchannel','openchannelinteraction:addtags','addTags','put','tracked','openchannelinteraction:update','update','delete','removeTags','multer','util','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelInteraction.controller','get','isAuthenticated','/describe'];(function(_0x36691e,_0x167ad3){var _0x1b9566=function(_0x2b482e){while(--_0x2b482e){_0x36691e['push'](_0x36691e['shift']());}};_0x1b9566(++_0x167ad3);}(_0x5be3,0x1a7));var _0x35be=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x5be3[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0x35be('0x0'));var util=require(_0x35be('0x1'));var path=require('path');var timeout=require(_0x35be('0x2'));var express=require(_0x35be('0x3'));var router=express['Router']();var fs_extra=require(_0x35be('0x4'));var auth=require(_0x35be('0x5'));var interaction=require(_0x35be('0x6'));var config=require(_0x35be('0x7'));var controller=require(_0x35be('0x8'));router[_0x35be('0x9')]('/',auth[_0x35be('0xa')](),controller['index']);router['get'](_0x35be('0xb'),auth[_0x35be('0xa')](),controller[_0x35be('0xc')]);router['get'](_0x35be('0xd'),auth[_0x35be('0xa')](),controller['show']);router[_0x35be('0x9')](_0x35be('0xe'),auth[_0x35be('0xa')](),controller[_0x35be('0xf')]);router[_0x35be('0x9')]('/:id/download',auth[_0x35be('0xa')](),controller['download']);router[_0x35be('0x10')]('/',auth[_0x35be('0xa')](),controller[_0x35be('0x11')]);router[_0x35be('0x10')](_0x35be('0xe'),auth[_0x35be('0xa')](),controller[_0x35be('0x12')]);router[_0x35be('0x10')](_0x35be('0x13'),auth['isAuthenticated'](),interaction['tracked'](_0x35be('0x14'),_0x35be('0x15')),controller[_0x35be('0x16')]);router[_0x35be('0x17')](_0x35be('0xd'),auth[_0x35be('0xa')](),interaction[_0x35be('0x18')](_0x35be('0x14'),_0x35be('0x19')),controller[_0x35be('0x1a')]);router[_0x35be('0x1b')](_0x35be('0xd'),auth[_0x35be('0xa')](),interaction['tracked'](_0x35be('0x14'),'openchannelinteraction:destroy'),controller['destroy']);router[_0x35be('0x1b')](_0x35be('0x13'),auth['isAuthenticated'](),controller[_0x35be('0x1c')]);module['exports']=router;
\ No newline at end of file