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