Built motion from commit a679711e.|2.6.15
[motion2.git] / server / api / smsQueue / index.js
index 253a311..15346d5 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xa23f=['util','express','Router','../../components/auth/service','../../components/interaction/service','./smsQueue.controller','isAuthenticated','index','get','/describe','describe','/:id','show','/:id/members','/:id/users','post','create','addTeams','addAgents','put','delete','destroy','removeAgents','exports','multer'];(function(_0x13fc38,_0x1e45b5){var _0xcf8110=function(_0x1724ef){while(--_0x1724ef){_0x13fc38['push'](_0x13fc38['shift']());}};_0xcf8110(++_0x1e45b5);}(_0xa23f,0x7c));var _0xfa23=function(_0x589201,_0x4fcdf6){_0x589201=_0x589201-0x0;var _0x269e0e=_0xa23f[_0x589201];return _0x269e0e;};'use strict';var multer=require(_0xfa23('0x0'));var util=require(_0xfa23('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xfa23('0x2'));var router=express[_0xfa23('0x3')]();var auth=require(_0xfa23('0x4'));var interaction=require(_0xfa23('0x5'));var config=require('../../config/environment');var controller=require(_0xfa23('0x6'));router['get']('/',auth[_0xfa23('0x7')](),controller[_0xfa23('0x8')]);router[_0xfa23('0x9')](_0xfa23('0xa'),auth['isAuthenticated'](),controller[_0xfa23('0xb')]);router['get'](_0xfa23('0xc'),auth[_0xfa23('0x7')](),controller[_0xfa23('0xd')]);router[_0xfa23('0x9')](_0xfa23('0xe'),auth['isAuthenticated'](),controller['getMembers']);router[_0xfa23('0x9')]('/:id/teams',auth[_0xfa23('0x7')](),controller['getTeams']);router[_0xfa23('0x9')](_0xfa23('0xf'),auth[_0xfa23('0x7')](),controller['getAgents']);router[_0xfa23('0x10')]('/',auth[_0xfa23('0x7')](),controller[_0xfa23('0x11')]);router['post']('/:id/teams',auth[_0xfa23('0x7')](),controller[_0xfa23('0x12')]);router[_0xfa23('0x10')](_0xfa23('0xf'),auth['isAuthenticated'](),controller[_0xfa23('0x13')]);router[_0xfa23('0x14')](_0xfa23('0xc'),auth[_0xfa23('0x7')](),controller['update']);router[_0xfa23('0x15')](_0xfa23('0xc'),auth[_0xfa23('0x7')](),controller[_0xfa23('0x16')]);router[_0xfa23('0x15')]('/:id/teams',auth['isAuthenticated'](),controller['removeTeams']);router[_0xfa23('0x15')](_0xfa23('0xf'),auth['isAuthenticated'](),controller[_0xfa23('0x17')]);module[_0xfa23('0x18')]=router;
\ No newline at end of file
+var _0x93b1=['./smsQueue.controller','get','isAuthenticated','index','describe','/:id','show','/:id/members','getMembers','getTeams','/:id/users','post','create','addTeams','put','delete','/:id/teams','removeTeams','removeAgents','exports','multer','util','connect-timeout','Router','fs-extra','../../components/auth/service','../../config/environment'];(function(_0x4ab737,_0x47ea44){var _0x55ee78=function(_0x554c7d){while(--_0x554c7d){_0x4ab737['push'](_0x4ab737['shift']());}};_0x55ee78(++_0x47ea44);}(_0x93b1,0x122));var _0x193b=function(_0x5b150f,_0x185e99){_0x5b150f=_0x5b150f-0x0;var _0x3a246e=_0x93b1[_0x5b150f];return _0x3a246e;};'use strict';var multer=require(_0x193b('0x0'));var util=require(_0x193b('0x1'));var path=require('path');var timeout=require(_0x193b('0x2'));var express=require('express');var router=express[_0x193b('0x3')]();var fs_extra=require(_0x193b('0x4'));var auth=require(_0x193b('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x193b('0x6'));var controller=require(_0x193b('0x7'));router[_0x193b('0x8')]('/',auth[_0x193b('0x9')](),controller[_0x193b('0xa')]);router[_0x193b('0x8')]('/describe',auth[_0x193b('0x9')](),controller[_0x193b('0xb')]);router[_0x193b('0x8')](_0x193b('0xc'),auth[_0x193b('0x9')](),controller[_0x193b('0xd')]);router['get'](_0x193b('0xe'),auth['isAuthenticated'](),controller[_0x193b('0xf')]);router[_0x193b('0x8')]('/:id/teams',auth[_0x193b('0x9')](),controller[_0x193b('0x10')]);router[_0x193b('0x8')](_0x193b('0x11'),auth[_0x193b('0x9')](),controller['getAgents']);router[_0x193b('0x12')]('/',auth[_0x193b('0x9')](),controller[_0x193b('0x13')]);router[_0x193b('0x12')]('/:id/teams',auth[_0x193b('0x9')](),controller[_0x193b('0x14')]);router[_0x193b('0x12')](_0x193b('0x11'),auth[_0x193b('0x9')](),controller['addAgents']);router[_0x193b('0x15')](_0x193b('0xc'),auth['isAuthenticated'](),controller['update']);router['delete'](_0x193b('0xc'),auth['isAuthenticated'](),controller['destroy']);router[_0x193b('0x16')](_0x193b('0x17'),auth[_0x193b('0x9')](),controller[_0x193b('0x18')]);router[_0x193b('0x16')](_0x193b('0x11'),auth[_0x193b('0x9')](),controller[_0x193b('0x19')]);module[_0x193b('0x1a')]=router;
\ No newline at end of file