dfe93a6a7e501445989c95acfdb5a970512718b1
[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 _0x5f66=['format','%s-%s','addAvatar','file','addCustomerAvatar','addSystemAvatar','/:id/notify','/:id/offline','offline','addInteraction','addApplications','addProactiveActions','addAgents','put','update','delete','removeDispositions','removeAnswers','removeAgents','exports','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./chatWebsite.controller','isAuthenticated','index','describe','get','/:id','show','getDispositions','/:id/canned_answers','getAnswers','getLogo','/:id/avatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','getSystemAvatar','/:id/interactions','getInteractions','/:id/snippet','/:id/applications','getApplications','/:id/proactive_actions','getProactiveActions','/:id/users','getAgents','post','create','/:id/dispositions','addDisposition','addAnswer','join','server/files/images/logos/','now','originalname','/:id/logo','single','addLogo','diskStorage','root','server/files/images/avatars/'];(function(_0x1adf4d,_0x4a834f){var _0x534fe6=function(_0x247df6){while(--_0x247df6){_0x1adf4d['push'](_0x1adf4d['shift']());}};_0x534fe6(++_0x4a834f);}(_0x5f66,0x1a0));var _0x65f6=function(_0x13d07a,_0x41efc3){_0x13d07a=_0x13d07a-0x0;var _0x5ee0ee=_0x5f66[_0x13d07a];return _0x5ee0ee;};'use strict';var multer=require('multer');var util=require(_0x65f6('0x0'));var path=require('path');var timeout=require(_0x65f6('0x1'));var express=require(_0x65f6('0x2'));var router=express[_0x65f6('0x3')]();var auth=require(_0x65f6('0x4'));var interaction=require(_0x65f6('0x5'));var config=require('../../config/environment');var controller=require(_0x65f6('0x6'));router['get']('/',auth[_0x65f6('0x7')](),controller[_0x65f6('0x8')]);router['get']('/describe',auth[_0x65f6('0x7')](),controller[_0x65f6('0x9')]);router[_0x65f6('0xa')](_0x65f6('0xb'),auth[_0x65f6('0x7')](),controller[_0x65f6('0xc')]);router['get']('/:id/dispositions',auth[_0x65f6('0x7')](),controller[_0x65f6('0xd')]);router[_0x65f6('0xa')](_0x65f6('0xe'),auth['isAuthenticated'](),controller[_0x65f6('0xf')]);router['get']('/:id/logo',controller[_0x65f6('0x10')]);router['get'](_0x65f6('0x11'),controller['getAvatar']);router[_0x65f6('0xa')](_0x65f6('0x12'),controller[_0x65f6('0x13')]);router[_0x65f6('0xa')](_0x65f6('0x14'),controller[_0x65f6('0x15')]);router[_0x65f6('0xa')](_0x65f6('0x16'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x17')]);router['get'](_0x65f6('0x18'),controller['getSnippet']);router['get'](_0x65f6('0x19'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x1a')]);router[_0x65f6('0xa')](_0x65f6('0x1b'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x1c')]);router[_0x65f6('0xa')]('/:id/fields',controller['getFields']);router[_0x65f6('0xa')]('/:id/offline_messages',auth['isAuthenticated'](),controller['getOfflineMessages']);router[_0x65f6('0xa')](_0x65f6('0x1d'),auth['isAuthenticated'](),controller[_0x65f6('0x1e')]);router[_0x65f6('0x1f')]('/',auth[_0x65f6('0x7')](),controller[_0x65f6('0x20')]);router[_0x65f6('0x1f')](_0x65f6('0x21'),auth['isAuthenticated'](),controller[_0x65f6('0x22')]);router['post']('/:id/canned_answers',auth[_0x65f6('0x7')](),controller[_0x65f6('0x23')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x1eeaaa,_0x471a33,_0x2317ce){_0x2317ce(null,path[_0x65f6('0x24')](config['root'],_0x65f6('0x25')));},'filename':function(_0x59ea32,_0x20a161,_0x5963e0){_0x5963e0(null,util['format']('%s-%s',Date[_0x65f6('0x26')](),_0x20a161[_0x65f6('0x27')]));}})});router['post'](_0x65f6('0x28'),upload[_0x65f6('0x29')]('file'),controller[_0x65f6('0x2a')]);var upload=multer({'storage':multer[_0x65f6('0x2b')]({'destination':function(_0x28d0df,_0x559330,_0x4ac04b){_0x4ac04b(null,path['join'](config[_0x65f6('0x2c')],_0x65f6('0x2d')));},'filename':function(_0x4344b3,_0x408ccc,_0x518cac){_0x518cac(null,util[_0x65f6('0x2e')](_0x65f6('0x2f'),Date['now'](),_0x408ccc['originalname']));}})});router[_0x65f6('0x1f')](_0x65f6('0x11'),upload['single']('file'),controller[_0x65f6('0x30')]);var upload=multer({'storage':multer[_0x65f6('0x2b')]({'destination':function(_0x11fe3b,_0xc53cb7,_0x1217fd){_0x1217fd(null,path[_0x65f6('0x24')](config['root'],_0x65f6('0x2d')));},'filename':function(_0x38f3c6,_0x46f03c,_0x4bc037){_0x4bc037(null,util[_0x65f6('0x2e')](_0x65f6('0x2f'),Date[_0x65f6('0x26')](),_0x46f03c[_0x65f6('0x27')]));}})});router[_0x65f6('0x1f')](_0x65f6('0x12'),upload['single'](_0x65f6('0x31')),controller[_0x65f6('0x32')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x36dbf4,_0x5a740a,_0x2b403b){_0x2b403b(null,path['join'](config[_0x65f6('0x2c')],_0x65f6('0x2d')));},'filename':function(_0x5ce050,_0x12dee6,_0x13e41a){_0x13e41a(null,util[_0x65f6('0x2e')]('%s-%s',Date['now'](),_0x12dee6[_0x65f6('0x27')]));}})});router['post'](_0x65f6('0x14'),upload['single'](_0x65f6('0x31')),controller[_0x65f6('0x33')]);router['post'](_0x65f6('0x34'),controller['notify']);router['post'](_0x65f6('0x35'),controller[_0x65f6('0x36')]);router[_0x65f6('0x1f')](_0x65f6('0x16'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x37')]);router[_0x65f6('0x1f')](_0x65f6('0x19'),auth['isAuthenticated'](),controller[_0x65f6('0x38')]);router['post'](_0x65f6('0x1b'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x39')]);router[_0x65f6('0x1f')]('/:id/users',auth[_0x65f6('0x7')](),controller[_0x65f6('0x3a')]);router[_0x65f6('0x3b')](_0x65f6('0xb'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x3c')]);router[_0x65f6('0x3d')](_0x65f6('0xb'),auth[_0x65f6('0x7')](),controller['destroy']);router[_0x65f6('0x3d')](_0x65f6('0x21'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x3e')]);router[_0x65f6('0x3d')](_0x65f6('0xe'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x3f')]);router[_0x65f6('0x3d')](_0x65f6('0x1d'),auth[_0x65f6('0x7')](),controller[_0x65f6('0x40')]);module[_0x65f6('0x41')]=router;