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