Built motion from commit (unavailable).|2.5.11
[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 _0xf720=['isChatInteractionAuthorized','/:id/attachment_download','attachmentDownload','/:id/messages','getMessages','/:id/my_messages','getMyMessages','/:id/download','post','/:id/vidaoo','createVidaooSession','diskStorage','join','root','server/files/attachments/','format','replace','single','file','attachmentUpload','/:id/tags','tracked','chat','addTags','put','chatinteraction:update','update','/:id/custom_update','/:id/abandon','abandon','/:id/close','close','delete','chatinteraction:destroy','destroy','removeTags','exports','multer','util','connect-timeout','Router','./chatInteraction.controller','get','isAuthenticated','index','describe','/:id'];(function(_0x430469,_0x20e783){var _0x1ca55e=function(_0x42e6e6){while(--_0x42e6e6){_0x430469['push'](_0x430469['shift']());}};_0x1ca55e(++_0x20e783);}(_0xf720,0x16e));var _0x0f72=function(_0x1a788a,_0x3d0b62){_0x1a788a=_0x1a788a-0x0;var _0x86edb3=_0xf720[_0x1a788a];return _0x86edb3;};'use strict';var multer=require(_0x0f72('0x0'));var util=require(_0x0f72('0x1'));var path=require('path');var timeout=require(_0x0f72('0x2'));var express=require('express');var router=express[_0x0f72('0x3')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x0f72('0x4'));router[_0x0f72('0x5')]('/',auth[_0x0f72('0x6')](),controller[_0x0f72('0x7')]);router[_0x0f72('0x5')]('/describe',auth[_0x0f72('0x6')](),controller[_0x0f72('0x8')]);router[_0x0f72('0x5')](_0x0f72('0x9'),auth[_0x0f72('0xa')](),controller['show']);router['get'](_0x0f72('0xb'),auth['isChatInteractionAuthorized'](),controller[_0x0f72('0xc')]);router[_0x0f72('0x5')](_0x0f72('0xd'),auth['isAuthenticated'](),controller[_0x0f72('0xe')]);router[_0x0f72('0x5')](_0x0f72('0xf'),auth['isChatInteractionAuthorized'](),controller[_0x0f72('0x10')]);router[_0x0f72('0x5')](_0x0f72('0x11'),auth['isAuthenticated'](),controller['download']);router[_0x0f72('0x12')]('/',auth[_0x0f72('0x6')](),controller['create']);router['post'](_0x0f72('0x13'),auth[_0x0f72('0x6')](),controller[_0x0f72('0x14')]);var upload=multer({'storage':multer[_0x0f72('0x15')]({'destination':function(_0x3d2888,_0x4ca380,_0x1a69bc){_0x1a69bc(null,path[_0x0f72('0x16')](config[_0x0f72('0x17')],_0x0f72('0x18')));},'filename':function(_0xa6221,_0x3fa20f,_0x203efa){_0x203efa(null,util[_0x0f72('0x19')]('%s-%s',Date['now'](),_0x3fa20f['originalname'][_0x0f72('0x1a')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router['post']('/:id/attachment_upload',upload[_0x0f72('0x1b')](_0x0f72('0x1c')),controller[_0x0f72('0x1d')]);router[_0x0f72('0x12')]('/:id/messages',auth['isChatInteractionAuthorized'](),controller['addMessage']);router['post'](_0x0f72('0x1e'),auth[_0x0f72('0x6')](),interaction[_0x0f72('0x1f')](_0x0f72('0x20'),'chatinteraction:addtags'),controller[_0x0f72('0x21')]);router[_0x0f72('0x22')](_0x0f72('0x9'),auth[_0x0f72('0x6')](),interaction[_0x0f72('0x1f')](_0x0f72('0x20'),_0x0f72('0x23')),controller[_0x0f72('0x24')]);router[_0x0f72('0x22')](_0x0f72('0x25'),controller['customUpdate']);router[_0x0f72('0x22')](_0x0f72('0x26'),auth[_0x0f72('0xa')](),controller[_0x0f72('0x27')]);router[_0x0f72('0x22')](_0x0f72('0x28'),controller[_0x0f72('0x29')]);router[_0x0f72('0x2a')](_0x0f72('0x9'),auth[_0x0f72('0x6')](),interaction[_0x0f72('0x1f')](_0x0f72('0x20'),_0x0f72('0x2b')),controller[_0x0f72('0x2c')]);router[_0x0f72('0x2a')](_0x0f72('0x1e'),auth[_0x0f72('0x6')](),controller[_0x0f72('0x2d')]);module[_0x0f72('0x2e')]=router;