7c3f37131d6c271bc7a777102bd27a688edcfbe2
[motion2.git] / server / api / user / 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 _0xd26a=['/:id/avatar','single','addAvatar','/:id/login','login','/:id/logout','logout','/:id/pause','pause','/:id/unpause','unpause','/:id/teams','addTeams','/:id/chat_interactions','addChatInteractions','/:id/fax_interactions','addFaxInteractions','/:id/sms_interactions','addSmsInteractions','addOpenchannelInteractions','/:id/whatsapp_interactions','addWhatsappInteractions','addFaxAccounts','/:id/mail_accounts','addMailAccounts','addSmsAccounts','/:id/chat_websites','addChatWebsites','addWhatsappAccounts','addSquareProjects','put','update','/:id/password','changePassword','delete','removeTeams','destroy','removeMailInteractions','removeFaxInteractions','removeSmsInteractions','/:id/openchannel_interactions','removeWhatsappInteractions','removeMailAccounts','/:id/openchannel_accounts','removeOpenchannelAccounts','removeSmsAccounts','removeChatWebsites','removeWhatsappAccounts','removeSquareProjects','removeApiKey','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./user.controller','get','isAuthenticated','index','/describe','/whoami','whoami','/:id','show','getAvatar','/:id/contacts','getContacts','/:id/queues','getQueues','/:id/queues_rt','getVoiceQueuesRt','/:id/groups','getGroups','/:id/recordings','/:id/screen_recordings','getScreenRecordings','/:id/chat/interactions','/:id/openchannel/interactions','getOpenchannelInteractions','/:id/mail/interactions','getMailInteractions','/:id/fax/interactions','getFaxInteractions','getWhatsappInteractions','/:id/lists','/:id/agents','getAgents','/:id/prefixes','getVoicePrefixes','/:id/fax_accounts','getFaxAccounts','getMailAccounts','getOpenchannelAccounts','/:id/sms_accounts','getChatWebsites','/:id/whatsapp_accounts','/:id/square_projects','/:id/scheduled_calls','getScheduledCalls','/:id/api_key','post','addContacts','addQueues','join','root','server/files/images/','format','%s-%s','now'];(function(_0x273df5,_0x179810){var _0x208939=function(_0x4d167a){while(--_0x4d167a){_0x273df5['push'](_0x273df5['shift']());}};_0x208939(++_0x179810);}(_0xd26a,0x112));var _0xad26=function(_0x52decf,_0x181cbc){_0x52decf=_0x52decf-0x0;var _0x5e4568=_0xd26a[_0x52decf];return _0x5e4568;};'use strict';var multer=require(_0xad26('0x0'));var util=require(_0xad26('0x1'));var path=require('path');var timeout=require(_0xad26('0x2'));var express=require(_0xad26('0x3'));var router=express[_0xad26('0x4')]();var auth=require(_0xad26('0x5'));var interaction=require(_0xad26('0x6'));var config=require(_0xad26('0x7'));var controller=require(_0xad26('0x8'));router[_0xad26('0x9')]('/',auth[_0xad26('0xa')](),controller[_0xad26('0xb')]);router['get'](_0xad26('0xc'),auth[_0xad26('0xa')](),controller['describe']);router['get'](_0xad26('0xd'),auth[_0xad26('0xa')](),controller[_0xad26('0xe')]);router[_0xad26('0x9')](_0xad26('0xf'),auth['isAuthenticated'](),controller[_0xad26('0x10')]);router[_0xad26('0x9')]('/:id/avatar',controller[_0xad26('0x11')]);router[_0xad26('0x9')](_0xad26('0x12'),auth['isAuthenticated'](),controller[_0xad26('0x13')]);router[_0xad26('0x9')](_0xad26('0x14'),auth[_0xad26('0xa')](),controller[_0xad26('0x15')]);router[_0xad26('0x9')](_0xad26('0x16'),auth[_0xad26('0xa')](),controller[_0xad26('0x17')]);router['get'](_0xad26('0x18'),auth[_0xad26('0xa')](),controller[_0xad26('0x19')]);router['get'](_0xad26('0x1a'),auth['isAuthenticated'](),controller['getRecordings']);router['get'](_0xad26('0x1b'),auth['isAuthenticated'](),controller[_0xad26('0x1c')]);router[_0xad26('0x9')](_0xad26('0x1d'),auth['isAuthenticated'](),controller['getChatInteractions']);router[_0xad26('0x9')](_0xad26('0x1e'),auth[_0xad26('0xa')](),controller[_0xad26('0x1f')]);router[_0xad26('0x9')](_0xad26('0x20'),auth[_0xad26('0xa')](),controller[_0xad26('0x21')]);router[_0xad26('0x9')]('/:id/sms/interactions',auth[_0xad26('0xa')](),controller['getSmsInteractions']);router[_0xad26('0x9')](_0xad26('0x22'),auth[_0xad26('0xa')](),controller[_0xad26('0x23')]);router[_0xad26('0x9')]('/:id/whatsapp/interactions',auth[_0xad26('0xa')](),controller[_0xad26('0x24')]);router[_0xad26('0x9')]('/:id/teams',auth[_0xad26('0xa')](),controller['getTeams']);router[_0xad26('0x9')](_0xad26('0x25'),auth[_0xad26('0xa')](),controller['getLists']);router[_0xad26('0x9')](_0xad26('0x26'),auth[_0xad26('0xa')](),controller[_0xad26('0x27')]);router[_0xad26('0x9')](_0xad26('0x28'),auth['isAuthenticated'](),controller[_0xad26('0x29')]);router[_0xad26('0x9')](_0xad26('0x2a'),auth[_0xad26('0xa')](),controller[_0xad26('0x2b')]);router[_0xad26('0x9')]('/:id/mail_accounts',auth['isAuthenticated'](),controller[_0xad26('0x2c')]);router[_0xad26('0x9')]('/:id/openchannel_accounts',auth[_0xad26('0xa')](),controller[_0xad26('0x2d')]);router[_0xad26('0x9')](_0xad26('0x2e'),auth[_0xad26('0xa')](),controller['getSmsAccounts']);router['get']('/:id/chat_websites',auth['isAuthenticated'](),controller[_0xad26('0x2f')]);router[_0xad26('0x9')](_0xad26('0x30'),auth['isAuthenticated'](),controller['getWhatsappAccounts']);router['get'](_0xad26('0x31'),auth[_0xad26('0xa')](),controller['getSquareProjects']);router[_0xad26('0x9')](_0xad26('0x32'),auth['isAuthenticated'](),controller[_0xad26('0x33')]);router[_0xad26('0x9')](_0xad26('0x34'),auth[_0xad26('0xa')](),controller['getApiKey']);router[_0xad26('0x35')](_0xad26('0x12'),auth[_0xad26('0xa')](),controller[_0xad26('0x36')]);router[_0xad26('0x35')]('/',auth[_0xad26('0xa')](),controller['create']);router['post']('/create_many',auth[_0xad26('0xa')](),controller['bulkCreate']);router[_0xad26('0x35')](_0xad26('0x14'),auth[_0xad26('0xa')](),controller[_0xad26('0x37')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x141ac5,_0x4b3424,_0x3af0f8){_0x3af0f8(null,path[_0xad26('0x38')](config[_0xad26('0x39')],_0xad26('0x3a')));},'filename':function(_0x42bca4,_0x36962d,_0x12474f){_0x12474f(null,util[_0xad26('0x3b')](_0xad26('0x3c'),Date[_0xad26('0x3d')](),_0x36962d['originalname']));}})});router[_0xad26('0x35')](_0xad26('0x3e'),upload[_0xad26('0x3f')]('file'),controller[_0xad26('0x40')]);router[_0xad26('0x35')](_0xad26('0x41'),auth[_0xad26('0xa')](),controller[_0xad26('0x42')]);router[_0xad26('0x35')](_0xad26('0x43'),auth['isAuthenticated'](),controller[_0xad26('0x44')]);router[_0xad26('0x35')](_0xad26('0x45'),auth['isAuthenticated'](),controller[_0xad26('0x46')]);router[_0xad26('0x35')](_0xad26('0x47'),auth[_0xad26('0xa')](),controller[_0xad26('0x48')]);router[_0xad26('0x35')](_0xad26('0x49'),auth[_0xad26('0xa')](),controller[_0xad26('0x4a')]);router[_0xad26('0x35')](_0xad26('0x4b'),auth[_0xad26('0xa')](),controller[_0xad26('0x4c')]);router['post']('/:id/mail_interactions',auth[_0xad26('0xa')](),controller['addMailInteractions']);router['post'](_0xad26('0x4d'),auth[_0xad26('0xa')](),controller[_0xad26('0x4e')]);router[_0xad26('0x35')](_0xad26('0x4f'),auth[_0xad26('0xa')](),controller[_0xad26('0x50')]);router[_0xad26('0x35')]('/:id/openchannel_interactions',auth[_0xad26('0xa')](),controller[_0xad26('0x51')]);router[_0xad26('0x35')](_0xad26('0x52'),auth[_0xad26('0xa')](),controller[_0xad26('0x53')]);router[_0xad26('0x35')](_0xad26('0x2a'),auth['isAuthenticated'](),controller[_0xad26('0x54')]);router[_0xad26('0x35')](_0xad26('0x55'),auth[_0xad26('0xa')](),controller[_0xad26('0x56')]);router['post']('/:id/openchannel_accounts',auth[_0xad26('0xa')](),controller['addOpenchannelAccounts']);router[_0xad26('0x35')]('/:id/sms_accounts',auth['isAuthenticated'](),controller[_0xad26('0x57')]);router[_0xad26('0x35')](_0xad26('0x58'),auth[_0xad26('0xa')](),controller[_0xad26('0x59')]);router[_0xad26('0x35')](_0xad26('0x30'),auth[_0xad26('0xa')](),controller[_0xad26('0x5a')]);router[_0xad26('0x35')](_0xad26('0x31'),auth['isAuthenticated'](),controller[_0xad26('0x5b')]);router[_0xad26('0x35')](_0xad26('0x34'),auth[_0xad26('0xa')](),controller['createApiKey']);router[_0xad26('0x5c')](_0xad26('0xf'),auth[_0xad26('0xa')](),controller[_0xad26('0x5d')]);router['put'](_0xad26('0x5e'),auth[_0xad26('0xa')](),controller[_0xad26('0x5f')]);router[_0xad26('0x60')](_0xad26('0x14'),auth[_0xad26('0xa')](),controller['removeQueues']);router['delete']('/:id/teams',auth[_0xad26('0xa')](),controller[_0xad26('0x61')]);router[_0xad26('0x60')](_0xad26('0xf'),auth['isAuthenticated'](),controller[_0xad26('0x62')]);router[_0xad26('0x60')](_0xad26('0x4b'),auth[_0xad26('0xa')](),controller['removeChatInteractions']);router['delete']('/:id/mail_interactions',auth['isAuthenticated'](),controller[_0xad26('0x63')]);router[_0xad26('0x60')](_0xad26('0x4d'),auth[_0xad26('0xa')](),controller[_0xad26('0x64')]);router[_0xad26('0x60')]('/:id/sms_interactions',auth[_0xad26('0xa')](),controller[_0xad26('0x65')]);router['delete'](_0xad26('0x66'),auth[_0xad26('0xa')](),controller['removeOpenchannelInteractions']);router['delete'](_0xad26('0x52'),auth[_0xad26('0xa')](),controller[_0xad26('0x67')]);router[_0xad26('0x60')]('/:id/fax_accounts',auth['isAuthenticated'](),controller['removeFaxAccounts']);router[_0xad26('0x60')](_0xad26('0x55'),auth[_0xad26('0xa')](),controller[_0xad26('0x68')]);router[_0xad26('0x60')](_0xad26('0x69'),auth[_0xad26('0xa')](),controller[_0xad26('0x6a')]);router[_0xad26('0x60')](_0xad26('0x2e'),auth[_0xad26('0xa')](),controller[_0xad26('0x6b')]);router[_0xad26('0x60')]('/:id/chat_websites',auth[_0xad26('0xa')](),controller[_0xad26('0x6c')]);router[_0xad26('0x60')](_0xad26('0x30'),auth[_0xad26('0xa')](),controller[_0xad26('0x6d')]);router[_0xad26('0x60')]('/:id/square_projects',auth[_0xad26('0xa')](),controller[_0xad26('0x6e')]);router[_0xad26('0x60')](_0xad26('0x34'),auth['isAuthenticated'](),controller[_0xad26('0x6f')]);module['exports']=router;