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