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