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