b733a01546d38efe1b55d963464704b66b1d64ff
[motion2.git] / server / api / campaign / 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 _0x131a=['multer','util','path','connect-timeout','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','get','show','getHoppers','/:id/hopper_histories','getHopperHistories','/:id/hopper_finals','getHopperFinals','/:id/hopper_black','/:id/lists','getLists','/:id/blacklists','getBlackLists','post','create','/:id/clone','clone','addBlackLists','put','/:id','update','delete','exports'];(function(_0x3b150c,_0x2f93f8){var _0x5cd414=function(_0x26305e){while(--_0x26305e){_0x3b150c['push'](_0x3b150c['shift']());}};_0x5cd414(++_0x2f93f8);}(_0x131a,0x12c));var _0xa131=function(_0x53bc18,_0x40bbd2){_0x53bc18=_0x53bc18-0x0;var _0x20da61=_0x131a[_0x53bc18];return _0x20da61;};'use strict';var multer=require(_0xa131('0x0'));var util=require(_0xa131('0x1'));var path=require(_0xa131('0x2'));var timeout=require(_0xa131('0x3'));var express=require('express');var router=express['Router']();var auth=require(_0xa131('0x4'));var interaction=require(_0xa131('0x5'));var config=require(_0xa131('0x6'));var controller=require('./campaign.controller');router['get']('/',auth[_0xa131('0x7')](),controller['index']);router[_0xa131('0x8')]('/:id',auth['isAuthenticated'](),controller[_0xa131('0x9')]);router[_0xa131('0x8')]('/:id/hoppers',auth[_0xa131('0x7')](),controller[_0xa131('0xa')]);router[_0xa131('0x8')](_0xa131('0xb'),auth[_0xa131('0x7')](),controller[_0xa131('0xc')]);router[_0xa131('0x8')](_0xa131('0xd'),auth[_0xa131('0x7')](),controller[_0xa131('0xe')]);router[_0xa131('0x8')](_0xa131('0xf'),auth['isAuthenticated'](),controller['getHopperBlacks']);router[_0xa131('0x8')](_0xa131('0x10'),auth[_0xa131('0x7')](),controller[_0xa131('0x11')]);router[_0xa131('0x8')](_0xa131('0x12'),auth[_0xa131('0x7')](),controller[_0xa131('0x13')]);router[_0xa131('0x14')]('/',auth['isAuthenticated'](),controller[_0xa131('0x15')]);router[_0xa131('0x14')](_0xa131('0x16'),auth[_0xa131('0x7')](),controller[_0xa131('0x17')]);router['post'](_0xa131('0x10'),auth[_0xa131('0x7')](),controller['addLists']);router[_0xa131('0x14')]('/:id/blacklists',auth[_0xa131('0x7')](),controller[_0xa131('0x18')]);router[_0xa131('0x19')](_0xa131('0x1a'),auth[_0xa131('0x7')](),controller[_0xa131('0x1b')]);router[_0xa131('0x1c')](_0xa131('0x1a'),auth[_0xa131('0x7')](),controller['destroy']);router[_0xa131('0x1c')](_0xa131('0x10'),auth[_0xa131('0x7')](),controller['removeLists']);router[_0xa131('0x1c')](_0xa131('0x12'),auth[_0xa131('0x7')](),controller['removeBlackLists']);module[_0xa131('0x1d')]=router;