Built motion from commit (unavailable).|2.3.95
[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 _0x5ab2=['../../config/environment','./openchannelTransferReport.controller','get','isAuthenticated','index','/:id','show','post','put','delete','destroy','exports','multer','util','connect-timeout','Router','../../components/auth/service','../../components/interaction/service'];(function(_0xec3ae2,_0x51873d){var _0x134fa1=function(_0xef5060){while(--_0xef5060){_0xec3ae2['push'](_0xec3ae2['shift']());}};_0x134fa1(++_0x51873d);}(_0x5ab2,0xc0));var _0x25ab=function(_0x343c91,_0x19a2d9){_0x343c91=_0x343c91-0x0;var _0x10c40e=_0x5ab2[_0x343c91];return _0x10c40e;};'use strict';var multer=require(_0x25ab('0x0'));var util=require(_0x25ab('0x1'));var path=require('path');var timeout=require(_0x25ab('0x2'));var express=require('express');var router=express[_0x25ab('0x3')]();var auth=require(_0x25ab('0x4'));var interaction=require(_0x25ab('0x5'));var config=require(_0x25ab('0x6'));var controller=require(_0x25ab('0x7'));router[_0x25ab('0x8')]('/',auth[_0x25ab('0x9')](),controller[_0x25ab('0xa')]);router[_0x25ab('0x8')]('/describe',auth[_0x25ab('0x9')](),controller['describe']);router[_0x25ab('0x8')](_0x25ab('0xb'),auth[_0x25ab('0x9')](),controller[_0x25ab('0xc')]);router[_0x25ab('0xd')]('/',auth[_0x25ab('0x9')](),controller['create']);router[_0x25ab('0xe')](_0x25ab('0xb'),auth[_0x25ab('0x9')](),controller['update']);router[_0x25ab('0xf')](_0x25ab('0xb'),auth[_0x25ab('0x9')](),controller[_0x25ab('0x10')]);module[_0x25ab('0x11')]=router;