Built motion from commit (unavailable).|2.5.9
[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 _0x717e=['create','put','update','delete','destroy','exports','multer','path','Router','../../components/auth/service','../../components/interaction/service','./memberReport.controller','get','/describe','isAuthenticated','describe','/:id','show','post'];(function(_0x16f0db,_0x149a0d){var _0x1f30ff=function(_0x301c45){while(--_0x301c45){_0x16f0db['push'](_0x16f0db['shift']());}};_0x1f30ff(++_0x149a0d);}(_0x717e,0xfd));var _0xe717=function(_0x1a0620,_0x4f40c3){_0x1a0620=_0x1a0620-0x0;var _0x475abc=_0x717e[_0x1a0620];return _0x475abc;};'use strict';var multer=require(_0xe717('0x0'));var util=require('util');var path=require(_0xe717('0x1'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0xe717('0x2')]();var auth=require(_0xe717('0x3'));var interaction=require(_0xe717('0x4'));var config=require('../../config/environment');var controller=require(_0xe717('0x5'));router[_0xe717('0x6')]('/',auth['isAuthenticated'](),controller['index']);router[_0xe717('0x6')](_0xe717('0x7'),auth[_0xe717('0x8')](),controller[_0xe717('0x9')]);router['get'](_0xe717('0xa'),auth['isAuthenticated'](),controller[_0xe717('0xb')]);router[_0xe717('0xc')]('/',auth['isAuthenticated'](),controller[_0xe717('0xd')]);router[_0xe717('0xe')](_0xe717('0xa'),auth['isAuthenticated'](),controller[_0xe717('0xf')]);router[_0xe717('0x10')](_0xe717('0xa'),auth[_0xe717('0x8')](),controller[_0xe717('0x11')]);module[_0xe717('0x12')]=router;