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