Built motion from commit c116dc8b.|2.6.30
[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 _0x46f4=['addConditions','addActions','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./automation.controller','isAuthenticated','index','get','/:id','show','/:id/conditions','getConditions','/:id/actions','getActions','post','create'];(function(_0x321bb2,_0x202794){var _0x9c12ed=function(_0x263dd3){while(--_0x263dd3){_0x321bb2['push'](_0x321bb2['shift']());}};_0x9c12ed(++_0x202794);}(_0x46f4,0x115));var _0x446f=function(_0x8ee183,_0x207e45){_0x8ee183=_0x8ee183-0x0;var _0x7dee35=_0x46f4[_0x8ee183];return _0x7dee35;};'use strict';var multer=require(_0x446f('0x0'));var util=require(_0x446f('0x1'));var path=require(_0x446f('0x2'));var timeout=require(_0x446f('0x3'));var express=require(_0x446f('0x4'));var router=express[_0x446f('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0x446f('0x6'));var interaction=require(_0x446f('0x7'));var config=require('../../config/environment');var controller=require(_0x446f('0x8'));router['get']('/',auth[_0x446f('0x9')](),controller[_0x446f('0xa')]);router[_0x446f('0xb')](_0x446f('0xc'),auth[_0x446f('0x9')](),controller[_0x446f('0xd')]);router[_0x446f('0xb')](_0x446f('0xe'),auth[_0x446f('0x9')](),controller[_0x446f('0xf')]);router[_0x446f('0xb')](_0x446f('0x10'),auth[_0x446f('0x9')](),controller[_0x446f('0x11')]);router[_0x446f('0x12')]('/',auth[_0x446f('0x9')](),controller[_0x446f('0x13')]);router[_0x446f('0x12')](_0x446f('0xe'),auth['isAuthenticated'](),controller[_0x446f('0x14')]);router[_0x446f('0x12')](_0x446f('0x10'),auth[_0x446f('0x9')](),controller[_0x446f('0x15')]);router[_0x446f('0x16')](_0x446f('0xc'),auth[_0x446f('0x9')](),controller[_0x446f('0x17')]);router[_0x446f('0x18')]('/:id',auth[_0x446f('0x9')](),controller[_0x446f('0x19')]);module[_0x446f('0x1a')]=router;