Built motion from commit (unavailable).|2.5.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 _0x0f9c=['now','post','file','webhookPost','put','delete','exports','multer','path','Router','../../components/auth/service','../../components/interaction/service','./plugin.controller','get','isAuthenticated','index','/webhook','webhookGet','/:id','show','/:id/download','download','diskStorage','join','root','server/files/plugins','originalname','format','%s-%s%s','basename','extname'];(function(_0x5b937c,_0x589d0f){var _0x151959=function(_0x47b9d4){while(--_0x47b9d4){_0x5b937c['push'](_0x5b937c['shift']());}};_0x151959(++_0x589d0f);}(_0x0f9c,0x83));var _0xc0f9=function(_0x337f4b,_0xb56bdb){_0x337f4b=_0x337f4b-0x0;var _0xc3e92=_0x0f9c[_0x337f4b];return _0xc3e92;};'use strict';var multer=require(_0xc0f9('0x0'));var util=require('util');var path=require(_0xc0f9('0x1'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xc0f9('0x2')]();var auth=require(_0xc0f9('0x3'));var interaction=require(_0xc0f9('0x4'));var config=require('../../config/environment');var controller=require(_0xc0f9('0x5'));router[_0xc0f9('0x6')]('/',auth[_0xc0f9('0x7')](),controller[_0xc0f9('0x8')]);router[_0xc0f9('0x6')](_0xc0f9('0x9'),controller[_0xc0f9('0xa')]);router['get'](_0xc0f9('0xb'),auth[_0xc0f9('0x7')](),controller[_0xc0f9('0xc')]);router[_0xc0f9('0x6')](_0xc0f9('0xd'),auth['isAuthenticated'](),controller[_0xc0f9('0xe')]);var upload=multer({'storage':multer[_0xc0f9('0xf')]({'destination':function(_0x1bb8c7,_0x5ce5ca,_0x2f41ca){_0x2f41ca(null,path[_0xc0f9('0x10')](config[_0xc0f9('0x11')],_0xc0f9('0x12')));},'filename':function(_0x384245,_0x236e7c,_0x5623b9){_0x236e7c['originalname']=_0x236e7c[_0xc0f9('0x13')]['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x5623b9(null,util[_0xc0f9('0x14')](_0xc0f9('0x15'),path[_0xc0f9('0x16')](_0x236e7c[_0xc0f9('0x13')],path[_0xc0f9('0x17')](_0x236e7c[_0xc0f9('0x13')])),Date[_0xc0f9('0x18')](),path[_0xc0f9('0x17')](_0x236e7c[_0xc0f9('0x13')])));}})});router[_0xc0f9('0x19')]('/',upload['single'](_0xc0f9('0x1a')),controller['upload']);router[_0xc0f9('0x19')]('/webhook',controller[_0xc0f9('0x1b')]);router[_0xc0f9('0x1c')]('/:id',auth['isAuthenticated'](),controller['update']);router['delete'](_0xc0f9('0xb'),auth[_0xc0f9('0x7')](),controller[_0xc0f9('0x1d')]);module[_0xc0f9('0x1e')]=router;