Built motion from commit (unavailable).|2.4.21
[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 _0x1ac4=['get','isAuthenticated','/webhook','webhookGet','/:id','show','/:id/download','download','join','server/files/plugins','originalname','replace','format','%s-%s%s','basename','extname','post','single','file','upload','update','delete','exports','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller'];(function(_0xd58f38,_0x145d94){var _0x49dece=function(_0x38e68d){while(--_0x38e68d){_0xd58f38['push'](_0xd58f38['shift']());}};_0x49dece(++_0x145d94);}(_0x1ac4,0x117));var _0x41ac=function(_0x2e5124,_0x518e6a){_0x2e5124=_0x2e5124-0x0;var _0x2e9223=_0x1ac4[_0x2e5124];return _0x2e9223;};'use strict';var multer=require(_0x41ac('0x0'));var util=require(_0x41ac('0x1'));var path=require('path');var timeout=require(_0x41ac('0x2'));var express=require(_0x41ac('0x3'));var router=express[_0x41ac('0x4')]();var auth=require(_0x41ac('0x5'));var interaction=require(_0x41ac('0x6'));var config=require(_0x41ac('0x7'));var controller=require(_0x41ac('0x8'));router[_0x41ac('0x9')]('/',auth[_0x41ac('0xa')](),controller['index']);router[_0x41ac('0x9')](_0x41ac('0xb'),controller[_0x41ac('0xc')]);router[_0x41ac('0x9')](_0x41ac('0xd'),auth[_0x41ac('0xa')](),controller[_0x41ac('0xe')]);router[_0x41ac('0x9')](_0x41ac('0xf'),auth[_0x41ac('0xa')](),controller[_0x41ac('0x10')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x260895,_0x58f9f0,_0x5194e8){_0x5194e8(null,path[_0x41ac('0x11')](config['root'],_0x41ac('0x12')));},'filename':function(_0x300f95,_0x4d0b7a,_0xa42ff){_0x4d0b7a[_0x41ac('0x13')]=_0x4d0b7a['originalname'][_0x41ac('0x14')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0xa42ff(null,util[_0x41ac('0x15')](_0x41ac('0x16'),path[_0x41ac('0x17')](_0x4d0b7a[_0x41ac('0x13')],path['extname'](_0x4d0b7a[_0x41ac('0x13')])),Date['now'](),path[_0x41ac('0x18')](_0x4d0b7a[_0x41ac('0x13')])));}})});router[_0x41ac('0x19')]('/',upload[_0x41ac('0x1a')](_0x41ac('0x1b')),controller[_0x41ac('0x1c')]);router[_0x41ac('0x19')](_0x41ac('0xb'),controller['webhookPost']);router['put']('/:id',auth[_0x41ac('0xa')](),controller[_0x41ac('0x1d')]);router[_0x41ac('0x1e')](_0x41ac('0xd'),auth['isAuthenticated'](),controller['delete']);module[_0x41ac('0x1f')]=router;