48b334318216ddfc5d2d4ffe736db643fca3a65f
[motion2.git] / server / api / voiceCallReport / 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 _0xec6c=['post','create','put','update','/with-retry/:id','updateWithRetry','delete','destroy','exports','express','Router','../../components/auth/service','./voiceCallReport.controller','get','isAuthenticated','index','/describe','/:id','show'];(function(_0x593c1b,_0x35c524){var _0x4e0c07=function(_0x8c0aab){while(--_0x8c0aab){_0x593c1b['push'](_0x593c1b['shift']());}};_0x4e0c07(++_0x35c524);}(_0xec6c,0x7b));var _0xcec6=function(_0x456c90,_0xf47acc){_0x456c90=_0x456c90-0x0;var _0x38b2fc=_0xec6c[_0x456c90];return _0x38b2fc;};'use strict';var express=require(_0xcec6('0x0'));var router=express[_0xcec6('0x1')]();var auth=require(_0xcec6('0x2'));var controller=require(_0xcec6('0x3'));router[_0xcec6('0x4')]('/',auth[_0xcec6('0x5')](),controller[_0xcec6('0x6')]);router['get'](_0xcec6('0x7'),auth[_0xcec6('0x5')](),controller['describe']);router[_0xcec6('0x4')](_0xcec6('0x8'),auth[_0xcec6('0x5')](),controller[_0xcec6('0x9')]);router[_0xcec6('0xa')]('/',auth[_0xcec6('0x5')](),controller[_0xcec6('0xb')]);router[_0xcec6('0xc')](_0xcec6('0x8'),auth[_0xcec6('0x5')](),controller[_0xcec6('0xd')]);router[_0xcec6('0xc')](_0xcec6('0xe'),auth[_0xcec6('0x5')](),controller[_0xcec6('0xf')]);router[_0xcec6('0x10')](_0xcec6('0x8'),auth[_0xcec6('0x5')](),controller[_0xcec6('0x11')]);module[_0xcec6('0x12')]=router;