Built motion from commit (unavailable).|2.5.16
[motion2.git] / server / api / cmHopper / 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 _0xcac2=['get','isAuthenticated','index','/describe','describe','/:id','post','getPreview','put','delete','destroy','exports','multer','util','path','express','Router'];(function(_0x488bc9,_0x58e3da){var _0x5d86e0=function(_0x1e634d){while(--_0x1e634d){_0x488bc9['push'](_0x488bc9['shift']());}};_0x5d86e0(++_0x58e3da);}(_0xcac2,0x1e8));var _0x2cac=function(_0x179b72,_0x46715b){_0x179b72=_0x179b72-0x0;var _0x384b43=_0xcac2[_0x179b72];return _0x384b43;};'use strict';var multer=require(_0x2cac('0x0'));var util=require(_0x2cac('0x1'));var path=require(_0x2cac('0x2'));var timeout=require('connect-timeout');var express=require(_0x2cac('0x3'));var router=express[_0x2cac('0x4')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require('./cmHopper.controller');router[_0x2cac('0x5')]('/',auth[_0x2cac('0x6')](),controller[_0x2cac('0x7')]);router[_0x2cac('0x5')](_0x2cac('0x8'),auth[_0x2cac('0x6')](),controller[_0x2cac('0x9')]);router['get']('/opencontacts',auth[_0x2cac('0x6')](),controller['getOpenContacts']);router[_0x2cac('0x5')](_0x2cac('0xa'),auth['isAuthenticated'](),controller['show']);router[_0x2cac('0xb')]('/',auth[_0x2cac('0x6')](),controller['create']);router[_0x2cac('0xb')]('/preview',auth[_0x2cac('0x6')](),controller[_0x2cac('0xc')]);router[_0x2cac('0xd')](_0x2cac('0xa'),auth[_0x2cac('0x6')](),controller['update']);router[_0x2cac('0xe')](_0x2cac('0xa'),auth['isAuthenticated'](),controller[_0x2cac('0xf')]);module[_0x2cac('0x10')]=router;