Built motion from commit (unavailable).|2.6.0
[motion2.git] / server / api / chatQueue / index.js
index 5adf12c..a9f2c9d 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x06a0=['addTeams','update','delete','destroy','removeTeams','removeAgents','multer','path','Router','fs-extra','../../components/auth/service','./chatQueue.controller','get','isAuthenticated','index','/describe','/:id','show','/:id/members','getMembers','/:id/teams','getTeams','/:id/users','create','post'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x06a0,0x1e1));var _0x006a=function(_0xdb0316,_0x1699ee){_0xdb0316=_0xdb0316-0x0;var _0xe43c0d=_0x06a0[_0xdb0316];return _0xe43c0d;};'use strict';var multer=require(_0x006a('0x0'));var util=require('util');var path=require(_0x006a('0x1'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x006a('0x2')]();var fs_extra=require(_0x006a('0x3'));var auth=require(_0x006a('0x4'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x006a('0x5'));router[_0x006a('0x6')]('/',auth[_0x006a('0x7')](),controller[_0x006a('0x8')]);router[_0x006a('0x6')](_0x006a('0x9'),auth['isAuthenticated'](),controller['describe']);router[_0x006a('0x6')](_0x006a('0xa'),auth[_0x006a('0x7')](),controller[_0x006a('0xb')]);router[_0x006a('0x6')](_0x006a('0xc'),auth[_0x006a('0x7')](),controller[_0x006a('0xd')]);router[_0x006a('0x6')](_0x006a('0xe'),auth[_0x006a('0x7')](),controller[_0x006a('0xf')]);router[_0x006a('0x6')](_0x006a('0x10'),auth[_0x006a('0x7')](),controller['getAgents']);router['post']('/',auth[_0x006a('0x7')](),controller[_0x006a('0x11')]);router[_0x006a('0x12')](_0x006a('0xe'),auth[_0x006a('0x7')](),controller[_0x006a('0x13')]);router[_0x006a('0x12')]('/:id/users',auth['isAuthenticated'](),controller['addAgents']);router['put'](_0x006a('0xa'),auth[_0x006a('0x7')](),controller[_0x006a('0x14')]);router[_0x006a('0x15')](_0x006a('0xa'),auth['isAuthenticated'](),controller[_0x006a('0x16')]);router[_0x006a('0x15')](_0x006a('0xe'),auth[_0x006a('0x7')](),controller[_0x006a('0x17')]);router[_0x006a('0x15')]('/:id/users',auth[_0x006a('0x7')](),controller[_0x006a('0x18')]);module['exports']=router;
\ No newline at end of file
+var _0x611f=['fs-extra','../../components/auth/service','../../components/interaction/service','./chatQueue.controller','get','isAuthenticated','index','/describe','describe','show','/:id/members','getMembers','/:id/teams','getTeams','/:id/users','post','addTeams','/:id','update','delete','destroy','removeAgents','exports','multer','path','connect-timeout','express'];(function(_0x101b24,_0x1b4c44){var _0x1a98d8=function(_0x52dde6){while(--_0x52dde6){_0x101b24['push'](_0x101b24['shift']());}};_0x1a98d8(++_0x1b4c44);}(_0x611f,0x1ac));var _0xf611=function(_0x1dfdd5,_0x2f1efe){_0x1dfdd5=_0x1dfdd5-0x0;var _0x2d106a=_0x611f[_0x1dfdd5];return _0x2d106a;};'use strict';var multer=require(_0xf611('0x0'));var util=require('util');var path=require(_0xf611('0x1'));var timeout=require(_0xf611('0x2'));var express=require(_0xf611('0x3'));var router=express['Router']();var fs_extra=require(_0xf611('0x4'));var auth=require(_0xf611('0x5'));var interaction=require(_0xf611('0x6'));var config=require('../../config/environment');var controller=require(_0xf611('0x7'));router[_0xf611('0x8')]('/',auth[_0xf611('0x9')](),controller[_0xf611('0xa')]);router['get'](_0xf611('0xb'),auth[_0xf611('0x9')](),controller[_0xf611('0xc')]);router[_0xf611('0x8')]('/:id',auth[_0xf611('0x9')](),controller[_0xf611('0xd')]);router[_0xf611('0x8')](_0xf611('0xe'),auth[_0xf611('0x9')](),controller[_0xf611('0xf')]);router['get'](_0xf611('0x10'),auth[_0xf611('0x9')](),controller[_0xf611('0x11')]);router[_0xf611('0x8')](_0xf611('0x12'),auth[_0xf611('0x9')](),controller['getAgents']);router[_0xf611('0x13')]('/',auth[_0xf611('0x9')](),controller['create']);router[_0xf611('0x13')](_0xf611('0x10'),auth['isAuthenticated'](),controller[_0xf611('0x14')]);router[_0xf611('0x13')](_0xf611('0x12'),auth[_0xf611('0x9')](),controller['addAgents']);router['put'](_0xf611('0x15'),auth[_0xf611('0x9')](),controller[_0xf611('0x16')]);router[_0xf611('0x17')](_0xf611('0x15'),auth[_0xf611('0x9')](),controller[_0xf611('0x18')]);router[_0xf611('0x17')](_0xf611('0x10'),auth['isAuthenticated'](),controller['removeTeams']);router['delete'](_0xf611('0x12'),auth['isAuthenticated'](),controller[_0xf611('0x19')]);module[_0xf611('0x1a')]=router;
\ No newline at end of file