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