Built motion from commit (unavailable).|2.3.10
[motion2.git] / server / api / faxQueueReport / 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 _0xdefe=['../../components/auth/service','../../config/environment','./faxQueueReport.controller','isAuthenticated','index','get','/describe','describe','/:id','create','put','delete','destroy','exports','util','path','connect-timeout','express','Router'];(function(_0x4066a3,_0x3b13ed){var _0x489e69=function(_0x313a4e){while(--_0x313a4e){_0x4066a3['push'](_0x4066a3['shift']());}};_0x489e69(++_0x3b13ed);}(_0xdefe,0x13e));var _0xedef=function(_0x42883f,_0x5a9294){_0x42883f=_0x42883f-0x0;var _0x533e26=_0xdefe[_0x42883f];return _0x533e26;};'use strict';var multer=require('multer');var util=require(_0xedef('0x0'));var path=require(_0xedef('0x1'));var timeout=require(_0xedef('0x2'));var express=require(_0xedef('0x3'));var router=express[_0xedef('0x4')]();var auth=require(_0xedef('0x5'));var interaction=require('../../components/interaction/service');var config=require(_0xedef('0x6'));var controller=require(_0xedef('0x7'));router['get']('/',auth[_0xedef('0x8')](),controller[_0xedef('0x9')]);router[_0xedef('0xa')](_0xedef('0xb'),auth[_0xedef('0x8')](),controller[_0xedef('0xc')]);router[_0xedef('0xa')](_0xedef('0xd'),auth[_0xedef('0x8')](),controller['show']);router['post']('/',auth[_0xedef('0x8')](),controller[_0xedef('0xe')]);router[_0xedef('0xf')](_0xedef('0xd'),auth[_0xedef('0x8')](),controller['update']);router[_0xedef('0x10')]('/:id',auth[_0xedef('0x8')](),controller[_0xedef('0x11')]);module[_0xedef('0x12')]=router;