Built motion from commit 19a84241.|2.5.34
[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 _0xbba9=['/:id/tags','tracked','chat','chatinteraction:addtags','addTags','put','chatinteraction:update','update','/:id/custom_update','customUpdate','abandon','close','delete','destroy','removeTags','multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatInteraction.controller','get','isAuthenticated','index','/describe','/:id','isChatInteractionAuthorized','show','/:id/attachment_download','/:id/messages','getMessages','/:id/my_messages','getMyMessages','/:id/download','post','create','/:id/vidaoo','createVidaooSession','diskStorage','join','root','format','%s-%s','now','replace','/:id/attachment_upload','file','attachmentUpload','addMessage'];(function(_0xdea41a,_0x552987){var _0x15d0d8=function(_0x1e0d0b){while(--_0x1e0d0b){_0xdea41a['push'](_0xdea41a['shift']());}};_0x15d0d8(++_0x552987);}(_0xbba9,0x14d));var _0x9bba=function(_0x1d9262,_0x48caec){_0x1d9262=_0x1d9262-0x0;var _0x3f6ba6=_0xbba9[_0x1d9262];return _0x3f6ba6;};'use strict';var multer=require(_0x9bba('0x0'));var util=require(_0x9bba('0x1'));var path=require(_0x9bba('0x2'));var timeout=require(_0x9bba('0x3'));var express=require(_0x9bba('0x4'));var router=express['Router']();var fs_extra=require(_0x9bba('0x5'));var auth=require(_0x9bba('0x6'));var interaction=require(_0x9bba('0x7'));var config=require(_0x9bba('0x8'));var controller=require(_0x9bba('0x9'));router[_0x9bba('0xa')]('/',auth[_0x9bba('0xb')](),controller[_0x9bba('0xc')]);router['get'](_0x9bba('0xd'),auth['isAuthenticated'](),controller['describe']);router[_0x9bba('0xa')](_0x9bba('0xe'),auth[_0x9bba('0xf')](),controller[_0x9bba('0x10')]);router[_0x9bba('0xa')](_0x9bba('0x11'),auth[_0x9bba('0xf')](),controller['attachmentDownload']);router[_0x9bba('0xa')](_0x9bba('0x12'),auth[_0x9bba('0xb')](),controller[_0x9bba('0x13')]);router[_0x9bba('0xa')](_0x9bba('0x14'),auth[_0x9bba('0xf')](),controller[_0x9bba('0x15')]);router[_0x9bba('0xa')](_0x9bba('0x16'),auth[_0x9bba('0xb')](),controller['download']);router[_0x9bba('0x17')]('/',auth['isAuthenticated'](),controller[_0x9bba('0x18')]);router[_0x9bba('0x17')](_0x9bba('0x19'),auth['isAuthenticated'](),controller[_0x9bba('0x1a')]);var upload=multer({'storage':multer[_0x9bba('0x1b')]({'destination':function(_0x86ec6a,_0x361c36,_0x1ed284){_0x1ed284(null,path[_0x9bba('0x1c')](config[_0x9bba('0x1d')],'server/files/attachments/'));},'filename':function(_0x442fbb,_0x560081,_0x40e3fb){_0x40e3fb(null,util[_0x9bba('0x1e')](_0x9bba('0x1f'),Date[_0x9bba('0x20')](),_0x560081['originalname'][_0x9bba('0x21')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x9bba('0x17')](_0x9bba('0x22'),upload['single'](_0x9bba('0x23')),controller[_0x9bba('0x24')]);router[_0x9bba('0x17')](_0x9bba('0x12'),auth[_0x9bba('0xf')](),controller[_0x9bba('0x25')]);router[_0x9bba('0x17')](_0x9bba('0x26'),auth[_0x9bba('0xb')](),interaction[_0x9bba('0x27')](_0x9bba('0x28'),_0x9bba('0x29')),controller[_0x9bba('0x2a')]);router[_0x9bba('0x2b')](_0x9bba('0xe'),auth[_0x9bba('0xb')](),interaction[_0x9bba('0x27')]('chat',_0x9bba('0x2c')),controller[_0x9bba('0x2d')]);router[_0x9bba('0x2b')](_0x9bba('0x2e'),controller[_0x9bba('0x2f')]);router[_0x9bba('0x2b')]('/:id/abandon',auth['isChatInteractionAuthorized'](),controller[_0x9bba('0x30')]);router[_0x9bba('0x2b')]('/:id/close',controller[_0x9bba('0x31')]);router[_0x9bba('0x32')](_0x9bba('0xe'),auth[_0x9bba('0xb')](),interaction['tracked']('chat','chatinteraction:destroy'),controller[_0x9bba('0x33')]);router[_0x9bba('0x32')]('/:id/tags',auth[_0x9bba('0xb')](),controller[_0x9bba('0x34')]);module['exports']=router;