Built motion from commit da24aabd.|2.6.20
[motion2.git] / server / api / analyticTreeReport / 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 _0xd242=['update','destroy','exports','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/:id','post','create'];(function(_0x3611ef,_0x4fbb05){var _0x246a54=function(_0x2bbd56){while(--_0x2bbd56){_0x3611ef['push'](_0x3611ef['shift']());}};_0x246a54(++_0x4fbb05);}(_0xd242,0x133));var _0x2d24=function(_0x2a9bf4,_0x5e0ffb){_0x2a9bf4=_0x2a9bf4-0x0;var _0x5f5ff1=_0xd242[_0x2a9bf4];return _0x5f5ff1;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x2d24('0x0'));var timeout=require('connect-timeout');var express=require(_0x2d24('0x1'));var router=express[_0x2d24('0x2')]();var fs_extra=require(_0x2d24('0x3'));var auth=require(_0x2d24('0x4'));var interaction=require(_0x2d24('0x5'));var config=require(_0x2d24('0x6'));var controller=require('./analyticTreeReport.controller');router[_0x2d24('0x7')]('/',auth[_0x2d24('0x8')](),controller[_0x2d24('0x9')]);router[_0x2d24('0x7')](_0x2d24('0xa'),auth[_0x2d24('0x8')](),controller['show']);router[_0x2d24('0xb')]('/',auth[_0x2d24('0x8')](),controller[_0x2d24('0xc')]);router['put'](_0x2d24('0xa'),auth[_0x2d24('0x8')](),controller[_0x2d24('0xd')]);router['delete'](_0x2d24('0xa'),auth[_0x2d24('0x8')](),controller[_0x2d24('0xe')]);module[_0x2d24('0xf')]=router;