Built motion from commit (unavailable).|2.5.9
[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 _0x3a24=['now','extname','post','file','upload','/webhook','webhookPost','put','update','delete','exports','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller','isAuthenticated','index','webhookGet','get','/:id','/:id/download','download','join','root','server/files/plugins','originalname','replace','format','%s-%s%s'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x3a24,0x1b8));var _0x43a2=function(_0xf0bc07,_0x510ebf){_0xf0bc07=_0xf0bc07-0x0;var _0x1c50c2=_0x3a24[_0xf0bc07];return _0x1c50c2;};'use strict';var multer=require('multer');var util=require(_0x43a2('0x0'));var path=require(_0x43a2('0x1'));var timeout=require(_0x43a2('0x2'));var express=require(_0x43a2('0x3'));var router=express['Router']();var auth=require(_0x43a2('0x4'));var interaction=require(_0x43a2('0x5'));var config=require(_0x43a2('0x6'));var controller=require(_0x43a2('0x7'));router['get']('/',auth[_0x43a2('0x8')](),controller[_0x43a2('0x9')]);router['get']('/webhook',controller[_0x43a2('0xa')]);router[_0x43a2('0xb')](_0x43a2('0xc'),auth[_0x43a2('0x8')](),controller['show']);router[_0x43a2('0xb')](_0x43a2('0xd'),auth['isAuthenticated'](),controller[_0x43a2('0xe')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x322325,_0x319090,_0x4298db){_0x4298db(null,path[_0x43a2('0xf')](config[_0x43a2('0x10')],_0x43a2('0x11')));},'filename':function(_0x120335,_0x2e50a0,_0x3682f2){_0x2e50a0[_0x43a2('0x12')]=_0x2e50a0[_0x43a2('0x12')][_0x43a2('0x13')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x3682f2(null,util[_0x43a2('0x14')](_0x43a2('0x15'),path['basename'](_0x2e50a0[_0x43a2('0x12')],path['extname'](_0x2e50a0[_0x43a2('0x12')])),Date[_0x43a2('0x16')](),path[_0x43a2('0x17')](_0x2e50a0[_0x43a2('0x12')])));}})});router[_0x43a2('0x18')]('/',upload['single'](_0x43a2('0x19')),controller[_0x43a2('0x1a')]);router[_0x43a2('0x18')](_0x43a2('0x1b'),controller[_0x43a2('0x1c')]);router[_0x43a2('0x1d')](_0x43a2('0xc'),auth[_0x43a2('0x8')](),controller[_0x43a2('0x1e')]);router[_0x43a2('0x1f')](_0x43a2('0xc'),auth['isAuthenticated'](),controller[_0x43a2('0x1f')]);module[_0x43a2('0x20')]=router;