Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / api / openchannelTransferReport / 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 _0x010c=['isAuthenticated','index','/describe','/:id','show','post','create','put','update','delete','destroy','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelTransferReport.controller','get'];(function(_0x23cfbe,_0x3dd38c){var _0x289935=function(_0x2954a4){while(--_0x2954a4){_0x23cfbe['push'](_0x23cfbe['shift']());}};_0x289935(++_0x3dd38c);}(_0x010c,0x165));var _0xc010=function(_0x51bbe4,_0x35248a){_0x51bbe4=_0x51bbe4-0x0;var _0x567751=_0x010c[_0x51bbe4];return _0x567751;};'use strict';var multer=require('multer');var util=require(_0xc010('0x0'));var path=require(_0xc010('0x1'));var timeout=require(_0xc010('0x2'));var express=require(_0xc010('0x3'));var router=express[_0xc010('0x4')]();var fs_extra=require(_0xc010('0x5'));var auth=require(_0xc010('0x6'));var interaction=require(_0xc010('0x7'));var config=require(_0xc010('0x8'));var controller=require(_0xc010('0x9'));router[_0xc010('0xa')]('/',auth[_0xc010('0xb')](),controller[_0xc010('0xc')]);router[_0xc010('0xa')](_0xc010('0xd'),auth[_0xc010('0xb')](),controller['describe']);router[_0xc010('0xa')](_0xc010('0xe'),auth[_0xc010('0xb')](),controller[_0xc010('0xf')]);router[_0xc010('0x10')]('/',auth[_0xc010('0xb')](),controller[_0xc010('0x11')]);router[_0xc010('0x12')]('/:id',auth[_0xc010('0xb')](),controller[_0xc010('0x13')]);router[_0xc010('0x14')](_0xc010('0xe'),auth[_0xc010('0xb')](),controller[_0xc010('0x15')]);module[_0xc010('0x16')]=router;