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