Built motion from commit 994c64e1.|2.6.1
[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 _0x3c7a=['connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelTransferReport.controller','get','isAuthenticated','index','/describe','describe','show','post','create','put','/:id','update','delete','destroy','exports','util'];(function(_0x20fc3c,_0x2cae8c){var _0x38dd6b=function(_0x2a580d){while(--_0x2a580d){_0x20fc3c['push'](_0x20fc3c['shift']());}};_0x38dd6b(++_0x2cae8c);}(_0x3c7a,0xa7));var _0xa3c7=function(_0x479bf2,_0x443252){_0x479bf2=_0x479bf2-0x0;var _0x21fec8=_0x3c7a[_0x479bf2];return _0x21fec8;};'use strict';var multer=require('multer');var util=require(_0xa3c7('0x0'));var path=require('path');var timeout=require(_0xa3c7('0x1'));var express=require('express');var router=express['Router']();var fs_extra=require(_0xa3c7('0x2'));var auth=require(_0xa3c7('0x3'));var interaction=require(_0xa3c7('0x4'));var config=require(_0xa3c7('0x5'));var controller=require(_0xa3c7('0x6'));router[_0xa3c7('0x7')]('/',auth[_0xa3c7('0x8')](),controller[_0xa3c7('0x9')]);router['get'](_0xa3c7('0xa'),auth[_0xa3c7('0x8')](),controller[_0xa3c7('0xb')]);router[_0xa3c7('0x7')]('/:id',auth[_0xa3c7('0x8')](),controller[_0xa3c7('0xc')]);router[_0xa3c7('0xd')]('/',auth[_0xa3c7('0x8')](),controller[_0xa3c7('0xe')]);router[_0xa3c7('0xf')](_0xa3c7('0x10'),auth[_0xa3c7('0x8')](),controller[_0xa3c7('0x11')]);router[_0xa3c7('0x12')](_0xa3c7('0x10'),auth[_0xa3c7('0x8')](),controller[_0xa3c7('0x13')]);module[_0xa3c7('0x14')]=router;