Built motion from commit (unavailable).|2.5.21
[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 _0x7f27=['/describe','describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/logo','/:id/avatar','getAvatar','/:id/snippet','getApplications','getProactiveActions','/:id/fields','getFields','getOfflineMessages','/:id/users','getAgents','create','post','addDisposition','addAnswer','join','root','server/files/images/logos/','format','%s-%s','originalname','single','addLogo','diskStorage','server/files/images/avatars/','now','file','addAvatar','/:id/customer_avatar','addCustomerAvatar','/:id/system_avatar','addSystemAvatar','/:id/notify','/:id/offline','offline','/:id/interactions','addInteraction','/:id/applications','/:id/proactive_actions','addProactiveActions','addAgents','put','update','delete','removeDispositions','removeAnswers','removeAgents','exports','multer','util','path','connect-timeout','Router','../../components/auth/service','./chatWebsite.controller','get','isAuthenticated'];(function(_0x3aed9e,_0x4bf53a){var _0x3eac3b=function(_0x6a5565){while(--_0x6a5565){_0x3aed9e['push'](_0x3aed9e['shift']());}};_0x3eac3b(++_0x4bf53a);}(_0x7f27,0x79));var _0x77f2=function(_0x4ce551,_0x3e06c6){_0x4ce551=_0x4ce551-0x0;var _0xa750ea=_0x7f27[_0x4ce551];return _0xa750ea;};'use strict';var multer=require(_0x77f2('0x0'));var util=require(_0x77f2('0x1'));var path=require(_0x77f2('0x2'));var timeout=require(_0x77f2('0x3'));var express=require('express');var router=express[_0x77f2('0x4')]();var auth=require(_0x77f2('0x5'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x77f2('0x6'));router[_0x77f2('0x7')]('/',auth[_0x77f2('0x8')](),controller['index']);router['get'](_0x77f2('0x9'),auth[_0x77f2('0x8')](),controller[_0x77f2('0xa')]);router[_0x77f2('0x7')](_0x77f2('0xb'),auth['isAuthenticated'](),controller[_0x77f2('0xc')]);router[_0x77f2('0x7')](_0x77f2('0xd'),auth['isAuthenticated'](),controller[_0x77f2('0xe')]);router['get'](_0x77f2('0xf'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x10')]);router[_0x77f2('0x7')](_0x77f2('0x11'),controller['getLogo']);router[_0x77f2('0x7')](_0x77f2('0x12'),controller[_0x77f2('0x13')]);router[_0x77f2('0x7')]('/:id/customer_avatar',controller['getCustomerAvatar']);router[_0x77f2('0x7')]('/:id/system_avatar',controller['getSystemAvatar']);router[_0x77f2('0x7')]('/:id/interactions',auth['isAuthenticated'](),controller['getInteractions']);router[_0x77f2('0x7')](_0x77f2('0x14'),controller['getSnippet']);router['get']('/:id/applications',auth[_0x77f2('0x8')](),controller[_0x77f2('0x15')]);router['get']('/:id/proactive_actions',auth['isAuthenticated'](),controller[_0x77f2('0x16')]);router[_0x77f2('0x7')](_0x77f2('0x17'),controller[_0x77f2('0x18')]);router['get']('/:id/offline_messages',auth[_0x77f2('0x8')](),controller[_0x77f2('0x19')]);router[_0x77f2('0x7')](_0x77f2('0x1a'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x1b')]);router['post']('/',auth[_0x77f2('0x8')](),controller[_0x77f2('0x1c')]);router[_0x77f2('0x1d')]('/:id/dispositions',auth[_0x77f2('0x8')](),controller[_0x77f2('0x1e')]);router[_0x77f2('0x1d')](_0x77f2('0xf'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x1f')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x2e7be8,_0x40dd26,_0x3dea6f){_0x3dea6f(null,path[_0x77f2('0x20')](config[_0x77f2('0x21')],_0x77f2('0x22')));},'filename':function(_0x21ee3f,_0x18a6ab,_0x333dc4){_0x333dc4(null,util[_0x77f2('0x23')](_0x77f2('0x24'),Date['now'](),_0x18a6ab[_0x77f2('0x25')]));}})});router[_0x77f2('0x1d')](_0x77f2('0x11'),upload[_0x77f2('0x26')]('file'),controller[_0x77f2('0x27')]);var upload=multer({'storage':multer[_0x77f2('0x28')]({'destination':function(_0x141486,_0x4daa81,_0x5b8f6e){_0x5b8f6e(null,path['join'](config['root'],_0x77f2('0x29')));},'filename':function(_0x260ab2,_0x4a6acf,_0x63170f){_0x63170f(null,util[_0x77f2('0x23')]('%s-%s',Date[_0x77f2('0x2a')](),_0x4a6acf['originalname']));}})});router[_0x77f2('0x1d')](_0x77f2('0x12'),upload['single'](_0x77f2('0x2b')),controller[_0x77f2('0x2c')]);var upload=multer({'storage':multer[_0x77f2('0x28')]({'destination':function(_0x35b11c,_0x1d24a0,_0x588bc2){_0x588bc2(null,path[_0x77f2('0x20')](config[_0x77f2('0x21')],_0x77f2('0x29')));},'filename':function(_0x17c04d,_0x493917,_0x14f274){_0x14f274(null,util[_0x77f2('0x23')]('%s-%s',Date[_0x77f2('0x2a')](),_0x493917[_0x77f2('0x25')]));}})});router[_0x77f2('0x1d')](_0x77f2('0x2d'),upload[_0x77f2('0x26')](_0x77f2('0x2b')),controller[_0x77f2('0x2e')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x203d36,_0x41adcc,_0x2e71e1){_0x2e71e1(null,path[_0x77f2('0x20')](config[_0x77f2('0x21')],_0x77f2('0x29')));},'filename':function(_0x4a0fc0,_0xbbc4e7,_0x29a8cc){_0x29a8cc(null,util[_0x77f2('0x23')](_0x77f2('0x24'),Date[_0x77f2('0x2a')](),_0xbbc4e7[_0x77f2('0x25')]));}})});router[_0x77f2('0x1d')](_0x77f2('0x2f'),upload[_0x77f2('0x26')](_0x77f2('0x2b')),controller[_0x77f2('0x30')]);router['post'](_0x77f2('0x31'),controller['notify']);router['post'](_0x77f2('0x32'),controller[_0x77f2('0x33')]);router[_0x77f2('0x1d')](_0x77f2('0x34'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x35')]);router[_0x77f2('0x1d')](_0x77f2('0x36'),auth[_0x77f2('0x8')](),controller['addApplications']);router[_0x77f2('0x1d')](_0x77f2('0x37'),auth['isAuthenticated'](),controller[_0x77f2('0x38')]);router[_0x77f2('0x1d')](_0x77f2('0x1a'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x39')]);router[_0x77f2('0x3a')](_0x77f2('0xb'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x3b')]);router[_0x77f2('0x3c')](_0x77f2('0xb'),auth[_0x77f2('0x8')](),controller['destroy']);router[_0x77f2('0x3c')](_0x77f2('0xd'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x3d')]);router[_0x77f2('0x3c')]('/:id/canned_answers',auth[_0x77f2('0x8')](),controller[_0x77f2('0x3e')]);router[_0x77f2('0x3c')](_0x77f2('0x1a'),auth[_0x77f2('0x8')](),controller[_0x77f2('0x3f')]);module[_0x77f2('0x40')]=router;