Built motion from commit da24aabd.|2.6.20
[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 _0x59c3=['describe','/:id','show','/:id/users','getAgents','/:id/teams','post','create','addAgents','addTeams','put','update','destroy','delete','removeAgents','removeTeams','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./voicePrefix.controller','get','isAuthenticated'];(function(_0x155890,_0x21813e){var _0x3f156d=function(_0x3edc20){while(--_0x3edc20){_0x155890['push'](_0x155890['shift']());}};_0x3f156d(++_0x21813e);}(_0x59c3,0x133));var _0x359c=function(_0x397e5f,_0x454c8f){_0x397e5f=_0x397e5f-0x0;var _0x5302b8=_0x59c3[_0x397e5f];return _0x5302b8;};'use strict';var multer=require(_0x359c('0x0'));var util=require(_0x359c('0x1'));var path=require(_0x359c('0x2'));var timeout=require(_0x359c('0x3'));var express=require(_0x359c('0x4'));var router=express[_0x359c('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0x359c('0x6'));var interaction=require(_0x359c('0x7'));var config=require(_0x359c('0x8'));var controller=require(_0x359c('0x9'));router[_0x359c('0xa')]('/',auth[_0x359c('0xb')](),controller['index']);router[_0x359c('0xa')]('/describe',auth[_0x359c('0xb')](),controller[_0x359c('0xc')]);router[_0x359c('0xa')](_0x359c('0xd'),auth['isAuthenticated'](),controller[_0x359c('0xe')]);router['get'](_0x359c('0xf'),auth[_0x359c('0xb')](),controller[_0x359c('0x10')]);router[_0x359c('0xa')](_0x359c('0x11'),auth[_0x359c('0xb')](),controller['getTeams']);router[_0x359c('0x12')]('/',auth[_0x359c('0xb')](),controller[_0x359c('0x13')]);router[_0x359c('0x12')](_0x359c('0xf'),auth[_0x359c('0xb')](),controller[_0x359c('0x14')]);router[_0x359c('0x12')](_0x359c('0x11'),auth[_0x359c('0xb')](),controller[_0x359c('0x15')]);router[_0x359c('0x16')]('/:id',auth[_0x359c('0xb')](),controller[_0x359c('0x17')]);router['delete'](_0x359c('0xd'),auth[_0x359c('0xb')](),controller[_0x359c('0x18')]);router[_0x359c('0x19')](_0x359c('0xf'),auth[_0x359c('0xb')](),controller[_0x359c('0x1a')]);router[_0x359c('0x19')](_0x359c('0x11'),auth[_0x359c('0xb')](),controller[_0x359c('0x1b')]);module[_0x359c('0x1c')]=router;