Built motion from commit 753c950e.|2.5.42
[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 _0xb027=['file','addLogo','server/files/images/avatars/','format','addAvatar','originalname','/:id/customer_avatar','single','notify','server/files','offline-chat','ensureDir','replace','/:id/offline','any','addInteraction','/:id/applications','addProactiveActions','addAgents','put','update','delete','removeAnswers','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/dispositions','getDispositions','getAnswers','/:id/logo','getLogo','/:id/avatar','getAvatar','getCustomerAvatar','/:id/system_avatar','/:id/interactions','getInteractions','getSnippet','/:id/proactive_actions','getFields','/:id/offline_messages','getOfflineMessages','/:id/users','getAgents','post','addDisposition','/:id/canned_answers','addAnswer','diskStorage','join','root','server/files/images/logos/','%s-%s','now'];(function(_0x5f0632,_0x4134a7){var _0x43da22=function(_0x512f45){while(--_0x512f45){_0x5f0632['push'](_0x5f0632['shift']());}};_0x43da22(++_0x4134a7);}(_0xb027,0x16c));var _0x7b02=function(_0xf3a73,_0x2b3d10){_0xf3a73=_0xf3a73-0x0;var _0x3ddfd5=_0xb027[_0xf3a73];return _0x3ddfd5;};'use strict';var multer=require('multer');var util=require(_0x7b02('0x0'));var path=require(_0x7b02('0x1'));var timeout=require(_0x7b02('0x2'));var express=require(_0x7b02('0x3'));var router=express[_0x7b02('0x4')]();var fs_extra=require(_0x7b02('0x5'));var auth=require(_0x7b02('0x6'));var interaction=require(_0x7b02('0x7'));var config=require(_0x7b02('0x8'));var controller=require('./chatWebsite.controller');router[_0x7b02('0x9')]('/',auth[_0x7b02('0xa')](),controller[_0x7b02('0xb')]);router[_0x7b02('0x9')](_0x7b02('0xc'),auth['isAuthenticated'](),controller[_0x7b02('0xd')]);router['get'](_0x7b02('0xe'),auth[_0x7b02('0xa')](),controller[_0x7b02('0xf')]);router['get'](_0x7b02('0x10'),auth[_0x7b02('0xa')](),controller[_0x7b02('0x11')]);router[_0x7b02('0x9')]('/:id/canned_answers',auth[_0x7b02('0xa')](),controller[_0x7b02('0x12')]);router[_0x7b02('0x9')](_0x7b02('0x13'),controller[_0x7b02('0x14')]);router[_0x7b02('0x9')](_0x7b02('0x15'),controller[_0x7b02('0x16')]);router[_0x7b02('0x9')]('/:id/customer_avatar',controller[_0x7b02('0x17')]);router[_0x7b02('0x9')](_0x7b02('0x18'),controller['getSystemAvatar']);router[_0x7b02('0x9')](_0x7b02('0x19'),auth['isAuthenticated'](),controller[_0x7b02('0x1a')]);router['get']('/:id/snippet',controller[_0x7b02('0x1b')]);router[_0x7b02('0x9')]('/:id/applications',auth[_0x7b02('0xa')](),controller['getApplications']);router[_0x7b02('0x9')](_0x7b02('0x1c'),auth[_0x7b02('0xa')](),controller['getProactiveActions']);router[_0x7b02('0x9')]('/:id/fields',controller[_0x7b02('0x1d')]);router[_0x7b02('0x9')](_0x7b02('0x1e'),auth['isAuthenticated'](),controller[_0x7b02('0x1f')]);router[_0x7b02('0x9')](_0x7b02('0x20'),auth['isAuthenticated'](),controller[_0x7b02('0x21')]);router[_0x7b02('0x22')]('/',auth[_0x7b02('0xa')](),controller['create']);router[_0x7b02('0x22')](_0x7b02('0x10'),auth[_0x7b02('0xa')](),controller[_0x7b02('0x23')]);router['post'](_0x7b02('0x24'),auth[_0x7b02('0xa')](),controller[_0x7b02('0x25')]);var upload=multer({'storage':multer[_0x7b02('0x26')]({'destination':function(_0x3195c2,_0x40e7d9,_0x25800e){_0x25800e(null,path[_0x7b02('0x27')](config[_0x7b02('0x28')],_0x7b02('0x29')));},'filename':function(_0x593721,_0x19cb35,_0x2f1be3){_0x2f1be3(null,util['format'](_0x7b02('0x2a'),Date[_0x7b02('0x2b')](),_0x19cb35['originalname']));}})});router[_0x7b02('0x22')]('/:id/logo',upload['single'](_0x7b02('0x2c')),controller[_0x7b02('0x2d')]);var upload=multer({'storage':multer[_0x7b02('0x26')]({'destination':function(_0x231ba1,_0x88fb9f,_0x1091b9){_0x1091b9(null,path[_0x7b02('0x27')](config[_0x7b02('0x28')],_0x7b02('0x2e')));},'filename':function(_0x25929d,_0x5946b7,_0x380fb9){_0x380fb9(null,util[_0x7b02('0x2f')]('%s-%s',Date[_0x7b02('0x2b')](),_0x5946b7['originalname']));}})});router[_0x7b02('0x22')]('/:id/avatar',upload['single']('file'),controller[_0x7b02('0x30')]);var upload=multer({'storage':multer[_0x7b02('0x26')]({'destination':function(_0x247617,_0x3fc369,_0x4f19df){_0x4f19df(null,path[_0x7b02('0x27')](config['root'],'server/files/images/avatars/'));},'filename':function(_0x3855a5,_0x5562bb,_0x9a54ca){_0x9a54ca(null,util[_0x7b02('0x2f')](_0x7b02('0x2a'),Date[_0x7b02('0x2b')](),_0x5562bb[_0x7b02('0x31')]));}})});router[_0x7b02('0x22')](_0x7b02('0x32'),upload[_0x7b02('0x33')](_0x7b02('0x2c')),controller['addCustomerAvatar']);var upload=multer({'storage':multer[_0x7b02('0x26')]({'destination':function(_0x136229,_0x2cfb70,_0x5f47ab){_0x5f47ab(null,path[_0x7b02('0x27')](config['root'],_0x7b02('0x2e')));},'filename':function(_0x4b8f86,_0xf8e88f,_0x3d7a19){_0x3d7a19(null,util['format'](_0x7b02('0x2a'),Date[_0x7b02('0x2b')](),_0xf8e88f[_0x7b02('0x31')]));}})});router['post'](_0x7b02('0x18'),upload[_0x7b02('0x33')]('file'),controller['addSystemAvatar']);router['post']('/:id/notify',controller[_0x7b02('0x34')]);const offlineUploadMulter=multer({'storage':multer[_0x7b02('0x26')]({'destination':function(_0x30decb,_0x15c469,_0x377eac){const _0x27f952=path[_0x7b02('0x27')](config[_0x7b02('0x28')],_0x7b02('0x35'),'attachments',_0x7b02('0x36'));fs_extra[_0x7b02('0x37')](_0x27f952,function(){_0x377eac(null,_0x27f952);});},'filename':function(_0x2acb70,_0x2f6587,_0x134be4){const _0x17897c=_0x2f6587[_0x7b02('0x31')][_0x7b02('0x38')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x32405e=path['extname'](_0x17897c);const _0x65a20=Date[_0x7b02('0x2b')]()+'-'+_0x17897c['replace'](_0x32405e,'')+_0x32405e;_0x134be4(null,_0x65a20);}})});router[_0x7b02('0x22')](_0x7b02('0x39'),offlineUploadMulter[_0x7b02('0x3a')](),controller['offline']);router[_0x7b02('0x22')](_0x7b02('0x19'),auth[_0x7b02('0xa')](),controller[_0x7b02('0x3b')]);router[_0x7b02('0x22')](_0x7b02('0x3c'),auth['isAuthenticated'](),controller['addApplications']);router[_0x7b02('0x22')](_0x7b02('0x1c'),auth[_0x7b02('0xa')](),controller[_0x7b02('0x3d')]);router[_0x7b02('0x22')]('/:id/users',auth[_0x7b02('0xa')](),controller[_0x7b02('0x3e')]);router[_0x7b02('0x3f')](_0x7b02('0xe'),auth[_0x7b02('0xa')](),controller[_0x7b02('0x40')]);router[_0x7b02('0x41')]('/:id',auth[_0x7b02('0xa')](),controller['destroy']);router['delete'](_0x7b02('0x10'),auth[_0x7b02('0xa')](),controller['removeDispositions']);router[_0x7b02('0x41')](_0x7b02('0x24'),auth[_0x7b02('0xa')](),controller[_0x7b02('0x42')]);router[_0x7b02('0x41')]('/:id/users',auth[_0x7b02('0xa')](),controller['removeAgents']);module[_0x7b02('0x43')]=router;