Built motion from commit (unavailable).|2.5.9
[motion2.git] / server / api / smsQueue / index.js
index 63015df..578e0f4 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb0e5=['./smsQueue.controller','isAuthenticated','index','describe','get','/:id','show','/:id/members','getTeams','/:id/users','getAgents','create','post','/:id/teams','addTeams','addAgents','put','update','delete','destroy','removeTeams','removeAgents','exports','multer','util','path','connect-timeout','express','../../components/interaction/service'];(function(_0x50b206,_0x5e8ee4){var _0x280f24=function(_0x3ba094){while(--_0x3ba094){_0x50b206['push'](_0x50b206['shift']());}};_0x280f24(++_0x5e8ee4);}(_0xb0e5,0x1ad));var _0x5b0e=function(_0x8cb31b,_0x509016){_0x8cb31b=_0x8cb31b-0x0;var _0x2ce32e=_0xb0e5[_0x8cb31b];return _0x2ce32e;};'use strict';var multer=require(_0x5b0e('0x0'));var util=require(_0x5b0e('0x1'));var path=require(_0x5b0e('0x2'));var timeout=require(_0x5b0e('0x3'));var express=require(_0x5b0e('0x4'));var router=express['Router']();var auth=require('../../components/auth/service');var interaction=require(_0x5b0e('0x5'));var config=require('../../config/environment');var controller=require(_0x5b0e('0x6'));router['get']('/',auth[_0x5b0e('0x7')](),controller[_0x5b0e('0x8')]);router['get']('/describe',auth[_0x5b0e('0x7')](),controller[_0x5b0e('0x9')]);router[_0x5b0e('0xa')](_0x5b0e('0xb'),auth[_0x5b0e('0x7')](),controller[_0x5b0e('0xc')]);router[_0x5b0e('0xa')](_0x5b0e('0xd'),auth[_0x5b0e('0x7')](),controller['getMembers']);router[_0x5b0e('0xa')]('/:id/teams',auth['isAuthenticated'](),controller[_0x5b0e('0xe')]);router[_0x5b0e('0xa')](_0x5b0e('0xf'),auth['isAuthenticated'](),controller[_0x5b0e('0x10')]);router['post']('/',auth['isAuthenticated'](),controller[_0x5b0e('0x11')]);router[_0x5b0e('0x12')](_0x5b0e('0x13'),auth[_0x5b0e('0x7')](),controller[_0x5b0e('0x14')]);router[_0x5b0e('0x12')](_0x5b0e('0xf'),auth[_0x5b0e('0x7')](),controller[_0x5b0e('0x15')]);router[_0x5b0e('0x16')](_0x5b0e('0xb'),auth[_0x5b0e('0x7')](),controller[_0x5b0e('0x17')]);router[_0x5b0e('0x18')](_0x5b0e('0xb'),auth[_0x5b0e('0x7')](),controller[_0x5b0e('0x19')]);router[_0x5b0e('0x18')](_0x5b0e('0x13'),auth[_0x5b0e('0x7')](),controller[_0x5b0e('0x1a')]);router[_0x5b0e('0x18')]('/:id/users',auth['isAuthenticated'](),controller[_0x5b0e('0x1b')]);module[_0x5b0e('0x1c')]=router;
\ No newline at end of file
+var _0x9d76=['put','delete','destroy','removeTeams','removeAgents','exports','multer','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','describe','/:id','show','/:id/members','getMembers','/:id/teams','getTeams','getAgents','post','create','addTeams','addAgents'];(function(_0x17d9e3,_0x1f969c){var _0x14192d=function(_0x159745){while(--_0x159745){_0x17d9e3['push'](_0x17d9e3['shift']());}};_0x14192d(++_0x1f969c);}(_0x9d76,0x76));var _0x69d7=function(_0x2cbe71,_0x5852bd){_0x2cbe71=_0x2cbe71-0x0;var _0x35149b=_0x9d76[_0x2cbe71];return _0x35149b;};'use strict';var multer=require(_0x69d7('0x0'));var util=require('util');var path=require(_0x69d7('0x1'));var timeout=require(_0x69d7('0x2'));var express=require(_0x69d7('0x3'));var router=express[_0x69d7('0x4')]();var auth=require(_0x69d7('0x5'));var interaction=require(_0x69d7('0x6'));var config=require('../../config/environment');var controller=require('./smsQueue.controller');router[_0x69d7('0x7')]('/',auth[_0x69d7('0x8')](),controller[_0x69d7('0x9')]);router[_0x69d7('0x7')]('/describe',auth[_0x69d7('0x8')](),controller[_0x69d7('0xa')]);router[_0x69d7('0x7')](_0x69d7('0xb'),auth[_0x69d7('0x8')](),controller[_0x69d7('0xc')]);router[_0x69d7('0x7')](_0x69d7('0xd'),auth['isAuthenticated'](),controller[_0x69d7('0xe')]);router[_0x69d7('0x7')](_0x69d7('0xf'),auth[_0x69d7('0x8')](),controller[_0x69d7('0x10')]);router[_0x69d7('0x7')]('/:id/users',auth['isAuthenticated'](),controller[_0x69d7('0x11')]);router[_0x69d7('0x12')]('/',auth['isAuthenticated'](),controller[_0x69d7('0x13')]);router[_0x69d7('0x12')](_0x69d7('0xf'),auth[_0x69d7('0x8')](),controller[_0x69d7('0x14')]);router[_0x69d7('0x12')]('/:id/users',auth[_0x69d7('0x8')](),controller[_0x69d7('0x15')]);router[_0x69d7('0x16')](_0x69d7('0xb'),auth['isAuthenticated'](),controller['update']);router[_0x69d7('0x17')](_0x69d7('0xb'),auth[_0x69d7('0x8')](),controller[_0x69d7('0x18')]);router[_0x69d7('0x17')](_0x69d7('0xf'),auth[_0x69d7('0x8')](),controller[_0x69d7('0x19')]);router[_0x69d7('0x17')]('/:id/users',auth[_0x69d7('0x8')](),controller[_0x69d7('0x1a')]);module[_0x69d7('0x1b')]=router;
\ No newline at end of file