71b61fc18e93a0a9fc0def20690e3eb6ed62e667
[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 _0x9545=['post','single','file','upload','put','update','exports','multer','path','express','Router','../../components/auth/service','../../components/interaction/service','./plugin.controller','isAuthenticated','get','/webhook','webhookGet','/:id','show','download','diskStorage','join','server/files/plugins','originalname','replace','format','basename','extname','now'];(function(_0x592d48,_0x23f1ba){var _0x5d789e=function(_0x156900){while(--_0x156900){_0x592d48['push'](_0x592d48['shift']());}};_0x5d789e(++_0x23f1ba);}(_0x9545,0xd9));var _0x5954=function(_0x2f19d1,_0x2867df){_0x2f19d1=_0x2f19d1-0x0;var _0x9fd241=_0x9545[_0x2f19d1];return _0x9fd241;};'use strict';var multer=require(_0x5954('0x0'));var util=require('util');var path=require(_0x5954('0x1'));var timeout=require('connect-timeout');var express=require(_0x5954('0x2'));var router=express[_0x5954('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x5954('0x4'));var interaction=require(_0x5954('0x5'));var config=require('../../config/environment');var controller=require(_0x5954('0x6'));router['get']('/',auth[_0x5954('0x7')](),controller['index']);router[_0x5954('0x8')](_0x5954('0x9'),controller[_0x5954('0xa')]);router[_0x5954('0x8')](_0x5954('0xb'),auth[_0x5954('0x7')](),controller[_0x5954('0xc')]);router[_0x5954('0x8')]('/:id/download',auth[_0x5954('0x7')](),controller[_0x5954('0xd')]);var upload=multer({'storage':multer[_0x5954('0xe')]({'destination':function(_0x50809c,_0x717c7e,_0x4c8f62){_0x4c8f62(null,path[_0x5954('0xf')](config['root'],_0x5954('0x10')));},'filename':function(_0x10d998,_0x2beaaa,_0xb93336){_0x2beaaa[_0x5954('0x11')]=_0x2beaaa[_0x5954('0x11')][_0x5954('0x12')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0xb93336(null,util[_0x5954('0x13')]('%s-%s%s',path[_0x5954('0x14')](_0x2beaaa['originalname'],path[_0x5954('0x15')](_0x2beaaa[_0x5954('0x11')])),Date[_0x5954('0x16')](),path[_0x5954('0x15')](_0x2beaaa[_0x5954('0x11')])));}})});router[_0x5954('0x17')]('/',upload[_0x5954('0x18')](_0x5954('0x19')),controller[_0x5954('0x1a')]);router[_0x5954('0x17')]('/webhook',controller['webhookPost']);router[_0x5954('0x1b')](_0x5954('0xb'),auth['isAuthenticated'](),controller[_0x5954('0x1c')]);router['delete']('/:id',auth[_0x5954('0x7')](),controller['delete']);module[_0x5954('0x1d')]=router;