Built motion from commit (unavailable).|2.5.5
[motion2.git] / server / api / whatsappQueue / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x4787=['destroy','removeTeams','removeAgents','exports','multer','express','Router','../../components/auth/service','../../config/environment','get','isAuthenticated','describe','/:id','/:id/teams','/:id/users','getAgents','create','addAgents','put','update','delete'];(function(_0x599f41,_0x4db732){var _0x2e4d58=function(_0x14c882){while(--_0x14c882){_0x599f41['push'](_0x599f41['shift']());}};_0x2e4d58(++_0x4db732);}(_0x4787,0x1bd));var _0x7478=function(_0x50a0c2,_0x4befab){_0x50a0c2=_0x50a0c2-0x0;var _0x5ebadd=_0x4787[_0x50a0c2];return _0x5ebadd;};'use strict';var multer=require(_0x7478('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x7478('0x1'));var router=express[_0x7478('0x2')]();var auth=require(_0x7478('0x3'));var interaction=require('../../components/interaction/service');var config=require(_0x7478('0x4'));var controller=require('./whatsappQueue.controller');router[_0x7478('0x5')]('/',auth[_0x7478('0x6')](),controller['index']);router[_0x7478('0x5')]('/describe',auth[_0x7478('0x6')](),controller[_0x7478('0x7')]);router[_0x7478('0x5')](_0x7478('0x8'),auth[_0x7478('0x6')](),controller['show']);router[_0x7478('0x5')]('/:id/members',auth[_0x7478('0x6')](),controller['getMembers']);router[_0x7478('0x5')](_0x7478('0x9'),auth[_0x7478('0x6')](),controller['getTeams']);router[_0x7478('0x5')](_0x7478('0xa'),auth['isAuthenticated'](),controller[_0x7478('0xb')]);router['post']('/',auth[_0x7478('0x6')](),controller[_0x7478('0xc')]);router['post']('/:id/teams',auth[_0x7478('0x6')](),controller['addTeams']);router['post'](_0x7478('0xa'),auth[_0x7478('0x6')](),controller[_0x7478('0xd')]);router[_0x7478('0xe')]('/:id',auth[_0x7478('0x6')](),controller[_0x7478('0xf')]);router[_0x7478('0x10')](_0x7478('0x8'),auth[_0x7478('0x6')](),controller[_0x7478('0x11')]);router[_0x7478('0x10')]('/:id/teams',auth[_0x7478('0x6')](),controller[_0x7478('0x12')]);router['delete'](_0x7478('0xa'),auth['isAuthenticated'](),controller[_0x7478('0x13')]);module[_0x7478('0x14')]=router;