Built motion from commit (unavailable).|2.5.31
[motion2.git] / server / api / user / index.js
index 58f369d..11d8b49 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1e69=['update','/:id/password','changePassword','delete','removeQueues','removeTeams','removeChatInteractions','removeMailInteractions','/:id/sms_interactions','removeOpenchannelInteractions','removeWhatsappInteractions','removeFaxAccounts','removeMailAccounts','removeSmsAccounts','removeChatWebsites','removeSquareProjects','removeApiKey','exports','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./user.controller','get','isAuthenticated','index','/describe','describe','/whoami','/presence','getPresence','/:id','show','getAvatar','/:id/open_tabs','getOpenTabs','/:id/contacts','getContacts','/:id/queues','/:id/queues_rt','getVoiceQueuesRt','/:id/recordings','/:id/screen_recordings','getScreenRecordings','/:id/chat/interactions','getChatInteractions','/:id/openchannel/interactions','getOpenchannelInteractions','/:id/mail/interactions','getMailInteractions','getSmsInteractions','/:id/fax/interactions','/:id/whatsapp/interactions','getWhatsappInteractions','/:id/teams','getTeams','/:id/lists','/:id/agents','getAgents','getVoicePrefixes','/:id/fax_accounts','getFaxAccounts','/:id/mail_accounts','/:id/openchannel_accounts','getOpenchannelAccounts','/:id/sms_accounts','getChatWebsites','/:id/whatsapp_accounts','getWhatsappAccounts','/:id/scheduled_calls','getScheduledCalls','getApiKey','addContacts','bulkCreate','post','join','server/files/images/','format','%s-%s','originalname','/:id/avatar','single','file','addAvatar','/:id/login','login','/:id/logout','logout','/:id/pause','/:id/unpause','unpause','addTeams','/:id/chat_interactions','addChatInteractions','/:id/mail_interactions','addMailInteractions','/:id/fax_interactions','addFaxInteractions','addSmsInteractions','/:id/openchannel_interactions','addOpenchannelInteractions','/:id/whatsapp_interactions','addWhatsappInteractions','addMailAccounts','addOpenchannelAccounts','addSmsAccounts','/:id/chat_websites','addChatWebsites','/:id/square_projects','/:id/api_key','createApiKey','put'];(function(_0x3947c9,_0x4d6c97){var _0x2e7871=function(_0x1236cc){while(--_0x1236cc){_0x3947c9['push'](_0x3947c9['shift']());}};_0x2e7871(++_0x4d6c97);}(_0x1e69,0x85));var _0x91e6=function(_0x845eb1,_0x2368a7){_0x845eb1=_0x845eb1-0x0;var _0x64aba4=_0x1e69[_0x845eb1];return _0x64aba4;};'use strict';var multer=require('multer');var util=require(_0x91e6('0x0'));var path=require(_0x91e6('0x1'));var timeout=require(_0x91e6('0x2'));var express=require(_0x91e6('0x3'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x91e6('0x4'));var interaction=require(_0x91e6('0x5'));var config=require(_0x91e6('0x6'));var controller=require(_0x91e6('0x7'));router[_0x91e6('0x8')]('/',auth[_0x91e6('0x9')](),controller[_0x91e6('0xa')]);router[_0x91e6('0x8')](_0x91e6('0xb'),auth[_0x91e6('0x9')](),controller[_0x91e6('0xc')]);router[_0x91e6('0x8')](_0x91e6('0xd'),auth['isAuthenticated'](),controller['whoami']);router[_0x91e6('0x8')](_0x91e6('0xe'),auth[_0x91e6('0x9')](),controller[_0x91e6('0xf')]);router['get'](_0x91e6('0x10'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x11')]);router[_0x91e6('0x8')]('/:id/avatar',controller[_0x91e6('0x12')]);router[_0x91e6('0x8')](_0x91e6('0x13'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x14')]);router[_0x91e6('0x8')](_0x91e6('0x15'),auth['isAuthenticated'](),controller[_0x91e6('0x16')]);router[_0x91e6('0x8')](_0x91e6('0x17'),auth[_0x91e6('0x9')](),controller['getQueues']);router[_0x91e6('0x8')](_0x91e6('0x18'),auth['isAuthenticated'](),controller[_0x91e6('0x19')]);router['get']('/:id/groups',auth['isAuthenticated'](),controller['getGroups']);router[_0x91e6('0x8')](_0x91e6('0x1a'),auth['isAuthenticated'](),controller['getRecordings']);router[_0x91e6('0x8')](_0x91e6('0x1b'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x1c')]);router[_0x91e6('0x8')](_0x91e6('0x1d'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x1e')]);router[_0x91e6('0x8')](_0x91e6('0x1f'),auth['isAuthenticated'](),controller[_0x91e6('0x20')]);router[_0x91e6('0x8')](_0x91e6('0x21'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x22')]);router[_0x91e6('0x8')]('/:id/sms/interactions',auth['isAuthenticated'](),controller[_0x91e6('0x23')]);router[_0x91e6('0x8')](_0x91e6('0x24'),auth[_0x91e6('0x9')](),controller['getFaxInteractions']);router[_0x91e6('0x8')](_0x91e6('0x25'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x26')]);router[_0x91e6('0x8')](_0x91e6('0x27'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x28')]);router[_0x91e6('0x8')](_0x91e6('0x29'),auth[_0x91e6('0x9')](),controller['getLists']);router[_0x91e6('0x8')](_0x91e6('0x2a'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x2b')]);router[_0x91e6('0x8')]('/:id/prefixes',auth[_0x91e6('0x9')](),controller[_0x91e6('0x2c')]);router['get'](_0x91e6('0x2d'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x2e')]);router['get'](_0x91e6('0x2f'),auth[_0x91e6('0x9')](),controller['getMailAccounts']);router[_0x91e6('0x8')](_0x91e6('0x30'),auth['isAuthenticated'](),controller[_0x91e6('0x31')]);router['get'](_0x91e6('0x32'),auth[_0x91e6('0x9')](),controller['getSmsAccounts']);router[_0x91e6('0x8')]('/:id/chat_websites',auth[_0x91e6('0x9')](),controller[_0x91e6('0x33')]);router[_0x91e6('0x8')](_0x91e6('0x34'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x35')]);router[_0x91e6('0x8')]('/:id/square_projects',auth[_0x91e6('0x9')](),controller['getSquareProjects']);router[_0x91e6('0x8')](_0x91e6('0x36'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x37')]);router[_0x91e6('0x8')]('/:id/api_key',auth[_0x91e6('0x9')](),controller[_0x91e6('0x38')]);router['post'](_0x91e6('0x15'),auth['isAuthenticated'](),controller[_0x91e6('0x39')]);router['post']('/',auth[_0x91e6('0x9')](),controller['create']);router['post']('/create_many',auth[_0x91e6('0x9')](),controller[_0x91e6('0x3a')]);router[_0x91e6('0x3b')](_0x91e6('0x17'),auth[_0x91e6('0x9')](),controller['addQueues']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x2ccf6e,_0x10babf,_0x238a17){_0x238a17(null,path[_0x91e6('0x3c')](config['root'],_0x91e6('0x3d')));},'filename':function(_0x17aeb9,_0x4df33b,_0x5d3c18){_0x5d3c18(null,util[_0x91e6('0x3e')](_0x91e6('0x3f'),Date['now'](),_0x4df33b[_0x91e6('0x40')]));}})});router[_0x91e6('0x3b')](_0x91e6('0x41'),upload[_0x91e6('0x42')](_0x91e6('0x43')),controller[_0x91e6('0x44')]);router[_0x91e6('0x3b')](_0x91e6('0x45'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x46')]);router['post'](_0x91e6('0x47'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x48')]);router[_0x91e6('0x3b')](_0x91e6('0x49'),auth[_0x91e6('0x9')](),controller['pause']);router[_0x91e6('0x3b')](_0x91e6('0x4a'),auth['isAuthenticated'](),controller[_0x91e6('0x4b')]);router['post'](_0x91e6('0x27'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x4c')]);router[_0x91e6('0x3b')](_0x91e6('0x4d'),auth['isAuthenticated'](),controller[_0x91e6('0x4e')]);router['post'](_0x91e6('0x4f'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x50')]);router[_0x91e6('0x3b')](_0x91e6('0x51'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x52')]);router[_0x91e6('0x3b')]('/:id/sms_interactions',auth[_0x91e6('0x9')](),controller[_0x91e6('0x53')]);router[_0x91e6('0x3b')](_0x91e6('0x54'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x55')]);router[_0x91e6('0x3b')](_0x91e6('0x56'),auth['isAuthenticated'](),controller[_0x91e6('0x57')]);router[_0x91e6('0x3b')](_0x91e6('0x2d'),auth['isAuthenticated'](),controller['addFaxAccounts']);router['post']('/:id/mail_accounts',auth[_0x91e6('0x9')](),controller[_0x91e6('0x58')]);router[_0x91e6('0x3b')](_0x91e6('0x30'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x59')]);router[_0x91e6('0x3b')](_0x91e6('0x32'),auth['isAuthenticated'](),controller[_0x91e6('0x5a')]);router[_0x91e6('0x3b')](_0x91e6('0x5b'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x5c')]);router[_0x91e6('0x3b')](_0x91e6('0x34'),auth[_0x91e6('0x9')](),controller['addWhatsappAccounts']);router['post'](_0x91e6('0x5d'),auth[_0x91e6('0x9')](),controller['addSquareProjects']);router[_0x91e6('0x3b')](_0x91e6('0x5e'),auth['isAuthenticated'](),controller[_0x91e6('0x5f')]);router[_0x91e6('0x60')](_0x91e6('0x10'),auth['isAuthenticated'](),controller[_0x91e6('0x61')]);router['put'](_0x91e6('0x62'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x63')]);router[_0x91e6('0x64')](_0x91e6('0x17'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x65')]);router[_0x91e6('0x64')](_0x91e6('0x27'),auth['isAuthenticated'](),controller[_0x91e6('0x66')]);router['delete'](_0x91e6('0x10'),auth[_0x91e6('0x9')](),controller['destroy']);router['delete'](_0x91e6('0x4d'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x67')]);router[_0x91e6('0x64')](_0x91e6('0x4f'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x68')]);router[_0x91e6('0x64')](_0x91e6('0x51'),auth['isAuthenticated'](),controller['removeFaxInteractions']);router[_0x91e6('0x64')](_0x91e6('0x69'),auth[_0x91e6('0x9')](),controller['removeSmsInteractions']);router[_0x91e6('0x64')](_0x91e6('0x54'),auth['isAuthenticated'](),controller[_0x91e6('0x6a')]);router[_0x91e6('0x64')]('/:id/whatsapp_interactions',auth[_0x91e6('0x9')](),controller[_0x91e6('0x6b')]);router['delete'](_0x91e6('0x2d'),auth['isAuthenticated'](),controller[_0x91e6('0x6c')]);router['delete'](_0x91e6('0x2f'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x6d')]);router['delete'](_0x91e6('0x30'),auth[_0x91e6('0x9')](),controller['removeOpenchannelAccounts']);router[_0x91e6('0x64')](_0x91e6('0x32'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x6e')]);router[_0x91e6('0x64')](_0x91e6('0x5b'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x6f')]);router[_0x91e6('0x64')]('/:id/whatsapp_accounts',auth['isAuthenticated'](),controller['removeWhatsappAccounts']);router[_0x91e6('0x64')](_0x91e6('0x5d'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x70')]);router[_0x91e6('0x64')](_0x91e6('0x5e'),auth[_0x91e6('0x9')](),controller[_0x91e6('0x71')]);module[_0x91e6('0x72')]=router;
\ No newline at end of file
+var _0xbe48=['/:id/sms_accounts','/:id/chat_websites','getChatWebsites','/:id/whatsapp_accounts','/:id/square_projects','getScheduledCalls','/:id/api_key','post','addContacts','create','/create_many','bulkCreate','addQueues','diskStorage','server/files/images/','%s-%s','now','originalname','single','file','addAvatar','/:id/login','login','/:id/logout','logout','/:id/pause','pause','/:id/unpause','unpause','addTeams','/:id/chat_interactions','addChatInteractions','/:id/mail_interactions','/:id/fax_interactions','addFaxInteractions','/:id/sms_interactions','/:id/openchannel_interactions','/:id/whatsapp_interactions','addFaxAccounts','/:id/mail_accounts','addOpenchannelAccounts','addSmsAccounts','addChatWebsites','addWhatsappAccounts','addSquareProjects','put','/:id/password','changePassword','delete','removeTeams','destroy','removeChatInteractions','removeMailInteractions','removeSmsInteractions','removeOpenchannelInteractions','removeWhatsappInteractions','removeMailAccounts','removeOpenchannelAccounts','removeSmsAccounts','removeChatWebsites','removeWhatsappAccounts','removeSquareProjects','removeApiKey','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','./user.controller','get','isAuthenticated','index','/describe','/whoami','getPresence','/:id','/:id/avatar','getAvatar','/:id/open_tabs','/:id/contacts','getContacts','/:id/queues','getQueues','/:id/queues_rt','getVoiceQueuesRt','/:id/groups','getGroups','/:id/recordings','getRecordings','/:id/screen_recordings','getScreenRecordings','getChatInteractions','/:id/openchannel/interactions','getOpenchannelInteractions','/:id/mail/interactions','getSmsInteractions','/:id/fax/interactions','getFaxInteractions','/:id/whatsapp/interactions','getWhatsappInteractions','/:id/teams','/:id/lists','getLists','/:id/agents','getAgents','/:id/prefixes','getVoicePrefixes','/:id/fax_accounts','getFaxAccounts','/:id/openchannel_accounts','getOpenchannelAccounts'];(function(_0x4f6007,_0x35429f){var _0x323692=function(_0x4ba8cf){while(--_0x4ba8cf){_0x4f6007['push'](_0x4f6007['shift']());}};_0x323692(++_0x35429f);}(_0xbe48,0x121));var _0x8be4=function(_0x5bc7ed,_0x563bc1){_0x5bc7ed=_0x5bc7ed-0x0;var _0xe55a4e=_0xbe48[_0x5bc7ed];return _0xe55a4e;};'use strict';var multer=require(_0x8be4('0x0'));var util=require(_0x8be4('0x1'));var path=require(_0x8be4('0x2'));var timeout=require(_0x8be4('0x3'));var express=require(_0x8be4('0x4'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x8be4('0x5'));var interaction=require(_0x8be4('0x6'));var config=require('../../config/environment');var controller=require(_0x8be4('0x7'));router[_0x8be4('0x8')]('/',auth[_0x8be4('0x9')](),controller[_0x8be4('0xa')]);router[_0x8be4('0x8')](_0x8be4('0xb'),auth[_0x8be4('0x9')](),controller['describe']);router[_0x8be4('0x8')](_0x8be4('0xc'),auth['isAuthenticated'](),controller['whoami']);router[_0x8be4('0x8')]('/presence',auth['isAuthenticated'](),controller[_0x8be4('0xd')]);router[_0x8be4('0x8')](_0x8be4('0xe'),auth['isAuthenticated'](),controller['show']);router['get'](_0x8be4('0xf'),controller[_0x8be4('0x10')]);router[_0x8be4('0x8')](_0x8be4('0x11'),auth['isAuthenticated'](),controller['getOpenTabs']);router[_0x8be4('0x8')](_0x8be4('0x12'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x13')]);router['get'](_0x8be4('0x14'),auth['isAuthenticated'](),controller[_0x8be4('0x15')]);router[_0x8be4('0x8')](_0x8be4('0x16'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x17')]);router[_0x8be4('0x8')](_0x8be4('0x18'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x19')]);router[_0x8be4('0x8')](_0x8be4('0x1a'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x1b')]);router[_0x8be4('0x8')](_0x8be4('0x1c'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x1d')]);router[_0x8be4('0x8')]('/:id/chat/interactions',auth[_0x8be4('0x9')](),controller[_0x8be4('0x1e')]);router[_0x8be4('0x8')](_0x8be4('0x1f'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x20')]);router['get'](_0x8be4('0x21'),auth[_0x8be4('0x9')](),controller['getMailInteractions']);router[_0x8be4('0x8')]('/:id/sms/interactions',auth[_0x8be4('0x9')](),controller[_0x8be4('0x22')]);router['get'](_0x8be4('0x23'),auth['isAuthenticated'](),controller[_0x8be4('0x24')]);router['get'](_0x8be4('0x25'),auth['isAuthenticated'](),controller[_0x8be4('0x26')]);router[_0x8be4('0x8')](_0x8be4('0x27'),auth[_0x8be4('0x9')](),controller['getTeams']);router[_0x8be4('0x8')](_0x8be4('0x28'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x29')]);router[_0x8be4('0x8')](_0x8be4('0x2a'),auth['isAuthenticated'](),controller[_0x8be4('0x2b')]);router[_0x8be4('0x8')](_0x8be4('0x2c'),auth['isAuthenticated'](),controller[_0x8be4('0x2d')]);router[_0x8be4('0x8')](_0x8be4('0x2e'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x2f')]);router[_0x8be4('0x8')]('/:id/mail_accounts',auth['isAuthenticated'](),controller['getMailAccounts']);router['get'](_0x8be4('0x30'),auth['isAuthenticated'](),controller[_0x8be4('0x31')]);router[_0x8be4('0x8')](_0x8be4('0x32'),auth[_0x8be4('0x9')](),controller['getSmsAccounts']);router[_0x8be4('0x8')](_0x8be4('0x33'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x34')]);router['get'](_0x8be4('0x35'),auth[_0x8be4('0x9')](),controller['getWhatsappAccounts']);router['get'](_0x8be4('0x36'),auth[_0x8be4('0x9')](),controller['getSquareProjects']);router[_0x8be4('0x8')]('/:id/scheduled_calls',auth[_0x8be4('0x9')](),controller[_0x8be4('0x37')]);router['get'](_0x8be4('0x38'),auth[_0x8be4('0x9')](),controller['getApiKey']);router[_0x8be4('0x39')](_0x8be4('0x12'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x3a')]);router[_0x8be4('0x39')]('/',auth['isAuthenticated'](),controller[_0x8be4('0x3b')]);router[_0x8be4('0x39')](_0x8be4('0x3c'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x3d')]);router[_0x8be4('0x39')]('/:id/queues',auth[_0x8be4('0x9')](),controller[_0x8be4('0x3e')]);var upload=multer({'storage':multer[_0x8be4('0x3f')]({'destination':function(_0xe8f294,_0x5639f4,_0x377b3d){_0x377b3d(null,path['join'](config['root'],_0x8be4('0x40')));},'filename':function(_0x12044c,_0x11951b,_0x576c15){_0x576c15(null,util['format'](_0x8be4('0x41'),Date[_0x8be4('0x42')](),_0x11951b[_0x8be4('0x43')]));}})});router['post'](_0x8be4('0xf'),upload[_0x8be4('0x44')](_0x8be4('0x45')),controller[_0x8be4('0x46')]);router[_0x8be4('0x39')](_0x8be4('0x47'),auth['isAuthenticated'](),controller[_0x8be4('0x48')]);router[_0x8be4('0x39')](_0x8be4('0x49'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x4a')]);router[_0x8be4('0x39')](_0x8be4('0x4b'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x4c')]);router[_0x8be4('0x39')](_0x8be4('0x4d'),auth['isAuthenticated'](),controller[_0x8be4('0x4e')]);router[_0x8be4('0x39')](_0x8be4('0x27'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x4f')]);router[_0x8be4('0x39')](_0x8be4('0x50'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x51')]);router[_0x8be4('0x39')](_0x8be4('0x52'),auth[_0x8be4('0x9')](),controller['addMailInteractions']);router['post'](_0x8be4('0x53'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x54')]);router['post'](_0x8be4('0x55'),auth[_0x8be4('0x9')](),controller['addSmsInteractions']);router[_0x8be4('0x39')](_0x8be4('0x56'),auth[_0x8be4('0x9')](),controller['addOpenchannelInteractions']);router[_0x8be4('0x39')](_0x8be4('0x57'),auth[_0x8be4('0x9')](),controller['addWhatsappInteractions']);router[_0x8be4('0x39')](_0x8be4('0x2e'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x58')]);router[_0x8be4('0x39')](_0x8be4('0x59'),auth['isAuthenticated'](),controller['addMailAccounts']);router[_0x8be4('0x39')]('/:id/openchannel_accounts',auth['isAuthenticated'](),controller[_0x8be4('0x5a')]);router[_0x8be4('0x39')]('/:id/sms_accounts',auth[_0x8be4('0x9')](),controller[_0x8be4('0x5b')]);router[_0x8be4('0x39')]('/:id/chat_websites',auth[_0x8be4('0x9')](),controller[_0x8be4('0x5c')]);router[_0x8be4('0x39')]('/:id/whatsapp_accounts',auth[_0x8be4('0x9')](),controller[_0x8be4('0x5d')]);router[_0x8be4('0x39')](_0x8be4('0x36'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x5e')]);router[_0x8be4('0x39')](_0x8be4('0x38'),auth[_0x8be4('0x9')](),controller['createApiKey']);router[_0x8be4('0x5f')](_0x8be4('0xe'),auth[_0x8be4('0x9')](),controller['update']);router[_0x8be4('0x5f')](_0x8be4('0x60'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x61')]);router[_0x8be4('0x62')]('/:id/queues',auth[_0x8be4('0x9')](),controller['removeQueues']);router[_0x8be4('0x62')]('/:id/teams',auth['isAuthenticated'](),controller[_0x8be4('0x63')]);router['delete'](_0x8be4('0xe'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x64')]);router['delete'](_0x8be4('0x50'),auth['isAuthenticated'](),controller[_0x8be4('0x65')]);router[_0x8be4('0x62')](_0x8be4('0x52'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x66')]);router[_0x8be4('0x62')]('/:id/fax_interactions',auth['isAuthenticated'](),controller['removeFaxInteractions']);router[_0x8be4('0x62')](_0x8be4('0x55'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x67')]);router[_0x8be4('0x62')](_0x8be4('0x56'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x68')]);router[_0x8be4('0x62')](_0x8be4('0x57'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x69')]);router[_0x8be4('0x62')](_0x8be4('0x2e'),auth['isAuthenticated'](),controller['removeFaxAccounts']);router[_0x8be4('0x62')]('/:id/mail_accounts',auth[_0x8be4('0x9')](),controller[_0x8be4('0x6a')]);router[_0x8be4('0x62')](_0x8be4('0x30'),auth['isAuthenticated'](),controller[_0x8be4('0x6b')]);router[_0x8be4('0x62')](_0x8be4('0x32'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x6c')]);router['delete'](_0x8be4('0x33'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x6d')]);router[_0x8be4('0x62')](_0x8be4('0x35'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x6e')]);router[_0x8be4('0x62')](_0x8be4('0x36'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x6f')]);router['delete'](_0x8be4('0x38'),auth[_0x8be4('0x9')](),controller[_0x8be4('0x70')]);module['exports']=router;
\ No newline at end of file