Built motion from commit f623a78c.|2.6.31
[motion2.git] / server / api / faxMessage / index.js
index 28ee074..d72ab49 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xc6d8=['describe','/:id','show','/:id/download','download','post','tracked','faxmessage:create','update','put','/:id/accept','accept','/:id/reject','delete','exports','multer','path','express','fs-extra','../../config/environment','./faxMessage.controller','get','isAuthenticated','index','/describe'];(function(_0x331987,_0x223efd){var _0x583e65=function(_0x5c7853){while(--_0x5c7853){_0x331987['push'](_0x331987['shift']());}};_0x583e65(++_0x223efd);}(_0xc6d8,0xd7));var _0x8c6d=function(_0x5f382f,_0x3f1432){_0x5f382f=_0x5f382f-0x0;var _0x3bb11b=_0xc6d8[_0x5f382f];return _0x3bb11b;};'use strict';var multer=require(_0x8c6d('0x0'));var util=require('util');var path=require(_0x8c6d('0x1'));var timeout=require('connect-timeout');var express=require(_0x8c6d('0x2'));var router=express['Router']();var fs_extra=require(_0x8c6d('0x3'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x8c6d('0x4'));var controller=require(_0x8c6d('0x5'));router[_0x8c6d('0x6')]('/',auth[_0x8c6d('0x7')](),controller[_0x8c6d('0x8')]);router[_0x8c6d('0x6')](_0x8c6d('0x9'),auth['isAuthenticated'](),controller[_0x8c6d('0xa')]);router[_0x8c6d('0x6')](_0x8c6d('0xb'),auth['isAuthenticated'](),controller[_0x8c6d('0xc')]);router[_0x8c6d('0x6')](_0x8c6d('0xd'),auth[_0x8c6d('0x7')](),controller[_0x8c6d('0xe')]);router[_0x8c6d('0xf')]('/',auth[_0x8c6d('0x7')](),interaction[_0x8c6d('0x10')]('fax',_0x8c6d('0x11')),controller['create']);router['put'](_0x8c6d('0xb'),auth[_0x8c6d('0x7')](),controller[_0x8c6d('0x12')]);router[_0x8c6d('0x13')](_0x8c6d('0x14'),auth[_0x8c6d('0x7')](),controller[_0x8c6d('0x15')]);router[_0x8c6d('0x13')](_0x8c6d('0x16'),auth[_0x8c6d('0x7')](),controller['reject']);router[_0x8c6d('0x17')]('/:id',auth[_0x8c6d('0x7')](),controller['destroy']);module[_0x8c6d('0x18')]=router;
\ No newline at end of file
+var _0xbfcc=['isAuthenticated','describe','/:id','show','/:id/download','download','post','tracked','fax','faxmessage:create','create','put','update','accept','/:id/reject','delete','destroy','multer','connect-timeout','express','Router','fs-extra','get'];(function(_0x524978,_0x31bd95){var _0x80b6d5=function(_0x467c6a){while(--_0x467c6a){_0x524978['push'](_0x524978['shift']());}};_0x80b6d5(++_0x31bd95);}(_0xbfcc,0x1dd));var _0xcbfc=function(_0x47b15f,_0x103e93){_0x47b15f=_0x47b15f-0x0;var _0x55bf25=_0xbfcc[_0x47b15f];return _0x55bf25;};'use strict';var multer=require(_0xcbfc('0x0'));var util=require('util');var path=require('path');var timeout=require(_0xcbfc('0x1'));var express=require(_0xcbfc('0x2'));var router=express[_0xcbfc('0x3')]();var fs_extra=require(_0xcbfc('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./faxMessage.controller');router[_0xcbfc('0x5')]('/',auth[_0xcbfc('0x6')](),controller['index']);router[_0xcbfc('0x5')]('/describe',auth[_0xcbfc('0x6')](),controller[_0xcbfc('0x7')]);router[_0xcbfc('0x5')](_0xcbfc('0x8'),auth['isAuthenticated'](),controller[_0xcbfc('0x9')]);router[_0xcbfc('0x5')](_0xcbfc('0xa'),auth[_0xcbfc('0x6')](),controller[_0xcbfc('0xb')]);router[_0xcbfc('0xc')]('/',auth['isAuthenticated'](),interaction[_0xcbfc('0xd')](_0xcbfc('0xe'),_0xcbfc('0xf')),controller[_0xcbfc('0x10')]);router[_0xcbfc('0x11')]('/:id',auth[_0xcbfc('0x6')](),controller[_0xcbfc('0x12')]);router[_0xcbfc('0x11')]('/:id/accept',auth[_0xcbfc('0x6')](),controller[_0xcbfc('0x13')]);router[_0xcbfc('0x11')](_0xcbfc('0x14'),auth[_0xcbfc('0x6')](),controller['reject']);router[_0xcbfc('0x15')](_0xcbfc('0x8'),auth[_0xcbfc('0x6')](),controller[_0xcbfc('0x16')]);module['exports']=router;
\ No newline at end of file