faed36214dd1e625576f665f7743e8b6f1c878a2
[motion2.git] / server / api / plugin / 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 _0x1480=['webhookGet','show','/:id/download','download','diskStorage','server/files/plugins','originalname','replace','format','%s-%s%s','basename','extname','single','file','upload','post','webhookPost','put','/:id','delete','exports','path','connect-timeout','express','Router','../../config/environment','./plugin.controller','get','isAuthenticated','index','/webhook'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x1480,0x1c7));var _0x0148=function(_0x6cf3b6,_0x4b7560){_0x6cf3b6=_0x6cf3b6-0x0;var _0xdbe948=_0x1480[_0x6cf3b6];return _0xdbe948;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x0148('0x0'));var timeout=require(_0x0148('0x1'));var express=require(_0x0148('0x2'));var router=express[_0x0148('0x3')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x0148('0x4'));var controller=require(_0x0148('0x5'));router[_0x0148('0x6')]('/',auth[_0x0148('0x7')](),controller[_0x0148('0x8')]);router[_0x0148('0x6')](_0x0148('0x9'),controller[_0x0148('0xa')]);router[_0x0148('0x6')]('/:id',auth['isAuthenticated'](),controller[_0x0148('0xb')]);router[_0x0148('0x6')](_0x0148('0xc'),auth['isAuthenticated'](),controller[_0x0148('0xd')]);var upload=multer({'storage':multer[_0x0148('0xe')]({'destination':function(_0x361be6,_0x47f2f2,_0x805c99){_0x805c99(null,path['join'](config['root'],_0x0148('0xf')));},'filename':function(_0x5d6199,_0x4f5924,_0x2894da){_0x4f5924[_0x0148('0x10')]=_0x4f5924['originalname'][_0x0148('0x11')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x2894da(null,util[_0x0148('0x12')](_0x0148('0x13'),path[_0x0148('0x14')](_0x4f5924[_0x0148('0x10')],path['extname'](_0x4f5924[_0x0148('0x10')])),Date['now'](),path[_0x0148('0x15')](_0x4f5924[_0x0148('0x10')])));}})});router['post']('/',upload[_0x0148('0x16')](_0x0148('0x17')),controller[_0x0148('0x18')]);router[_0x0148('0x19')]('/webhook',controller[_0x0148('0x1a')]);router[_0x0148('0x1b')](_0x0148('0x1c'),auth['isAuthenticated'](),controller['update']);router[_0x0148('0x1d')](_0x0148('0x1c'),auth[_0x0148('0x7')](),controller['delete']);module[_0x0148('0x1e')]=router;