Built motion from commit (unavailable).|2.5.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 _0x3932=['connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./plugin.controller','get','isAuthenticated','index','webhookGet','/:id','show','/:id/download','download','diskStorage','server/files/plugins','originalname','format','%s-%s%s','basename','now','extname','post','single','file','upload','webhookPost','put','update','delete','exports','multer','util'];(function(_0x4358f5,_0x5b1ac6){var _0x4d8104=function(_0x1d4aee){while(--_0x1d4aee){_0x4358f5['push'](_0x4358f5['shift']());}};_0x4d8104(++_0x5b1ac6);}(_0x3932,0xca));var _0x2393=function(_0x247d69,_0x4f9a1f){_0x247d69=_0x247d69-0x0;var _0x2a39b8=_0x3932[_0x247d69];return _0x2a39b8;};'use strict';var multer=require(_0x2393('0x0'));var util=require(_0x2393('0x1'));var path=require('path');var timeout=require(_0x2393('0x2'));var express=require(_0x2393('0x3'));var router=express[_0x2393('0x4')]();var auth=require(_0x2393('0x5'));var interaction=require(_0x2393('0x6'));var config=require(_0x2393('0x7'));var controller=require(_0x2393('0x8'));router[_0x2393('0x9')]('/',auth[_0x2393('0xa')](),controller[_0x2393('0xb')]);router[_0x2393('0x9')]('/webhook',controller[_0x2393('0xc')]);router[_0x2393('0x9')](_0x2393('0xd'),auth[_0x2393('0xa')](),controller[_0x2393('0xe')]);router[_0x2393('0x9')](_0x2393('0xf'),auth[_0x2393('0xa')](),controller[_0x2393('0x10')]);var upload=multer({'storage':multer[_0x2393('0x11')]({'destination':function(_0x56229d,_0x472fa7,_0x280a39){_0x280a39(null,path['join'](config['root'],_0x2393('0x12')));},'filename':function(_0x44cdfe,_0x46fc73,_0x258eab){_0x46fc73[_0x2393('0x13')]=_0x46fc73[_0x2393('0x13')]['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x258eab(null,util[_0x2393('0x14')](_0x2393('0x15'),path[_0x2393('0x16')](_0x46fc73[_0x2393('0x13')],path['extname'](_0x46fc73['originalname'])),Date[_0x2393('0x17')](),path[_0x2393('0x18')](_0x46fc73[_0x2393('0x13')])));}})});router[_0x2393('0x19')]('/',upload[_0x2393('0x1a')](_0x2393('0x1b')),controller[_0x2393('0x1c')]);router['post']('/webhook',controller[_0x2393('0x1d')]);router[_0x2393('0x1e')]('/:id',auth['isAuthenticated'](),controller[_0x2393('0x1f')]);router[_0x2393('0x20')](_0x2393('0xd'),auth[_0x2393('0xa')](),controller[_0x2393('0x20')]);module[_0x2393('0x21')]=router;