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