Built motion from commit (unavailable).|2.5.25
[motion2.git] / server / api / voiceTransferReport / 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 _0xaafe=['express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceTransferReport.controller','get','isAuthenticated','index','/describe','/:id','show','post','put','update','delete','destroy'];(function(_0x36565d,_0x37395c){var _0x2032ed=function(_0x52a9d3){while(--_0x52a9d3){_0x36565d['push'](_0x36565d['shift']());}};_0x2032ed(++_0x37395c);}(_0xaafe,0x198));var _0xeaaf=function(_0x38a5ce,_0x38ed3c){_0x38a5ce=_0x38a5ce-0x0;var _0x5bdd7e=_0xaafe[_0x38a5ce];return _0x5bdd7e;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0xeaaf('0x0'));var router=express[_0xeaaf('0x1')]();var auth=require(_0xeaaf('0x2'));var interaction=require(_0xeaaf('0x3'));var config=require(_0xeaaf('0x4'));var controller=require(_0xeaaf('0x5'));router[_0xeaaf('0x6')]('/',auth[_0xeaaf('0x7')](),controller[_0xeaaf('0x8')]);router[_0xeaaf('0x6')](_0xeaaf('0x9'),auth['isAuthenticated'](),controller['describe']);router[_0xeaaf('0x6')](_0xeaaf('0xa'),auth[_0xeaaf('0x7')](),controller[_0xeaaf('0xb')]);router[_0xeaaf('0xc')]('/',auth[_0xeaaf('0x7')](),controller['create']);router[_0xeaaf('0xd')](_0xeaaf('0xa'),auth['isAuthenticated'](),controller[_0xeaaf('0xe')]);router[_0xeaaf('0xf')](_0xeaaf('0xa'),auth[_0xeaaf('0x7')](),controller[_0xeaaf('0x10')]);module['exports']=router;