00a0ac72aafbf585ba92913312e52e723d8263ff
[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 _0xafe3=['index','/:id/download','originalname','replace','format','%s-%s%s','basename','now','extname','post','single','upload','/webhook','webhookPost','put','/:id','update','delete','exports','multer','util','path','connect-timeout','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller','get','isAuthenticated'];(function(_0x3472f2,_0x7e9262){var _0x4bed97=function(_0x2fc275){while(--_0x2fc275){_0x3472f2['push'](_0x3472f2['shift']());}};_0x4bed97(++_0x7e9262);}(_0xafe3,0xa4));var _0x3afe=function(_0x28ff2b,_0x1b2c12){_0x28ff2b=_0x28ff2b-0x0;var _0x427525=_0xafe3[_0x28ff2b];return _0x427525;};'use strict';var multer=require(_0x3afe('0x0'));var util=require(_0x3afe('0x1'));var path=require(_0x3afe('0x2'));var timeout=require(_0x3afe('0x3'));var express=require('express');var router=express['Router']();var auth=require(_0x3afe('0x4'));var interaction=require(_0x3afe('0x5'));var config=require(_0x3afe('0x6'));var controller=require(_0x3afe('0x7'));router[_0x3afe('0x8')]('/',auth[_0x3afe('0x9')](),controller[_0x3afe('0xa')]);router[_0x3afe('0x8')]('/webhook',controller['webhookGet']);router[_0x3afe('0x8')]('/:id',auth[_0x3afe('0x9')](),controller['show']);router[_0x3afe('0x8')](_0x3afe('0xb'),auth[_0x3afe('0x9')](),controller['download']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x51289c,_0x1a7a77,_0x37f85a){_0x37f85a(null,path['join'](config['root'],'server/files/plugins'));},'filename':function(_0x47c286,_0x1a36c8,_0x4d706f){_0x1a36c8['originalname']=_0x1a36c8[_0x3afe('0xc')][_0x3afe('0xd')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x4d706f(null,util[_0x3afe('0xe')](_0x3afe('0xf'),path[_0x3afe('0x10')](_0x1a36c8['originalname'],path['extname'](_0x1a36c8['originalname'])),Date[_0x3afe('0x11')](),path[_0x3afe('0x12')](_0x1a36c8[_0x3afe('0xc')])));}})});router[_0x3afe('0x13')]('/',upload[_0x3afe('0x14')]('file'),controller[_0x3afe('0x15')]);router['post'](_0x3afe('0x16'),controller[_0x3afe('0x17')]);router[_0x3afe('0x18')](_0x3afe('0x19'),auth['isAuthenticated'](),controller[_0x3afe('0x1a')]);router[_0x3afe('0x1b')](_0x3afe('0x19'),auth[_0x3afe('0x9')](),controller[_0x3afe('0x1b')]);module[_0x3afe('0x1c')]=router;