Built motion from commit 9d0783e6.|2.6.13
[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 _0x8fc5=['getMessages','/:id/my_messages','getMyMessages','/:id/download','post','/:id/vidaoo','createVidaooSession','diskStorage','join','root','server/files/attachments/','format','%s-%s','now','originalname','replace','/:id/attachment_upload','single','file','attachmentUpload','addMessage','/:id/tags','tracked','chat','chatinteraction:addtags','addTags','put','/:id','chatinteraction:update','/:id/custom_update','customUpdate','abandon','/:id/close','close','destroy','delete','removeTags','exports','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../config/environment','./chatInteraction.controller','get','isAuthenticated','index','/describe','describe','isChatInteractionAuthorized','show','/:id/attachment_download','attachmentDownload','/:id/messages'];(function(_0x2e5167,_0x1cef92){var _0xfd5324=function(_0x1b5427){while(--_0x1b5427){_0x2e5167['push'](_0x2e5167['shift']());}};_0xfd5324(++_0x1cef92);}(_0x8fc5,0xce));var _0x58fc=function(_0x130b53,_0x30924b){_0x130b53=_0x130b53-0x0;var _0x358070=_0x8fc5[_0x130b53];return _0x358070;};'use strict';var multer=require('multer');var util=require(_0x58fc('0x0'));var path=require(_0x58fc('0x1'));var timeout=require(_0x58fc('0x2'));var express=require(_0x58fc('0x3'));var router=express['Router']();var fs_extra=require(_0x58fc('0x4'));var auth=require(_0x58fc('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x58fc('0x6'));var controller=require(_0x58fc('0x7'));router[_0x58fc('0x8')]('/',auth[_0x58fc('0x9')](),controller[_0x58fc('0xa')]);router['get'](_0x58fc('0xb'),auth[_0x58fc('0x9')](),controller[_0x58fc('0xc')]);router[_0x58fc('0x8')]('/:id',auth[_0x58fc('0xd')](),controller[_0x58fc('0xe')]);router['get'](_0x58fc('0xf'),auth[_0x58fc('0xd')](),controller[_0x58fc('0x10')]);router[_0x58fc('0x8')](_0x58fc('0x11'),auth[_0x58fc('0x9')](),controller[_0x58fc('0x12')]);router[_0x58fc('0x8')](_0x58fc('0x13'),auth[_0x58fc('0xd')](),controller[_0x58fc('0x14')]);router[_0x58fc('0x8')](_0x58fc('0x15'),auth[_0x58fc('0x9')](),controller['download']);router[_0x58fc('0x16')]('/',auth[_0x58fc('0x9')](),controller['create']);router[_0x58fc('0x16')](_0x58fc('0x17'),auth[_0x58fc('0x9')](),controller[_0x58fc('0x18')]);var upload=multer({'storage':multer[_0x58fc('0x19')]({'destination':function(_0x33a7b8,_0x17ff5f,_0x1e4170){_0x1e4170(null,path[_0x58fc('0x1a')](config[_0x58fc('0x1b')],_0x58fc('0x1c')));},'filename':function(_0x1e85f1,_0x1f2711,_0x2febae){_0x2febae(null,util[_0x58fc('0x1d')](_0x58fc('0x1e'),Date[_0x58fc('0x1f')](),_0x1f2711[_0x58fc('0x20')][_0x58fc('0x21')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x58fc('0x16')](_0x58fc('0x22'),upload[_0x58fc('0x23')](_0x58fc('0x24')),controller[_0x58fc('0x25')]);router['post'](_0x58fc('0x11'),auth[_0x58fc('0xd')](),controller[_0x58fc('0x26')]);router[_0x58fc('0x16')](_0x58fc('0x27'),auth[_0x58fc('0x9')](),interaction[_0x58fc('0x28')](_0x58fc('0x29'),_0x58fc('0x2a')),controller[_0x58fc('0x2b')]);router[_0x58fc('0x2c')](_0x58fc('0x2d'),auth[_0x58fc('0x9')](),interaction[_0x58fc('0x28')](_0x58fc('0x29'),_0x58fc('0x2e')),controller['update']);router['put'](_0x58fc('0x2f'),controller[_0x58fc('0x30')]);router[_0x58fc('0x2c')]('/:id/abandon',auth['isChatInteractionAuthorized'](),controller[_0x58fc('0x31')]);router[_0x58fc('0x2c')](_0x58fc('0x32'),controller[_0x58fc('0x33')]);router['delete'](_0x58fc('0x2d'),auth[_0x58fc('0x9')](),interaction['tracked'](_0x58fc('0x29'),'chatinteraction:destroy'),controller[_0x58fc('0x34')]);router[_0x58fc('0x35')](_0x58fc('0x27'),auth[_0x58fc('0x9')](),controller[_0x58fc('0x36')]);module[_0x58fc('0x37')]=router;