e75af2c6eba8c6b9eb117c70ea919916641cbef6
[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 _0x4245=['exports','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./chatInteraction.controller','get','isAuthenticated','index','/describe','describe','/:id','isChatInteractionAuthorized','show','/:id/attachment_download','/:id/messages','getMessages','/:id/my_messages','getMyMessages','post','create','/:id/vidaoo','createVidaooSession','diskStorage','root','server/files/attachments/','format','now','/:id/attachment_upload','file','attachmentUpload','addMessage','tracked','addTags','put','chat','chatinteraction:update','update','/:id/custom_update','/:id/abandon','/:id/close','delete','destroy','/:id/tags','removeTags'];(function(_0x58718e,_0x430586){var _0x5a729e=function(_0x145d7d){while(--_0x145d7d){_0x58718e['push'](_0x58718e['shift']());}};_0x5a729e(++_0x430586);}(_0x4245,0xf1));var _0x5424=function(_0x2c3040,_0x353891){_0x2c3040=_0x2c3040-0x0;var _0x129b2e=_0x4245[_0x2c3040];return _0x129b2e;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x5424('0x0'));var timeout=require(_0x5424('0x1'));var express=require(_0x5424('0x2'));var router=express[_0x5424('0x3')]();var fs_extra=require(_0x5424('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x5424('0x5'));var config=require(_0x5424('0x6'));var controller=require(_0x5424('0x7'));router[_0x5424('0x8')]('/',auth[_0x5424('0x9')](),controller[_0x5424('0xa')]);router[_0x5424('0x8')](_0x5424('0xb'),auth[_0x5424('0x9')](),controller[_0x5424('0xc')]);router['get'](_0x5424('0xd'),auth[_0x5424('0xe')](),controller[_0x5424('0xf')]);router['get'](_0x5424('0x10'),auth[_0x5424('0xe')](),controller['attachmentDownload']);router[_0x5424('0x8')](_0x5424('0x11'),auth['isAuthenticated'](),controller[_0x5424('0x12')]);router['get'](_0x5424('0x13'),auth[_0x5424('0xe')](),controller[_0x5424('0x14')]);router[_0x5424('0x8')]('/:id/download',auth[_0x5424('0x9')](),controller['download']);router[_0x5424('0x15')]('/',auth[_0x5424('0x9')](),controller[_0x5424('0x16')]);router['post'](_0x5424('0x17'),auth[_0x5424('0x9')](),controller[_0x5424('0x18')]);var upload=multer({'storage':multer[_0x5424('0x19')]({'destination':function(_0x2f48ce,_0x14162b,_0x836f83){_0x836f83(null,path['join'](config[_0x5424('0x1a')],_0x5424('0x1b')));},'filename':function(_0x248cea,_0x232c2b,_0x2fe3cb){_0x2fe3cb(null,util[_0x5424('0x1c')]('%s-%s',Date[_0x5424('0x1d')](),_0x232c2b['originalname']['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x5424('0x15')](_0x5424('0x1e'),upload['single'](_0x5424('0x1f')),controller[_0x5424('0x20')]);router['post'](_0x5424('0x11'),auth[_0x5424('0xe')](),controller[_0x5424('0x21')]);router[_0x5424('0x15')]('/:id/tags',auth[_0x5424('0x9')](),interaction[_0x5424('0x22')]('chat','chatinteraction:addtags'),controller[_0x5424('0x23')]);router[_0x5424('0x24')]('/:id',auth['isAuthenticated'](),interaction[_0x5424('0x22')](_0x5424('0x25'),_0x5424('0x26')),controller[_0x5424('0x27')]);router[_0x5424('0x24')](_0x5424('0x28'),controller['customUpdate']);router['put'](_0x5424('0x29'),auth[_0x5424('0xe')](),controller['abandon']);router[_0x5424('0x24')](_0x5424('0x2a'),controller['close']);router[_0x5424('0x2b')]('/:id',auth[_0x5424('0x9')](),interaction[_0x5424('0x22')](_0x5424('0x25'),'chatinteraction:destroy'),controller[_0x5424('0x2c')]);router[_0x5424('0x2b')](_0x5424('0x2d'),auth[_0x5424('0x9')](),controller[_0x5424('0x2e')]);module[_0x5424('0x2f')]=router;