756f590454ed3ad33fea0e7257b1f65f55f4e389
[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 _0x034b=['download','diskStorage','root','server/files/plugins','originalname','replace','format','basename','extname','now','post','file','upload','webhookPost','put','update','delete','exports','multer','util','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','isAuthenticated','index','get','/webhook','webhookGet','/:id','show','/:id/download'];(function(_0x538d57,_0x48107f){var _0x51e41a=function(_0x313e6b){while(--_0x313e6b){_0x538d57['push'](_0x538d57['shift']());}};_0x51e41a(++_0x48107f);}(_0x034b,0x19e));var _0xb034=function(_0x17d9e3,_0x1f969c){_0x17d9e3=_0x17d9e3-0x0;var _0x14192d=_0x034b[_0x17d9e3];return _0x14192d;};'use strict';var multer=require(_0xb034('0x0'));var util=require(_0xb034('0x1'));var path=require('path');var timeout=require(_0xb034('0x2'));var express=require(_0xb034('0x3'));var router=express[_0xb034('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0xb034('0x5'));var config=require(_0xb034('0x6'));var controller=require('./plugin.controller');router['get']('/',auth[_0xb034('0x7')](),controller[_0xb034('0x8')]);router[_0xb034('0x9')](_0xb034('0xa'),controller[_0xb034('0xb')]);router[_0xb034('0x9')](_0xb034('0xc'),auth['isAuthenticated'](),controller[_0xb034('0xd')]);router[_0xb034('0x9')](_0xb034('0xe'),auth[_0xb034('0x7')](),controller[_0xb034('0xf')]);var upload=multer({'storage':multer[_0xb034('0x10')]({'destination':function(_0xe2a025,_0x1026a0,_0x49527c){_0x49527c(null,path['join'](config[_0xb034('0x11')],_0xb034('0x12')));},'filename':function(_0x2008ab,_0x31ff98,_0x547b9d){_0x31ff98[_0xb034('0x13')]=_0x31ff98[_0xb034('0x13')][_0xb034('0x14')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x547b9d(null,util[_0xb034('0x15')]('%s-%s%s',path[_0xb034('0x16')](_0x31ff98[_0xb034('0x13')],path[_0xb034('0x17')](_0x31ff98[_0xb034('0x13')])),Date[_0xb034('0x18')](),path[_0xb034('0x17')](_0x31ff98['originalname'])));}})});router[_0xb034('0x19')]('/',upload['single'](_0xb034('0x1a')),controller[_0xb034('0x1b')]);router['post'](_0xb034('0xa'),controller[_0xb034('0x1c')]);router[_0xb034('0x1d')](_0xb034('0xc'),auth[_0xb034('0x7')](),controller[_0xb034('0x1e')]);router[_0xb034('0x1f')](_0xb034('0xc'),auth[_0xb034('0x7')](),controller['delete']);module[_0xb034('0x20')]=router;