Built motion from commit (unavailable).|2.5.7
[motion2.git] / server / api / attachment / 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 _0x110f=['get','show','download','post','clone','diskStorage','join','server/files/attachments/','%s-%s','now','originalname','single','create','put','/:id','update','delete','destroy','multer','util','Router','../../components/interaction/service','../../config/environment','./attachment.controller','isAuthenticated','index'];(function(_0x501510,_0x61caa9){var _0x1e6ee5=function(_0x32845b){while(--_0x32845b){_0x501510['push'](_0x501510['shift']());}};_0x1e6ee5(++_0x61caa9);}(_0x110f,0x1e6));var _0xf110=function(_0x2b1d04,_0x21467d){_0x2b1d04=_0x2b1d04-0x0;var _0x2f7f83=_0x110f[_0x2b1d04];return _0x2f7f83;};'use strict';var multer=require(_0xf110('0x0'));var util=require(_0xf110('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0xf110('0x2')]();var auth=require('../../components/auth/service');var interaction=require(_0xf110('0x3'));var config=require(_0xf110('0x4'));var controller=require(_0xf110('0x5'));router['get']('/',auth[_0xf110('0x6')](),controller[_0xf110('0x7')]);router[_0xf110('0x8')]('/:id',auth[_0xf110('0x6')](),controller[_0xf110('0x9')]);router[_0xf110('0x8')]('/:id/download',auth[_0xf110('0x6')](),controller[_0xf110('0xa')]);router[_0xf110('0xb')]('/:id/clone',auth[_0xf110('0x6')](),controller[_0xf110('0xc')]);var upload=multer({'storage':multer[_0xf110('0xd')]({'destination':function(_0x24ada7,_0x4fc7b9,_0x35e191){_0x35e191(null,path[_0xf110('0xe')](config['root'],_0xf110('0xf')));},'filename':function(_0x2c9400,_0x24b5ab,_0x3ef19e){_0x3ef19e(null,util['format'](_0xf110('0x10'),Date[_0xf110('0x11')](),_0x24b5ab[_0xf110('0x12')]['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0xf110('0xb')]('/',upload[_0xf110('0x13')]('file'),controller[_0xf110('0x14')]);router[_0xf110('0x15')](_0xf110('0x16'),auth[_0xf110('0x6')](),controller[_0xf110('0x17')]);router[_0xf110('0x18')](_0xf110('0x16'),auth[_0xf110('0x6')](),controller[_0xf110('0x19')]);module['exports']=router;