Built motion from commit (unavailable).|2.5.14
[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 _0x4fea=['delete','exports','multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','./sound.controller','get','/:id','isAuthenticated','download','diskStorage','join','root','server/files/sounds/original/','originalname','replace','%s-%s%s','basename','extname','post','single','file','create','update'];(function(_0x563cde,_0x188b0d){var _0x3ecb4e=function(_0x3d5e66){while(--_0x3d5e66){_0x563cde['push'](_0x563cde['shift']());}};_0x3ecb4e(++_0x188b0d);}(_0x4fea,0x16e));var _0xa4fe=function(_0x26f783,_0x3b24a7){_0x26f783=_0x26f783-0x0;var _0x175066=_0x4fea[_0x26f783];return _0x175066;};'use strict';var multer=require(_0xa4fe('0x0'));var util=require(_0xa4fe('0x1'));var path=require(_0xa4fe('0x2'));var timeout=require('connect-timeout');var express=require(_0xa4fe('0x3'));var router=express[_0xa4fe('0x4')]();var auth=require(_0xa4fe('0x5'));var interaction=require(_0xa4fe('0x6'));var config=require('../../config/environment');var controller=require(_0xa4fe('0x7'));router[_0xa4fe('0x8')]('/',auth['isAuthenticated'](),controller['index']);router['get'](_0xa4fe('0x9'),auth[_0xa4fe('0xa')](),controller['show']);router[_0xa4fe('0x8')]('/:id/download',auth[_0xa4fe('0xa')](),controller[_0xa4fe('0xb')]);var upload=multer({'storage':multer[_0xa4fe('0xc')]({'destination':function(_0x566a84,_0x239cc2,_0x1b3c92){_0x1b3c92(null,path[_0xa4fe('0xd')](config[_0xa4fe('0xe')],_0xa4fe('0xf')));},'filename':function(_0x22b1d7,_0x3bb25a,_0xf3a0ae){_0x3bb25a[_0xa4fe('0x10')]=_0x3bb25a['originalname'][_0xa4fe('0x11')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');_0xf3a0ae(null,util['format'](_0xa4fe('0x12'),path[_0xa4fe('0x13')](_0x3bb25a[_0xa4fe('0x10')],path[_0xa4fe('0x14')](_0x3bb25a[_0xa4fe('0x10')])),Date['now'](),path[_0xa4fe('0x14')](_0x3bb25a['originalname'])));}})});router[_0xa4fe('0x15')]('/',upload[_0xa4fe('0x16')](_0xa4fe('0x17')),controller[_0xa4fe('0x18')]);router['put'](_0xa4fe('0x9'),auth[_0xa4fe('0xa')](),controller[_0xa4fe('0x19')]);router[_0xa4fe('0x1a')](_0xa4fe('0x9'),auth[_0xa4fe('0xa')](),controller[_0xa4fe('0x1a')]);module[_0xa4fe('0x1b')]=router;