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