Built motion from commit (unavailable).|2.5.15
[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 _0x11a8=['addAgents','put','update','delete','destroy','removeAgents','exports','multer','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappQueue.controller','isAuthenticated','index','get','/describe','describe','/:id','show','/:id/members','getMembers','getTeams','/:id/users','post','create','/:id/teams'];(function(_0x1bec80,_0x5ae705){var _0x4a373c=function(_0x287a96){while(--_0x287a96){_0x1bec80['push'](_0x1bec80['shift']());}};_0x4a373c(++_0x5ae705);}(_0x11a8,0x1c7));var _0x811a=function(_0x281095,_0x140a85){_0x281095=_0x281095-0x0;var _0x4d9b65=_0x11a8[_0x281095];return _0x4d9b65;};'use strict';var multer=require(_0x811a('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x811a('0x1'));var router=express[_0x811a('0x2')]();var auth=require(_0x811a('0x3'));var interaction=require(_0x811a('0x4'));var config=require(_0x811a('0x5'));var controller=require(_0x811a('0x6'));router['get']('/',auth[_0x811a('0x7')](),controller[_0x811a('0x8')]);router[_0x811a('0x9')](_0x811a('0xa'),auth['isAuthenticated'](),controller[_0x811a('0xb')]);router[_0x811a('0x9')](_0x811a('0xc'),auth['isAuthenticated'](),controller[_0x811a('0xd')]);router[_0x811a('0x9')](_0x811a('0xe'),auth[_0x811a('0x7')](),controller[_0x811a('0xf')]);router[_0x811a('0x9')]('/:id/teams',auth['isAuthenticated'](),controller[_0x811a('0x10')]);router[_0x811a('0x9')](_0x811a('0x11'),auth[_0x811a('0x7')](),controller['getAgents']);router[_0x811a('0x12')]('/',auth['isAuthenticated'](),controller[_0x811a('0x13')]);router[_0x811a('0x12')](_0x811a('0x14'),auth[_0x811a('0x7')](),controller['addTeams']);router[_0x811a('0x12')]('/:id/users',auth[_0x811a('0x7')](),controller[_0x811a('0x15')]);router[_0x811a('0x16')](_0x811a('0xc'),auth[_0x811a('0x7')](),controller[_0x811a('0x17')]);router[_0x811a('0x18')]('/:id',auth['isAuthenticated'](),controller[_0x811a('0x19')]);router[_0x811a('0x18')](_0x811a('0x14'),auth[_0x811a('0x7')](),controller['removeTeams']);router[_0x811a('0x18')](_0x811a('0x11'),auth[_0x811a('0x7')](),controller[_0x811a('0x1a')]);module[_0x811a('0x1b')]=router;