cb25c265d328f5d7d4a5c6dc9b3f81c0bfefd108
[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 _0x08c4=['index','get','/describe','describe','/:id','show','/:id/members','/:id/teams','/:id/users','getAgents','post','create','addTeams','addAgents','put','delete','destroy','removeTeams','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','isAuthenticated'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x08c4,0xf3));var _0x408c=function(_0x2aaa71,_0x317272){_0x2aaa71=_0x2aaa71-0x0;var _0x7be82d=_0x08c4[_0x2aaa71];return _0x7be82d;};'use strict';var multer=require('multer');var util=require(_0x408c('0x0'));var path=require(_0x408c('0x1'));var timeout=require(_0x408c('0x2'));var express=require(_0x408c('0x3'));var router=express[_0x408c('0x4')]();var fs_extra=require(_0x408c('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x408c('0x6'));var config=require(_0x408c('0x7'));var controller=require('./whatsappQueue.controller');router['get']('/',auth[_0x408c('0x8')](),controller[_0x408c('0x9')]);router[_0x408c('0xa')](_0x408c('0xb'),auth['isAuthenticated'](),controller[_0x408c('0xc')]);router['get'](_0x408c('0xd'),auth['isAuthenticated'](),controller[_0x408c('0xe')]);router[_0x408c('0xa')](_0x408c('0xf'),auth[_0x408c('0x8')](),controller['getMembers']);router['get'](_0x408c('0x10'),auth['isAuthenticated'](),controller['getTeams']);router['get'](_0x408c('0x11'),auth[_0x408c('0x8')](),controller[_0x408c('0x12')]);router[_0x408c('0x13')]('/',auth['isAuthenticated'](),controller[_0x408c('0x14')]);router['post'](_0x408c('0x10'),auth[_0x408c('0x8')](),controller[_0x408c('0x15')]);router[_0x408c('0x13')]('/:id/users',auth[_0x408c('0x8')](),controller[_0x408c('0x16')]);router[_0x408c('0x17')](_0x408c('0xd'),auth['isAuthenticated'](),controller['update']);router[_0x408c('0x18')]('/:id',auth[_0x408c('0x8')](),controller[_0x408c('0x19')]);router[_0x408c('0x18')](_0x408c('0x10'),auth['isAuthenticated'](),controller[_0x408c('0x1a')]);router[_0x408c('0x18')](_0x408c('0x11'),auth[_0x408c('0x8')](),controller['removeAgents']);module[_0x408c('0x1b')]=router;