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