878cab2c0ea07ffb19ae7326d2ae249145875100
[motion2.git] / server / api / webbar / 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 _0x37dc=['canUpdate','hangup','post','/answer','isAuthenticated','answer','/hold','hold','/unhold','unhold','calls','/transfer','transfer','exports','express','Router','../../components/auth/service','./webbar.controller','/originate'];(function(_0x329437,_0x1de73a){var _0x3789d9=function(_0x37832e){while(--_0x37832e){_0x329437['push'](_0x329437['shift']());}};_0x3789d9(++_0x1de73a);}(_0x37dc,0x1e9));var _0xc37d=function(_0x529068,_0x169a5b){_0x529068=_0x529068-0x0;var _0x36858b=_0x37dc[_0x529068];return _0x36858b;};'use strict';var express=require(_0xc37d('0x0'));var router=express[_0xc37d('0x1')]();var auth=require(_0xc37d('0x2'));var controller=require(_0xc37d('0x3'));router['post'](_0xc37d('0x4'),auth['isAuthenticated'](),auth[_0xc37d('0x5')](),controller['originate']);router['post']('/hangup',auth['isAuthenticated'](),auth[_0xc37d('0x5')](),controller[_0xc37d('0x6')]);router[_0xc37d('0x7')](_0xc37d('0x8'),auth[_0xc37d('0x9')](),auth[_0xc37d('0x5')](),controller[_0xc37d('0xa')]);router[_0xc37d('0x7')](_0xc37d('0xb'),auth['isAuthenticated'](),auth[_0xc37d('0x5')](),controller[_0xc37d('0xc')]);router['post'](_0xc37d('0xd'),auth[_0xc37d('0x9')](),auth['canUpdate'](),controller[_0xc37d('0xe')]);router[_0xc37d('0x7')]('/calls',auth[_0xc37d('0x9')](),auth[_0xc37d('0x5')](),controller[_0xc37d('0xf')]);router[_0xc37d('0x7')](_0xc37d('0x10'),auth[_0xc37d('0x9')](),auth[_0xc37d('0x5')](),controller[_0xc37d('0x11')]);module[_0xc37d('0x12')]=router;