Built motion from commit (unavailable).|2.4.17
[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 _0xa1ef=['getSystemAvatar','/:id/interactions','/:id/snippet','getSnippet','/:id/applications','/:id/proactive_actions','/:id/fields','getFields','/:id/offline_messages','getOfflineMessages','/:id/users','getAgents','create','post','/:id/canned_answers','addAnswer','diskStorage','root','server/files/images/logos/','%s-%s','originalname','addLogo','join','server/files/images/avatars/','format','single','file','addAvatar','now','addCustomerAvatar','addSystemAvatar','/:id/notify','notify','/:id/offline','offline','addInteraction','addProactiveActions','addAgents','put','update','delete','destroy','removeDispositions','removeAnswers','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatWebsite.controller','get','isAuthenticated','/describe','/:id','show','getDispositions','/:id/logo','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar'];(function(_0x47dbd4,_0x50f344){var _0x3689e2=function(_0x1e57c1){while(--_0x1e57c1){_0x47dbd4['push'](_0x47dbd4['shift']());}};_0x3689e2(++_0x50f344);}(_0xa1ef,0x1f4));var _0xfa1e=function(_0x4cb8e7,_0x2e1d22){_0x4cb8e7=_0x4cb8e7-0x0;var _0x3d0188=_0xa1ef[_0x4cb8e7];return _0x3d0188;};'use strict';var multer=require(_0xfa1e('0x0'));var util=require(_0xfa1e('0x1'));var path=require(_0xfa1e('0x2'));var timeout=require(_0xfa1e('0x3'));var express=require(_0xfa1e('0x4'));var router=express[_0xfa1e('0x5')]();var auth=require(_0xfa1e('0x6'));var interaction=require(_0xfa1e('0x7'));var config=require(_0xfa1e('0x8'));var controller=require(_0xfa1e('0x9'));router[_0xfa1e('0xa')]('/',auth[_0xfa1e('0xb')](),controller['index']);router[_0xfa1e('0xa')](_0xfa1e('0xc'),auth[_0xfa1e('0xb')](),controller['describe']);router[_0xfa1e('0xa')](_0xfa1e('0xd'),auth['isAuthenticated'](),controller[_0xfa1e('0xe')]);router[_0xfa1e('0xa')]('/:id/dispositions',auth[_0xfa1e('0xb')](),controller[_0xfa1e('0xf')]);router[_0xfa1e('0xa')]('/:id/canned_answers',auth[_0xfa1e('0xb')](),controller['getAnswers']);router[_0xfa1e('0xa')](_0xfa1e('0x10'),controller['getLogo']);router[_0xfa1e('0xa')]('/:id/avatar',controller['getAvatar']);router[_0xfa1e('0xa')](_0xfa1e('0x11'),controller[_0xfa1e('0x12')]);router[_0xfa1e('0xa')](_0xfa1e('0x13'),controller[_0xfa1e('0x14')]);router[_0xfa1e('0xa')](_0xfa1e('0x15'),auth['isAuthenticated'](),controller['getInteractions']);router['get'](_0xfa1e('0x16'),controller[_0xfa1e('0x17')]);router['get'](_0xfa1e('0x18'),auth[_0xfa1e('0xb')](),controller['getApplications']);router[_0xfa1e('0xa')](_0xfa1e('0x19'),auth['isAuthenticated'](),controller['getProactiveActions']);router['get'](_0xfa1e('0x1a'),controller[_0xfa1e('0x1b')]);router[_0xfa1e('0xa')](_0xfa1e('0x1c'),auth[_0xfa1e('0xb')](),controller[_0xfa1e('0x1d')]);router['get'](_0xfa1e('0x1e'),auth[_0xfa1e('0xb')](),controller[_0xfa1e('0x1f')]);router['post']('/',auth['isAuthenticated'](),controller[_0xfa1e('0x20')]);router[_0xfa1e('0x21')]('/:id/dispositions',auth['isAuthenticated'](),controller['addDisposition']);router['post'](_0xfa1e('0x22'),auth['isAuthenticated'](),controller[_0xfa1e('0x23')]);var upload=multer({'storage':multer[_0xfa1e('0x24')]({'destination':function(_0x51efa8,_0x5d949a,_0x3de039){_0x3de039(null,path['join'](config[_0xfa1e('0x25')],_0xfa1e('0x26')));},'filename':function(_0xa7060a,_0x2734b4,_0x8970f){_0x8970f(null,util['format'](_0xfa1e('0x27'),Date['now'](),_0x2734b4[_0xfa1e('0x28')]));}})});router[_0xfa1e('0x21')](_0xfa1e('0x10'),upload['single']('file'),controller[_0xfa1e('0x29')]);var upload=multer({'storage':multer[_0xfa1e('0x24')]({'destination':function(_0x506cae,_0x21e2cf,_0x26af49){_0x26af49(null,path[_0xfa1e('0x2a')](config[_0xfa1e('0x25')],_0xfa1e('0x2b')));},'filename':function(_0x47961f,_0x46cb8a,_0x3eef65){_0x3eef65(null,util[_0xfa1e('0x2c')](_0xfa1e('0x27'),Date['now'](),_0x46cb8a[_0xfa1e('0x28')]));}})});router[_0xfa1e('0x21')]('/:id/avatar',upload[_0xfa1e('0x2d')](_0xfa1e('0x2e')),controller[_0xfa1e('0x2f')]);var upload=multer({'storage':multer[_0xfa1e('0x24')]({'destination':function(_0x213756,_0x4eb1b5,_0x49cf3a){_0x49cf3a(null,path['join'](config[_0xfa1e('0x25')],'server/files/images/avatars/'));},'filename':function(_0x41cf44,_0x33721f,_0x101b92){_0x101b92(null,util['format']('%s-%s',Date[_0xfa1e('0x30')](),_0x33721f[_0xfa1e('0x28')]));}})});router[_0xfa1e('0x21')]('/:id/customer_avatar',upload[_0xfa1e('0x2d')]('file'),controller[_0xfa1e('0x31')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x496da7,_0x3280af,_0x156ddf){_0x156ddf(null,path[_0xfa1e('0x2a')](config['root'],_0xfa1e('0x2b')));},'filename':function(_0x46bf43,_0x111da2,_0x5c1cb0){_0x5c1cb0(null,util[_0xfa1e('0x2c')](_0xfa1e('0x27'),Date['now'](),_0x111da2[_0xfa1e('0x28')]));}})});router[_0xfa1e('0x21')]('/:id/system_avatar',upload[_0xfa1e('0x2d')]('file'),controller[_0xfa1e('0x32')]);router[_0xfa1e('0x21')](_0xfa1e('0x33'),controller[_0xfa1e('0x34')]);router[_0xfa1e('0x21')](_0xfa1e('0x35'),controller[_0xfa1e('0x36')]);router[_0xfa1e('0x21')](_0xfa1e('0x15'),auth[_0xfa1e('0xb')](),controller[_0xfa1e('0x37')]);router['post'](_0xfa1e('0x18'),auth['isAuthenticated'](),controller['addApplications']);router[_0xfa1e('0x21')](_0xfa1e('0x19'),auth[_0xfa1e('0xb')](),controller[_0xfa1e('0x38')]);router[_0xfa1e('0x21')](_0xfa1e('0x1e'),auth['isAuthenticated'](),controller[_0xfa1e('0x39')]);router[_0xfa1e('0x3a')]('/:id',auth[_0xfa1e('0xb')](),controller[_0xfa1e('0x3b')]);router[_0xfa1e('0x3c')](_0xfa1e('0xd'),auth['isAuthenticated'](),controller[_0xfa1e('0x3d')]);router[_0xfa1e('0x3c')]('/:id/dispositions',auth[_0xfa1e('0xb')](),controller[_0xfa1e('0x3e')]);router[_0xfa1e('0x3c')](_0xfa1e('0x22'),auth[_0xfa1e('0xb')](),controller[_0xfa1e('0x3f')]);router[_0xfa1e('0x3c')](_0xfa1e('0x1e'),auth[_0xfa1e('0xb')](),controller['removeAgents']);module[_0xfa1e('0x40')]=router;