Built motion from commit (unavailable).|2.5.17
[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 _0xac53=['chatinteraction:update','update','/:id/custom_update','customUpdate','/:id/abandon','abandon','/:id/close','close','delete','chatinteraction:destroy','removeTags','multer','util','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatInteraction.controller','get','isAuthenticated','index','/describe','/:id','show','/:id/attachment_download','isChatInteractionAuthorized','attachmentDownload','getMessages','getMyMessages','/:id/download','download','post','/:id/vidaoo','createVidaooSession','diskStorage','server/files/attachments/','%s-%s','now','originalname','replace','file','attachmentUpload','addMessage','/:id/tags','tracked','chat','chatinteraction:addtags','put'];(function(_0x5255bd,_0x19b898){var _0x151d0c=function(_0x4fab21){while(--_0x4fab21){_0x5255bd['push'](_0x5255bd['shift']());}};_0x151d0c(++_0x19b898);}(_0xac53,0x15b));var _0x3ac5=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0xac53[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0x3ac5('0x0'));var util=require(_0x3ac5('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x3ac5('0x2'));var router=express['Router']();var auth=require(_0x3ac5('0x3'));var interaction=require(_0x3ac5('0x4'));var config=require(_0x3ac5('0x5'));var controller=require(_0x3ac5('0x6'));router[_0x3ac5('0x7')]('/',auth[_0x3ac5('0x8')](),controller[_0x3ac5('0x9')]);router[_0x3ac5('0x7')](_0x3ac5('0xa'),auth[_0x3ac5('0x8')](),controller['describe']);router[_0x3ac5('0x7')](_0x3ac5('0xb'),auth['isChatInteractionAuthorized'](),controller[_0x3ac5('0xc')]);router[_0x3ac5('0x7')](_0x3ac5('0xd'),auth[_0x3ac5('0xe')](),controller[_0x3ac5('0xf')]);router[_0x3ac5('0x7')]('/:id/messages',auth['isAuthenticated'](),controller[_0x3ac5('0x10')]);router[_0x3ac5('0x7')]('/:id/my_messages',auth[_0x3ac5('0xe')](),controller[_0x3ac5('0x11')]);router[_0x3ac5('0x7')](_0x3ac5('0x12'),auth[_0x3ac5('0x8')](),controller[_0x3ac5('0x13')]);router[_0x3ac5('0x14')]('/',auth[_0x3ac5('0x8')](),controller['create']);router[_0x3ac5('0x14')](_0x3ac5('0x15'),auth[_0x3ac5('0x8')](),controller[_0x3ac5('0x16')]);var upload=multer({'storage':multer[_0x3ac5('0x17')]({'destination':function(_0x26045f,_0x515cc2,_0x1fc43b){_0x1fc43b(null,path['join'](config['root'],_0x3ac5('0x18')));},'filename':function(_0x2d3a86,_0x3017cf,_0x2ab6fd){_0x2ab6fd(null,util['format'](_0x3ac5('0x19'),Date[_0x3ac5('0x1a')](),_0x3017cf[_0x3ac5('0x1b')][_0x3ac5('0x1c')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x3ac5('0x14')]('/:id/attachment_upload',upload['single'](_0x3ac5('0x1d')),controller[_0x3ac5('0x1e')]);router[_0x3ac5('0x14')]('/:id/messages',auth[_0x3ac5('0xe')](),controller[_0x3ac5('0x1f')]);router[_0x3ac5('0x14')](_0x3ac5('0x20'),auth['isAuthenticated'](),interaction[_0x3ac5('0x21')](_0x3ac5('0x22'),_0x3ac5('0x23')),controller['addTags']);router[_0x3ac5('0x24')](_0x3ac5('0xb'),auth[_0x3ac5('0x8')](),interaction[_0x3ac5('0x21')](_0x3ac5('0x22'),_0x3ac5('0x25')),controller[_0x3ac5('0x26')]);router[_0x3ac5('0x24')](_0x3ac5('0x27'),controller[_0x3ac5('0x28')]);router[_0x3ac5('0x24')](_0x3ac5('0x29'),auth[_0x3ac5('0xe')](),controller[_0x3ac5('0x2a')]);router[_0x3ac5('0x24')](_0x3ac5('0x2b'),controller[_0x3ac5('0x2c')]);router[_0x3ac5('0x2d')]('/:id',auth[_0x3ac5('0x8')](),interaction[_0x3ac5('0x21')](_0x3ac5('0x22'),_0x3ac5('0x2e')),controller['destroy']);router[_0x3ac5('0x2d')](_0x3ac5('0x20'),auth[_0x3ac5('0x8')](),controller[_0x3ac5('0x2f')]);module['exports']=router;