Built motion from commit 14588770.|2.5.38
[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 _0xd6c5=['delete','destroy','removeDispositions','removeAnswers','removeAgents','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','getAnswers','/:id/logo','getLogo','getAvatar','getCustomerAvatar','/:id/system_avatar','getSystemAvatar','/:id/interactions','getInteractions','getApplications','/:id/proactive_actions','getProactiveActions','getFields','/:id/offline_messages','getAgents','post','/:id/dispositions','addDisposition','/:id/canned_answers','diskStorage','join','server/files/images/logos/','format','%s-%s','now','file','addLogo','server/files/images/avatars/','originalname','/:id/avatar','single','addAvatar','root','/:id/notify','server/files','attachments','offline-chat','ensureDir','replace','/:id/offline','any','offline','addInteraction','addApplications','addProactiveActions','/:id/users','addAgents','put','/:id','update'];(function(_0x33032e,_0x31411a){var _0x13316b=function(_0x2fb049){while(--_0x2fb049){_0x33032e['push'](_0x33032e['shift']());}};_0x13316b(++_0x31411a);}(_0xd6c5,0x19e));var _0x5d6c=function(_0x333ded,_0x1d5a09){_0x333ded=_0x333ded-0x0;var _0x4c90ae=_0xd6c5[_0x333ded];return _0x4c90ae;};'use strict';var multer=require('multer');var util=require(_0x5d6c('0x0'));var path=require(_0x5d6c('0x1'));var timeout=require(_0x5d6c('0x2'));var express=require(_0x5d6c('0x3'));var router=express[_0x5d6c('0x4')]();var fs_extra=require(_0x5d6c('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x5d6c('0x6'));var config=require(_0x5d6c('0x7'));var controller=require('./chatWebsite.controller');router[_0x5d6c('0x8')]('/',auth[_0x5d6c('0x9')](),controller[_0x5d6c('0xa')]);router[_0x5d6c('0x8')](_0x5d6c('0xb'),auth[_0x5d6c('0x9')](),controller['describe']);router[_0x5d6c('0x8')]('/:id',auth[_0x5d6c('0x9')](),controller['show']);router[_0x5d6c('0x8')]('/:id/dispositions',auth[_0x5d6c('0x9')](),controller['getDispositions']);router[_0x5d6c('0x8')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x5d6c('0xc')]);router[_0x5d6c('0x8')](_0x5d6c('0xd'),controller[_0x5d6c('0xe')]);router[_0x5d6c('0x8')]('/:id/avatar',controller[_0x5d6c('0xf')]);router['get']('/:id/customer_avatar',controller[_0x5d6c('0x10')]);router[_0x5d6c('0x8')](_0x5d6c('0x11'),controller[_0x5d6c('0x12')]);router[_0x5d6c('0x8')](_0x5d6c('0x13'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x14')]);router[_0x5d6c('0x8')]('/:id/snippet',controller['getSnippet']);router[_0x5d6c('0x8')]('/:id/applications',auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x15')]);router[_0x5d6c('0x8')](_0x5d6c('0x16'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x17')]);router[_0x5d6c('0x8')]('/:id/fields',controller[_0x5d6c('0x18')]);router[_0x5d6c('0x8')](_0x5d6c('0x19'),auth['isAuthenticated'](),controller['getOfflineMessages']);router[_0x5d6c('0x8')]('/:id/users',auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x1a')]);router[_0x5d6c('0x1b')]('/',auth['isAuthenticated'](),controller['create']);router[_0x5d6c('0x1b')](_0x5d6c('0x1c'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x1d')]);router[_0x5d6c('0x1b')](_0x5d6c('0x1e'),auth[_0x5d6c('0x9')](),controller['addAnswer']);var upload=multer({'storage':multer[_0x5d6c('0x1f')]({'destination':function(_0x4628d4,_0x3f7119,_0x30d761){_0x30d761(null,path[_0x5d6c('0x20')](config['root'],_0x5d6c('0x21')));},'filename':function(_0x1ef2d1,_0x227081,_0x49a84a){_0x49a84a(null,util[_0x5d6c('0x22')](_0x5d6c('0x23'),Date[_0x5d6c('0x24')](),_0x227081['originalname']));}})});router[_0x5d6c('0x1b')](_0x5d6c('0xd'),upload['single'](_0x5d6c('0x25')),controller[_0x5d6c('0x26')]);var upload=multer({'storage':multer[_0x5d6c('0x1f')]({'destination':function(_0x8c36c2,_0x4fe969,_0x1acdc1){_0x1acdc1(null,path[_0x5d6c('0x20')](config['root'],_0x5d6c('0x27')));},'filename':function(_0x588fc4,_0xd330ff,_0x4d7e7d){_0x4d7e7d(null,util[_0x5d6c('0x22')](_0x5d6c('0x23'),Date[_0x5d6c('0x24')](),_0xd330ff[_0x5d6c('0x28')]));}})});router[_0x5d6c('0x1b')](_0x5d6c('0x29'),upload[_0x5d6c('0x2a')](_0x5d6c('0x25')),controller[_0x5d6c('0x2b')]);var upload=multer({'storage':multer[_0x5d6c('0x1f')]({'destination':function(_0x20eabf,_0x216797,_0x2d1ca5){_0x2d1ca5(null,path[_0x5d6c('0x20')](config[_0x5d6c('0x2c')],_0x5d6c('0x27')));},'filename':function(_0x783b20,_0x200817,_0x403267){_0x403267(null,util[_0x5d6c('0x22')](_0x5d6c('0x23'),Date['now'](),_0x200817[_0x5d6c('0x28')]));}})});router['post']('/:id/customer_avatar',upload['single'](_0x5d6c('0x25')),controller['addCustomerAvatar']);var upload=multer({'storage':multer[_0x5d6c('0x1f')]({'destination':function(_0x5547b7,_0x46ed90,_0x26fe3c){_0x26fe3c(null,path[_0x5d6c('0x20')](config[_0x5d6c('0x2c')],'server/files/images/avatars/'));},'filename':function(_0x581ed8,_0x184432,_0x231e4e){_0x231e4e(null,util[_0x5d6c('0x22')](_0x5d6c('0x23'),Date[_0x5d6c('0x24')](),_0x184432[_0x5d6c('0x28')]));}})});router['post']('/:id/system_avatar',upload['single'](_0x5d6c('0x25')),controller['addSystemAvatar']);router['post'](_0x5d6c('0x2d'),controller['notify']);const offlineUploadMulter=multer({'storage':multer[_0x5d6c('0x1f')]({'destination':function(_0x439789,_0x4db979,_0x4713da){const _0x5f0446=path[_0x5d6c('0x20')](config[_0x5d6c('0x2c')],_0x5d6c('0x2e'),_0x5d6c('0x2f'),_0x5d6c('0x30'));fs_extra[_0x5d6c('0x31')](_0x5f0446,function(){_0x4713da(null,_0x5f0446);});},'filename':function(_0x3a2c1b,_0x415618,_0x3cc4f5){const _0x1eb9b7=_0x415618[_0x5d6c('0x28')]['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x2215ca=path['extname'](_0x1eb9b7);const _0x5db12d=Date[_0x5d6c('0x24')]()+'-'+_0x1eb9b7[_0x5d6c('0x32')](_0x2215ca,'')+_0x2215ca;_0x3cc4f5(null,_0x5db12d);}})});router['post'](_0x5d6c('0x33'),offlineUploadMulter[_0x5d6c('0x34')](),controller[_0x5d6c('0x35')]);router['post']('/:id/interactions',auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x36')]);router[_0x5d6c('0x1b')]('/:id/applications',auth['isAuthenticated'](),controller[_0x5d6c('0x37')]);router[_0x5d6c('0x1b')](_0x5d6c('0x16'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x38')]);router['post'](_0x5d6c('0x39'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x3a')]);router[_0x5d6c('0x3b')](_0x5d6c('0x3c'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x3d')]);router[_0x5d6c('0x3e')](_0x5d6c('0x3c'),auth['isAuthenticated'](),controller[_0x5d6c('0x3f')]);router[_0x5d6c('0x3e')](_0x5d6c('0x1c'),auth['isAuthenticated'](),controller[_0x5d6c('0x40')]);router['delete'](_0x5d6c('0x1e'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x41')]);router[_0x5d6c('0x3e')](_0x5d6c('0x39'),auth[_0x5d6c('0x9')](),controller[_0x5d6c('0x42')]);module[_0x5d6c('0x43')]=router;