Built motion from commit (unavailable).|2.5.21
[motion2.git] / server / api / voiceRecording / index.js
index 548c623..8f5773f 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb48a=['update','delete','connect-timeout','Router','fs-extra','../../config/environment','./voiceRecording.controller','get','index','isAuthenticated','/:id','/:id/download','download','downloads','downloadTranscribe','post','/:id/transcribe','runTranscribe','put'];(function(_0x2a5807,_0x14e3ba){var _0x59925e=function(_0x22865a){while(--_0x22865a){_0x2a5807['push'](_0x2a5807['shift']());}};_0x59925e(++_0x14e3ba);}(_0xb48a,0x1f0));var _0xab48=function(_0x27e817,_0x5a0516){_0x27e817=_0x27e817-0x0;var _0x2b8d6c=_0xb48a[_0x27e817];return _0x2b8d6c;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0xab48('0x0'));var express=require('express');var router=express[_0xab48('0x1')]();var fs_extra=require(_0xab48('0x2'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xab48('0x3'));var controller=require(_0xab48('0x4'));router[_0xab48('0x5')]('/',auth['isAuthenticated'](),controller[_0xab48('0x6')]);router[_0xab48('0x5')]('/describe',auth[_0xab48('0x7')](),controller['describe']);router[_0xab48('0x5')](_0xab48('0x8'),auth[_0xab48('0x7')](),controller['show']);router[_0xab48('0x5')](_0xab48('0x9'),auth[_0xab48('0x7')](),controller[_0xab48('0xa')]);router['get']('/:id/downloads',controller[_0xab48('0xb')]);router[_0xab48('0x5')]('/:id/transcribe',auth[_0xab48('0x7')](),controller[_0xab48('0xc')]);router['post']('/',auth[_0xab48('0x7')](),controller['create']);router[_0xab48('0xd')](_0xab48('0xe'),auth[_0xab48('0x7')](),controller[_0xab48('0xf')]);router[_0xab48('0x10')]('/:id',auth[_0xab48('0x7')](),controller[_0xab48('0x11')]);router[_0xab48('0x12')](_0xab48('0x8'),auth[_0xab48('0x7')](),controller['destroy']);module['exports']=router;
\ No newline at end of file
+var _0xaf38=['describe','/:id','show','download','/:id/downloads','downloads','/:id/transcribe','downloadTranscribe','post','create','delete','destroy','exports','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','get','isAuthenticated'];(function(_0xd747d9,_0x53e805){var _0x3fc4b0=function(_0xae736a){while(--_0xae736a){_0xd747d9['push'](_0xd747d9['shift']());}};_0x3fc4b0(++_0x53e805);}(_0xaf38,0x1f1));var _0x8af3=function(_0x2e57c9,_0x1dc33c){_0x2e57c9=_0x2e57c9-0x0;var _0x2a65ab=_0xaf38[_0x2e57c9];return _0x2a65ab;};'use strict';var multer=require(_0x8af3('0x0'));var util=require(_0x8af3('0x1'));var path=require(_0x8af3('0x2'));var timeout=require(_0x8af3('0x3'));var express=require(_0x8af3('0x4'));var router=express['Router']();var auth=require(_0x8af3('0x5'));var interaction=require(_0x8af3('0x6'));var config=require('../../config/environment');var controller=require('./voiceRecording.controller');router[_0x8af3('0x7')]('/',auth[_0x8af3('0x8')](),controller['index']);router[_0x8af3('0x7')]('/describe',auth[_0x8af3('0x8')](),controller[_0x8af3('0x9')]);router[_0x8af3('0x7')](_0x8af3('0xa'),auth[_0x8af3('0x8')](),controller[_0x8af3('0xb')]);router[_0x8af3('0x7')]('/:id/download',auth[_0x8af3('0x8')](),controller[_0x8af3('0xc')]);router['get'](_0x8af3('0xd'),controller[_0x8af3('0xe')]);router[_0x8af3('0x7')](_0x8af3('0xf'),auth[_0x8af3('0x8')](),controller[_0x8af3('0x10')]);router[_0x8af3('0x11')]('/',auth[_0x8af3('0x8')](),controller[_0x8af3('0x12')]);router[_0x8af3('0x11')](_0x8af3('0xf'),auth[_0x8af3('0x8')](),controller['runTranscribe']);router['put'](_0x8af3('0xa'),auth[_0x8af3('0x8')](),controller['update']);router[_0x8af3('0x13')](_0x8af3('0xa'),auth['isAuthenticated'](),controller[_0x8af3('0x14')]);module[_0x8af3('0x15')]=router;
\ No newline at end of file