Built motion from commit 753c950e.|2.5.42
[motion2.git] / server / api / voicePrefix / index.js
index 3ebb185..a70fd27 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xf8ca=['/:id/users','getAgents','/:id/teams','getTeams','post','addAgents','addTeams','put','/:id','update','delete','destroy','removeAgents','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','./voicePrefix.controller','get','isAuthenticated','index','/describe','show'];(function(_0x22e870,_0x4ecf1f){var _0x2b7acb=function(_0x251348){while(--_0x251348){_0x22e870['push'](_0x22e870['shift']());}};_0x2b7acb(++_0x4ecf1f);}(_0xf8ca,0x1be));var _0xaf8c=function(_0x494d1f,_0x3f72ff){_0x494d1f=_0x494d1f-0x0;var _0x457b6e=_0xf8ca[_0x494d1f];return _0x457b6e;};'use strict';var multer=require(_0xaf8c('0x0'));var util=require(_0xaf8c('0x1'));var path=require('path');var timeout=require(_0xaf8c('0x2'));var express=require(_0xaf8c('0x3'));var router=express[_0xaf8c('0x4')]();var fs_extra=require(_0xaf8c('0x5'));var auth=require(_0xaf8c('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xaf8c('0x7'));router[_0xaf8c('0x8')]('/',auth[_0xaf8c('0x9')](),controller[_0xaf8c('0xa')]);router[_0xaf8c('0x8')](_0xaf8c('0xb'),auth[_0xaf8c('0x9')](),controller['describe']);router[_0xaf8c('0x8')]('/:id',auth[_0xaf8c('0x9')](),controller[_0xaf8c('0xc')]);router['get'](_0xaf8c('0xd'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0xe')]);router['get'](_0xaf8c('0xf'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x10')]);router[_0xaf8c('0x11')]('/',auth[_0xaf8c('0x9')](),controller['create']);router[_0xaf8c('0x11')](_0xaf8c('0xd'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x12')]);router[_0xaf8c('0x11')](_0xaf8c('0xf'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x13')]);router[_0xaf8c('0x14')](_0xaf8c('0x15'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x16')]);router[_0xaf8c('0x17')]('/:id',auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x18')]);router['delete'](_0xaf8c('0xd'),auth['isAuthenticated'](),controller[_0xaf8c('0x19')]);router[_0xaf8c('0x17')](_0xaf8c('0xf'),auth['isAuthenticated'](),controller['removeTeams']);module[_0xaf8c('0x1a')]=router;
\ No newline at end of file
+var _0xb9da=['fs-extra','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/users','getAgents','/:id/teams','create','post','addAgents','addTeams','put','delete','removeAgents','multer','util','path','connect-timeout','Router'];(function(_0x2ec275,_0x939500){var _0x26d4f4=function(_0x259bdb){while(--_0x259bdb){_0x2ec275['push'](_0x2ec275['shift']());}};_0x26d4f4(++_0x939500);}(_0xb9da,0x1d6));var _0xab9d=function(_0x5e5c4c,_0x21abba){_0x5e5c4c=_0x5e5c4c-0x0;var _0x176148=_0xb9da[_0x5e5c4c];return _0x176148;};'use strict';var multer=require(_0xab9d('0x0'));var util=require(_0xab9d('0x1'));var path=require(_0xab9d('0x2'));var timeout=require(_0xab9d('0x3'));var express=require('express');var router=express[_0xab9d('0x4')]();var fs_extra=require(_0xab9d('0x5'));var auth=require(_0xab9d('0x6'));var interaction=require(_0xab9d('0x7'));var config=require('../../config/environment');var controller=require('./voicePrefix.controller');router[_0xab9d('0x8')]('/',auth[_0xab9d('0x9')](),controller[_0xab9d('0xa')]);router[_0xab9d('0x8')](_0xab9d('0xb'),auth[_0xab9d('0x9')](),controller[_0xab9d('0xc')]);router['get'](_0xab9d('0xd'),auth['isAuthenticated'](),controller[_0xab9d('0xe')]);router[_0xab9d('0x8')](_0xab9d('0xf'),auth['isAuthenticated'](),controller[_0xab9d('0x10')]);router[_0xab9d('0x8')](_0xab9d('0x11'),auth[_0xab9d('0x9')](),controller['getTeams']);router['post']('/',auth[_0xab9d('0x9')](),controller[_0xab9d('0x12')]);router[_0xab9d('0x13')](_0xab9d('0xf'),auth[_0xab9d('0x9')](),controller[_0xab9d('0x14')]);router[_0xab9d('0x13')](_0xab9d('0x11'),auth['isAuthenticated'](),controller[_0xab9d('0x15')]);router[_0xab9d('0x16')]('/:id',auth[_0xab9d('0x9')](),controller['update']);router[_0xab9d('0x17')](_0xab9d('0xd'),auth[_0xab9d('0x9')](),controller['destroy']);router[_0xab9d('0x17')](_0xab9d('0xf'),auth[_0xab9d('0x9')](),controller[_0xab9d('0x18')]);router[_0xab9d('0x17')](_0xab9d('0x11'),auth['isAuthenticated'](),controller['removeTeams']);module['exports']=router;
\ No newline at end of file