Built motion from commit 10af8726.|2.6.34
[motion2.git] / server / api / interval / 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 _0xe260=['update','delete','destroy','exports','multer','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./interval.controller','get','/:id','isAuthenticated','show','/:id/sub_intervals','post','create','/:id/sub_intervals/create_many','addIntervals','put'];(function(_0x4a4e87,_0x485791){var _0x83444f=function(_0x2b666e){while(--_0x2b666e){_0x4a4e87['push'](_0x4a4e87['shift']());}};_0x83444f(++_0x485791);}(_0xe260,0x94));var _0x0e26=function(_0x8a0fe6,_0x23df1c){_0x8a0fe6=_0x8a0fe6-0x0;var _0x28c9d1=_0xe260[_0x8a0fe6];return _0x28c9d1;};'use strict';var multer=require(_0x0e26('0x0'));var util=require('util');var path=require(_0x0e26('0x1'));var timeout=require(_0x0e26('0x2'));var express=require(_0x0e26('0x3'));var router=express[_0x0e26('0x4')]();var fs_extra=require(_0x0e26('0x5'));var auth=require(_0x0e26('0x6'));var interaction=require(_0x0e26('0x7'));var config=require(_0x0e26('0x8'));var controller=require(_0x0e26('0x9'));router[_0x0e26('0xa')]('/',auth['isAuthenticated'](),controller['index']);router[_0x0e26('0xa')](_0x0e26('0xb'),auth[_0x0e26('0xc')](),controller[_0x0e26('0xd')]);router[_0x0e26('0xa')](_0x0e26('0xe'),auth[_0x0e26('0xc')](),controller['getIntervals']);router[_0x0e26('0xf')]('/',auth['isAuthenticated'](),controller[_0x0e26('0x10')]);router[_0x0e26('0xf')](_0x0e26('0xe'),auth['isAuthenticated'](),controller['addInterval']);router[_0x0e26('0xf')](_0x0e26('0x11'),auth['isAuthenticated'](),controller[_0x0e26('0x12')]);router[_0x0e26('0x13')](_0x0e26('0xb'),auth['isAuthenticated'](),controller[_0x0e26('0x14')]);router[_0x0e26('0x15')](_0x0e26('0xb'),auth[_0x0e26('0xc')](),controller[_0x0e26('0x16')]);module[_0x0e26('0x17')]=router;