Built motion from commit 9e1399f3.|2.5.37
[motion2.git] / server / api / faxInteraction / index.js
index 6faa5e5..986ce03 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x0713=['./faxInteraction.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/messages','getMessages','/:id/download','download','post','create','addMessage','/:id/tags','fax','addTags','put','tracked','faxinteraction:update','update','delete','faxinteraction:destroy','destroy','removeTags','path','connect-timeout','express','Router','../../components/auth/service','../../config/environment'];(function(_0x153faa,_0x75f2a){var _0x43c32a=function(_0x1c5721){while(--_0x1c5721){_0x153faa['push'](_0x153faa['shift']());}};_0x43c32a(++_0x75f2a);}(_0x0713,0x1ba));var _0x3071=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x0713[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x3071('0x0'));var timeout=require(_0x3071('0x1'));var express=require(_0x3071('0x2'));var router=express[_0x3071('0x3')]();var auth=require(_0x3071('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x3071('0x5'));var controller=require(_0x3071('0x6'));router[_0x3071('0x7')]('/',auth[_0x3071('0x8')](),controller[_0x3071('0x9')]);router[_0x3071('0x7')](_0x3071('0xa'),auth[_0x3071('0x8')](),controller[_0x3071('0xb')]);router[_0x3071('0x7')](_0x3071('0xc'),auth[_0x3071('0x8')](),controller[_0x3071('0xd')]);router['get'](_0x3071('0xe'),auth[_0x3071('0x8')](),controller[_0x3071('0xf')]);router[_0x3071('0x7')](_0x3071('0x10'),auth['isAuthenticated'](),controller[_0x3071('0x11')]);router[_0x3071('0x12')]('/',auth[_0x3071('0x8')](),controller[_0x3071('0x13')]);router[_0x3071('0x12')]('/:id/messages',auth['isAuthenticated'](),controller[_0x3071('0x14')]);router['post'](_0x3071('0x15'),auth[_0x3071('0x8')](),interaction['tracked'](_0x3071('0x16'),'faxinteraction:addtags'),controller[_0x3071('0x17')]);router[_0x3071('0x18')](_0x3071('0xc'),auth[_0x3071('0x8')](),interaction[_0x3071('0x19')](_0x3071('0x16'),_0x3071('0x1a')),controller[_0x3071('0x1b')]);router[_0x3071('0x1c')](_0x3071('0xc'),auth['isAuthenticated'](),interaction[_0x3071('0x19')](_0x3071('0x16'),_0x3071('0x1d')),controller[_0x3071('0x1e')]);router[_0x3071('0x1c')](_0x3071('0x15'),auth[_0x3071('0x8')](),controller[_0x3071('0x1f')]);module['exports']=router;
\ No newline at end of file
+var _0xabf1=['addMessage','/:id/tags','fax','addTags','put','tracked','faxinteraction:update','update','delete','faxinteraction:destroy','multer','util','path','connect-timeout','Router','../../components/interaction/service','../../config/environment','./faxInteraction.controller','get','index','/describe','describe','/:id','isAuthenticated','show','/:id/messages','/:id/download','download','post','create'];(function(_0x122a6e,_0xcbba28){var _0x185449=function(_0x1b6cd5){while(--_0x1b6cd5){_0x122a6e['push'](_0x122a6e['shift']());}};_0x185449(++_0xcbba28);}(_0xabf1,0xa0));var _0x1abf=function(_0x16270b,_0x4ff120){_0x16270b=_0x16270b-0x0;var _0x2cd122=_0xabf1[_0x16270b];return _0x2cd122;};'use strict';var multer=require(_0x1abf('0x0'));var util=require(_0x1abf('0x1'));var path=require(_0x1abf('0x2'));var timeout=require(_0x1abf('0x3'));var express=require('express');var router=express[_0x1abf('0x4')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0x1abf('0x5'));var config=require(_0x1abf('0x6'));var controller=require(_0x1abf('0x7'));router[_0x1abf('0x8')]('/',auth['isAuthenticated'](),controller[_0x1abf('0x9')]);router[_0x1abf('0x8')](_0x1abf('0xa'),auth['isAuthenticated'](),controller[_0x1abf('0xb')]);router[_0x1abf('0x8')](_0x1abf('0xc'),auth[_0x1abf('0xd')](),controller[_0x1abf('0xe')]);router['get'](_0x1abf('0xf'),auth[_0x1abf('0xd')](),controller['getMessages']);router[_0x1abf('0x8')](_0x1abf('0x10'),auth[_0x1abf('0xd')](),controller[_0x1abf('0x11')]);router[_0x1abf('0x12')]('/',auth[_0x1abf('0xd')](),controller[_0x1abf('0x13')]);router[_0x1abf('0x12')](_0x1abf('0xf'),auth[_0x1abf('0xd')](),controller[_0x1abf('0x14')]);router[_0x1abf('0x12')](_0x1abf('0x15'),auth[_0x1abf('0xd')](),interaction['tracked'](_0x1abf('0x16'),'faxinteraction:addtags'),controller[_0x1abf('0x17')]);router[_0x1abf('0x18')](_0x1abf('0xc'),auth[_0x1abf('0xd')](),interaction[_0x1abf('0x19')](_0x1abf('0x16'),_0x1abf('0x1a')),controller[_0x1abf('0x1b')]);router[_0x1abf('0x1c')](_0x1abf('0xc'),auth[_0x1abf('0xd')](),interaction[_0x1abf('0x19')](_0x1abf('0x16'),_0x1abf('0x1d')),controller['destroy']);router[_0x1abf('0x1c')](_0x1abf('0x15'),auth[_0x1abf('0xd')](),controller['removeTags']);module['exports']=router;
\ No newline at end of file