Built motion from commit 25580385.|2.6.2
[motion2.git] / server / api / memberReport / 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 _0xbfed=['exports','util','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./memberReport.controller','get','index','isAuthenticated','describe','/:id','show','post','create','put','update','delete','destroy'];(function(_0x5a711c,_0x427ea5){var _0x612578=function(_0x19af5d){while(--_0x19af5d){_0x5a711c['push'](_0x5a711c['shift']());}};_0x612578(++_0x427ea5);}(_0xbfed,0x190));var _0xdbfe=function(_0x48051b,_0x368d0b){_0x48051b=_0x48051b-0x0;var _0x5669e1=_0xbfed[_0x48051b];return _0x5669e1;};'use strict';var multer=require('multer');var util=require(_0xdbfe('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xdbfe('0x1'));var router=express[_0xdbfe('0x2')]();var fs_extra=require(_0xdbfe('0x3'));var auth=require(_0xdbfe('0x4'));var interaction=require(_0xdbfe('0x5'));var config=require(_0xdbfe('0x6'));var controller=require(_0xdbfe('0x7'));router[_0xdbfe('0x8')]('/',auth['isAuthenticated'](),controller[_0xdbfe('0x9')]);router['get']('/describe',auth[_0xdbfe('0xa')](),controller[_0xdbfe('0xb')]);router[_0xdbfe('0x8')](_0xdbfe('0xc'),auth[_0xdbfe('0xa')](),controller[_0xdbfe('0xd')]);router[_0xdbfe('0xe')]('/',auth[_0xdbfe('0xa')](),controller[_0xdbfe('0xf')]);router[_0xdbfe('0x10')]('/:id',auth[_0xdbfe('0xa')](),controller[_0xdbfe('0x11')]);router[_0xdbfe('0x12')](_0xdbfe('0xc'),auth[_0xdbfe('0xa')](),controller[_0xdbfe('0x13')]);module[_0xdbfe('0x14')]=router;