Built motion from commit f25620e4.|2.6.30
[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 _0x8655=['./openchannelTransferReport.controller','get','isAuthenticated','index','/describe','/:id','show','post','create','put','update','destroy','multer','util','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x81769,_0x4f010d){var _0x342ed1=function(_0x377eae){while(--_0x377eae){_0x81769['push'](_0x81769['shift']());}};_0x342ed1(++_0x4f010d);}(_0x8655,0xc9));var _0x5865=function(_0x333d49,_0x5d2e5d){_0x333d49=_0x333d49-0x0;var _0x413e07=_0x8655[_0x333d49];return _0x413e07;};'use strict';var multer=require(_0x5865('0x0'));var util=require(_0x5865('0x1'));var path=require(_0x5865('0x2'));var timeout=require('connect-timeout');var express=require(_0x5865('0x3'));var router=express[_0x5865('0x4')]();var fs_extra=require(_0x5865('0x5'));var auth=require(_0x5865('0x6'));var interaction=require(_0x5865('0x7'));var config=require(_0x5865('0x8'));var controller=require(_0x5865('0x9'));router[_0x5865('0xa')]('/',auth[_0x5865('0xb')](),controller[_0x5865('0xc')]);router[_0x5865('0xa')](_0x5865('0xd'),auth['isAuthenticated'](),controller['describe']);router[_0x5865('0xa')](_0x5865('0xe'),auth['isAuthenticated'](),controller[_0x5865('0xf')]);router[_0x5865('0x10')]('/',auth[_0x5865('0xb')](),controller[_0x5865('0x11')]);router[_0x5865('0x12')](_0x5865('0xe'),auth['isAuthenticated'](),controller[_0x5865('0x13')]);router['delete'](_0x5865('0xe'),auth['isAuthenticated'](),controller[_0x5865('0x14')]);module['exports']=router;