Built motion from commit (unavailable).|2.5.13
[motion2.git] / server / api / sound / 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 _0x4f57=['originalname','replace','format','%s-%s%s','basename','now','single','file','create','update','delete','exports','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./sound.controller','get','isAuthenticated','/:id','show','/:id/download','root','server/files/sounds/original/'];(function(_0x28dea7,_0x457a03){var _0x55f794=function(_0x660219){while(--_0x660219){_0x28dea7['push'](_0x28dea7['shift']());}};_0x55f794(++_0x457a03);}(_0x4f57,0x15e));var _0x74f5=function(_0x656c1d,_0x23d11f){_0x656c1d=_0x656c1d-0x0;var _0x2e07aa=_0x4f57[_0x656c1d];return _0x2e07aa;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x74f5('0x0'));var timeout=require(_0x74f5('0x1'));var express=require(_0x74f5('0x2'));var router=express[_0x74f5('0x3')]();var auth=require(_0x74f5('0x4'));var interaction=require(_0x74f5('0x5'));var config=require('../../config/environment');var controller=require(_0x74f5('0x6'));router[_0x74f5('0x7')]('/',auth[_0x74f5('0x8')](),controller['index']);router[_0x74f5('0x7')](_0x74f5('0x9'),auth['isAuthenticated'](),controller[_0x74f5('0xa')]);router[_0x74f5('0x7')](_0x74f5('0xb'),auth[_0x74f5('0x8')](),controller['download']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x5adee6,_0x517f1b,_0x38cd7b){_0x38cd7b(null,path['join'](config[_0x74f5('0xc')],_0x74f5('0xd')));},'filename':function(_0x298673,_0x69fc8e,_0x5d3848){_0x69fc8e[_0x74f5('0xe')]=_0x69fc8e['originalname'][_0x74f5('0xf')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x5d3848(null,util[_0x74f5('0x10')](_0x74f5('0x11'),path[_0x74f5('0x12')](_0x69fc8e[_0x74f5('0xe')],path['extname'](_0x69fc8e['originalname'])),Date[_0x74f5('0x13')](),path['extname'](_0x69fc8e['originalname'])));}})});router['post']('/',upload[_0x74f5('0x14')](_0x74f5('0x15')),controller[_0x74f5('0x16')]);router['put'](_0x74f5('0x9'),auth[_0x74f5('0x8')](),controller[_0x74f5('0x17')]);router[_0x74f5('0x18')](_0x74f5('0x9'),auth[_0x74f5('0x8')](),controller['delete']);module[_0x74f5('0x19')]=router;