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