Built motion from commit 85328c08.|2.5.50
[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 _0x656a=['index','/describe','describe','/:id','show','post','create','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/interaction/service','../../config/environment','./openchannelTransferReport.controller','get','isAuthenticated'];(function(_0x320ad4,_0x24335f){var _0x5bb5f0=function(_0x4e0c94){while(--_0x4e0c94){_0x320ad4['push'](_0x320ad4['shift']());}};_0x5bb5f0(++_0x24335f);}(_0x656a,0x14e));var _0xa656=function(_0x14f458,_0x5dd219){_0x14f458=_0x14f458-0x0;var _0x4ff2da=_0x656a[_0x14f458];return _0x4ff2da;};'use strict';var multer=require(_0xa656('0x0'));var util=require(_0xa656('0x1'));var path=require(_0xa656('0x2'));var timeout=require(_0xa656('0x3'));var express=require(_0xa656('0x4'));var router=express[_0xa656('0x5')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0xa656('0x6'));var config=require(_0xa656('0x7'));var controller=require(_0xa656('0x8'));router[_0xa656('0x9')]('/',auth[_0xa656('0xa')](),controller[_0xa656('0xb')]);router[_0xa656('0x9')](_0xa656('0xc'),auth[_0xa656('0xa')](),controller[_0xa656('0xd')]);router['get'](_0xa656('0xe'),auth[_0xa656('0xa')](),controller[_0xa656('0xf')]);router[_0xa656('0x10')]('/',auth['isAuthenticated'](),controller[_0xa656('0x11')]);router[_0xa656('0x12')](_0xa656('0xe'),auth[_0xa656('0xa')](),controller[_0xa656('0x13')]);router[_0xa656('0x14')]('/:id',auth[_0xa656('0xa')](),controller[_0xa656('0x15')]);module[_0xa656('0x16')]=router;