Built motion from commit 14588770.|2.5.38
[motion2.git] / server / api / voicePrefix / 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 _0xf8ca=['/:id/users','getAgents','/:id/teams','getTeams','post','addAgents','addTeams','put','/:id','update','delete','destroy','removeAgents','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','./voicePrefix.controller','get','isAuthenticated','index','/describe','show'];(function(_0x22e870,_0x4ecf1f){var _0x2b7acb=function(_0x251348){while(--_0x251348){_0x22e870['push'](_0x22e870['shift']());}};_0x2b7acb(++_0x4ecf1f);}(_0xf8ca,0x1be));var _0xaf8c=function(_0x494d1f,_0x3f72ff){_0x494d1f=_0x494d1f-0x0;var _0x457b6e=_0xf8ca[_0x494d1f];return _0x457b6e;};'use strict';var multer=require(_0xaf8c('0x0'));var util=require(_0xaf8c('0x1'));var path=require('path');var timeout=require(_0xaf8c('0x2'));var express=require(_0xaf8c('0x3'));var router=express[_0xaf8c('0x4')]();var fs_extra=require(_0xaf8c('0x5'));var auth=require(_0xaf8c('0x6'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xaf8c('0x7'));router[_0xaf8c('0x8')]('/',auth[_0xaf8c('0x9')](),controller[_0xaf8c('0xa')]);router[_0xaf8c('0x8')](_0xaf8c('0xb'),auth[_0xaf8c('0x9')](),controller['describe']);router[_0xaf8c('0x8')]('/:id',auth[_0xaf8c('0x9')](),controller[_0xaf8c('0xc')]);router['get'](_0xaf8c('0xd'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0xe')]);router['get'](_0xaf8c('0xf'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x10')]);router[_0xaf8c('0x11')]('/',auth[_0xaf8c('0x9')](),controller['create']);router[_0xaf8c('0x11')](_0xaf8c('0xd'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x12')]);router[_0xaf8c('0x11')](_0xaf8c('0xf'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x13')]);router[_0xaf8c('0x14')](_0xaf8c('0x15'),auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x16')]);router[_0xaf8c('0x17')]('/:id',auth[_0xaf8c('0x9')](),controller[_0xaf8c('0x18')]);router['delete'](_0xaf8c('0xd'),auth['isAuthenticated'](),controller[_0xaf8c('0x19')]);router[_0xaf8c('0x17')](_0xaf8c('0xf'),auth['isAuthenticated'](),controller['removeTeams']);module[_0xaf8c('0x1a')]=router;