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