Built motion from commit (unavailable).|2.4.17
[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 _0x22c8=['./plugin.controller','get','isAuthenticated','/webhook','show','download','diskStorage','join','root','server/files/plugins','originalname','replace','format','extname','now','file','upload','post','webhookPost','/:id','update','delete','exports','Router','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x38ced4,_0x24263f){var _0x547c07=function(_0x279fc4){while(--_0x279fc4){_0x38ced4['push'](_0x38ced4['shift']());}};_0x547c07(++_0x24263f);}(_0x22c8,0x1e2));var _0x822c=function(_0x5cb1af,_0x4bdc8c){_0x5cb1af=_0x5cb1af-0x0;var _0x8d7940=_0x22c8[_0x5cb1af];return _0x8d7940;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0x822c('0x0')]();var auth=require(_0x822c('0x1'));var interaction=require(_0x822c('0x2'));var config=require(_0x822c('0x3'));var controller=require(_0x822c('0x4'));router[_0x822c('0x5')]('/',auth[_0x822c('0x6')](),controller['index']);router['get'](_0x822c('0x7'),controller['webhookGet']);router[_0x822c('0x5')]('/:id',auth[_0x822c('0x6')](),controller[_0x822c('0x8')]);router[_0x822c('0x5')]('/:id/download',auth[_0x822c('0x6')](),controller[_0x822c('0x9')]);var upload=multer({'storage':multer[_0x822c('0xa')]({'destination':function(_0x138751,_0x28c454,_0x27be95){_0x27be95(null,path[_0x822c('0xb')](config[_0x822c('0xc')],_0x822c('0xd')));},'filename':function(_0x3ca4c6,_0x45795d,_0x1086a1){_0x45795d[_0x822c('0xe')]=_0x45795d['originalname'][_0x822c('0xf')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x1086a1(null,util[_0x822c('0x10')]('%s-%s%s',path['basename'](_0x45795d[_0x822c('0xe')],path[_0x822c('0x11')](_0x45795d[_0x822c('0xe')])),Date[_0x822c('0x12')](),path[_0x822c('0x11')](_0x45795d[_0x822c('0xe')])));}})});router['post']('/',upload['single'](_0x822c('0x13')),controller[_0x822c('0x14')]);router[_0x822c('0x15')](_0x822c('0x7'),controller[_0x822c('0x16')]);router['put'](_0x822c('0x17'),auth[_0x822c('0x6')](),controller[_0x822c('0x18')]);router[_0x822c('0x19')](_0x822c('0x17'),auth['isAuthenticated'](),controller['delete']);module[_0x822c('0x1a')]=router;