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