Built motion from commit (unavailable).|2.3.98
[motion2.git] / server / api / faxMessage / index.js
index 25862e8..5a930ba 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3e24=['isAuthenticated','index','/describe','/:id','show','download','create','put','update','/:id/accept','accept','/:id/reject','delete','destroy','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','./faxMessage.controller','get'];(function(_0x288517,_0x18a34c){var _0x394e3d=function(_0x5134af){while(--_0x5134af){_0x288517['push'](_0x288517['shift']());}};_0x394e3d(++_0x18a34c);}(_0x3e24,0x167));var _0x43e2=function(_0x246d8b,_0x55fea2){_0x246d8b=_0x246d8b-0x0;var _0x29273c=_0x3e24[_0x246d8b];return _0x29273c;};'use strict';var multer=require(_0x43e2('0x0'));var util=require(_0x43e2('0x1'));var path=require(_0x43e2('0x2'));var timeout=require(_0x43e2('0x3'));var express=require(_0x43e2('0x4'));var router=express['Router']();var auth=require(_0x43e2('0x5'));var interaction=require(_0x43e2('0x6'));var config=require('../../config/environment');var controller=require(_0x43e2('0x7'));router[_0x43e2('0x8')]('/',auth[_0x43e2('0x9')](),controller[_0x43e2('0xa')]);router[_0x43e2('0x8')](_0x43e2('0xb'),auth[_0x43e2('0x9')](),controller['describe']);router[_0x43e2('0x8')](_0x43e2('0xc'),auth['isAuthenticated'](),controller[_0x43e2('0xd')]);router[_0x43e2('0x8')]('/:id/download',auth[_0x43e2('0x9')](),controller[_0x43e2('0xe')]);router['post']('/',auth[_0x43e2('0x9')](),interaction['tracked']('fax','faxmessage:create'),controller[_0x43e2('0xf')]);router[_0x43e2('0x10')](_0x43e2('0xc'),auth[_0x43e2('0x9')](),controller[_0x43e2('0x11')]);router[_0x43e2('0x10')](_0x43e2('0x12'),auth[_0x43e2('0x9')](),controller[_0x43e2('0x13')]);router[_0x43e2('0x10')](_0x43e2('0x14'),auth[_0x43e2('0x9')](),controller['reject']);router[_0x43e2('0x15')](_0x43e2('0xc'),auth[_0x43e2('0x9')](),controller[_0x43e2('0x16')]);module['exports']=router;
\ No newline at end of file
+var _0x1a37=['path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./faxMessage.controller','isAuthenticated','get','/describe','describe','/:id/download','download','post','tracked','fax','/:id','update','put','/:id/accept','accept','/:id/reject','reject','multer','util'];(function(_0x57975f,_0x388556){var _0x4793b8=function(_0x652c05){while(--_0x652c05){_0x57975f['push'](_0x57975f['shift']());}};_0x4793b8(++_0x388556);}(_0x1a37,0xb4));var _0x71a3=function(_0x3c8e9a,_0x384306){_0x3c8e9a=_0x3c8e9a-0x0;var _0x2d4c57=_0x1a37[_0x3c8e9a];return _0x2d4c57;};'use strict';var multer=require(_0x71a3('0x0'));var util=require(_0x71a3('0x1'));var path=require(_0x71a3('0x2'));var timeout=require(_0x71a3('0x3'));var express=require(_0x71a3('0x4'));var router=express[_0x71a3('0x5')]();var auth=require(_0x71a3('0x6'));var interaction=require(_0x71a3('0x7'));var config=require(_0x71a3('0x8'));var controller=require(_0x71a3('0x9'));router['get']('/',auth[_0x71a3('0xa')](),controller['index']);router[_0x71a3('0xb')](_0x71a3('0xc'),auth[_0x71a3('0xa')](),controller[_0x71a3('0xd')]);router['get']('/:id',auth['isAuthenticated'](),controller['show']);router[_0x71a3('0xb')](_0x71a3('0xe'),auth[_0x71a3('0xa')](),controller[_0x71a3('0xf')]);router[_0x71a3('0x10')]('/',auth[_0x71a3('0xa')](),interaction[_0x71a3('0x11')](_0x71a3('0x12'),'faxmessage:create'),controller['create']);router['put'](_0x71a3('0x13'),auth[_0x71a3('0xa')](),controller[_0x71a3('0x14')]);router[_0x71a3('0x15')](_0x71a3('0x16'),auth[_0x71a3('0xa')](),controller[_0x71a3('0x17')]);router[_0x71a3('0x15')](_0x71a3('0x18'),auth[_0x71a3('0xa')](),controller[_0x71a3('0x19')]);router['delete'](_0x71a3('0x13'),auth[_0x71a3('0xa')](),controller['destroy']);module['exports']=router;
\ No newline at end of file