Built motion from commit da617fac.|2.6.6
[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 _0xf49f=['multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./memberReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put','delete','exports'];(function(_0x618414,_0x1a7a60){var _0x21c19a=function(_0x507b17){while(--_0x507b17){_0x618414['push'](_0x618414['shift']());}};_0x21c19a(++_0x1a7a60);}(_0xf49f,0x114));var _0xff49=function(_0x2d0642,_0x534ea3){_0x2d0642=_0x2d0642-0x0;var _0x4d5f93=_0xf49f[_0x2d0642];return _0x4d5f93;};'use strict';var multer=require(_0xff49('0x0'));var util=require(_0xff49('0x1'));var path=require(_0xff49('0x2'));var timeout=require(_0xff49('0x3'));var express=require(_0xff49('0x4'));var router=express[_0xff49('0x5')]();var fs_extra=require(_0xff49('0x6'));var auth=require(_0xff49('0x7'));var interaction=require(_0xff49('0x8'));var config=require(_0xff49('0x9'));var controller=require(_0xff49('0xa'));router[_0xff49('0xb')]('/',auth[_0xff49('0xc')](),controller[_0xff49('0xd')]);router[_0xff49('0xb')](_0xff49('0xe'),auth[_0xff49('0xc')](),controller[_0xff49('0xf')]);router[_0xff49('0xb')](_0xff49('0x10'),auth[_0xff49('0xc')](),controller[_0xff49('0x11')]);router[_0xff49('0x12')]('/',auth[_0xff49('0xc')](),controller[_0xff49('0x13')]);router[_0xff49('0x14')](_0xff49('0x10'),auth[_0xff49('0xc')](),controller['update']);router[_0xff49('0x15')](_0xff49('0x10'),auth[_0xff49('0xc')](),controller['destroy']);module[_0xff49('0x16')]=router;