1b62e81786d3620df7c04d3ac5ca4180703bdd0a
[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 _0xb2ed=['Router','fs-extra','../../components/auth/service','../../config/environment','./sound.controller','isAuthenticated','index','get','/:id','show','/:id/download','download','diskStorage','join','root','originalname','replace','format','basename','now','post','single','file','create','update','delete','multer','util','path'];(function(_0x3ab51d,_0x2fa01d){var _0x29a04e=function(_0x7807b0){while(--_0x7807b0){_0x3ab51d['push'](_0x3ab51d['shift']());}};_0x29a04e(++_0x2fa01d);}(_0xb2ed,0x102));var _0xdb2e=function(_0x19e928,_0x26a0e4){_0x19e928=_0x19e928-0x0;var _0x4e941f=_0xb2ed[_0x19e928];return _0x4e941f;};'use strict';var multer=require(_0xdb2e('0x0'));var util=require(_0xdb2e('0x1'));var path=require(_0xdb2e('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xdb2e('0x3')]();var fs_extra=require(_0xdb2e('0x4'));var auth=require(_0xdb2e('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xdb2e('0x6'));var controller=require(_0xdb2e('0x7'));router['get']('/',auth[_0xdb2e('0x8')](),controller[_0xdb2e('0x9')]);router[_0xdb2e('0xa')](_0xdb2e('0xb'),auth[_0xdb2e('0x8')](),controller[_0xdb2e('0xc')]);router[_0xdb2e('0xa')](_0xdb2e('0xd'),auth[_0xdb2e('0x8')](),controller[_0xdb2e('0xe')]);var upload=multer({'storage':multer[_0xdb2e('0xf')]({'destination':function(_0x31f3ea,_0x2a8041,_0xb458c2){_0xb458c2(null,path[_0xdb2e('0x10')](config[_0xdb2e('0x11')],'server/files/sounds/original/'));},'filename':function(_0x2fac94,_0x452da1,_0x5a423d){_0x452da1[_0xdb2e('0x12')]=_0x452da1[_0xdb2e('0x12')][_0xdb2e('0x13')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0x5a423d(null,util[_0xdb2e('0x14')]('%s-%s%s',path[_0xdb2e('0x15')](_0x452da1[_0xdb2e('0x12')],path['extname'](_0x452da1[_0xdb2e('0x12')])),Date[_0xdb2e('0x16')](),path['extname'](_0x452da1[_0xdb2e('0x12')])));}})});router[_0xdb2e('0x17')]('/',upload[_0xdb2e('0x18')](_0xdb2e('0x19')),controller[_0xdb2e('0x1a')]);router['put'](_0xdb2e('0xb'),auth['isAuthenticated'](),controller[_0xdb2e('0x1b')]);router[_0xdb2e('0x1c')]('/:id',auth[_0xdb2e('0x8')](),controller[_0xdb2e('0x1c')]);module['exports']=router;