Built motion from commit (unavailable).|2.3.98
[motion2.git] / server / api / voiceQueuesLog / 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 _0xd3e3=['multer','util','path','connect-timeout','Router','../../components/auth/service','../../config/environment','./voiceQueuesLog.controller','isAuthenticated','index','get','/:id','post','create','update','delete','exports'];(function(_0x562f3b,_0x4c65ae){var _0x1edd55=function(_0xe67e06){while(--_0xe67e06){_0x562f3b['push'](_0x562f3b['shift']());}};_0x1edd55(++_0x4c65ae);}(_0xd3e3,0xdd));var _0x3d3e=function(_0x4f81f6,_0x4d8c60){_0x4f81f6=_0x4f81f6-0x0;var _0x283e8e=_0xd3e3[_0x4f81f6];return _0x283e8e;};'use strict';var multer=require(_0x3d3e('0x0'));var util=require(_0x3d3e('0x1'));var path=require(_0x3d3e('0x2'));var timeout=require(_0x3d3e('0x3'));var express=require('express');var router=express[_0x3d3e('0x4')]();var auth=require(_0x3d3e('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0x3d3e('0x6'));var controller=require(_0x3d3e('0x7'));router['get']('/',auth[_0x3d3e('0x8')](),controller[_0x3d3e('0x9')]);router[_0x3d3e('0xa')](_0x3d3e('0xb'),auth[_0x3d3e('0x8')](),controller['show']);router[_0x3d3e('0xc')]('/',auth[_0x3d3e('0x8')](),controller[_0x3d3e('0xd')]);router['put'](_0x3d3e('0xb'),auth[_0x3d3e('0x8')](),controller[_0x3d3e('0xe')]);router[_0x3d3e('0xf')]('/:id',auth[_0x3d3e('0x8')](),controller['destroy']);module[_0x3d3e('0x10')]=router;