Built motion from commit (unavailable).|2.5.23
[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 _0xc472=['multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./plugin.controller','isAuthenticated','index','/webhook','webhookGet','/:id','show','get','/:id/download','download','diskStorage','join','root','server/files/plugins','format','%s-%s%s','originalname','extname','post','single','file','upload','webhookPost','put','update','delete'];(function(_0xf5e575,_0xb14e2a){var _0x3a2abc=function(_0x4fc1c5){while(--_0x4fc1c5){_0xf5e575['push'](_0xf5e575['shift']());}};_0x3a2abc(++_0xb14e2a);}(_0xc472,0x110));var _0x2c47=function(_0x198247,_0x491c12){_0x198247=_0x198247-0x0;var _0x2b18bc=_0xc472[_0x198247];return _0x2b18bc;};'use strict';var multer=require(_0x2c47('0x0'));var util=require(_0x2c47('0x1'));var path=require(_0x2c47('0x2'));var timeout=require(_0x2c47('0x3'));var express=require(_0x2c47('0x4'));var router=express[_0x2c47('0x5')]();var auth=require(_0x2c47('0x6'));var interaction=require(_0x2c47('0x7'));var config=require('../../config/environment');var controller=require(_0x2c47('0x8'));router['get']('/',auth[_0x2c47('0x9')](),controller[_0x2c47('0xa')]);router['get'](_0x2c47('0xb'),controller[_0x2c47('0xc')]);router['get'](_0x2c47('0xd'),auth[_0x2c47('0x9')](),controller[_0x2c47('0xe')]);router[_0x2c47('0xf')](_0x2c47('0x10'),auth[_0x2c47('0x9')](),controller[_0x2c47('0x11')]);var upload=multer({'storage':multer[_0x2c47('0x12')]({'destination':function(_0x388d0a,_0xb3438d,_0x3f8d58){_0x3f8d58(null,path[_0x2c47('0x13')](config[_0x2c47('0x14')],_0x2c47('0x15')));},'filename':function(_0x53cd3d,_0x164171,_0x1d7692){_0x164171['originalname']=_0x164171['originalname']['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x1d7692(null,util[_0x2c47('0x16')](_0x2c47('0x17'),path['basename'](_0x164171[_0x2c47('0x18')],path[_0x2c47('0x19')](_0x164171[_0x2c47('0x18')])),Date['now'](),path[_0x2c47('0x19')](_0x164171[_0x2c47('0x18')])));}})});router[_0x2c47('0x1a')]('/',upload[_0x2c47('0x1b')](_0x2c47('0x1c')),controller[_0x2c47('0x1d')]);router['post'](_0x2c47('0xb'),controller[_0x2c47('0x1e')]);router[_0x2c47('0x1f')](_0x2c47('0xd'),auth[_0x2c47('0x9')](),controller[_0x2c47('0x20')]);router[_0x2c47('0x21')](_0x2c47('0xd'),auth[_0x2c47('0x9')](),controller[_0x2c47('0x21')]);module['exports']=router;