Built motion from commit (unavailable).|2.5.11
[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 _0xbf52=['../../components/auth/service','../../components/interaction/service','../../config/environment','./voiceCallReport.controller','get','isAuthenticated','index','/describe','/:id','show','post','put','delete','destroy','exports','multer','util','path','connect-timeout','express','Router'];(function(_0x52b4fb,_0x17172b){var _0x393ddb=function(_0x390e40){while(--_0x390e40){_0x52b4fb['push'](_0x52b4fb['shift']());}};_0x393ddb(++_0x17172b);}(_0xbf52,0x174));var _0x2bf5=function(_0x4191bc,_0x3096c5){_0x4191bc=_0x4191bc-0x0;var _0x1ffd4e=_0xbf52[_0x4191bc];return _0x1ffd4e;};'use strict';var multer=require(_0x2bf5('0x0'));var util=require(_0x2bf5('0x1'));var path=require(_0x2bf5('0x2'));var timeout=require(_0x2bf5('0x3'));var express=require(_0x2bf5('0x4'));var router=express[_0x2bf5('0x5')]();var auth=require(_0x2bf5('0x6'));var interaction=require(_0x2bf5('0x7'));var config=require(_0x2bf5('0x8'));var controller=require(_0x2bf5('0x9'));router[_0x2bf5('0xa')]('/',auth[_0x2bf5('0xb')](),controller[_0x2bf5('0xc')]);router[_0x2bf5('0xa')](_0x2bf5('0xd'),auth[_0x2bf5('0xb')](),controller['describe']);router[_0x2bf5('0xa')](_0x2bf5('0xe'),auth['isAuthenticated'](),controller[_0x2bf5('0xf')]);router[_0x2bf5('0x10')]('/',auth[_0x2bf5('0xb')](),controller['create']);router[_0x2bf5('0x11')]('/:id',auth[_0x2bf5('0xb')](),controller['update']);router[_0x2bf5('0x12')](_0x2bf5('0xe'),auth['isAuthenticated'](),controller[_0x2bf5('0x13')]);module[_0x2bf5('0x14')]=router;