0cb1229c5dfb6cee4b0c1dcebb18241336000ce0
[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 _0xb688=['file','addCustomerAvatar','addSystemAvatar','/:id/notify','notify','/:id/offline','offline','addInteraction','addApplications','addProactiveActions','update','delete','removeDispositions','removeAnswers','exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../config/environment','./chatWebsite.controller','get','isAuthenticated','describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','/:id/logo','getLogo','/:id/avatar','getAvatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','/:id/interactions','getInteractions','getSnippet','/:id/applications','getApplications','getProactiveActions','/:id/fields','getFields','/:id/offline_messages','/:id/users','getAgents','post','addDisposition','addAnswer','diskStorage','root','server/files/images/logos/','%s-%s','now','originalname','addLogo','server/files/images/avatars/','format','single','addAvatar','join'];(function(_0x39096d,_0x51f8a0){var _0x13da4f=function(_0x11e6b2){while(--_0x11e6b2){_0x39096d['push'](_0x39096d['shift']());}};_0x13da4f(++_0x51f8a0);}(_0xb688,0xcf));var _0x8b68=function(_0x4c5c33,_0xd6018e){_0x4c5c33=_0x4c5c33-0x0;var _0x3e0c5b=_0xb688[_0x4c5c33];return _0x3e0c5b;};'use strict';var multer=require('multer');var util=require(_0x8b68('0x0'));var path=require(_0x8b68('0x1'));var timeout=require(_0x8b68('0x2'));var express=require(_0x8b68('0x3'));var router=express[_0x8b68('0x4')]();var auth=require(_0x8b68('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x8b68('0x6'));var controller=require(_0x8b68('0x7'));router[_0x8b68('0x8')]('/',auth[_0x8b68('0x9')](),controller['index']);router[_0x8b68('0x8')]('/describe',auth[_0x8b68('0x9')](),controller[_0x8b68('0xa')]);router[_0x8b68('0x8')](_0x8b68('0xb'),auth[_0x8b68('0x9')](),controller[_0x8b68('0xc')]);router[_0x8b68('0x8')](_0x8b68('0xd'),auth[_0x8b68('0x9')](),controller[_0x8b68('0xe')]);router[_0x8b68('0x8')](_0x8b68('0xf'),auth[_0x8b68('0x9')](),controller['getAnswers']);router[_0x8b68('0x8')](_0x8b68('0x10'),controller[_0x8b68('0x11')]);router[_0x8b68('0x8')](_0x8b68('0x12'),controller[_0x8b68('0x13')]);router[_0x8b68('0x8')](_0x8b68('0x14'),controller[_0x8b68('0x15')]);router['get'](_0x8b68('0x16'),controller['getSystemAvatar']);router['get'](_0x8b68('0x17'),auth[_0x8b68('0x9')](),controller[_0x8b68('0x18')]);router['get']('/:id/snippet',controller[_0x8b68('0x19')]);router['get'](_0x8b68('0x1a'),auth[_0x8b68('0x9')](),controller[_0x8b68('0x1b')]);router[_0x8b68('0x8')]('/:id/proactive_actions',auth[_0x8b68('0x9')](),controller[_0x8b68('0x1c')]);router['get'](_0x8b68('0x1d'),controller[_0x8b68('0x1e')]);router[_0x8b68('0x8')](_0x8b68('0x1f'),auth[_0x8b68('0x9')](),controller['getOfflineMessages']);router[_0x8b68('0x8')](_0x8b68('0x20'),auth[_0x8b68('0x9')](),controller[_0x8b68('0x21')]);router[_0x8b68('0x22')]('/',auth[_0x8b68('0x9')](),controller['create']);router['post'](_0x8b68('0xd'),auth['isAuthenticated'](),controller[_0x8b68('0x23')]);router[_0x8b68('0x22')](_0x8b68('0xf'),auth[_0x8b68('0x9')](),controller[_0x8b68('0x24')]);var upload=multer({'storage':multer[_0x8b68('0x25')]({'destination':function(_0x59bb8a,_0x1a6fe8,_0x46e827){_0x46e827(null,path['join'](config[_0x8b68('0x26')],_0x8b68('0x27')));},'filename':function(_0x240b0b,_0x5590ec,_0x511ccf){_0x511ccf(null,util['format'](_0x8b68('0x28'),Date[_0x8b68('0x29')](),_0x5590ec[_0x8b68('0x2a')]));}})});router['post'](_0x8b68('0x10'),upload['single']('file'),controller[_0x8b68('0x2b')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x26cad7,_0x3ac356,_0x48e2c8){_0x48e2c8(null,path['join'](config[_0x8b68('0x26')],_0x8b68('0x2c')));},'filename':function(_0x1e7c06,_0xfb4f06,_0x210926){_0x210926(null,util[_0x8b68('0x2d')](_0x8b68('0x28'),Date['now'](),_0xfb4f06[_0x8b68('0x2a')]));}})});router['post'](_0x8b68('0x12'),upload[_0x8b68('0x2e')]('file'),controller[_0x8b68('0x2f')]);var upload=multer({'storage':multer[_0x8b68('0x25')]({'destination':function(_0x26fe0e,_0x49ce2d,_0x51f169){_0x51f169(null,path[_0x8b68('0x30')](config[_0x8b68('0x26')],_0x8b68('0x2c')));},'filename':function(_0x394cca,_0x2c0ace,_0x334b13){_0x334b13(null,util[_0x8b68('0x2d')](_0x8b68('0x28'),Date[_0x8b68('0x29')](),_0x2c0ace[_0x8b68('0x2a')]));}})});router[_0x8b68('0x22')](_0x8b68('0x14'),upload[_0x8b68('0x2e')](_0x8b68('0x31')),controller[_0x8b68('0x32')]);var upload=multer({'storage':multer[_0x8b68('0x25')]({'destination':function(_0x23336e,_0x2a7dd5,_0x120b34){_0x120b34(null,path[_0x8b68('0x30')](config[_0x8b68('0x26')],_0x8b68('0x2c')));},'filename':function(_0x48abb7,_0x5c158b,_0x24026c){_0x24026c(null,util[_0x8b68('0x2d')](_0x8b68('0x28'),Date[_0x8b68('0x29')](),_0x5c158b[_0x8b68('0x2a')]));}})});router[_0x8b68('0x22')](_0x8b68('0x16'),upload[_0x8b68('0x2e')]('file'),controller[_0x8b68('0x33')]);router[_0x8b68('0x22')](_0x8b68('0x34'),controller[_0x8b68('0x35')]);router[_0x8b68('0x22')](_0x8b68('0x36'),controller[_0x8b68('0x37')]);router[_0x8b68('0x22')]('/:id/interactions',auth[_0x8b68('0x9')](),controller[_0x8b68('0x38')]);router[_0x8b68('0x22')](_0x8b68('0x1a'),auth[_0x8b68('0x9')](),controller[_0x8b68('0x39')]);router[_0x8b68('0x22')]('/:id/proactive_actions',auth[_0x8b68('0x9')](),controller[_0x8b68('0x3a')]);router['post'](_0x8b68('0x20'),auth[_0x8b68('0x9')](),controller['addAgents']);router['put']('/:id',auth['isAuthenticated'](),controller[_0x8b68('0x3b')]);router[_0x8b68('0x3c')]('/:id',auth[_0x8b68('0x9')](),controller['destroy']);router[_0x8b68('0x3c')](_0x8b68('0xd'),auth['isAuthenticated'](),controller[_0x8b68('0x3d')]);router['delete']('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x8b68('0x3e')]);router[_0x8b68('0x3c')](_0x8b68('0x20'),auth[_0x8b68('0x9')](),controller['removeAgents']);module[_0x8b68('0x3f')]=router;