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