Built motion from commit da617fac.|2.6.6
[motion2.git] / server / api / faxMessage / index.js
index 86b3575..5c6b0ce 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x9c0b=['destroy','exports','multer','util','path','Router','../../components/interaction/service','../../config/environment','./faxMessage.controller','get','/describe','isAuthenticated','/:id','show','/:id/download','download','tracked','fax','put','update','/:id/accept','accept','/:id/reject','reject','delete'];(function(_0x443f85,_0x53c6a2){var _0x4e8d34=function(_0x375f45){while(--_0x375f45){_0x443f85['push'](_0x443f85['shift']());}};_0x4e8d34(++_0x53c6a2);}(_0x9c0b,0x98));var _0xb9c0=function(_0x6c6d17,_0x203165){_0x6c6d17=_0x6c6d17-0x0;var _0x425f24=_0x9c0b[_0x6c6d17];return _0x425f24;};'use strict';var multer=require(_0xb9c0('0x0'));var util=require(_0xb9c0('0x1'));var path=require(_0xb9c0('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xb9c0('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0xb9c0('0x4'));var config=require(_0xb9c0('0x5'));var controller=require(_0xb9c0('0x6'));router[_0xb9c0('0x7')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0xb9c0('0x8'),auth[_0xb9c0('0x9')](),controller['describe']);router[_0xb9c0('0x7')](_0xb9c0('0xa'),auth[_0xb9c0('0x9')](),controller[_0xb9c0('0xb')]);router['get'](_0xb9c0('0xc'),auth[_0xb9c0('0x9')](),controller[_0xb9c0('0xd')]);router['post']('/',auth['isAuthenticated'](),interaction[_0xb9c0('0xe')](_0xb9c0('0xf'),'faxmessage:create'),controller['create']);router[_0xb9c0('0x10')](_0xb9c0('0xa'),auth[_0xb9c0('0x9')](),controller[_0xb9c0('0x11')]);router[_0xb9c0('0x10')](_0xb9c0('0x12'),auth[_0xb9c0('0x9')](),controller[_0xb9c0('0x13')]);router[_0xb9c0('0x10')](_0xb9c0('0x14'),auth[_0xb9c0('0x9')](),controller[_0xb9c0('0x15')]);router[_0xb9c0('0x16')](_0xb9c0('0xa'),auth[_0xb9c0('0x9')](),controller[_0xb9c0('0x17')]);module[_0xb9c0('0x18')]=router;
\ No newline at end of file
+var _0xec56=['Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./faxMessage.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/download','download','post','tracked','fax','create','put','update','/:id/accept','reject','delete','exports','multer','connect-timeout','express'];(function(_0x34145f,_0x34e0a1){var _0x3b226d=function(_0x4920d6){while(--_0x4920d6){_0x34145f['push'](_0x34145f['shift']());}};_0x3b226d(++_0x34e0a1);}(_0xec56,0x1bd));var _0x6ec5=function(_0x23dd5b,_0x8b40e4){_0x23dd5b=_0x23dd5b-0x0;var _0x1dbc1a=_0xec56[_0x23dd5b];return _0x1dbc1a;};'use strict';var multer=require(_0x6ec5('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x6ec5('0x1'));var express=require(_0x6ec5('0x2'));var router=express[_0x6ec5('0x3')]();var fs_extra=require(_0x6ec5('0x4'));var auth=require(_0x6ec5('0x5'));var interaction=require(_0x6ec5('0x6'));var config=require(_0x6ec5('0x7'));var controller=require(_0x6ec5('0x8'));router[_0x6ec5('0x9')]('/',auth[_0x6ec5('0xa')](),controller[_0x6ec5('0xb')]);router[_0x6ec5('0x9')](_0x6ec5('0xc'),auth[_0x6ec5('0xa')](),controller[_0x6ec5('0xd')]);router[_0x6ec5('0x9')](_0x6ec5('0xe'),auth[_0x6ec5('0xa')](),controller[_0x6ec5('0xf')]);router['get'](_0x6ec5('0x10'),auth[_0x6ec5('0xa')](),controller[_0x6ec5('0x11')]);router[_0x6ec5('0x12')]('/',auth[_0x6ec5('0xa')](),interaction[_0x6ec5('0x13')](_0x6ec5('0x14'),'faxmessage:create'),controller[_0x6ec5('0x15')]);router[_0x6ec5('0x16')](_0x6ec5('0xe'),auth[_0x6ec5('0xa')](),controller[_0x6ec5('0x17')]);router[_0x6ec5('0x16')](_0x6ec5('0x18'),auth[_0x6ec5('0xa')](),controller['accept']);router[_0x6ec5('0x16')]('/:id/reject',auth[_0x6ec5('0xa')](),controller[_0x6ec5('0x19')]);router[_0x6ec5('0x1a')](_0x6ec5('0xe'),auth[_0x6ec5('0xa')](),controller['destroy']);module[_0x6ec5('0x1b')]=router;
\ No newline at end of file