Built motion from commit 753c950e.|2.5.42
[motion2.git] / server / api / rpc / 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 _0x233e=['/whatsapp/queues','/fax/queues','faxQueues','/voice/queues/preview/:id','voiceQueuesPreview','/voice/queues/channels','voiceQueuesChannels','/voice/queues/channels/:uniqueid','voiceQueuesChannel','/voice/queues/channels/:uniqueid/hangup','/voice/queues/channels/:uniqueid/redirect/:exten','voiceQueuesChannelRedirect','/voice/queues/:id','put','updateVoiceQueue','/outbound','outbound','outboundChannels','/agents','agents','agentCapacity','telephones','/trunks','trunks','/fax/accounts','faxAccounts','/chat/queues/waitinginteractions','chatQueuesWaitingInteractions','/mail/queues/waitinginteractions','mailQueuesWaitingInteractions','/openchannel/queues/waitinginteractions','openchannelQueuesWaitingInteractions','/openchannel/queues/:id/waitinginteractions','openchannelQueuesIdWaitingInteractions','/sms/queues/waitinginteractions','smsQueuesWaitingInteractions','/whatsapp/queues/waitinginteractions','whatsappQueuesWaitingInteractions','/fax/queues/waitinginteractions','post','/mail/queues/:id/notify','mail','/mail/queues/:id','showMailQueues','chat','/chat/queues/:id','showChatQueues','queueNotify','fax','/fax/queues/:id','showFaxQueues','openchannel','/sms/queues/:id/notify','sms','/whatsapp/queues/:id/notify','whatsapp','/sms/queues/:id','showSmsQueues','/whatsapp/queues/:id','showWhatsappQueues','agentNotify','exports','util','path','Router','get','/voice/channels','isAuthenticated','voiceChannels','/voice/channels/:uniqueid/mixmonitor','voiceChannelMixMonitor','/voice/channels/:uniqueid/stopmixmonitor','voiceChannelStopMixMonitor','/voice/queues','/chat/queues','chatQueues','mailQueues','/mail/accounts','mailAccounts','/openchannel/queues','openchannelQueues','/sms/queues','smsQueues'];(function(_0x493dda,_0x1528d3){var _0x31a5a6=function(_0x43c676){while(--_0x43c676){_0x493dda['push'](_0x493dda['shift']());}};_0x31a5a6(++_0x1528d3);}(_0x233e,0x1dd));var _0xe233=function(_0xe46d49,_0xcde98e){_0xe46d49=_0xe46d49-0x0;var _0x495889=_0x233e[_0xe46d49];return _0x495889;};'use strict';var multer=require('multer');var util=require(_0xe233('0x0'));var path=require(_0xe233('0x1'));var express=require('express');var router=express[_0xe233('0x2')]();var auth=require('../../components/auth/service');var controller=require('./rpc.controller');router[_0xe233('0x3')](_0xe233('0x4'),auth[_0xe233('0x5')](),controller[_0xe233('0x6')]);router[_0xe233('0x3')](_0xe233('0x7'),auth['isAuthenticated'](),controller[_0xe233('0x8')]);router[_0xe233('0x3')](_0xe233('0x9'),auth[_0xe233('0x5')](),controller[_0xe233('0xa')]);router[_0xe233('0x3')](_0xe233('0xb'),auth['isAuthenticated'](),controller['voiceQueues']);router[_0xe233('0x3')](_0xe233('0xc'),auth[_0xe233('0x5')](),controller[_0xe233('0xd')]);router[_0xe233('0x3')]('/mail/queues',auth[_0xe233('0x5')](),controller[_0xe233('0xe')]);router[_0xe233('0x3')](_0xe233('0xf'),auth[_0xe233('0x5')](),controller[_0xe233('0x10')]);router[_0xe233('0x3')](_0xe233('0x11'),auth[_0xe233('0x5')](),controller[_0xe233('0x12')]);router[_0xe233('0x3')](_0xe233('0x13'),auth[_0xe233('0x5')](),controller[_0xe233('0x14')]);router[_0xe233('0x3')](_0xe233('0x15'),auth['isAuthenticated'](),controller['whatsappQueues']);router['get'](_0xe233('0x16'),auth[_0xe233('0x5')](),controller[_0xe233('0x17')]);router[_0xe233('0x3')](_0xe233('0x18'),auth[_0xe233('0x5')](),controller[_0xe233('0x19')]);router['get'](_0xe233('0x1a'),auth['isAuthenticated'](),controller[_0xe233('0x1b')]);router['get'](_0xe233('0x1c'),auth['isAuthenticated'](),controller[_0xe233('0x1d')]);router[_0xe233('0x3')](_0xe233('0x1e'),auth['isAuthenticated'](),controller['voiceQueuesChannelHangup']);router[_0xe233('0x3')](_0xe233('0x1f'),auth['isAuthenticated'](),controller[_0xe233('0x20')]);router['get'](_0xe233('0x21'),auth[_0xe233('0x5')](),controller['showVoiceQueues']);router[_0xe233('0x22')](_0xe233('0x21'),auth[_0xe233('0x5')](),controller[_0xe233('0x23')]);router[_0xe233('0x3')](_0xe233('0x24'),auth[_0xe233('0x5')](),controller[_0xe233('0x25')]);router['get']('/outbound/channels',auth['isAuthenticated'](),controller[_0xe233('0x26')]);router[_0xe233('0x3')](_0xe233('0x27'),auth[_0xe233('0x5')](),controller[_0xe233('0x28')]);router[_0xe233('0x22')]('/agents/:id/capacity',auth[_0xe233('0x5')](),controller[_0xe233('0x29')]);router[_0xe233('0x3')]('/telephones',auth[_0xe233('0x5')](),controller[_0xe233('0x2a')]);router[_0xe233('0x3')](_0xe233('0x2b'),auth[_0xe233('0x5')](),controller[_0xe233('0x2c')]);router[_0xe233('0x3')]('/campaigns',auth[_0xe233('0x5')](),controller['campaigns']);router[_0xe233('0x3')](_0xe233('0x2d'),auth[_0xe233('0x5')](),controller[_0xe233('0x2e')]);router[_0xe233('0x3')](_0xe233('0x2f'),auth[_0xe233('0x5')](),controller[_0xe233('0x30')]);router[_0xe233('0x3')](_0xe233('0x31'),auth['isAuthenticated'](),controller[_0xe233('0x32')]);router[_0xe233('0x3')](_0xe233('0x33'),auth[_0xe233('0x5')](),controller[_0xe233('0x34')]);router[_0xe233('0x3')](_0xe233('0x35'),auth[_0xe233('0x5')](),controller[_0xe233('0x36')]);router[_0xe233('0x3')](_0xe233('0x37'),auth['isAuthenticated'](),controller[_0xe233('0x38')]);router[_0xe233('0x3')](_0xe233('0x39'),auth['isAuthenticated'](),controller[_0xe233('0x3a')]);router['get'](_0xe233('0x3b'),auth['isAuthenticated'](),controller['faxQueuesWaitingInteractions']);router[_0xe233('0x3c')](_0xe233('0x3d'),auth[_0xe233('0x5')](),controller['queueNotify'](_0xe233('0x3e')));router['get'](_0xe233('0x3f'),auth['isAuthenticated'](),controller[_0xe233('0x40')]);router[_0xe233('0x3c')]('/chat/queues/:id/notify',auth[_0xe233('0x5')](),controller['queueNotify'](_0xe233('0x41')));router[_0xe233('0x3')](_0xe233('0x42'),auth[_0xe233('0x5')](),controller[_0xe233('0x43')]);router[_0xe233('0x3c')]('/fax/queues/:id/notify',auth[_0xe233('0x5')](),controller[_0xe233('0x44')](_0xe233('0x45')));router['get'](_0xe233('0x46'),auth[_0xe233('0x5')](),controller[_0xe233('0x47')]);router[_0xe233('0x3c')]('/openchannel/queues/:id/notify',auth[_0xe233('0x5')](),controller['queueNotify'](_0xe233('0x48')));router[_0xe233('0x3')]('/openchannel/queues/:id',auth[_0xe233('0x5')](),controller['showOpenchannelQueues']);router[_0xe233('0x3c')](_0xe233('0x49'),auth[_0xe233('0x5')](),controller[_0xe233('0x44')](_0xe233('0x4a')));router[_0xe233('0x3c')](_0xe233('0x4b'),auth[_0xe233('0x5')](),controller['queueNotify'](_0xe233('0x4c')));router[_0xe233('0x3')](_0xe233('0x4d'),auth[_0xe233('0x5')](),controller[_0xe233('0x4e')]);router[_0xe233('0x3')](_0xe233('0x4f'),auth[_0xe233('0x5')](),controller[_0xe233('0x50')]);router[_0xe233('0x3c')]('/agents/:id/notify',auth['isAuthenticated'](),controller[_0xe233('0x51')]);module[_0xe233('0x52')]=router;