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