Built motion from commit (unavailable).|2.5.14
[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 _0xf013=['get','isAuthenticated','index','/:id','show','create','update','delete','destroy','exports','multer','util','path','connect-timeout','Router','../../components/interaction/service','../../config/environment','./voiceQueuesLog.controller'];(function(_0x411add,_0x1aed38){var _0x238242=function(_0x4a1cd5){while(--_0x4a1cd5){_0x411add['push'](_0x411add['shift']());}};_0x238242(++_0x1aed38);}(_0xf013,0x118));var _0x3f01=function(_0x56dac6,_0x6627c2){_0x56dac6=_0x56dac6-0x0;var _0x1458ef=_0xf013[_0x56dac6];return _0x1458ef;};'use strict';var multer=require(_0x3f01('0x0'));var util=require(_0x3f01('0x1'));var path=require(_0x3f01('0x2'));var timeout=require(_0x3f01('0x3'));var express=require('express');var router=express[_0x3f01('0x4')]();var auth=require('../../components/auth/service');var interaction=require(_0x3f01('0x5'));var config=require(_0x3f01('0x6'));var controller=require(_0x3f01('0x7'));router[_0x3f01('0x8')]('/',auth[_0x3f01('0x9')](),controller[_0x3f01('0xa')]);router[_0x3f01('0x8')](_0x3f01('0xb'),auth[_0x3f01('0x9')](),controller[_0x3f01('0xc')]);router['post']('/',auth[_0x3f01('0x9')](),controller[_0x3f01('0xd')]);router['put'](_0x3f01('0xb'),auth[_0x3f01('0x9')](),controller[_0x3f01('0xe')]);router[_0x3f01('0xf')](_0x3f01('0xb'),auth[_0x3f01('0x9')](),controller[_0x3f01('0x10')]);module[_0x3f01('0x11')]=router;