4e2b9984595da48006db0f4c35c35fab48df0b48
[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 _0xeaa1=['getHopperFinals','getLists','/:id/blacklists','getBlackLists','post','create','/:id/clone','/:id/lists','addLists','addBlackLists','put','/:id','update','destroy','removeLists','removeBlackLists','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./campaign.controller','get','isAuthenticated','index','show','/:id/hoppers','getHoppers','/:id/hopper_histories'];(function(_0x4b107a,_0x36d799){var _0x1e3b17=function(_0x42b5b3){while(--_0x42b5b3){_0x4b107a['push'](_0x4b107a['shift']());}};_0x1e3b17(++_0x36d799);}(_0xeaa1,0x192));var _0x1eaa=function(_0x1827a0,_0x5e8cea){_0x1827a0=_0x1827a0-0x0;var _0x14164d=_0xeaa1[_0x1827a0];return _0x14164d;};'use strict';var multer=require(_0x1eaa('0x0'));var util=require(_0x1eaa('0x1'));var path=require(_0x1eaa('0x2'));var timeout=require(_0x1eaa('0x3'));var express=require(_0x1eaa('0x4'));var router=express[_0x1eaa('0x5')]();var fs_extra=require(_0x1eaa('0x6'));var auth=require(_0x1eaa('0x7'));var interaction=require(_0x1eaa('0x8'));var config=require(_0x1eaa('0x9'));var controller=require(_0x1eaa('0xa'));router[_0x1eaa('0xb')]('/',auth[_0x1eaa('0xc')](),controller[_0x1eaa('0xd')]);router[_0x1eaa('0xb')]('/:id',auth[_0x1eaa('0xc')](),controller[_0x1eaa('0xe')]);router[_0x1eaa('0xb')](_0x1eaa('0xf'),auth['isAuthenticated'](),controller[_0x1eaa('0x10')]);router[_0x1eaa('0xb')](_0x1eaa('0x11'),auth['isAuthenticated'](),controller['getHopperHistories']);router[_0x1eaa('0xb')]('/:id/hopper_finals',auth['isAuthenticated'](),controller[_0x1eaa('0x12')]);router[_0x1eaa('0xb')]('/:id/hopper_black',auth[_0x1eaa('0xc')](),controller['getHopperBlacks']);router[_0x1eaa('0xb')]('/:id/lists',auth[_0x1eaa('0xc')](),controller[_0x1eaa('0x13')]);router[_0x1eaa('0xb')](_0x1eaa('0x14'),auth[_0x1eaa('0xc')](),controller[_0x1eaa('0x15')]);router[_0x1eaa('0x16')]('/',auth['isAuthenticated'](),controller[_0x1eaa('0x17')]);router[_0x1eaa('0x16')](_0x1eaa('0x18'),auth[_0x1eaa('0xc')](),controller['clone']);router[_0x1eaa('0x16')](_0x1eaa('0x19'),auth[_0x1eaa('0xc')](),controller[_0x1eaa('0x1a')]);router[_0x1eaa('0x16')](_0x1eaa('0x14'),auth['isAuthenticated'](),controller[_0x1eaa('0x1b')]);router[_0x1eaa('0x1c')](_0x1eaa('0x1d'),auth['isAuthenticated'](),controller[_0x1eaa('0x1e')]);router['delete'](_0x1eaa('0x1d'),auth[_0x1eaa('0xc')](),controller[_0x1eaa('0x1f')]);router['delete'](_0x1eaa('0x19'),auth[_0x1eaa('0xc')](),controller[_0x1eaa('0x20')]);router['delete'](_0x1eaa('0x14'),auth[_0x1eaa('0xc')](),controller[_0x1eaa('0x21')]);module[_0x1eaa('0x22')]=router;