98882737af1138641145c1c8833b21bcbe005241
[motion2.git] / server / api / chatWebsite / 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 _0x9fdb=['addProactiveActions','addAgents','put','delete','/:id/dispositions','removeDispositions','removeAnswers','removeAgents','exports','multer','util','express','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','/:id','show','getDispositions','/:id/canned_answers','getAnswers','/:id/logo','getLogo','/:id/avatar','getAvatar','getSystemAvatar','/:id/interactions','getInteractions','/:id/snippet','getSnippet','/:id/applications','getApplications','/:id/proactive_actions','getProactiveActions','/:id/fields','getOfflineMessages','/:id/users','post','create','addAnswer','diskStorage','join','root','%s-%s','now','single','file','addLogo','server/files/images/avatars/','format','originalname','addAvatar','addCustomerAvatar','/:id/system_avatar','notify','server/files','attachments','offline-chat','ensureDir','replace','extname','/:id/offline','offline','addInteraction'];(function(_0x1d71a1,_0x173cde){var _0x36914f=function(_0x4b7968){while(--_0x4b7968){_0x1d71a1['push'](_0x1d71a1['shift']());}};_0x36914f(++_0x173cde);}(_0x9fdb,0x8d));var _0xb9fd=function(_0x321bb2,_0x202794){_0x321bb2=_0x321bb2-0x0;var _0x9c12ed=_0x9fdb[_0x321bb2];return _0x9c12ed;};'use strict';var multer=require(_0xb9fd('0x0'));var util=require(_0xb9fd('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xb9fd('0x2'));var router=express['Router']();var fs_extra=require(_0xb9fd('0x3'));var auth=require('../../components/auth/service');var interaction=require(_0xb9fd('0x4'));var config=require(_0xb9fd('0x5'));var controller=require('./chatWebsite.controller');router[_0xb9fd('0x6')]('/',auth[_0xb9fd('0x7')](),controller['index']);router['get'](_0xb9fd('0x8'),auth[_0xb9fd('0x7')](),controller['describe']);router[_0xb9fd('0x6')](_0xb9fd('0x9'),auth[_0xb9fd('0x7')](),controller[_0xb9fd('0xa')]);router[_0xb9fd('0x6')]('/:id/dispositions',auth['isAuthenticated'](),controller[_0xb9fd('0xb')]);router[_0xb9fd('0x6')](_0xb9fd('0xc'),auth['isAuthenticated'](),controller[_0xb9fd('0xd')]);router[_0xb9fd('0x6')](_0xb9fd('0xe'),controller[_0xb9fd('0xf')]);router[_0xb9fd('0x6')](_0xb9fd('0x10'),controller[_0xb9fd('0x11')]);router['get']('/:id/customer_avatar',controller['getCustomerAvatar']);router[_0xb9fd('0x6')]('/:id/system_avatar',controller[_0xb9fd('0x12')]);router[_0xb9fd('0x6')](_0xb9fd('0x13'),auth['isAuthenticated'](),controller[_0xb9fd('0x14')]);router[_0xb9fd('0x6')](_0xb9fd('0x15'),controller[_0xb9fd('0x16')]);router[_0xb9fd('0x6')](_0xb9fd('0x17'),auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x18')]);router[_0xb9fd('0x6')](_0xb9fd('0x19'),auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x1a')]);router[_0xb9fd('0x6')](_0xb9fd('0x1b'),controller['getFields']);router[_0xb9fd('0x6')]('/:id/offline_messages',auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x1c')]);router[_0xb9fd('0x6')](_0xb9fd('0x1d'),auth[_0xb9fd('0x7')](),controller['getAgents']);router[_0xb9fd('0x1e')]('/',auth['isAuthenticated'](),controller[_0xb9fd('0x1f')]);router[_0xb9fd('0x1e')]('/:id/dispositions',auth['isAuthenticated'](),controller['addDisposition']);router[_0xb9fd('0x1e')](_0xb9fd('0xc'),auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x20')]);var upload=multer({'storage':multer[_0xb9fd('0x21')]({'destination':function(_0x2f85c9,_0x4f1c53,_0x4f57e5){_0x4f57e5(null,path[_0xb9fd('0x22')](config[_0xb9fd('0x23')],'server/files/images/logos/'));},'filename':function(_0x13ae9f,_0x1f3baf,_0x13f965){_0x13f965(null,util['format'](_0xb9fd('0x24'),Date[_0xb9fd('0x25')](),_0x1f3baf['originalname']));}})});router[_0xb9fd('0x1e')]('/:id/logo',upload[_0xb9fd('0x26')](_0xb9fd('0x27')),controller[_0xb9fd('0x28')]);var upload=multer({'storage':multer[_0xb9fd('0x21')]({'destination':function(_0x302f49,_0xf251b,_0x194a5c){_0x194a5c(null,path[_0xb9fd('0x22')](config[_0xb9fd('0x23')],_0xb9fd('0x29')));},'filename':function(_0xf6e1c,_0x22d9c6,_0x58bc76){_0x58bc76(null,util[_0xb9fd('0x2a')](_0xb9fd('0x24'),Date['now'](),_0x22d9c6[_0xb9fd('0x2b')]));}})});router['post'](_0xb9fd('0x10'),upload[_0xb9fd('0x26')]('file'),controller[_0xb9fd('0x2c')]);var upload=multer({'storage':multer[_0xb9fd('0x21')]({'destination':function(_0x5486b1,_0x33a435,_0x1a1089){_0x1a1089(null,path[_0xb9fd('0x22')](config['root'],_0xb9fd('0x29')));},'filename':function(_0x465afe,_0x4cf4cb,_0x3dd969){_0x3dd969(null,util[_0xb9fd('0x2a')](_0xb9fd('0x24'),Date[_0xb9fd('0x25')](),_0x4cf4cb[_0xb9fd('0x2b')]));}})});router[_0xb9fd('0x1e')]('/:id/customer_avatar',upload[_0xb9fd('0x26')](_0xb9fd('0x27')),controller[_0xb9fd('0x2d')]);var upload=multer({'storage':multer[_0xb9fd('0x21')]({'destination':function(_0x8a26f9,_0x13ed11,_0x5c63ef){_0x5c63ef(null,path[_0xb9fd('0x22')](config[_0xb9fd('0x23')],_0xb9fd('0x29')));},'filename':function(_0x52f4ba,_0x46e6b7,_0x218cb1){_0x218cb1(null,util[_0xb9fd('0x2a')](_0xb9fd('0x24'),Date[_0xb9fd('0x25')](),_0x46e6b7['originalname']));}})});router[_0xb9fd('0x1e')](_0xb9fd('0x2e'),upload[_0xb9fd('0x26')](_0xb9fd('0x27')),controller['addSystemAvatar']);router[_0xb9fd('0x1e')]('/:id/notify',controller[_0xb9fd('0x2f')]);const offlineUploadMulter=multer({'storage':multer['diskStorage']({'destination':function(_0x4ee03d,_0x16def3,_0x387e5d){const _0x4be044=path[_0xb9fd('0x22')](config[_0xb9fd('0x23')],_0xb9fd('0x30'),_0xb9fd('0x31'),_0xb9fd('0x32'));fs_extra[_0xb9fd('0x33')](_0x4be044,function(){_0x387e5d(null,_0x4be044);});},'filename':function(_0x306c21,_0x223834,_0x2e7a53){const _0x173568=_0x223834[_0xb9fd('0x2b')][_0xb9fd('0x34')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x134e65=path[_0xb9fd('0x35')](_0x173568);const _0x4d3012=Date[_0xb9fd('0x25')]()+'-'+_0x173568['replace'](_0x134e65,'')+_0x134e65;_0x2e7a53(null,_0x4d3012);}})});router[_0xb9fd('0x1e')](_0xb9fd('0x36'),offlineUploadMulter['any'](),controller[_0xb9fd('0x37')]);router[_0xb9fd('0x1e')](_0xb9fd('0x13'),auth['isAuthenticated'](),controller[_0xb9fd('0x38')]);router[_0xb9fd('0x1e')](_0xb9fd('0x17'),auth[_0xb9fd('0x7')](),controller['addApplications']);router[_0xb9fd('0x1e')](_0xb9fd('0x19'),auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x39')]);router[_0xb9fd('0x1e')](_0xb9fd('0x1d'),auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x3a')]);router[_0xb9fd('0x3b')](_0xb9fd('0x9'),auth[_0xb9fd('0x7')](),controller['update']);router[_0xb9fd('0x3c')](_0xb9fd('0x9'),auth[_0xb9fd('0x7')](),controller['destroy']);router['delete'](_0xb9fd('0x3d'),auth['isAuthenticated'](),controller[_0xb9fd('0x3e')]);router[_0xb9fd('0x3c')]('/:id/canned_answers',auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x3f')]);router['delete'](_0xb9fd('0x1d'),auth[_0xb9fd('0x7')](),controller[_0xb9fd('0x40')]);module[_0xb9fd('0x41')]=router;