Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / user / index.js
index 13fc4f6..5fb12aa 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xd668=['create','bulkCreate','addQueues','diskStorage','join','root','server/files/images/','format','%s-%s','now','originalname','file','addAvatar','/:id/login','login','logout','/:id/pause','pause','/:id/unpause','unpause','/:id/chat_interactions','addChatInteractions','/:id/mail_interactions','addMailInteractions','/:id/fax_interactions','addFaxInteractions','addSmsInteractions','/:id/openchannel_interactions','addOpenchannelInteractions','/:id/whatsapp_interactions','addWhatsappInteractions','/:id/fax_accounts','addFaxAccounts','addMailAccounts','addOpenchannelAccounts','addSmsAccounts','addChatWebsites','createApiKey','put','update','/:id/password','delete','removeQueues','removeTeams','destroy','removeChatInteractions','removeMailInteractions','removeFaxInteractions','removeSmsInteractions','removeWhatsappInteractions','removeFaxAccounts','removeMailAccounts','removeOpenchannelAccounts','removeSmsAccounts','removeChatWebsites','removeWhatsappAccounts','multer','path','connect-timeout','express','Router','fs-extra','isAuthenticated','index','/describe','describe','get','/whoami','/presence','getPresence','/:id','/:id/avatar','getAvatar','/:id/open_tabs','getOpenTabs','/:id/contacts','getContacts','/:id/queues','getQueues','/:id/queues_rt','getVoiceQueuesRt','getGroups','getScreenRecordings','/:id/chat/interactions','getChatInteractions','/:id/openchannel/interactions','/:id/mail/interactions','getMailInteractions','/:id/sms/interactions','getSmsInteractions','/:id/fax/interactions','/:id/whatsapp/interactions','getWhatsappInteractions','getTeams','/:id/lists','getLists','/:id/agents','getAgents','/:id/prefixes','getVoicePrefixes','/:id/mail_accounts','/:id/openchannel_accounts','getOpenchannelAccounts','/:id/sms_accounts','getSmsAccounts','/:id/chat_websites','getChatWebsites','/:id/whatsapp_accounts','getWhatsappAccounts','getScheduledCalls','/:id/api_key','getApiKey','post','addContacts'];(function(_0x2186a5,_0x4f8dae){var _0x2745cb=function(_0x3ed86b){while(--_0x3ed86b){_0x2186a5['push'](_0x2186a5['shift']());}};_0x2745cb(++_0x4f8dae);}(_0xd668,0x18e));var _0x8d66=function(_0x5a09fd,_0x487978){_0x5a09fd=_0x5a09fd-0x0;var _0x51dc26=_0xd668[_0x5a09fd];return _0x51dc26;};'use strict';var multer=require(_0x8d66('0x0'));var util=require('util');var path=require(_0x8d66('0x1'));var timeout=require(_0x8d66('0x2'));var express=require(_0x8d66('0x3'));var router=express[_0x8d66('0x4')]();var fs_extra=require(_0x8d66('0x5'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./user.controller');router['get']('/',auth[_0x8d66('0x6')](),controller[_0x8d66('0x7')]);router['get'](_0x8d66('0x8'),auth['isAuthenticated'](),controller[_0x8d66('0x9')]);router[_0x8d66('0xa')](_0x8d66('0xb'),auth[_0x8d66('0x6')](),controller['whoami']);router[_0x8d66('0xa')](_0x8d66('0xc'),auth[_0x8d66('0x6')](),controller[_0x8d66('0xd')]);router[_0x8d66('0xa')](_0x8d66('0xe'),auth[_0x8d66('0x6')](),controller['show']);router[_0x8d66('0xa')](_0x8d66('0xf'),controller[_0x8d66('0x10')]);router[_0x8d66('0xa')](_0x8d66('0x11'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x12')]);router[_0x8d66('0xa')](_0x8d66('0x13'),auth['isAuthenticated'](),controller[_0x8d66('0x14')]);router['get'](_0x8d66('0x15'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x16')]);router[_0x8d66('0xa')](_0x8d66('0x17'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x18')]);router['get']('/:id/groups',auth[_0x8d66('0x6')](),controller[_0x8d66('0x19')]);router['get']('/:id/recordings',auth[_0x8d66('0x6')](),controller['getRecordings']);router['get']('/:id/screen_recordings',auth[_0x8d66('0x6')](),controller[_0x8d66('0x1a')]);router[_0x8d66('0xa')](_0x8d66('0x1b'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x1c')]);router[_0x8d66('0xa')](_0x8d66('0x1d'),auth[_0x8d66('0x6')](),controller['getOpenchannelInteractions']);router[_0x8d66('0xa')](_0x8d66('0x1e'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x1f')]);router[_0x8d66('0xa')](_0x8d66('0x20'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x21')]);router[_0x8d66('0xa')](_0x8d66('0x22'),auth[_0x8d66('0x6')](),controller['getFaxInteractions']);router[_0x8d66('0xa')](_0x8d66('0x23'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x24')]);router[_0x8d66('0xa')]('/:id/teams',auth[_0x8d66('0x6')](),controller[_0x8d66('0x25')]);router[_0x8d66('0xa')](_0x8d66('0x26'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x27')]);router[_0x8d66('0xa')](_0x8d66('0x28'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x29')]);router[_0x8d66('0xa')](_0x8d66('0x2a'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x2b')]);router[_0x8d66('0xa')]('/:id/fax_accounts',auth['isAuthenticated'](),controller['getFaxAccounts']);router[_0x8d66('0xa')](_0x8d66('0x2c'),auth[_0x8d66('0x6')](),controller['getMailAccounts']);router['get'](_0x8d66('0x2d'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x2e')]);router[_0x8d66('0xa')](_0x8d66('0x2f'),auth['isAuthenticated'](),controller[_0x8d66('0x30')]);router[_0x8d66('0xa')](_0x8d66('0x31'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x32')]);router['get'](_0x8d66('0x33'),auth['isAuthenticated'](),controller[_0x8d66('0x34')]);router[_0x8d66('0xa')]('/:id/scheduled_calls',auth[_0x8d66('0x6')](),controller[_0x8d66('0x35')]);router['get'](_0x8d66('0x36'),auth['isAuthenticated'](),controller[_0x8d66('0x37')]);router[_0x8d66('0x38')]('/:id/contacts',auth['isAuthenticated'](),controller[_0x8d66('0x39')]);router[_0x8d66('0x38')]('/',auth['isAuthenticated'](),controller[_0x8d66('0x3a')]);router[_0x8d66('0x38')]('/create_many',auth[_0x8d66('0x6')](),controller[_0x8d66('0x3b')]);router[_0x8d66('0x38')]('/:id/queues',auth[_0x8d66('0x6')](),controller[_0x8d66('0x3c')]);var upload=multer({'storage':multer[_0x8d66('0x3d')]({'destination':function(_0x240a82,_0x189acb,_0x4bf260){_0x4bf260(null,path[_0x8d66('0x3e')](config[_0x8d66('0x3f')],_0x8d66('0x40')));},'filename':function(_0xcc8b2,_0x183dfb,_0x4ffe15){_0x4ffe15(null,util[_0x8d66('0x41')](_0x8d66('0x42'),Date[_0x8d66('0x43')](),_0x183dfb[_0x8d66('0x44')]));}})});router['post']('/:id/avatar',upload['single'](_0x8d66('0x45')),controller[_0x8d66('0x46')]);router['post'](_0x8d66('0x47'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x48')]);router[_0x8d66('0x38')]('/:id/logout',auth[_0x8d66('0x6')](),controller[_0x8d66('0x49')]);router['post'](_0x8d66('0x4a'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x4b')]);router['post'](_0x8d66('0x4c'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x4d')]);router['post']('/:id/teams',auth[_0x8d66('0x6')](),controller['addTeams']);router['post'](_0x8d66('0x4e'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x4f')]);router[_0x8d66('0x38')](_0x8d66('0x50'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x51')]);router[_0x8d66('0x38')](_0x8d66('0x52'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x53')]);router[_0x8d66('0x38')]('/:id/sms_interactions',auth[_0x8d66('0x6')](),controller[_0x8d66('0x54')]);router['post'](_0x8d66('0x55'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x56')]);router[_0x8d66('0x38')](_0x8d66('0x57'),auth['isAuthenticated'](),controller[_0x8d66('0x58')]);router['post'](_0x8d66('0x59'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x5a')]);router[_0x8d66('0x38')]('/:id/mail_accounts',auth['isAuthenticated'](),controller[_0x8d66('0x5b')]);router[_0x8d66('0x38')](_0x8d66('0x2d'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x5c')]);router['post'](_0x8d66('0x2f'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x5d')]);router[_0x8d66('0x38')]('/:id/chat_websites',auth[_0x8d66('0x6')](),controller[_0x8d66('0x5e')]);router['post']('/:id/whatsapp_accounts',auth[_0x8d66('0x6')](),controller['addWhatsappAccounts']);router[_0x8d66('0x38')](_0x8d66('0x36'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x5f')]);router[_0x8d66('0x60')](_0x8d66('0xe'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x61')]);router[_0x8d66('0x60')](_0x8d66('0x62'),auth[_0x8d66('0x6')](),controller['changePassword']);router[_0x8d66('0x63')]('/:id/queues',auth['isAuthenticated'](),controller[_0x8d66('0x64')]);router[_0x8d66('0x63')]('/:id/teams',auth[_0x8d66('0x6')](),controller[_0x8d66('0x65')]);router[_0x8d66('0x63')](_0x8d66('0xe'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x66')]);router[_0x8d66('0x63')]('/:id/chat_interactions',auth[_0x8d66('0x6')](),controller[_0x8d66('0x67')]);router[_0x8d66('0x63')](_0x8d66('0x50'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x68')]);router[_0x8d66('0x63')]('/:id/fax_interactions',auth['isAuthenticated'](),controller[_0x8d66('0x69')]);router[_0x8d66('0x63')]('/:id/sms_interactions',auth[_0x8d66('0x6')](),controller[_0x8d66('0x6a')]);router['delete'](_0x8d66('0x55'),auth['isAuthenticated'](),controller['removeOpenchannelInteractions']);router[_0x8d66('0x63')](_0x8d66('0x57'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x6b')]);router[_0x8d66('0x63')]('/:id/fax_accounts',auth[_0x8d66('0x6')](),controller[_0x8d66('0x6c')]);router[_0x8d66('0x63')](_0x8d66('0x2c'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x6d')]);router[_0x8d66('0x63')](_0x8d66('0x2d'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x6e')]);router['delete'](_0x8d66('0x2f'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x6f')]);router[_0x8d66('0x63')](_0x8d66('0x31'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x70')]);router[_0x8d66('0x63')](_0x8d66('0x33'),auth[_0x8d66('0x6')](),controller[_0x8d66('0x71')]);router[_0x8d66('0x63')](_0x8d66('0x36'),auth['isAuthenticated'](),controller['removeApiKey']);router[_0x8d66('0x38')]('/:id/messengerSoundNotification',auth['isAuthenticated'](),controller['messengerSoundNotification']);module['exports']=router;
\ No newline at end of file
+var _0x2902=['removeWhatsappAccounts','messengerSoundNotification','multer','util','path','connect-timeout','Router','fs-extra','../../components/auth/service','../../config/environment','./user.controller','get','index','describe','/whoami','whoami','/presence','isAuthenticated','getPresence','show','/:id/avatar','getAvatar','/:id/open_tabs','getContacts','/:id/queues','/:id/queues_rt','getVoiceQueuesRt','/:id/groups','getGroups','getRecordings','/:id/screen_recordings','getScreenRecordings','/:id/chat/interactions','getChatInteractions','/:id/openchannel/interactions','getOpenchannelInteractions','getMailInteractions','/:id/sms/interactions','getSmsInteractions','/:id/fax/interactions','/:id/whatsapp/interactions','getWhatsappInteractions','getTeams','/:id/lists','getLists','/:id/agents','getAgents','/:id/prefixes','getVoicePrefixes','getFaxAccounts','/:id/mail_accounts','/:id/openchannel_accounts','getOpenchannelAccounts','/:id/sms_accounts','/:id/chat_websites','getChatWebsites','getWhatsappAccounts','/:id/scheduled_calls','getScheduledCalls','/:id/api_key','post','/:id/contacts','addContacts','create','bulkCreate','addQueues','diskStorage','join','root','server/files/images/','format','%s-%s','now','single','file','addAvatar','login','/:id/pause','pause','/:id/unpause','unpause','addTeams','/:id/chat_interactions','addChatInteractions','/:id/mail_interactions','addMailInteractions','addFaxInteractions','/:id/sms_interactions','addSmsInteractions','/:id/fax_accounts','addFaxAccounts','addOpenchannelAccounts','addSmsAccounts','addChatWebsites','/:id/whatsapp_accounts','addWhatsappAccounts','createApiKey','put','/:id/password','changePassword','removeQueues','delete','/:id/teams','removeTeams','/:id','destroy','removeChatInteractions','removeMailInteractions','removeFaxInteractions','removeSmsInteractions','removeOpenchannelInteractions','/:id/whatsapp_interactions','removeWhatsappInteractions','removeMailAccounts','removeOpenchannelAccounts','removeSmsAccounts','removeChatWebsites'];(function(_0x5aea5a,_0x346fe0){var _0x557a58=function(_0x4faa12){while(--_0x4faa12){_0x5aea5a['push'](_0x5aea5a['shift']());}};_0x557a58(++_0x346fe0);}(_0x2902,0x77));var _0x2290=function(_0x12d033,_0x25fa2f){_0x12d033=_0x12d033-0x0;var _0x3b4e80=_0x2902[_0x12d033];return _0x3b4e80;};'use strict';var multer=require(_0x2290('0x0'));var util=require(_0x2290('0x1'));var path=require(_0x2290('0x2'));var timeout=require(_0x2290('0x3'));var express=require('express');var router=express[_0x2290('0x4')]();var fs_extra=require(_0x2290('0x5'));var auth=require(_0x2290('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x2290('0x7'));var controller=require(_0x2290('0x8'));router[_0x2290('0x9')]('/',auth['isAuthenticated'](),controller[_0x2290('0xa')]);router[_0x2290('0x9')]('/describe',auth['isAuthenticated'](),controller[_0x2290('0xb')]);router[_0x2290('0x9')](_0x2290('0xc'),auth['isAuthenticated'](),controller[_0x2290('0xd')]);router['get'](_0x2290('0xe'),auth[_0x2290('0xf')](),controller[_0x2290('0x10')]);router[_0x2290('0x9')]('/:id',auth[_0x2290('0xf')](),controller[_0x2290('0x11')]);router[_0x2290('0x9')](_0x2290('0x12'),controller[_0x2290('0x13')]);router[_0x2290('0x9')](_0x2290('0x14'),auth[_0x2290('0xf')](),controller['getOpenTabs']);router[_0x2290('0x9')]('/:id/contacts',auth[_0x2290('0xf')](),controller[_0x2290('0x15')]);router[_0x2290('0x9')](_0x2290('0x16'),auth['isAuthenticated'](),controller['getQueues']);router[_0x2290('0x9')](_0x2290('0x17'),auth[_0x2290('0xf')](),controller[_0x2290('0x18')]);router[_0x2290('0x9')](_0x2290('0x19'),auth[_0x2290('0xf')](),controller[_0x2290('0x1a')]);router[_0x2290('0x9')]('/:id/recordings',auth[_0x2290('0xf')](),controller[_0x2290('0x1b')]);router[_0x2290('0x9')](_0x2290('0x1c'),auth['isAuthenticated'](),controller[_0x2290('0x1d')]);router[_0x2290('0x9')](_0x2290('0x1e'),auth[_0x2290('0xf')](),controller[_0x2290('0x1f')]);router[_0x2290('0x9')](_0x2290('0x20'),auth[_0x2290('0xf')](),controller[_0x2290('0x21')]);router[_0x2290('0x9')]('/:id/mail/interactions',auth[_0x2290('0xf')](),controller[_0x2290('0x22')]);router[_0x2290('0x9')](_0x2290('0x23'),auth['isAuthenticated'](),controller[_0x2290('0x24')]);router[_0x2290('0x9')](_0x2290('0x25'),auth[_0x2290('0xf')](),controller['getFaxInteractions']);router[_0x2290('0x9')](_0x2290('0x26'),auth['isAuthenticated'](),controller[_0x2290('0x27')]);router[_0x2290('0x9')]('/:id/teams',auth[_0x2290('0xf')](),controller[_0x2290('0x28')]);router[_0x2290('0x9')](_0x2290('0x29'),auth[_0x2290('0xf')](),controller[_0x2290('0x2a')]);router[_0x2290('0x9')](_0x2290('0x2b'),auth[_0x2290('0xf')](),controller[_0x2290('0x2c')]);router['get'](_0x2290('0x2d'),auth[_0x2290('0xf')](),controller[_0x2290('0x2e')]);router[_0x2290('0x9')]('/:id/fax_accounts',auth['isAuthenticated'](),controller[_0x2290('0x2f')]);router[_0x2290('0x9')](_0x2290('0x30'),auth[_0x2290('0xf')](),controller['getMailAccounts']);router[_0x2290('0x9')](_0x2290('0x31'),auth['isAuthenticated'](),controller[_0x2290('0x32')]);router[_0x2290('0x9')](_0x2290('0x33'),auth[_0x2290('0xf')](),controller['getSmsAccounts']);router[_0x2290('0x9')](_0x2290('0x34'),auth[_0x2290('0xf')](),controller[_0x2290('0x35')]);router['get']('/:id/whatsapp_accounts',auth[_0x2290('0xf')](),controller[_0x2290('0x36')]);router['get'](_0x2290('0x37'),auth[_0x2290('0xf')](),controller[_0x2290('0x38')]);router[_0x2290('0x9')](_0x2290('0x39'),auth[_0x2290('0xf')](),controller['getApiKey']);router[_0x2290('0x3a')](_0x2290('0x3b'),auth[_0x2290('0xf')](),controller[_0x2290('0x3c')]);router['post']('/',auth[_0x2290('0xf')](),controller[_0x2290('0x3d')]);router[_0x2290('0x3a')]('/create_many',auth['isAuthenticated'](),controller[_0x2290('0x3e')]);router[_0x2290('0x3a')]('/:id/queues',auth[_0x2290('0xf')](),controller[_0x2290('0x3f')]);var upload=multer({'storage':multer[_0x2290('0x40')]({'destination':function(_0x2e1989,_0x40e4cb,_0x383138){_0x383138(null,path[_0x2290('0x41')](config[_0x2290('0x42')],_0x2290('0x43')));},'filename':function(_0x570c86,_0x1d83a1,_0x27e45e){_0x27e45e(null,util[_0x2290('0x44')](_0x2290('0x45'),Date[_0x2290('0x46')](),_0x1d83a1['originalname']));}})});router[_0x2290('0x3a')](_0x2290('0x12'),upload[_0x2290('0x47')](_0x2290('0x48')),controller[_0x2290('0x49')]);router[_0x2290('0x3a')]('/:id/login',auth[_0x2290('0xf')](),controller[_0x2290('0x4a')]);router[_0x2290('0x3a')]('/:id/logout',auth[_0x2290('0xf')](),controller['logout']);router[_0x2290('0x3a')](_0x2290('0x4b'),auth['isAuthenticated'](),controller[_0x2290('0x4c')]);router[_0x2290('0x3a')](_0x2290('0x4d'),auth[_0x2290('0xf')](),controller[_0x2290('0x4e')]);router[_0x2290('0x3a')]('/:id/teams',auth[_0x2290('0xf')](),controller[_0x2290('0x4f')]);router['post'](_0x2290('0x50'),auth[_0x2290('0xf')](),controller[_0x2290('0x51')]);router[_0x2290('0x3a')](_0x2290('0x52'),auth['isAuthenticated'](),controller[_0x2290('0x53')]);router[_0x2290('0x3a')]('/:id/fax_interactions',auth['isAuthenticated'](),controller[_0x2290('0x54')]);router[_0x2290('0x3a')](_0x2290('0x55'),auth[_0x2290('0xf')](),controller[_0x2290('0x56')]);router['post']('/:id/openchannel_interactions',auth[_0x2290('0xf')](),controller['addOpenchannelInteractions']);router[_0x2290('0x3a')]('/:id/whatsapp_interactions',auth[_0x2290('0xf')](),controller['addWhatsappInteractions']);router[_0x2290('0x3a')](_0x2290('0x57'),auth['isAuthenticated'](),controller[_0x2290('0x58')]);router[_0x2290('0x3a')](_0x2290('0x30'),auth[_0x2290('0xf')](),controller['addMailAccounts']);router[_0x2290('0x3a')](_0x2290('0x31'),auth[_0x2290('0xf')](),controller[_0x2290('0x59')]);router[_0x2290('0x3a')]('/:id/sms_accounts',auth['isAuthenticated'](),controller[_0x2290('0x5a')]);router['post'](_0x2290('0x34'),auth[_0x2290('0xf')](),controller[_0x2290('0x5b')]);router[_0x2290('0x3a')](_0x2290('0x5c'),auth['isAuthenticated'](),controller[_0x2290('0x5d')]);router[_0x2290('0x3a')](_0x2290('0x39'),auth['isAuthenticated'](),controller[_0x2290('0x5e')]);router['put']('/:id',auth[_0x2290('0xf')](),controller['update']);router[_0x2290('0x5f')](_0x2290('0x60'),auth[_0x2290('0xf')](),controller[_0x2290('0x61')]);router['delete'](_0x2290('0x16'),auth[_0x2290('0xf')](),controller[_0x2290('0x62')]);router[_0x2290('0x63')](_0x2290('0x64'),auth['isAuthenticated'](),controller[_0x2290('0x65')]);router['delete'](_0x2290('0x66'),auth['isAuthenticated'](),controller[_0x2290('0x67')]);router[_0x2290('0x63')](_0x2290('0x50'),auth[_0x2290('0xf')](),controller[_0x2290('0x68')]);router['delete'](_0x2290('0x52'),auth[_0x2290('0xf')](),controller[_0x2290('0x69')]);router['delete']('/:id/fax_interactions',auth[_0x2290('0xf')](),controller[_0x2290('0x6a')]);router['delete'](_0x2290('0x55'),auth[_0x2290('0xf')](),controller[_0x2290('0x6b')]);router['delete']('/:id/openchannel_interactions',auth['isAuthenticated'](),controller[_0x2290('0x6c')]);router[_0x2290('0x63')](_0x2290('0x6d'),auth[_0x2290('0xf')](),controller[_0x2290('0x6e')]);router[_0x2290('0x63')](_0x2290('0x57'),auth[_0x2290('0xf')](),controller['removeFaxAccounts']);router[_0x2290('0x63')](_0x2290('0x30'),auth['isAuthenticated'](),controller[_0x2290('0x6f')]);router[_0x2290('0x63')]('/:id/openchannel_accounts',auth['isAuthenticated'](),controller[_0x2290('0x70')]);router[_0x2290('0x63')](_0x2290('0x33'),auth[_0x2290('0xf')](),controller[_0x2290('0x71')]);router[_0x2290('0x63')]('/:id/chat_websites',auth[_0x2290('0xf')](),controller[_0x2290('0x72')]);router[_0x2290('0x63')](_0x2290('0x5c'),auth[_0x2290('0xf')](),controller[_0x2290('0x73')]);router[_0x2290('0x63')](_0x2290('0x39'),auth[_0x2290('0xf')](),controller['removeApiKey']);router[_0x2290('0x3a')]('/:id/messengerSoundNotification',auth['isAuthenticated'](),controller[_0x2290('0x74')]);module['exports']=router;
\ No newline at end of file