Built motion from commit (unavailable).|2.5.2
[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 _0x3fe6=['webhookGet','/:id','isAuthenticated','show','diskStorage','root','server/files/plugins','originalname','replace','format','extname','now','post','single','upload','webhookPost','put','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','./plugin.controller','index','get','/webhook'];(function(_0x25bea7,_0x49ab45){var _0x175952=function(_0x56a0b5){while(--_0x56a0b5){_0x25bea7['push'](_0x25bea7['shift']());}};_0x175952(++_0x49ab45);}(_0x3fe6,0x86));var _0x63fe=function(_0x28d18d,_0x55896b){_0x28d18d=_0x28d18d-0x0;var _0x470640=_0x3fe6[_0x28d18d];return _0x470640;};'use strict';var multer=require(_0x63fe('0x0'));var util=require(_0x63fe('0x1'));var path=require(_0x63fe('0x2'));var timeout=require(_0x63fe('0x3'));var express=require(_0x63fe('0x4'));var router=express[_0x63fe('0x5')]();var auth=require(_0x63fe('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x63fe('0x7'));router['get']('/',auth['isAuthenticated'](),controller[_0x63fe('0x8')]);router[_0x63fe('0x9')](_0x63fe('0xa'),controller[_0x63fe('0xb')]);router[_0x63fe('0x9')](_0x63fe('0xc'),auth[_0x63fe('0xd')](),controller[_0x63fe('0xe')]);router[_0x63fe('0x9')]('/:id/download',auth['isAuthenticated'](),controller['download']);var upload=multer({'storage':multer[_0x63fe('0xf')]({'destination':function(_0x3ce374,_0x1188b9,_0x26881f){_0x26881f(null,path['join'](config[_0x63fe('0x10')],_0x63fe('0x11')));},'filename':function(_0x2f0af0,_0x54b0e2,_0x538eb3){_0x54b0e2[_0x63fe('0x12')]=_0x54b0e2['originalname'][_0x63fe('0x13')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x538eb3(null,util[_0x63fe('0x14')]('%s-%s%s',path['basename'](_0x54b0e2['originalname'],path[_0x63fe('0x15')](_0x54b0e2[_0x63fe('0x12')])),Date[_0x63fe('0x16')](),path[_0x63fe('0x15')](_0x54b0e2['originalname'])));}})});router[_0x63fe('0x17')]('/',upload[_0x63fe('0x18')]('file'),controller[_0x63fe('0x19')]);router[_0x63fe('0x17')](_0x63fe('0xa'),controller[_0x63fe('0x1a')]);router[_0x63fe('0x1b')](_0x63fe('0xc'),auth['isAuthenticated'](),controller['update']);router['delete']('/:id',auth[_0x63fe('0xd')](),controller['delete']);module[_0x63fe('0x1c')]=router;