Built motion from commit (unavailable).|2.5.28
[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 _0x652c=['create','put','update','delete','destroy','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./openchannelTransferReport.controller','index','get','/describe','isAuthenticated','describe','/:id','post'];(function(_0x168127,_0x59cea1){var _0x4c99ad=function(_0x4ab3f2){while(--_0x4ab3f2){_0x168127['push'](_0x168127['shift']());}};_0x4c99ad(++_0x59cea1);}(_0x652c,0x9f));var _0xc652=function(_0x5a6031,_0x2a6e0e){_0x5a6031=_0x5a6031-0x0;var _0x381a70=_0x652c[_0x5a6031];return _0x381a70;};'use strict';var multer=require(_0xc652('0x0'));var util=require(_0xc652('0x1'));var path=require(_0xc652('0x2'));var timeout=require(_0xc652('0x3'));var express=require(_0xc652('0x4'));var router=express[_0xc652('0x5')]();var fs_extra=require(_0xc652('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0xc652('0x7'));var config=require(_0xc652('0x8'));var controller=require(_0xc652('0x9'));router['get']('/',auth['isAuthenticated'](),controller[_0xc652('0xa')]);router[_0xc652('0xb')](_0xc652('0xc'),auth[_0xc652('0xd')](),controller[_0xc652('0xe')]);router['get'](_0xc652('0xf'),auth['isAuthenticated'](),controller['show']);router[_0xc652('0x10')]('/',auth[_0xc652('0xd')](),controller[_0xc652('0x11')]);router[_0xc652('0x12')](_0xc652('0xf'),auth['isAuthenticated'](),controller[_0xc652('0x13')]);router[_0xc652('0x14')](_0xc652('0xf'),auth[_0xc652('0xd')](),controller[_0xc652('0x15')]);module['exports']=router;