Built motion from commit (unavailable).|2.5.21
[motion2.git] / server / api / voiceRecording / index.js
index 1451806..5872c06 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xe99b=['util','express','Router','../../components/auth/service','../../components/interaction/service','./voiceRecording.controller','get','index','/describe','isAuthenticated','describe','/:id/download','download','/:id/downloads','downloads','/:id/transcribe','downloadTranscribe','post','runTranscribe','put','/:id','delete','destroy','exports','multer'];(function(_0x516cc8,_0xfc6c86){var _0x97a26c=function(_0x34fe6e){while(--_0x34fe6e){_0x516cc8['push'](_0x516cc8['shift']());}};_0x97a26c(++_0xfc6c86);}(_0xe99b,0x7c));var _0xbe99=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0xe99b[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0xbe99('0x0'));var util=require(_0xbe99('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xbe99('0x2'));var router=express[_0xbe99('0x3')]();var auth=require(_0xbe99('0x4'));var interaction=require(_0xbe99('0x5'));var config=require('../../config/environment');var controller=require(_0xbe99('0x6'));router[_0xbe99('0x7')]('/',auth['isAuthenticated'](),controller[_0xbe99('0x8')]);router[_0xbe99('0x7')](_0xbe99('0x9'),auth[_0xbe99('0xa')](),controller[_0xbe99('0xb')]);router['get']('/:id',auth['isAuthenticated'](),controller['show']);router['get'](_0xbe99('0xc'),auth[_0xbe99('0xa')](),controller[_0xbe99('0xd')]);router[_0xbe99('0x7')](_0xbe99('0xe'),controller[_0xbe99('0xf')]);router[_0xbe99('0x7')](_0xbe99('0x10'),auth[_0xbe99('0xa')](),controller[_0xbe99('0x11')]);router[_0xbe99('0x12')]('/',auth[_0xbe99('0xa')](),controller['create']);router[_0xbe99('0x12')](_0xbe99('0x10'),auth['isAuthenticated'](),controller[_0xbe99('0x13')]);router[_0xbe99('0x14')](_0xbe99('0x15'),auth['isAuthenticated'](),controller['update']);router[_0xbe99('0x16')]('/:id',auth[_0xbe99('0xa')](),controller[_0xbe99('0x17')]);module[_0xbe99('0x18')]=router;
\ No newline at end of file
+var _0x7eac=['runTranscribe','put','update','delete','multer','util','path','../../components/auth/service','../../config/environment','./voiceRecording.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/download','/:id/downloads','downloads','/:id/transcribe','downloadTranscribe','post','create'];(function(_0x555069,_0x23d66a){var _0x100af7=function(_0x1606bd){while(--_0x1606bd){_0x555069['push'](_0x555069['shift']());}};_0x100af7(++_0x23d66a);}(_0x7eac,0x64));var _0xc7ea=function(_0x13ea00,_0x12f610){_0x13ea00=_0x13ea00-0x0;var _0x1f7347=_0x7eac[_0x13ea00];return _0x1f7347;};'use strict';var multer=require(_0xc7ea('0x0'));var util=require(_0xc7ea('0x1'));var path=require(_0xc7ea('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var auth=require(_0xc7ea('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0xc7ea('0x4'));var controller=require(_0xc7ea('0x5'));router[_0xc7ea('0x6')]('/',auth[_0xc7ea('0x7')](),controller[_0xc7ea('0x8')]);router['get'](_0xc7ea('0x9'),auth[_0xc7ea('0x7')](),controller[_0xc7ea('0xa')]);router[_0xc7ea('0x6')](_0xc7ea('0xb'),auth[_0xc7ea('0x7')](),controller[_0xc7ea('0xc')]);router[_0xc7ea('0x6')](_0xc7ea('0xd'),auth['isAuthenticated'](),controller['download']);router[_0xc7ea('0x6')](_0xc7ea('0xe'),controller[_0xc7ea('0xf')]);router[_0xc7ea('0x6')](_0xc7ea('0x10'),auth[_0xc7ea('0x7')](),controller[_0xc7ea('0x11')]);router[_0xc7ea('0x12')]('/',auth['isAuthenticated'](),controller[_0xc7ea('0x13')]);router['post'](_0xc7ea('0x10'),auth[_0xc7ea('0x7')](),controller[_0xc7ea('0x14')]);router[_0xc7ea('0x15')]('/:id',auth['isAuthenticated'](),controller[_0xc7ea('0x16')]);router[_0xc7ea('0x17')]('/:id',auth[_0xc7ea('0x7')](),controller['destroy']);module['exports']=router;
\ No newline at end of file