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