Built motion from commit (unavailable).|2.5.1
[motion2.git] / server / api / user / index.js
index 88b92d6..6675009 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xf3bb=['/:id/password','changePassword','delete','removeQueues','removeTeams','destroy','removeChatInteractions','removeMailInteractions','/:id/fax_interactions','/:id/sms_interactions','removeSmsInteractions','removeOpenchannelInteractions','removeWhatsappInteractions','removeFaxAccounts','removeMailAccounts','removeChatWebsites','removeSquareProjects','removeApiKey','multer','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./user.controller','isAuthenticated','index','get','/whoami','whoami','/:id/avatar','getAvatar','/:id/contacts','getContacts','/:id/queues','getQueues','getGroups','/:id/recordings','getRecordings','/:id/screen_recordings','getScreenRecordings','getChatInteractions','/:id/openchannel/interactions','getOpenchannelInteractions','/:id/mail/interactions','getMailInteractions','/:id/fax/interactions','/:id/whatsapp/interactions','getWhatsappInteractions','/:id/teams','getTeams','/:id/lists','getLists','/:id/agents','getAgents','/:id/prefixes','/:id/mail_accounts','getMailAccounts','/:id/openchannel_accounts','/:id/sms_accounts','getSmsAccounts','getChatWebsites','/:id/whatsapp_accounts','/:id/square_projects','getSquareProjects','/:id/scheduled_calls','getScheduledCalls','getApiKey','post','addContacts','create','/create_many','join','server/files/images/','format','%s-%s','now','single','addAvatar','/:id/login','login','logout','pause','/:id/unpause','unpause','addTeams','/:id/chat_interactions','addChatInteractions','/:id/mail_interactions','addFaxInteractions','/:id/openchannel_interactions','addOpenchannelInteractions','/:id/whatsapp_interactions','/:id/fax_accounts','addFaxAccounts','addOpenchannelAccounts','addSmsAccounts','/:id/chat_websites','addChatWebsites','addSquareProjects','put','/:id','update'];(function(_0x4ed6c7,_0x2e6803){var _0x112d0c=function(_0x188c4f){while(--_0x188c4f){_0x4ed6c7['push'](_0x4ed6c7['shift']());}};_0x112d0c(++_0x2e6803);}(_0xf3bb,0x1b6));var _0xbf3b=function(_0x321165,_0x4a38f6){_0x321165=_0x321165-0x0;var _0x300b8f=_0xf3bb[_0x321165];return _0x300b8f;};'use strict';var multer=require(_0xbf3b('0x0'));var util=require(_0xbf3b('0x1'));var path=require(_0xbf3b('0x2'));var timeout=require(_0xbf3b('0x3'));var express=require(_0xbf3b('0x4'));var router=express[_0xbf3b('0x5')]();var auth=require('../../components/auth/service');var interaction=require(_0xbf3b('0x6'));var config=require(_0xbf3b('0x7'));var controller=require(_0xbf3b('0x8'));router['get']('/',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0xa')]);router[_0xbf3b('0xb')]('/describe',auth[_0xbf3b('0x9')](),controller['describe']);router[_0xbf3b('0xb')](_0xbf3b('0xc'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0xd')]);router[_0xbf3b('0xb')]('/:id',auth[_0xbf3b('0x9')](),controller['show']);router[_0xbf3b('0xb')](_0xbf3b('0xe'),controller[_0xbf3b('0xf')]);router[_0xbf3b('0xb')](_0xbf3b('0x10'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x11')]);router['get'](_0xbf3b('0x12'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x13')]);router[_0xbf3b('0xb')]('/:id/queues_rt',auth[_0xbf3b('0x9')](),controller['getVoiceQueuesRt']);router[_0xbf3b('0xb')]('/:id/groups',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x14')]);router[_0xbf3b('0xb')](_0xbf3b('0x15'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x16')]);router['get'](_0xbf3b('0x17'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x18')]);router[_0xbf3b('0xb')]('/:id/chat/interactions',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x19')]);router[_0xbf3b('0xb')](_0xbf3b('0x1a'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x1b')]);router[_0xbf3b('0xb')](_0xbf3b('0x1c'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x1d')]);router[_0xbf3b('0xb')]('/:id/sms/interactions',auth[_0xbf3b('0x9')](),controller['getSmsInteractions']);router[_0xbf3b('0xb')](_0xbf3b('0x1e'),auth[_0xbf3b('0x9')](),controller['getFaxInteractions']);router[_0xbf3b('0xb')](_0xbf3b('0x1f'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x20')]);router[_0xbf3b('0xb')](_0xbf3b('0x21'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x22')]);router[_0xbf3b('0xb')](_0xbf3b('0x23'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x24')]);router[_0xbf3b('0xb')](_0xbf3b('0x25'),auth['isAuthenticated'](),controller[_0xbf3b('0x26')]);router['get'](_0xbf3b('0x27'),auth[_0xbf3b('0x9')](),controller['getVoicePrefixes']);router['get']('/:id/fax_accounts',auth['isAuthenticated'](),controller['getFaxAccounts']);router['get'](_0xbf3b('0x28'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x29')]);router[_0xbf3b('0xb')](_0xbf3b('0x2a'),auth['isAuthenticated'](),controller['getOpenchannelAccounts']);router['get'](_0xbf3b('0x2b'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x2c')]);router[_0xbf3b('0xb')]('/:id/chat_websites',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x2d')]);router['get'](_0xbf3b('0x2e'),auth['isAuthenticated'](),controller['getWhatsappAccounts']);router[_0xbf3b('0xb')](_0xbf3b('0x2f'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x30')]);router[_0xbf3b('0xb')](_0xbf3b('0x31'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x32')]);router[_0xbf3b('0xb')]('/:id/api_key',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x33')]);router[_0xbf3b('0x34')](_0xbf3b('0x10'),auth['isAuthenticated'](),controller[_0xbf3b('0x35')]);router[_0xbf3b('0x34')]('/',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x36')]);router['post'](_0xbf3b('0x37'),auth['isAuthenticated'](),controller['bulkCreate']);router[_0xbf3b('0x34')]('/:id/queues',auth[_0xbf3b('0x9')](),controller['addQueues']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x105b9d,_0x590395,_0x216c5a){_0x216c5a(null,path[_0xbf3b('0x38')](config['root'],_0xbf3b('0x39')));},'filename':function(_0x24967a,_0x181f88,_0x375267){_0x375267(null,util[_0xbf3b('0x3a')](_0xbf3b('0x3b'),Date[_0xbf3b('0x3c')](),_0x181f88['originalname']));}})});router[_0xbf3b('0x34')](_0xbf3b('0xe'),upload[_0xbf3b('0x3d')]('file'),controller[_0xbf3b('0x3e')]);router[_0xbf3b('0x34')](_0xbf3b('0x3f'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x40')]);router[_0xbf3b('0x34')]('/:id/logout',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x41')]);router[_0xbf3b('0x34')]('/:id/pause',auth['isAuthenticated'](),controller[_0xbf3b('0x42')]);router[_0xbf3b('0x34')](_0xbf3b('0x43'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x44')]);router[_0xbf3b('0x34')](_0xbf3b('0x21'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x45')]);router[_0xbf3b('0x34')](_0xbf3b('0x46'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x47')]);router['post'](_0xbf3b('0x48'),auth[_0xbf3b('0x9')](),controller['addMailInteractions']);router[_0xbf3b('0x34')]('/:id/fax_interactions',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x49')]);router[_0xbf3b('0x34')]('/:id/sms_interactions',auth[_0xbf3b('0x9')](),controller['addSmsInteractions']);router[_0xbf3b('0x34')](_0xbf3b('0x4a'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x4b')]);router[_0xbf3b('0x34')](_0xbf3b('0x4c'),auth['isAuthenticated'](),controller['addWhatsappInteractions']);router[_0xbf3b('0x34')](_0xbf3b('0x4d'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x4e')]);router[_0xbf3b('0x34')](_0xbf3b('0x28'),auth[_0xbf3b('0x9')](),controller['addMailAccounts']);router[_0xbf3b('0x34')](_0xbf3b('0x2a'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x4f')]);router[_0xbf3b('0x34')](_0xbf3b('0x2b'),auth['isAuthenticated'](),controller[_0xbf3b('0x50')]);router[_0xbf3b('0x34')](_0xbf3b('0x51'),auth['isAuthenticated'](),controller[_0xbf3b('0x52')]);router['post']('/:id/whatsapp_accounts',auth[_0xbf3b('0x9')](),controller['addWhatsappAccounts']);router[_0xbf3b('0x34')](_0xbf3b('0x2f'),auth['isAuthenticated'](),controller[_0xbf3b('0x53')]);router[_0xbf3b('0x34')]('/:id/api_key',auth['isAuthenticated'](),controller['createApiKey']);router[_0xbf3b('0x54')](_0xbf3b('0x55'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x56')]);router[_0xbf3b('0x54')](_0xbf3b('0x57'),auth['isAuthenticated'](),controller[_0xbf3b('0x58')]);router[_0xbf3b('0x59')]('/:id/queues',auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x5a')]);router['delete'](_0xbf3b('0x21'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x5b')]);router[_0xbf3b('0x59')](_0xbf3b('0x55'),auth['isAuthenticated'](),controller[_0xbf3b('0x5c')]);router['delete'](_0xbf3b('0x46'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x5d')]);router['delete'](_0xbf3b('0x48'),auth['isAuthenticated'](),controller[_0xbf3b('0x5e')]);router[_0xbf3b('0x59')](_0xbf3b('0x5f'),auth[_0xbf3b('0x9')](),controller['removeFaxInteractions']);router[_0xbf3b('0x59')](_0xbf3b('0x60'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x61')]);router['delete'](_0xbf3b('0x4a'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x62')]);router[_0xbf3b('0x59')](_0xbf3b('0x4c'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x63')]);router['delete'](_0xbf3b('0x4d'),auth['isAuthenticated'](),controller[_0xbf3b('0x64')]);router[_0xbf3b('0x59')](_0xbf3b('0x28'),auth[_0xbf3b('0x9')](),controller[_0xbf3b('0x65')]);router[_0xbf3b('0x59')](_0xbf3b('0x2a'),auth[_0xbf3b('0x9')](),controller['removeOpenchannelAccounts']);router['delete']('/:id/sms_accounts',auth[_0xbf3b('0x9')](),controller['removeSmsAccounts']);router['delete'](_0xbf3b('0x51'),auth['isAuthenticated'](),controller[_0xbf3b('0x66')]);router[_0xbf3b('0x59')](_0xbf3b('0x2e'),auth[_0xbf3b('0x9')](),controller['removeWhatsappAccounts']);router[_0xbf3b('0x59')]('/:id/square_projects',auth['isAuthenticated'](),controller[_0xbf3b('0x67')]);router[_0xbf3b('0x59')]('/:id/api_key',auth['isAuthenticated'](),controller[_0xbf3b('0x68')]);module['exports']=router;
\ No newline at end of file
+var _0x262d=['/:id/mail/interactions','getMailInteractions','/:id/sms/interactions','/:id/fax/interactions','/:id/whatsapp/interactions','getWhatsappInteractions','/:id/lists','/:id/agents','getAgents','/:id/prefixes','getVoicePrefixes','getFaxAccounts','/:id/mail_accounts','getMailAccounts','/:id/openchannel_accounts','getOpenchannelAccounts','/:id/sms_accounts','getSmsAccounts','/:id/chat_websites','getChatWebsites','/:id/whatsapp_accounts','getWhatsappAccounts','/:id/square_projects','getSquareProjects','/:id/scheduled_calls','getScheduledCalls','getApiKey','post','addContacts','create','bulkCreate','join','root','server/files/images/','format','now','originalname','/:id/avatar','single','file','addAvatar','/:id/login','login','/:id/logout','/:id/pause','pause','unpause','addTeams','addChatInteractions','/:id/mail_interactions','/:id/fax_interactions','addFaxInteractions','/:id/sms_interactions','addSmsInteractions','/:id/openchannel_interactions','addOpenchannelInteractions','/:id/whatsapp_interactions','addWhatsappInteractions','/:id/fax_accounts','addFaxAccounts','addMailAccounts','addOpenchannelAccounts','addSmsAccounts','addWhatsappAccounts','addSquareProjects','/:id/api_key','createApiKey','put','/:id/password','delete','removeQueues','destroy','/:id/chat_interactions','removeChatInteractions','removeMailInteractions','removeFaxInteractions','removeSmsInteractions','removeOpenchannelInteractions','removeFaxAccounts','removeMailAccounts','removeOpenchannelAccounts','removeSmsAccounts','removeWhatsappAccounts','removeSquareProjects','removeApiKey','exports','multer','util','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./user.controller','get','isAuthenticated','index','/whoami','whoami','/:id','getAvatar','/:id/contacts','getContacts','/:id/queues','getQueues','getVoiceQueuesRt','/:id/groups','getGroups','/:id/recordings','getScreenRecordings','/:id/chat/interactions','getChatInteractions','getOpenchannelInteractions'];(function(_0x54a6e7,_0xe3895c){var _0x8b5cce=function(_0x4057c3){while(--_0x4057c3){_0x54a6e7['push'](_0x54a6e7['shift']());}};_0x8b5cce(++_0xe3895c);}(_0x262d,0x138));var _0xd262=function(_0x4243a3,_0x447337){_0x4243a3=_0x4243a3-0x0;var _0x1b2a33=_0x262d[_0x4243a3];return _0x1b2a33;};'use strict';var multer=require(_0xd262('0x0'));var util=require(_0xd262('0x1'));var path=require('path');var timeout=require(_0xd262('0x2'));var express=require('express');var router=express[_0xd262('0x3')]();var auth=require(_0xd262('0x4'));var interaction=require(_0xd262('0x5'));var config=require(_0xd262('0x6'));var controller=require(_0xd262('0x7'));router[_0xd262('0x8')]('/',auth[_0xd262('0x9')](),controller[_0xd262('0xa')]);router[_0xd262('0x8')]('/describe',auth[_0xd262('0x9')](),controller['describe']);router[_0xd262('0x8')](_0xd262('0xb'),auth[_0xd262('0x9')](),controller[_0xd262('0xc')]);router[_0xd262('0x8')](_0xd262('0xd'),auth['isAuthenticated'](),controller['show']);router[_0xd262('0x8')]('/:id/avatar',controller[_0xd262('0xe')]);router[_0xd262('0x8')](_0xd262('0xf'),auth['isAuthenticated'](),controller[_0xd262('0x10')]);router['get'](_0xd262('0x11'),auth[_0xd262('0x9')](),controller[_0xd262('0x12')]);router[_0xd262('0x8')]('/:id/queues_rt',auth[_0xd262('0x9')](),controller[_0xd262('0x13')]);router[_0xd262('0x8')](_0xd262('0x14'),auth[_0xd262('0x9')](),controller[_0xd262('0x15')]);router[_0xd262('0x8')](_0xd262('0x16'),auth[_0xd262('0x9')](),controller['getRecordings']);router['get']('/:id/screen_recordings',auth[_0xd262('0x9')](),controller[_0xd262('0x17')]);router[_0xd262('0x8')](_0xd262('0x18'),auth['isAuthenticated'](),controller[_0xd262('0x19')]);router['get']('/:id/openchannel/interactions',auth[_0xd262('0x9')](),controller[_0xd262('0x1a')]);router[_0xd262('0x8')](_0xd262('0x1b'),auth[_0xd262('0x9')](),controller[_0xd262('0x1c')]);router[_0xd262('0x8')](_0xd262('0x1d'),auth[_0xd262('0x9')](),controller['getSmsInteractions']);router[_0xd262('0x8')](_0xd262('0x1e'),auth[_0xd262('0x9')](),controller['getFaxInteractions']);router[_0xd262('0x8')](_0xd262('0x1f'),auth[_0xd262('0x9')](),controller[_0xd262('0x20')]);router[_0xd262('0x8')]('/:id/teams',auth[_0xd262('0x9')](),controller['getTeams']);router[_0xd262('0x8')](_0xd262('0x21'),auth['isAuthenticated'](),controller['getLists']);router[_0xd262('0x8')](_0xd262('0x22'),auth[_0xd262('0x9')](),controller[_0xd262('0x23')]);router[_0xd262('0x8')](_0xd262('0x24'),auth[_0xd262('0x9')](),controller[_0xd262('0x25')]);router['get']('/:id/fax_accounts',auth[_0xd262('0x9')](),controller[_0xd262('0x26')]);router[_0xd262('0x8')](_0xd262('0x27'),auth['isAuthenticated'](),controller[_0xd262('0x28')]);router['get'](_0xd262('0x29'),auth['isAuthenticated'](),controller[_0xd262('0x2a')]);router[_0xd262('0x8')](_0xd262('0x2b'),auth[_0xd262('0x9')](),controller[_0xd262('0x2c')]);router[_0xd262('0x8')](_0xd262('0x2d'),auth['isAuthenticated'](),controller[_0xd262('0x2e')]);router[_0xd262('0x8')](_0xd262('0x2f'),auth[_0xd262('0x9')](),controller[_0xd262('0x30')]);router[_0xd262('0x8')](_0xd262('0x31'),auth[_0xd262('0x9')](),controller[_0xd262('0x32')]);router[_0xd262('0x8')](_0xd262('0x33'),auth[_0xd262('0x9')](),controller[_0xd262('0x34')]);router[_0xd262('0x8')]('/:id/api_key',auth[_0xd262('0x9')](),controller[_0xd262('0x35')]);router[_0xd262('0x36')](_0xd262('0xf'),auth[_0xd262('0x9')](),controller[_0xd262('0x37')]);router['post']('/',auth[_0xd262('0x9')](),controller[_0xd262('0x38')]);router[_0xd262('0x36')]('/create_many',auth['isAuthenticated'](),controller[_0xd262('0x39')]);router[_0xd262('0x36')](_0xd262('0x11'),auth[_0xd262('0x9')](),controller['addQueues']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x5d8916,_0x195653,_0x5c643c){_0x5c643c(null,path[_0xd262('0x3a')](config[_0xd262('0x3b')],_0xd262('0x3c')));},'filename':function(_0x5e6529,_0xb1388a,_0x4c9a5c){_0x4c9a5c(null,util[_0xd262('0x3d')]('%s-%s',Date[_0xd262('0x3e')](),_0xb1388a[_0xd262('0x3f')]));}})});router[_0xd262('0x36')](_0xd262('0x40'),upload[_0xd262('0x41')](_0xd262('0x42')),controller[_0xd262('0x43')]);router[_0xd262('0x36')](_0xd262('0x44'),auth[_0xd262('0x9')](),controller[_0xd262('0x45')]);router[_0xd262('0x36')](_0xd262('0x46'),auth[_0xd262('0x9')](),controller['logout']);router[_0xd262('0x36')](_0xd262('0x47'),auth[_0xd262('0x9')](),controller[_0xd262('0x48')]);router[_0xd262('0x36')]('/:id/unpause',auth[_0xd262('0x9')](),controller[_0xd262('0x49')]);router[_0xd262('0x36')]('/:id/teams',auth[_0xd262('0x9')](),controller[_0xd262('0x4a')]);router[_0xd262('0x36')]('/:id/chat_interactions',auth[_0xd262('0x9')](),controller[_0xd262('0x4b')]);router[_0xd262('0x36')](_0xd262('0x4c'),auth[_0xd262('0x9')](),controller['addMailInteractions']);router[_0xd262('0x36')](_0xd262('0x4d'),auth[_0xd262('0x9')](),controller[_0xd262('0x4e')]);router[_0xd262('0x36')](_0xd262('0x4f'),auth[_0xd262('0x9')](),controller[_0xd262('0x50')]);router['post'](_0xd262('0x51'),auth['isAuthenticated'](),controller[_0xd262('0x52')]);router[_0xd262('0x36')](_0xd262('0x53'),auth[_0xd262('0x9')](),controller[_0xd262('0x54')]);router[_0xd262('0x36')](_0xd262('0x55'),auth['isAuthenticated'](),controller[_0xd262('0x56')]);router[_0xd262('0x36')](_0xd262('0x27'),auth[_0xd262('0x9')](),controller[_0xd262('0x57')]);router[_0xd262('0x36')](_0xd262('0x29'),auth[_0xd262('0x9')](),controller[_0xd262('0x58')]);router[_0xd262('0x36')](_0xd262('0x2b'),auth[_0xd262('0x9')](),controller[_0xd262('0x59')]);router['post'](_0xd262('0x2d'),auth['isAuthenticated'](),controller['addChatWebsites']);router[_0xd262('0x36')](_0xd262('0x2f'),auth[_0xd262('0x9')](),controller[_0xd262('0x5a')]);router[_0xd262('0x36')](_0xd262('0x31'),auth[_0xd262('0x9')](),controller[_0xd262('0x5b')]);router['post'](_0xd262('0x5c'),auth[_0xd262('0x9')](),controller[_0xd262('0x5d')]);router[_0xd262('0x5e')]('/:id',auth['isAuthenticated'](),controller['update']);router[_0xd262('0x5e')](_0xd262('0x5f'),auth[_0xd262('0x9')](),controller['changePassword']);router[_0xd262('0x60')](_0xd262('0x11'),auth['isAuthenticated'](),controller[_0xd262('0x61')]);router[_0xd262('0x60')]('/:id/teams',auth[_0xd262('0x9')](),controller['removeTeams']);router[_0xd262('0x60')]('/:id',auth[_0xd262('0x9')](),controller[_0xd262('0x62')]);router['delete'](_0xd262('0x63'),auth['isAuthenticated'](),controller[_0xd262('0x64')]);router['delete'](_0xd262('0x4c'),auth[_0xd262('0x9')](),controller[_0xd262('0x65')]);router[_0xd262('0x60')](_0xd262('0x4d'),auth['isAuthenticated'](),controller[_0xd262('0x66')]);router['delete'](_0xd262('0x4f'),auth[_0xd262('0x9')](),controller[_0xd262('0x67')]);router[_0xd262('0x60')](_0xd262('0x51'),auth[_0xd262('0x9')](),controller[_0xd262('0x68')]);router[_0xd262('0x60')](_0xd262('0x53'),auth[_0xd262('0x9')](),controller['removeWhatsappInteractions']);router[_0xd262('0x60')]('/:id/fax_accounts',auth['isAuthenticated'](),controller[_0xd262('0x69')]);router['delete'](_0xd262('0x27'),auth['isAuthenticated'](),controller[_0xd262('0x6a')]);router['delete']('/:id/openchannel_accounts',auth[_0xd262('0x9')](),controller[_0xd262('0x6b')]);router[_0xd262('0x60')](_0xd262('0x2b'),auth[_0xd262('0x9')](),controller[_0xd262('0x6c')]);router[_0xd262('0x60')](_0xd262('0x2d'),auth[_0xd262('0x9')](),controller['removeChatWebsites']);router['delete']('/:id/whatsapp_accounts',auth[_0xd262('0x9')](),controller[_0xd262('0x6d')]);router['delete']('/:id/square_projects',auth[_0xd262('0x9')](),controller[_0xd262('0x6e')]);router['delete'](_0xd262('0x5c'),auth['isAuthenticated'](),controller[_0xd262('0x6f')]);module[_0xd262('0x70')]=router;
\ No newline at end of file