Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / api / voiceRecording / index.js
index 3e12987..bd42d62 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3fa5=['/:id/transcribe','downloadTranscribe','post','create','put','update','delete','/:id','exports','multer','util','connect-timeout','express','fs-extra','../../components/auth/service','../../config/environment','get','isAuthenticated','index','/describe','describe','/:id/download','download','/:id/downloads','downloads'];(function(_0x3902b8,_0x4b013a){var _0x345127=function(_0x333616){while(--_0x333616){_0x3902b8['push'](_0x3902b8['shift']());}};_0x345127(++_0x4b013a);}(_0x3fa5,0xea));var _0x53fa=function(_0x47969c,_0x5c88b5){_0x47969c=_0x47969c-0x0;var _0x2b218d=_0x3fa5[_0x47969c];return _0x2b218d;};'use strict';var multer=require(_0x53fa('0x0'));var util=require(_0x53fa('0x1'));var path=require('path');var timeout=require(_0x53fa('0x2'));var express=require(_0x53fa('0x3'));var router=express['Router']();var fs_extra=require(_0x53fa('0x4'));var auth=require(_0x53fa('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x53fa('0x6'));var controller=require('./voiceRecording.controller');router[_0x53fa('0x7')]('/',auth[_0x53fa('0x8')](),controller[_0x53fa('0x9')]);router[_0x53fa('0x7')](_0x53fa('0xa'),auth[_0x53fa('0x8')](),controller[_0x53fa('0xb')]);router[_0x53fa('0x7')]('/:id',auth[_0x53fa('0x8')](),controller['show']);router['get'](_0x53fa('0xc'),auth[_0x53fa('0x8')](),controller[_0x53fa('0xd')]);router[_0x53fa('0x7')](_0x53fa('0xe'),controller[_0x53fa('0xf')]);router[_0x53fa('0x7')](_0x53fa('0x10'),auth['isAuthenticated'](),controller[_0x53fa('0x11')]);router[_0x53fa('0x12')]('/',auth[_0x53fa('0x8')](),controller[_0x53fa('0x13')]);router['post'](_0x53fa('0x10'),auth[_0x53fa('0x8')](),controller['runTranscribe']);router[_0x53fa('0x14')]('/:id',auth[_0x53fa('0x8')](),controller[_0x53fa('0x15')]);router[_0x53fa('0x16')](_0x53fa('0x17'),auth[_0x53fa('0x8')](),controller['destroy']);module[_0x53fa('0x18')]=router;
\ No newline at end of file
+var _0x8d0c=['Router','fs-extra','../../components/interaction/service','../../config/environment','index','isAuthenticated','describe','get','/:id','/:id/download','download','/:id/downloads','downloads','/:id/transcribe','downloadTranscribe','post','delete','destroy','exports','util','path','connect-timeout','express'];(function(_0x1b4c04,_0x8d961d){var _0x374f5d=function(_0x11dc31){while(--_0x11dc31){_0x1b4c04['push'](_0x1b4c04['shift']());}};_0x374f5d(++_0x8d961d);}(_0x8d0c,0x1df));var _0xc8d0=function(_0x8d0d40,_0x1c0928){_0x8d0d40=_0x8d0d40-0x0;var _0x90f0da=_0x8d0c[_0x8d0d40];return _0x90f0da;};'use strict';var multer=require('multer');var util=require(_0xc8d0('0x0'));var path=require(_0xc8d0('0x1'));var timeout=require(_0xc8d0('0x2'));var express=require(_0xc8d0('0x3'));var router=express[_0xc8d0('0x4')]();var fs_extra=require(_0xc8d0('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xc8d0('0x6'));var config=require(_0xc8d0('0x7'));var controller=require('./voiceRecording.controller');router['get']('/',auth['isAuthenticated'](),controller[_0xc8d0('0x8')]);router['get']('/describe',auth[_0xc8d0('0x9')](),controller[_0xc8d0('0xa')]);router[_0xc8d0('0xb')](_0xc8d0('0xc'),auth[_0xc8d0('0x9')](),controller['show']);router[_0xc8d0('0xb')](_0xc8d0('0xd'),auth[_0xc8d0('0x9')](),controller[_0xc8d0('0xe')]);router[_0xc8d0('0xb')](_0xc8d0('0xf'),controller[_0xc8d0('0x10')]);router[_0xc8d0('0xb')](_0xc8d0('0x11'),auth[_0xc8d0('0x9')](),controller[_0xc8d0('0x12')]);router[_0xc8d0('0x13')]('/',auth[_0xc8d0('0x9')](),controller['create']);router[_0xc8d0('0x13')](_0xc8d0('0x11'),auth[_0xc8d0('0x9')](),controller['runTranscribe']);router['put'](_0xc8d0('0xc'),auth[_0xc8d0('0x9')](),controller['update']);router[_0xc8d0('0x14')]('/:id',auth[_0xc8d0('0x9')](),controller[_0xc8d0('0x15')]);module[_0xc8d0('0x16')]=router;
\ No newline at end of file