c73bbcf07ef12392cf47f8258fc17f1e2703f5b5
[motion2.git] / server / api / voiceMail / 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 _0x1a37=['../../config/environment','get','index','/:id','isAuthenticated','getMessages','post','create','put','update','destroy','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service'];(function(_0x253bb3,_0x22afff){var _0x5c3649=function(_0x30ec57){while(--_0x30ec57){_0x253bb3['push'](_0x253bb3['shift']());}};_0x5c3649(++_0x22afff);}(_0x1a37,0xb4));var _0x71a3=function(_0x279d37,_0x14de3f){_0x279d37=_0x279d37-0x0;var _0x530173=_0x1a37[_0x279d37];return _0x530173;};'use strict';var multer=require(_0x71a3('0x0'));var util=require(_0x71a3('0x1'));var path=require(_0x71a3('0x2'));var timeout=require(_0x71a3('0x3'));var express=require(_0x71a3('0x4'));var router=express[_0x71a3('0x5')]();var fs_extra=require(_0x71a3('0x6'));var auth=require(_0x71a3('0x7'));var interaction=require(_0x71a3('0x8'));var config=require(_0x71a3('0x9'));var controller=require('./voiceMail.controller');router[_0x71a3('0xa')]('/',auth['isAuthenticated'](),controller[_0x71a3('0xb')]);router[_0x71a3('0xa')](_0x71a3('0xc'),auth[_0x71a3('0xd')](),controller['show']);router['get']('/:id/messages',auth['isAuthenticated'](),controller[_0x71a3('0xe')]);router[_0x71a3('0xf')]('/',auth[_0x71a3('0xd')](),controller[_0x71a3('0x10')]);router[_0x71a3('0x11')](_0x71a3('0xc'),auth[_0x71a3('0xd')](),controller[_0x71a3('0x12')]);router['delete']('/:id',auth['isAuthenticated'](),controller[_0x71a3('0x13')]);module[_0x71a3('0x14')]=router;