Built motion from commit (unavailable).|2.5.31
[motion2.git] / server / api / voiceRecording / index.js
index 7ddfca7..ffd2f2d 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5b5a=['fs-extra','../../components/auth/service','../../components/interaction/service','./voiceRecording.controller','get','isAuthenticated','index','/describe','describe','/:id','show','download','/:id/downloads','downloads','downloadTranscribe','post','create','/:id/transcribe','runTranscribe','destroy','multer','util','path','connect-timeout','express','Router'];(function(_0x57b54c,_0x54ce0d){var _0x59cc19=function(_0xa33bc6){while(--_0xa33bc6){_0x57b54c['push'](_0x57b54c['shift']());}};_0x59cc19(++_0x54ce0d);}(_0x5b5a,0xb0));var _0xa5b5=function(_0x5e7634,_0x5356a1){_0x5e7634=_0x5e7634-0x0;var _0x563eb3=_0x5b5a[_0x5e7634];return _0x563eb3;};'use strict';var multer=require(_0xa5b5('0x0'));var util=require(_0xa5b5('0x1'));var path=require(_0xa5b5('0x2'));var timeout=require(_0xa5b5('0x3'));var express=require(_0xa5b5('0x4'));var router=express[_0xa5b5('0x5')]();var fs_extra=require(_0xa5b5('0x6'));var auth=require(_0xa5b5('0x7'));var interaction=require(_0xa5b5('0x8'));var config=require('../../config/environment');var controller=require(_0xa5b5('0x9'));router[_0xa5b5('0xa')]('/',auth[_0xa5b5('0xb')](),controller[_0xa5b5('0xc')]);router[_0xa5b5('0xa')](_0xa5b5('0xd'),auth['isAuthenticated'](),controller[_0xa5b5('0xe')]);router['get'](_0xa5b5('0xf'),auth[_0xa5b5('0xb')](),controller[_0xa5b5('0x10')]);router[_0xa5b5('0xa')]('/:id/download',auth['isAuthenticated'](),controller[_0xa5b5('0x11')]);router[_0xa5b5('0xa')](_0xa5b5('0x12'),controller[_0xa5b5('0x13')]);router[_0xa5b5('0xa')]('/:id/transcribe',auth[_0xa5b5('0xb')](),controller[_0xa5b5('0x14')]);router[_0xa5b5('0x15')]('/',auth[_0xa5b5('0xb')](),controller[_0xa5b5('0x16')]);router[_0xa5b5('0x15')](_0xa5b5('0x17'),auth[_0xa5b5('0xb')](),controller[_0xa5b5('0x18')]);router['put'](_0xa5b5('0xf'),auth[_0xa5b5('0xb')](),controller['update']);router['delete'](_0xa5b5('0xf'),auth['isAuthenticated'](),controller[_0xa5b5('0x19')]);module['exports']=router;
\ No newline at end of file
+var _0xac07=['delete','/:id','destroy','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','download','/:id/downloads','downloads','/:id/transcribe','downloadTranscribe','post','create','runTranscribe','update'];(function(_0x2dafbe,_0x5d04de){var _0x58a45a=function(_0x50ac96){while(--_0x50ac96){_0x2dafbe['push'](_0x2dafbe['shift']());}};_0x58a45a(++_0x5d04de);}(_0xac07,0xf7));var _0x7ac0=function(_0x557835,_0x2d699b){_0x557835=_0x557835-0x0;var _0xf5fe83=_0xac07[_0x557835];return _0xf5fe83;};'use strict';var multer=require(_0x7ac0('0x0'));var util=require(_0x7ac0('0x1'));var path=require(_0x7ac0('0x2'));var timeout=require(_0x7ac0('0x3'));var express=require(_0x7ac0('0x4'));var router=express[_0x7ac0('0x5')]();var fs_extra=require(_0x7ac0('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0x7ac0('0x7'));var config=require(_0x7ac0('0x8'));var controller=require('./voiceRecording.controller');router[_0x7ac0('0x9')]('/',auth[_0x7ac0('0xa')](),controller[_0x7ac0('0xb')]);router['get'](_0x7ac0('0xc'),auth[_0x7ac0('0xa')](),controller[_0x7ac0('0xd')]);router[_0x7ac0('0x9')]('/:id',auth['isAuthenticated'](),controller['show']);router[_0x7ac0('0x9')]('/:id/download',auth[_0x7ac0('0xa')](),controller[_0x7ac0('0xe')]);router[_0x7ac0('0x9')](_0x7ac0('0xf'),controller[_0x7ac0('0x10')]);router[_0x7ac0('0x9')](_0x7ac0('0x11'),auth[_0x7ac0('0xa')](),controller[_0x7ac0('0x12')]);router[_0x7ac0('0x13')]('/',auth[_0x7ac0('0xa')](),controller[_0x7ac0('0x14')]);router[_0x7ac0('0x13')](_0x7ac0('0x11'),auth[_0x7ac0('0xa')](),controller[_0x7ac0('0x15')]);router['put']('/:id',auth['isAuthenticated'](),controller[_0x7ac0('0x16')]);router[_0x7ac0('0x17')](_0x7ac0('0x18'),auth[_0x7ac0('0xa')](),controller[_0x7ac0('0x19')]);module[_0x7ac0('0x1a')]=router;
\ No newline at end of file