Built motion from commit 0bd120ac.|2.6.25
[motion2.git] / server / api / openchannelQueue / index.js
index 504aa1b..117cd0c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4837=['./openchannelQueue.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/members','getMembers','getTeams','/:id/users','post','/:id/teams','addTeams','addAgents','update','destroy','removeTeams','removeAgents','exports','multer','util','path','Router','fs-extra','../../components/auth/service','../../config/environment'];(function(_0x912920,_0x2fd6ac){var _0x2a4659=function(_0x1f0e7c){while(--_0x1f0e7c){_0x912920['push'](_0x912920['shift']());}};_0x2a4659(++_0x2fd6ac);}(_0x4837,0x1f1));var _0x7483=function(_0x23ff1a,_0x8e5982){_0x23ff1a=_0x23ff1a-0x0;var _0x5e5267=_0x4837[_0x23ff1a];return _0x5e5267;};'use strict';var multer=require(_0x7483('0x0'));var util=require(_0x7483('0x1'));var path=require(_0x7483('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x7483('0x3')]();var fs_extra=require(_0x7483('0x4'));var auth=require(_0x7483('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x7483('0x6'));var controller=require(_0x7483('0x7'));router[_0x7483('0x8')]('/',auth[_0x7483('0x9')](),controller[_0x7483('0xa')]);router['get'](_0x7483('0xb'),auth[_0x7483('0x9')](),controller[_0x7483('0xc')]);router['get'](_0x7483('0xd'),auth[_0x7483('0x9')](),controller[_0x7483('0xe')]);router[_0x7483('0x8')](_0x7483('0xf'),auth[_0x7483('0x9')](),controller[_0x7483('0x10')]);router[_0x7483('0x8')]('/:id/teams',auth['isAuthenticated'](),controller[_0x7483('0x11')]);router[_0x7483('0x8')](_0x7483('0x12'),auth[_0x7483('0x9')](),controller['getAgents']);router[_0x7483('0x13')]('/',auth[_0x7483('0x9')](),controller['create']);router[_0x7483('0x13')](_0x7483('0x14'),auth[_0x7483('0x9')](),controller[_0x7483('0x15')]);router[_0x7483('0x13')](_0x7483('0x12'),auth['isAuthenticated'](),controller[_0x7483('0x16')]);router['put'](_0x7483('0xd'),auth[_0x7483('0x9')](),controller[_0x7483('0x17')]);router['delete']('/:id',auth[_0x7483('0x9')](),controller[_0x7483('0x18')]);router['delete'](_0x7483('0x14'),auth['isAuthenticated'](),controller[_0x7483('0x19')]);router['delete'](_0x7483('0x12'),auth['isAuthenticated'](),controller[_0x7483('0x1a')]);module[_0x7483('0x1b')]=router;
\ No newline at end of file
+var _0xacfc=['../../config/environment','./openchannelQueue.controller','get','isAuthenticated','/describe','/:id','show','/:id/members','getMembers','getTeams','/:id/users','post','create','addTeams','addAgents','put','destroy','/:id/teams','removeTeams','delete','removeAgents','exports','multer','util','path','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x40f69e,_0x46fc47){var _0x493cd5=function(_0x35ddae){while(--_0x35ddae){_0x40f69e['push'](_0x40f69e['shift']());}};_0x493cd5(++_0x46fc47);}(_0xacfc,0x172));var _0xcacf=function(_0x14f3ea,_0x4d11e0){_0x14f3ea=_0x14f3ea-0x0;var _0x5ee5d7=_0xacfc[_0x14f3ea];return _0x5ee5d7;};'use strict';var multer=require(_0xcacf('0x0'));var util=require(_0xcacf('0x1'));var path=require(_0xcacf('0x2'));var timeout=require(_0xcacf('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require(_0xcacf('0x4'));var auth=require(_0xcacf('0x5'));var interaction=require(_0xcacf('0x6'));var config=require(_0xcacf('0x7'));var controller=require(_0xcacf('0x8'));router[_0xcacf('0x9')]('/',auth[_0xcacf('0xa')](),controller['index']);router[_0xcacf('0x9')](_0xcacf('0xb'),auth[_0xcacf('0xa')](),controller['describe']);router[_0xcacf('0x9')](_0xcacf('0xc'),auth[_0xcacf('0xa')](),controller[_0xcacf('0xd')]);router['get'](_0xcacf('0xe'),auth[_0xcacf('0xa')](),controller[_0xcacf('0xf')]);router[_0xcacf('0x9')]('/:id/teams',auth['isAuthenticated'](),controller[_0xcacf('0x10')]);router[_0xcacf('0x9')](_0xcacf('0x11'),auth[_0xcacf('0xa')](),controller['getAgents']);router[_0xcacf('0x12')]('/',auth[_0xcacf('0xa')](),controller[_0xcacf('0x13')]);router['post']('/:id/teams',auth['isAuthenticated'](),controller[_0xcacf('0x14')]);router[_0xcacf('0x12')](_0xcacf('0x11'),auth[_0xcacf('0xa')](),controller[_0xcacf('0x15')]);router[_0xcacf('0x16')](_0xcacf('0xc'),auth[_0xcacf('0xa')](),controller['update']);router['delete']('/:id',auth[_0xcacf('0xa')](),controller[_0xcacf('0x17')]);router['delete'](_0xcacf('0x18'),auth[_0xcacf('0xa')](),controller[_0xcacf('0x19')]);router[_0xcacf('0x1a')](_0xcacf('0x11'),auth[_0xcacf('0xa')](),controller[_0xcacf('0x1b')]);module[_0xcacf('0x1c')]=router;
\ No newline at end of file