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