Built motion from commit (unavailable).|2.5.22
[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 _0xb299=['/:id','show','/:id/download','isAuthenticated','download','diskStorage','join','root','originalname','replace','format','basename','extname','now','post','single','file','upload','webhookPost','put','update','delete','multer','util','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./plugin.controller','get','webhookGet'];(function(_0x3dfa44,_0x1cbb79){var _0x2766db=function(_0x470e89){while(--_0x470e89){_0x3dfa44['push'](_0x3dfa44['shift']());}};_0x2766db(++_0x1cbb79);}(_0xb299,0xd6));var _0x9b29=function(_0x4fc232,_0x1acdb5){_0x4fc232=_0x4fc232-0x0;var _0x3490cb=_0xb299[_0x4fc232];return _0x3490cb;};'use strict';var multer=require(_0x9b29('0x0'));var util=require(_0x9b29('0x1'));var path=require('path');var timeout=require(_0x9b29('0x2'));var express=require(_0x9b29('0x3'));var router=express[_0x9b29('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0x9b29('0x5'));var config=require(_0x9b29('0x6'));var controller=require(_0x9b29('0x7'));router['get']('/',auth['isAuthenticated'](),controller['index']);router[_0x9b29('0x8')]('/webhook',controller[_0x9b29('0x9')]);router[_0x9b29('0x8')](_0x9b29('0xa'),auth['isAuthenticated'](),controller[_0x9b29('0xb')]);router[_0x9b29('0x8')](_0x9b29('0xc'),auth[_0x9b29('0xd')](),controller[_0x9b29('0xe')]);var upload=multer({'storage':multer[_0x9b29('0xf')]({'destination':function(_0x374ac8,_0x58eb8e,_0x41c35a){_0x41c35a(null,path[_0x9b29('0x10')](config[_0x9b29('0x11')],'server/files/plugins'));},'filename':function(_0x550408,_0x144bd3,_0x4e7ba7){_0x144bd3[_0x9b29('0x12')]=_0x144bd3['originalname'][_0x9b29('0x13')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x4e7ba7(null,util[_0x9b29('0x14')]('%s-%s%s',path[_0x9b29('0x15')](_0x144bd3[_0x9b29('0x12')],path[_0x9b29('0x16')](_0x144bd3[_0x9b29('0x12')])),Date[_0x9b29('0x17')](),path[_0x9b29('0x16')](_0x144bd3['originalname'])));}})});router[_0x9b29('0x18')]('/',upload[_0x9b29('0x19')](_0x9b29('0x1a')),controller[_0x9b29('0x1b')]);router[_0x9b29('0x18')]('/webhook',controller[_0x9b29('0x1c')]);router[_0x9b29('0x1d')]('/:id',auth[_0x9b29('0xd')](),controller[_0x9b29('0x1e')]);router[_0x9b29('0x1f')](_0x9b29('0xa'),auth[_0x9b29('0xd')](),controller[_0x9b29('0x1f')]);module['exports']=router;