a8f91c76699efa5bfc23cee2b8bab80e40942874
[motion2.git] / server / api / automation / 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 _0xa459=['../../components/interaction/service','isAuthenticated','get','/:id','show','/:id/conditions','getConditions','getActions','post','addConditions','/:id/actions','addActions','put','update','delete','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service'];(function(_0x3bee42,_0x2a33ee){var _0x42171f=function(_0x1716b1){while(--_0x1716b1){_0x3bee42['push'](_0x3bee42['shift']());}};_0x42171f(++_0x2a33ee);}(_0xa459,0x1d8));var _0x9a45=function(_0x3c51de,_0x4ee653){_0x3c51de=_0x3c51de-0x0;var _0x29cdc3=_0xa459[_0x3c51de];return _0x29cdc3;};'use strict';var multer=require(_0x9a45('0x0'));var util=require(_0x9a45('0x1'));var path=require(_0x9a45('0x2'));var timeout=require(_0x9a45('0x3'));var express=require(_0x9a45('0x4'));var router=express[_0x9a45('0x5')]();var fs_extra=require(_0x9a45('0x6'));var auth=require(_0x9a45('0x7'));var interaction=require(_0x9a45('0x8'));var config=require('../../config/environment');var controller=require('./automation.controller');router['get']('/',auth[_0x9a45('0x9')](),controller['index']);router[_0x9a45('0xa')](_0x9a45('0xb'),auth[_0x9a45('0x9')](),controller[_0x9a45('0xc')]);router[_0x9a45('0xa')](_0x9a45('0xd'),auth['isAuthenticated'](),controller[_0x9a45('0xe')]);router['get']('/:id/actions',auth['isAuthenticated'](),controller[_0x9a45('0xf')]);router[_0x9a45('0x10')]('/',auth[_0x9a45('0x9')](),controller['create']);router[_0x9a45('0x10')](_0x9a45('0xd'),auth[_0x9a45('0x9')](),controller[_0x9a45('0x11')]);router[_0x9a45('0x10')](_0x9a45('0x12'),auth[_0x9a45('0x9')](),controller[_0x9a45('0x13')]);router[_0x9a45('0x14')]('/:id',auth[_0x9a45('0x9')](),controller[_0x9a45('0x15')]);router[_0x9a45('0x16')]('/:id',auth[_0x9a45('0x9')](),controller['destroy']);module[_0x9a45('0x17')]=router;