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