Built motion from commit (unavailable).|2.4.18
[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 _0x320c=['multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller','get','/webhook','webhookGet','/:id','isAuthenticated','show','/:id/download','download','root','server/files/plugins','originalname','replace','format','%s-%s%s','extname','now','post','single','upload','put','update','delete','exports'];(function(_0x3dd15e,_0x1f0015){var _0x231fd0=function(_0x4f680a){while(--_0x4f680a){_0x3dd15e['push'](_0x3dd15e['shift']());}};_0x231fd0(++_0x1f0015);}(_0x320c,0xe0));var _0xc320=function(_0x4b1d48,_0x562383){_0x4b1d48=_0x4b1d48-0x0;var _0x495f6e=_0x320c[_0x4b1d48];return _0x495f6e;};'use strict';var multer=require(_0xc320('0x0'));var util=require(_0xc320('0x1'));var path=require('path');var timeout=require(_0xc320('0x2'));var express=require(_0xc320('0x3'));var router=express[_0xc320('0x4')]();var auth=require(_0xc320('0x5'));var interaction=require(_0xc320('0x6'));var config=require(_0xc320('0x7'));var controller=require(_0xc320('0x8'));router[_0xc320('0x9')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0xc320('0xa'),controller[_0xc320('0xb')]);router['get'](_0xc320('0xc'),auth[_0xc320('0xd')](),controller[_0xc320('0xe')]);router['get'](_0xc320('0xf'),auth[_0xc320('0xd')](),controller[_0xc320('0x10')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x282604,_0x380bdf,_0x1d630){_0x1d630(null,path['join'](config[_0xc320('0x11')],_0xc320('0x12')));},'filename':function(_0x3a1344,_0x334498,_0x289404){_0x334498['originalname']=_0x334498[_0xc320('0x13')][_0xc320('0x14')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x289404(null,util[_0xc320('0x15')](_0xc320('0x16'),path['basename'](_0x334498[_0xc320('0x13')],path[_0xc320('0x17')](_0x334498[_0xc320('0x13')])),Date[_0xc320('0x18')](),path[_0xc320('0x17')](_0x334498[_0xc320('0x13')])));}})});router[_0xc320('0x19')]('/',upload[_0xc320('0x1a')]('file'),controller[_0xc320('0x1b')]);router[_0xc320('0x19')](_0xc320('0xa'),controller['webhookPost']);router[_0xc320('0x1c')](_0xc320('0xc'),auth[_0xc320('0xd')](),controller[_0xc320('0x1d')]);router[_0xc320('0x1e')]('/:id',auth[_0xc320('0xd')](),controller['delete']);module[_0xc320('0x1f')]=router;