890f73a5b798e94807f6fc98aea6ac319af60e79
[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 _0x8a62=['upload','webhookPost','put','/:id','update','delete','exports','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller','get','isAuthenticated','index','/webhook','webhookGet','/:id/download','download','join','root','server/files/plugins','originalname','replace','format','%s-%s%s','basename','extname','now','post','single'];(function(_0x46f4bb,_0x7dc8a9){var _0x29f2af=function(_0xa332e){while(--_0xa332e){_0x46f4bb['push'](_0x46f4bb['shift']());}};_0x29f2af(++_0x7dc8a9);}(_0x8a62,0x70));var _0x28a6=function(_0x16ced3,_0x2f141e){_0x16ced3=_0x16ced3-0x0;var _0x251b15=_0x8a62[_0x16ced3];return _0x251b15;};'use strict';var multer=require(_0x28a6('0x0'));var util=require(_0x28a6('0x1'));var path=require(_0x28a6('0x2'));var timeout=require(_0x28a6('0x3'));var express=require(_0x28a6('0x4'));var router=express['Router']();var auth=require(_0x28a6('0x5'));var interaction=require(_0x28a6('0x6'));var config=require(_0x28a6('0x7'));var controller=require(_0x28a6('0x8'));router[_0x28a6('0x9')]('/',auth[_0x28a6('0xa')](),controller[_0x28a6('0xb')]);router[_0x28a6('0x9')](_0x28a6('0xc'),controller[_0x28a6('0xd')]);router[_0x28a6('0x9')]('/:id',auth['isAuthenticated'](),controller['show']);router['get'](_0x28a6('0xe'),auth[_0x28a6('0xa')](),controller[_0x28a6('0xf')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x2685d4,_0x2ff760,_0xb24434){_0xb24434(null,path[_0x28a6('0x10')](config[_0x28a6('0x11')],_0x28a6('0x12')));},'filename':function(_0x474d91,_0x30aa31,_0x2903f7){_0x30aa31[_0x28a6('0x13')]=_0x30aa31['originalname'][_0x28a6('0x14')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x2903f7(null,util[_0x28a6('0x15')](_0x28a6('0x16'),path[_0x28a6('0x17')](_0x30aa31[_0x28a6('0x13')],path[_0x28a6('0x18')](_0x30aa31[_0x28a6('0x13')])),Date[_0x28a6('0x19')](),path[_0x28a6('0x18')](_0x30aa31[_0x28a6('0x13')])));}})});router[_0x28a6('0x1a')]('/',upload[_0x28a6('0x1b')]('file'),controller[_0x28a6('0x1c')]);router[_0x28a6('0x1a')](_0x28a6('0xc'),controller[_0x28a6('0x1d')]);router[_0x28a6('0x1e')](_0x28a6('0x1f'),auth[_0x28a6('0xa')](),controller[_0x28a6('0x20')]);router[_0x28a6('0x21')](_0x28a6('0x1f'),auth[_0x28a6('0xa')](),controller[_0x28a6('0x21')]);module[_0x28a6('0x22')]=router;