Built motion from commit (unavailable).|2.4.18
[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 _0xebc0=['/:id/hopper_black','getHopperBlacks','/:id/lists','getLists','getBlackLists','post','create','/:id/clone','clone','/:id/blacklists','addBlackLists','put','update','delete','/:id','destroy','removeLists','removeBlackLists','exports','multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./campaign.controller','get','show','/:id/hopper_histories','isAuthenticated','getHopperHistories','/:id/hopper_finals','getHopperFinals'];(function(_0x584d83,_0x4d309f){var _0x35bb5b=function(_0x57e849){while(--_0x57e849){_0x584d83['push'](_0x584d83['shift']());}};_0x35bb5b(++_0x4d309f);}(_0xebc0,0xe5));var _0x0ebc=function(_0x48b916,_0x100bf0){_0x48b916=_0x48b916-0x0;var _0x3b8f23=_0xebc0[_0x48b916];return _0x3b8f23;};'use strict';var multer=require(_0x0ebc('0x0'));var util=require(_0x0ebc('0x1'));var path=require(_0x0ebc('0x2'));var timeout=require('connect-timeout');var express=require(_0x0ebc('0x3'));var router=express[_0x0ebc('0x4')]();var auth=require(_0x0ebc('0x5'));var interaction=require(_0x0ebc('0x6'));var config=require(_0x0ebc('0x7'));var controller=require(_0x0ebc('0x8'));router[_0x0ebc('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0x0ebc('0x9')]('/:id',auth['isAuthenticated'](),controller[_0x0ebc('0xa')]);router[_0x0ebc('0x9')]('/:id/hoppers',auth['isAuthenticated'](),controller['getHoppers']);router[_0x0ebc('0x9')](_0x0ebc('0xb'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0xd')]);router['get'](_0x0ebc('0xe'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0xf')]);router[_0x0ebc('0x9')](_0x0ebc('0x10'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x11')]);router[_0x0ebc('0x9')](_0x0ebc('0x12'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x13')]);router[_0x0ebc('0x9')]('/:id/blacklists',auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x14')]);router[_0x0ebc('0x15')]('/',auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x16')]);router[_0x0ebc('0x15')](_0x0ebc('0x17'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x18')]);router[_0x0ebc('0x15')](_0x0ebc('0x12'),auth[_0x0ebc('0xc')](),controller['addLists']);router[_0x0ebc('0x15')](_0x0ebc('0x19'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x1a')]);router[_0x0ebc('0x1b')]('/:id',auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x1c')]);router[_0x0ebc('0x1d')](_0x0ebc('0x1e'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x1f')]);router['delete'](_0x0ebc('0x12'),auth[_0x0ebc('0xc')](),controller[_0x0ebc('0x20')]);router[_0x0ebc('0x1d')]('/:id/blacklists',auth['isAuthenticated'](),controller[_0x0ebc('0x21')]);module[_0x0ebc('0x22')]=router;