Built motion from commit 19a84241.|2.5.34
[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 _0x366c=['getSnippet','/:id/applications','getApplications','getProactiveActions','/:id/fields','/:id/offline_messages','getOfflineMessages','/:id/users','post','create','/:id/dispositions','addDisposition','addAnswer','diskStorage','join','root','server/files/images/logos/','%s-%s','now','originalname','single','server/files/images/avatars/','file','addAvatar','format','addCustomerAvatar','addSystemAvatar','/:id/notify','notify','server/files','attachments','ensureDir','replace','extname','/:id/offline','/:id/interactions','addInteraction','addApplications','/:id/proactive_actions','addAgents','put','/:id','update','delete','destroy','exports','multer','path','express','fs-extra','../../components/auth/service','../../config/environment','./chatWebsite.controller','get','isAuthenticated','index','/describe','describe','show','getDispositions','/:id/canned_answers','/:id/logo','getLogo','/:id/avatar','getCustomerAvatar','/:id/system_avatar','getInteractions','/:id/snippet'];(function(_0x56f1c4,_0x37fe7f){var _0xa30a8f=function(_0x5e38ab){while(--_0x5e38ab){_0x56f1c4['push'](_0x56f1c4['shift']());}};_0xa30a8f(++_0x37fe7f);}(_0x366c,0x1c6));var _0xc366=function(_0x4ca875,_0x5be663){_0x4ca875=_0x4ca875-0x0;var _0x24a4cc=_0x366c[_0x4ca875];return _0x24a4cc;};'use strict';var multer=require(_0xc366('0x0'));var util=require('util');var path=require(_0xc366('0x1'));var timeout=require('connect-timeout');var express=require(_0xc366('0x2'));var router=express['Router']();var fs_extra=require(_0xc366('0x3'));var auth=require(_0xc366('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xc366('0x5'));var controller=require(_0xc366('0x6'));router[_0xc366('0x7')]('/',auth[_0xc366('0x8')](),controller[_0xc366('0x9')]);router['get'](_0xc366('0xa'),auth[_0xc366('0x8')](),controller[_0xc366('0xb')]);router[_0xc366('0x7')]('/:id',auth[_0xc366('0x8')](),controller[_0xc366('0xc')]);router[_0xc366('0x7')]('/:id/dispositions',auth[_0xc366('0x8')](),controller[_0xc366('0xd')]);router[_0xc366('0x7')](_0xc366('0xe'),auth[_0xc366('0x8')](),controller['getAnswers']);router[_0xc366('0x7')](_0xc366('0xf'),controller[_0xc366('0x10')]);router[_0xc366('0x7')](_0xc366('0x11'),controller['getAvatar']);router[_0xc366('0x7')]('/:id/customer_avatar',controller[_0xc366('0x12')]);router['get'](_0xc366('0x13'),controller['getSystemAvatar']);router[_0xc366('0x7')]('/:id/interactions',auth[_0xc366('0x8')](),controller[_0xc366('0x14')]);router['get'](_0xc366('0x15'),controller[_0xc366('0x16')]);router[_0xc366('0x7')](_0xc366('0x17'),auth[_0xc366('0x8')](),controller[_0xc366('0x18')]);router['get']('/:id/proactive_actions',auth[_0xc366('0x8')](),controller[_0xc366('0x19')]);router['get'](_0xc366('0x1a'),controller['getFields']);router[_0xc366('0x7')](_0xc366('0x1b'),auth[_0xc366('0x8')](),controller[_0xc366('0x1c')]);router['get'](_0xc366('0x1d'),auth[_0xc366('0x8')](),controller['getAgents']);router[_0xc366('0x1e')]('/',auth[_0xc366('0x8')](),controller[_0xc366('0x1f')]);router[_0xc366('0x1e')](_0xc366('0x20'),auth[_0xc366('0x8')](),controller[_0xc366('0x21')]);router[_0xc366('0x1e')](_0xc366('0xe'),auth[_0xc366('0x8')](),controller[_0xc366('0x22')]);var upload=multer({'storage':multer[_0xc366('0x23')]({'destination':function(_0x2088e7,_0x18b697,_0x404502){_0x404502(null,path[_0xc366('0x24')](config[_0xc366('0x25')],_0xc366('0x26')));},'filename':function(_0x379129,_0x2963f2,_0x5c060c){_0x5c060c(null,util['format'](_0xc366('0x27'),Date[_0xc366('0x28')](),_0x2963f2[_0xc366('0x29')]));}})});router[_0xc366('0x1e')](_0xc366('0xf'),upload[_0xc366('0x2a')]('file'),controller['addLogo']);var upload=multer({'storage':multer[_0xc366('0x23')]({'destination':function(_0x2e44e4,_0x131907,_0x49820f){_0x49820f(null,path['join'](config[_0xc366('0x25')],_0xc366('0x2b')));},'filename':function(_0x18e620,_0x47057c,_0x585904){_0x585904(null,util['format'](_0xc366('0x27'),Date[_0xc366('0x28')](),_0x47057c[_0xc366('0x29')]));}})});router[_0xc366('0x1e')](_0xc366('0x11'),upload[_0xc366('0x2a')](_0xc366('0x2c')),controller[_0xc366('0x2d')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x3a9ed5,_0x56db8f,_0x6b05e8){_0x6b05e8(null,path[_0xc366('0x24')](config[_0xc366('0x25')],_0xc366('0x2b')));},'filename':function(_0x266087,_0x19a1e3,_0x5cf06a){_0x5cf06a(null,util[_0xc366('0x2e')](_0xc366('0x27'),Date[_0xc366('0x28')](),_0x19a1e3[_0xc366('0x29')]));}})});router[_0xc366('0x1e')]('/:id/customer_avatar',upload[_0xc366('0x2a')](_0xc366('0x2c')),controller[_0xc366('0x2f')]);var upload=multer({'storage':multer[_0xc366('0x23')]({'destination':function(_0x576270,_0x76ecc4,_0x5d08a4){_0x5d08a4(null,path[_0xc366('0x24')](config[_0xc366('0x25')],_0xc366('0x2b')));},'filename':function(_0x3c2a73,_0x19ce6a,_0x39e7a1){_0x39e7a1(null,util['format'](_0xc366('0x27'),Date[_0xc366('0x28')](),_0x19ce6a['originalname']));}})});router['post'](_0xc366('0x13'),upload[_0xc366('0x2a')]('file'),controller[_0xc366('0x30')]);router[_0xc366('0x1e')](_0xc366('0x31'),controller[_0xc366('0x32')]);const offlineUploadMulter=multer({'storage':multer[_0xc366('0x23')]({'destination':function(_0x16963f,_0x9ad9fb,_0x22d3d7){const _0xa8b955=path['join'](config[_0xc366('0x25')],_0xc366('0x33'),_0xc366('0x34'),'offline-chat');fs_extra[_0xc366('0x35')](_0xa8b955,function(){_0x22d3d7(null,_0xa8b955);});},'filename':function(_0xc88c86,_0x36061b,_0x431553){const _0x1d44fa=_0x36061b[_0xc366('0x29')][_0xc366('0x36')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x2ba24e=path[_0xc366('0x37')](_0x1d44fa);const _0x4dcd6c=Date['now']()+'-'+_0x1d44fa['replace'](_0x2ba24e,'')+_0x2ba24e;_0x431553(null,_0x4dcd6c);}})});router[_0xc366('0x1e')](_0xc366('0x38'),offlineUploadMulter['any'](),controller['offline']);router[_0xc366('0x1e')](_0xc366('0x39'),auth[_0xc366('0x8')](),controller[_0xc366('0x3a')]);router[_0xc366('0x1e')](_0xc366('0x17'),auth[_0xc366('0x8')](),controller[_0xc366('0x3b')]);router['post'](_0xc366('0x3c'),auth[_0xc366('0x8')](),controller['addProactiveActions']);router['post']('/:id/users',auth[_0xc366('0x8')](),controller[_0xc366('0x3d')]);router[_0xc366('0x3e')](_0xc366('0x3f'),auth['isAuthenticated'](),controller[_0xc366('0x40')]);router[_0xc366('0x41')]('/:id',auth['isAuthenticated'](),controller[_0xc366('0x42')]);router['delete'](_0xc366('0x20'),auth[_0xc366('0x8')](),controller['removeDispositions']);router[_0xc366('0x41')](_0xc366('0xe'),auth[_0xc366('0x8')](),controller['removeAnswers']);router[_0xc366('0x41')](_0xc366('0x1d'),auth[_0xc366('0x8')](),controller['removeAgents']);module[_0xc366('0x43')]=router;