Built motion from commit 753c950e.|2.5.42
[motion2.git] / server / api / whatsappQueue / index.js
index 9d102a6..30caa11 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x62ab=['getAgents','post','create','addTeams','destroy','delete','removeTeams','removeAgents','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/members','/:id/teams','getTeams','/:id/users'];(function(_0x1f46c9,_0x1939c9){var _0x245822=function(_0x4bd1b9){while(--_0x4bd1b9){_0x1f46c9['push'](_0x1f46c9['shift']());}};_0x245822(++_0x1939c9);}(_0x62ab,0x18e));var _0xb62a=function(_0x8aa3f8,_0x5ca090){_0x8aa3f8=_0x8aa3f8-0x0;var _0x428e77=_0x62ab[_0x8aa3f8];return _0x428e77;};'use strict';var multer=require('multer');var util=require(_0xb62a('0x0'));var path=require(_0xb62a('0x1'));var timeout=require('connect-timeout');var express=require(_0xb62a('0x2'));var router=express[_0xb62a('0x3')]();var auth=require(_0xb62a('0x4'));var interaction=require(_0xb62a('0x5'));var config=require(_0xb62a('0x6'));var controller=require('./whatsappQueue.controller');router[_0xb62a('0x7')]('/',auth[_0xb62a('0x8')](),controller[_0xb62a('0x9')]);router[_0xb62a('0x7')](_0xb62a('0xa'),auth[_0xb62a('0x8')](),controller[_0xb62a('0xb')]);router[_0xb62a('0x7')](_0xb62a('0xc'),auth[_0xb62a('0x8')](),controller[_0xb62a('0xd')]);router['get'](_0xb62a('0xe'),auth['isAuthenticated'](),controller['getMembers']);router[_0xb62a('0x7')](_0xb62a('0xf'),auth[_0xb62a('0x8')](),controller[_0xb62a('0x10')]);router[_0xb62a('0x7')](_0xb62a('0x11'),auth[_0xb62a('0x8')](),controller[_0xb62a('0x12')]);router[_0xb62a('0x13')]('/',auth[_0xb62a('0x8')](),controller[_0xb62a('0x14')]);router[_0xb62a('0x13')]('/:id/teams',auth[_0xb62a('0x8')](),controller[_0xb62a('0x15')]);router['post']('/:id/users',auth['isAuthenticated'](),controller['addAgents']);router['put']('/:id',auth[_0xb62a('0x8')](),controller['update']);router['delete'](_0xb62a('0xc'),auth[_0xb62a('0x8')](),controller[_0xb62a('0x16')]);router[_0xb62a('0x17')](_0xb62a('0xf'),auth['isAuthenticated'](),controller[_0xb62a('0x18')]);router[_0xb62a('0x17')](_0xb62a('0x11'),auth[_0xb62a('0x8')](),controller[_0xb62a('0x19')]);module['exports']=router;
\ No newline at end of file
+var _0x9cf2=['/describe','isAuthenticated','get','/:id','show','/:id/members','getMembers','/:id/teams','/:id/users','post','create','put','update','delete','removeAgents','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','index'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x9cf2,0xac));var _0x29cf=function(_0x2af90a,_0x4b34b8){_0x2af90a=_0x2af90a-0x0;var _0xd668ee=_0x9cf2[_0x2af90a];return _0xd668ee;};'use strict';var multer=require(_0x29cf('0x0'));var util=require(_0x29cf('0x1'));var path=require(_0x29cf('0x2'));var timeout=require(_0x29cf('0x3'));var express=require(_0x29cf('0x4'));var router=express[_0x29cf('0x5')]();var fs_extra=require(_0x29cf('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0x29cf('0x7'));var config=require(_0x29cf('0x8'));var controller=require('./whatsappQueue.controller');router['get']('/',auth['isAuthenticated'](),controller[_0x29cf('0x9')]);router['get'](_0x29cf('0xa'),auth[_0x29cf('0xb')](),controller['describe']);router[_0x29cf('0xc')](_0x29cf('0xd'),auth['isAuthenticated'](),controller[_0x29cf('0xe')]);router[_0x29cf('0xc')](_0x29cf('0xf'),auth[_0x29cf('0xb')](),controller[_0x29cf('0x10')]);router[_0x29cf('0xc')](_0x29cf('0x11'),auth[_0x29cf('0xb')](),controller['getTeams']);router[_0x29cf('0xc')](_0x29cf('0x12'),auth[_0x29cf('0xb')](),controller['getAgents']);router[_0x29cf('0x13')]('/',auth[_0x29cf('0xb')](),controller[_0x29cf('0x14')]);router[_0x29cf('0x13')](_0x29cf('0x11'),auth[_0x29cf('0xb')](),controller['addTeams']);router[_0x29cf('0x13')]('/:id/users',auth[_0x29cf('0xb')](),controller['addAgents']);router[_0x29cf('0x15')](_0x29cf('0xd'),auth['isAuthenticated'](),controller[_0x29cf('0x16')]);router[_0x29cf('0x17')](_0x29cf('0xd'),auth[_0x29cf('0xb')](),controller['destroy']);router[_0x29cf('0x17')](_0x29cf('0x11'),auth['isAuthenticated'](),controller['removeTeams']);router[_0x29cf('0x17')](_0x29cf('0x12'),auth[_0x29cf('0xb')](),controller[_0x29cf('0x18')]);module[_0x29cf('0x19')]=router;
\ No newline at end of file