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