Built motion from commit (unavailable).|2.5.26
[motion2.git] / server / api / voiceRecording / index.js
index 374ed02..548c623 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4e5b=['Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','describe','show','/:id/download','download','downloads','/:id/transcribe','downloadTranscribe','post','create','runTranscribe','/:id','delete','destroy','exports','multer','util','path','connect-timeout','express'];(function(_0x4a9fb1,_0x273043){var _0x348672=function(_0x142b69){while(--_0x142b69){_0x4a9fb1['push'](_0x4a9fb1['shift']());}};_0x348672(++_0x273043);}(_0x4e5b,0x67));var _0xb4e5=function(_0x7f1644,_0x268f86){_0x7f1644=_0x7f1644-0x0;var _0x5518b0=_0x4e5b[_0x7f1644];return _0x5518b0;};'use strict';var multer=require(_0xb4e5('0x0'));var util=require(_0xb4e5('0x1'));var path=require(_0xb4e5('0x2'));var timeout=require(_0xb4e5('0x3'));var express=require(_0xb4e5('0x4'));var router=express[_0xb4e5('0x5')]();var fs_extra=require(_0xb4e5('0x6'));var auth=require(_0xb4e5('0x7'));var interaction=require(_0xb4e5('0x8'));var config=require(_0xb4e5('0x9'));var controller=require('./voiceRecording.controller');router[_0xb4e5('0xa')]('/',auth[_0xb4e5('0xb')](),controller['index']);router[_0xb4e5('0xa')](_0xb4e5('0xc'),auth['isAuthenticated'](),controller[_0xb4e5('0xd')]);router[_0xb4e5('0xa')]('/:id',auth[_0xb4e5('0xb')](),controller[_0xb4e5('0xe')]);router['get'](_0xb4e5('0xf'),auth[_0xb4e5('0xb')](),controller[_0xb4e5('0x10')]);router[_0xb4e5('0xa')]('/:id/downloads',controller[_0xb4e5('0x11')]);router[_0xb4e5('0xa')](_0xb4e5('0x12'),auth[_0xb4e5('0xb')](),controller[_0xb4e5('0x13')]);router[_0xb4e5('0x14')]('/',auth[_0xb4e5('0xb')](),controller[_0xb4e5('0x15')]);router[_0xb4e5('0x14')](_0xb4e5('0x12'),auth['isAuthenticated'](),controller[_0xb4e5('0x16')]);router['put'](_0xb4e5('0x17'),auth[_0xb4e5('0xb')](),controller['update']);router[_0xb4e5('0x18')](_0xb4e5('0x17'),auth[_0xb4e5('0xb')](),controller[_0xb4e5('0x19')]);module[_0xb4e5('0x1a')]=router;
\ No newline at end of file
+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