Built motion from commit f0a64034.|2.6.11
[motion2.git] / server / api / voiceRecording / index.js
index ad1bf3d..c94b437 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xafbe=['multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','./voiceRecording.controller','index','get','/describe','describe','/:id','isAuthenticated','show','/:id/download','download','/:id/downloads','downloadTranscribe','post','create','/:id/transcribe','runTranscribe','put','exports'];(function(_0x4d04d6,_0x38ae19){var _0x2e937a=function(_0x4961c8){while(--_0x4961c8){_0x4d04d6['push'](_0x4d04d6['shift']());}};_0x2e937a(++_0x38ae19);}(_0xafbe,0x138));var _0xeafb=function(_0x313df3,_0x4fca45){_0x313df3=_0x313df3-0x0;var _0x241d59=_0xafbe[_0x313df3];return _0x241d59;};'use strict';var multer=require(_0xeafb('0x0'));var util=require(_0xeafb('0x1'));var path=require(_0xeafb('0x2'));var timeout=require(_0xeafb('0x3'));var express=require(_0xeafb('0x4'));var router=express['Router']();var fs_extra=require(_0xeafb('0x5'));var auth=require(_0xeafb('0x6'));var interaction=require(_0xeafb('0x7'));var config=require('../../config/environment');var controller=require(_0xeafb('0x8'));router['get']('/',auth['isAuthenticated'](),controller[_0xeafb('0x9')]);router[_0xeafb('0xa')](_0xeafb('0xb'),auth['isAuthenticated'](),controller[_0xeafb('0xc')]);router[_0xeafb('0xa')](_0xeafb('0xd'),auth[_0xeafb('0xe')](),controller[_0xeafb('0xf')]);router[_0xeafb('0xa')](_0xeafb('0x10'),auth[_0xeafb('0xe')](),controller[_0xeafb('0x11')]);router[_0xeafb('0xa')](_0xeafb('0x12'),controller['downloads']);router[_0xeafb('0xa')]('/:id/transcribe',auth['isAuthenticated'](),controller[_0xeafb('0x13')]);router[_0xeafb('0x14')]('/',auth['isAuthenticated'](),controller[_0xeafb('0x15')]);router[_0xeafb('0x14')](_0xeafb('0x16'),auth[_0xeafb('0xe')](),controller[_0xeafb('0x17')]);router[_0xeafb('0x18')](_0xeafb('0xd'),auth[_0xeafb('0xe')](),controller['update']);router['delete'](_0xeafb('0xd'),auth[_0xeafb('0xe')](),controller['destroy']);module[_0xeafb('0x19')]=router;
\ No newline at end of file
+var _0x6d0a=['multer','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','isAuthenticated','index','get','describe','show','/:id/download','/:id/downloads','downloads','/:id/transcribe','downloadTranscribe','post','create','put','/:id','update','destroy','exports'];(function(_0x54671f,_0x24b051){var _0x273293=function(_0x57b952){while(--_0x57b952){_0x54671f['push'](_0x54671f['shift']());}};_0x273293(++_0x24b051);}(_0x6d0a,0x113));var _0xa6d0=function(_0x36c5b0,_0x5001da){_0x36c5b0=_0x36c5b0-0x0;var _0xf19333=_0x6d0a[_0x36c5b0];return _0xf19333;};'use strict';var multer=require(_0xa6d0('0x0'));var util=require('util');var path=require(_0xa6d0('0x1'));var timeout=require(_0xa6d0('0x2'));var express=require(_0xa6d0('0x3'));var router=express[_0xa6d0('0x4')]();var fs_extra=require(_0xa6d0('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xa6d0('0x6'));var config=require(_0xa6d0('0x7'));var controller=require('./voiceRecording.controller');router['get']('/',auth[_0xa6d0('0x8')](),controller[_0xa6d0('0x9')]);router[_0xa6d0('0xa')]('/describe',auth['isAuthenticated'](),controller[_0xa6d0('0xb')]);router[_0xa6d0('0xa')]('/:id',auth[_0xa6d0('0x8')](),controller[_0xa6d0('0xc')]);router[_0xa6d0('0xa')](_0xa6d0('0xd'),auth['isAuthenticated'](),controller['download']);router[_0xa6d0('0xa')](_0xa6d0('0xe'),controller[_0xa6d0('0xf')]);router[_0xa6d0('0xa')](_0xa6d0('0x10'),auth[_0xa6d0('0x8')](),controller[_0xa6d0('0x11')]);router[_0xa6d0('0x12')]('/',auth['isAuthenticated'](),controller[_0xa6d0('0x13')]);router[_0xa6d0('0x12')](_0xa6d0('0x10'),auth[_0xa6d0('0x8')](),controller['runTranscribe']);router[_0xa6d0('0x14')](_0xa6d0('0x15'),auth['isAuthenticated'](),controller[_0xa6d0('0x16')]);router['delete'](_0xa6d0('0x15'),auth[_0xa6d0('0x8')](),controller[_0xa6d0('0x17')]);module[_0xa6d0('0x18')]=router;
\ No newline at end of file