Built motion from commit (unavailable).|2.5.2
[motion2.git] / server / api / faxMessage / index.js
index 629687c..f6b8991 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xa2cf=['./faxMessage.controller','get','isAuthenticated','index','/describe','describe','/:id','show','download','tracked','fax','faxmessage:create','create','put','update','accept','/:id/reject','delete','destroy','util','path','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0xa2cf,0xbb));var _0xfa2c=function(_0x5bb4b1,_0x33ee09){_0x5bb4b1=_0x5bb4b1-0x0;var _0x95f648=_0xa2cf[_0x5bb4b1];return _0x95f648;};'use strict';var multer=require('multer');var util=require(_0xfa2c('0x0'));var path=require(_0xfa2c('0x1'));var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var auth=require(_0xfa2c('0x2'));var interaction=require(_0xfa2c('0x3'));var config=require(_0xfa2c('0x4'));var controller=require(_0xfa2c('0x5'));router[_0xfa2c('0x6')]('/',auth[_0xfa2c('0x7')](),controller[_0xfa2c('0x8')]);router[_0xfa2c('0x6')](_0xfa2c('0x9'),auth[_0xfa2c('0x7')](),controller[_0xfa2c('0xa')]);router[_0xfa2c('0x6')](_0xfa2c('0xb'),auth[_0xfa2c('0x7')](),controller[_0xfa2c('0xc')]);router[_0xfa2c('0x6')]('/:id/download',auth['isAuthenticated'](),controller[_0xfa2c('0xd')]);router['post']('/',auth['isAuthenticated'](),interaction[_0xfa2c('0xe')](_0xfa2c('0xf'),_0xfa2c('0x10')),controller[_0xfa2c('0x11')]);router[_0xfa2c('0x12')](_0xfa2c('0xb'),auth[_0xfa2c('0x7')](),controller[_0xfa2c('0x13')]);router[_0xfa2c('0x12')]('/:id/accept',auth[_0xfa2c('0x7')](),controller[_0xfa2c('0x14')]);router[_0xfa2c('0x12')](_0xfa2c('0x15'),auth[_0xfa2c('0x7')](),controller['reject']);router[_0xfa2c('0x16')](_0xfa2c('0xb'),auth[_0xfa2c('0x7')](),controller[_0xfa2c('0x17')]);module['exports']=router;
\ No newline at end of file
+var _0x768a=['get','isAuthenticated','index','/describe','describe','show','download','post','tracked','fax','faxmessage:create','put','/:id/accept','accept','/:id','exports','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x1829cd,_0x3c779b){var _0x5ec15e=function(_0x350388){while(--_0x350388){_0x1829cd['push'](_0x1829cd['shift']());}};_0x5ec15e(++_0x3c779b);}(_0x768a,0x10d));var _0xa768=function(_0x1a6248,_0x37e99a){_0x1a6248=_0x1a6248-0x0;var _0x46b699=_0x768a[_0x1a6248];return _0x46b699;};'use strict';var multer=require('multer');var util=require(_0xa768('0x0'));var path=require(_0xa768('0x1'));var timeout=require(_0xa768('0x2'));var express=require('express');var router=express[_0xa768('0x3')]();var auth=require(_0xa768('0x4'));var interaction=require(_0xa768('0x5'));var config=require(_0xa768('0x6'));var controller=require('./faxMessage.controller');router[_0xa768('0x7')]('/',auth[_0xa768('0x8')](),controller[_0xa768('0x9')]);router[_0xa768('0x7')](_0xa768('0xa'),auth[_0xa768('0x8')](),controller[_0xa768('0xb')]);router[_0xa768('0x7')]('/:id',auth[_0xa768('0x8')](),controller[_0xa768('0xc')]);router[_0xa768('0x7')]('/:id/download',auth['isAuthenticated'](),controller[_0xa768('0xd')]);router[_0xa768('0xe')]('/',auth[_0xa768('0x8')](),interaction[_0xa768('0xf')](_0xa768('0x10'),_0xa768('0x11')),controller['create']);router[_0xa768('0x12')]('/:id',auth[_0xa768('0x8')](),controller['update']);router[_0xa768('0x12')](_0xa768('0x13'),auth['isAuthenticated'](),controller[_0xa768('0x14')]);router['put']('/:id/reject',auth[_0xa768('0x8')](),controller['reject']);router['delete'](_0xa768('0x15'),auth[_0xa768('0x8')](),controller['destroy']);module[_0xa768('0x16')]=router;
\ No newline at end of file