93e4bd402131cd8c40e5cf0239288d4f3783cfb1
[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 _0xf6ca=['/:id/sub_intervals/create_many','addIntervals','put','update','destroy','exports','multer','util','path','express','../../config/environment','./interval.controller','get','isAuthenticated','/:id','show','post','create','/:id/sub_intervals','addInterval'];(function(_0x578daa,_0x58828a){var _0x105f1d=function(_0x6b79e){while(--_0x6b79e){_0x578daa['push'](_0x578daa['shift']());}};_0x105f1d(++_0x58828a);}(_0xf6ca,0x15a));var _0xaf6c=function(_0x5b8f9f,_0x2f1e7f){_0x5b8f9f=_0x5b8f9f-0x0;var _0x274f1b=_0xf6ca[_0x5b8f9f];return _0x274f1b;};'use strict';var multer=require(_0xaf6c('0x0'));var util=require(_0xaf6c('0x1'));var path=require(_0xaf6c('0x2'));var timeout=require('connect-timeout');var express=require(_0xaf6c('0x3'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xaf6c('0x4'));var controller=require(_0xaf6c('0x5'));router[_0xaf6c('0x6')]('/',auth[_0xaf6c('0x7')](),controller['index']);router[_0xaf6c('0x6')](_0xaf6c('0x8'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0x9')]);router[_0xaf6c('0x6')]('/:id/sub_intervals',auth[_0xaf6c('0x7')](),controller['getIntervals']);router[_0xaf6c('0xa')]('/',auth[_0xaf6c('0x7')](),controller[_0xaf6c('0xb')]);router[_0xaf6c('0xa')](_0xaf6c('0xc'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0xd')]);router['post'](_0xaf6c('0xe'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0xf')]);router[_0xaf6c('0x10')](_0xaf6c('0x8'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0x11')]);router['delete'](_0xaf6c('0x8'),auth[_0xaf6c('0x7')](),controller[_0xaf6c('0x12')]);module[_0xaf6c('0x13')]=router;