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