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