ddb6c36417097e411f864bfe0b5af1463ef75973
[motion2.git] / server / api / chatInteraction / 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 _0xc318=['path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatInteraction.controller','get','isAuthenticated','index','/describe','describe','/:id','isChatInteractionAuthorized','show','/:id/attachment_download','getMessages','/:id/my_messages','getMyMessages','download','post','/:id/vidaoo','createVidaooSession','root','format','%s-%s','now','originalname','replace','/:id/attachment_upload','file','attachmentUpload','/:id/messages','/:id/tags','tracked','chat','chatinteraction:addtags','addTags','put','customUpdate','/:id/abandon','abandon','/:id/close','close','delete','chatinteraction:destroy','removeTags','exports','multer'];(function(_0x31a371,_0x50828e){var _0x2a5bd6=function(_0x2fb481){while(--_0x2fb481){_0x31a371['push'](_0x31a371['shift']());}};_0x2a5bd6(++_0x50828e);}(_0xc318,0xf9));var _0x8c31=function(_0x2dafbe,_0x5d04de){_0x2dafbe=_0x2dafbe-0x0;var _0x58a45a=_0xc318[_0x2dafbe];return _0x58a45a;};'use strict';var multer=require(_0x8c31('0x0'));var util=require('util');var path=require(_0x8c31('0x1'));var timeout=require(_0x8c31('0x2'));var express=require(_0x8c31('0x3'));var router=express[_0x8c31('0x4')]();var auth=require(_0x8c31('0x5'));var interaction=require(_0x8c31('0x6'));var config=require(_0x8c31('0x7'));var controller=require(_0x8c31('0x8'));router[_0x8c31('0x9')]('/',auth[_0x8c31('0xa')](),controller[_0x8c31('0xb')]);router[_0x8c31('0x9')](_0x8c31('0xc'),auth[_0x8c31('0xa')](),controller[_0x8c31('0xd')]);router['get'](_0x8c31('0xe'),auth[_0x8c31('0xf')](),controller[_0x8c31('0x10')]);router[_0x8c31('0x9')](_0x8c31('0x11'),auth[_0x8c31('0xf')](),controller['attachmentDownload']);router[_0x8c31('0x9')]('/:id/messages',auth[_0x8c31('0xa')](),controller[_0x8c31('0x12')]);router[_0x8c31('0x9')](_0x8c31('0x13'),auth[_0x8c31('0xf')](),controller[_0x8c31('0x14')]);router[_0x8c31('0x9')]('/:id/download',auth[_0x8c31('0xa')](),controller[_0x8c31('0x15')]);router[_0x8c31('0x16')]('/',auth[_0x8c31('0xa')](),controller['create']);router[_0x8c31('0x16')](_0x8c31('0x17'),auth[_0x8c31('0xa')](),controller[_0x8c31('0x18')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x21564c,_0x2b0487,_0x4f1206){_0x4f1206(null,path['join'](config[_0x8c31('0x19')],'server/files/attachments/'));},'filename':function(_0x5b8b96,_0x19d286,_0x37cccf){_0x37cccf(null,util[_0x8c31('0x1a')](_0x8c31('0x1b'),Date[_0x8c31('0x1c')](),_0x19d286[_0x8c31('0x1d')][_0x8c31('0x1e')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x8c31('0x16')](_0x8c31('0x1f'),upload['single'](_0x8c31('0x20')),controller[_0x8c31('0x21')]);router['post'](_0x8c31('0x22'),auth['isChatInteractionAuthorized'](),controller['addMessage']);router[_0x8c31('0x16')](_0x8c31('0x23'),auth[_0x8c31('0xa')](),interaction[_0x8c31('0x24')](_0x8c31('0x25'),_0x8c31('0x26')),controller[_0x8c31('0x27')]);router['put'](_0x8c31('0xe'),auth['isAuthenticated'](),interaction['tracked'](_0x8c31('0x25'),'chatinteraction:update'),controller['update']);router[_0x8c31('0x28')]('/:id/custom_update',controller[_0x8c31('0x29')]);router[_0x8c31('0x28')](_0x8c31('0x2a'),auth[_0x8c31('0xf')](),controller[_0x8c31('0x2b')]);router['put'](_0x8c31('0x2c'),controller[_0x8c31('0x2d')]);router[_0x8c31('0x2e')](_0x8c31('0xe'),auth[_0x8c31('0xa')](),interaction[_0x8c31('0x24')]('chat',_0x8c31('0x2f')),controller['destroy']);router[_0x8c31('0x2e')](_0x8c31('0x23'),auth[_0x8c31('0xa')](),controller[_0x8c31('0x30')]);module[_0x8c31('0x31')]=router;