c95386607bbe204c382b54f77f8c298815270d8e
[motion2.git] / server / api / squareOdbc / 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 _0xfbe8=['test','create','/:id','update','delete','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/:id/test'];(function(_0x5c69f0,_0x38b145){var _0x16403e=function(_0x1fae8d){while(--_0x1fae8d){_0x5c69f0['push'](_0x5c69f0['shift']());}};_0x16403e(++_0x38b145);}(_0xfbe8,0xe6));var _0x8fbe=function(_0x2d2c16,_0x4e88b6){_0x2d2c16=_0x2d2c16-0x0;var _0x53f2fb=_0xfbe8[_0x2d2c16];return _0x53f2fb;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x8fbe('0x0'));var timeout=require(_0x8fbe('0x1'));var express=require(_0x8fbe('0x2'));var router=express['Router']();var fs_extra=require(_0x8fbe('0x3'));var auth=require(_0x8fbe('0x4'));var interaction=require(_0x8fbe('0x5'));var config=require(_0x8fbe('0x6'));var controller=require('./squareOdbc.controller');router[_0x8fbe('0x7')]('/',auth['isAuthenticated'](),controller['index']);router[_0x8fbe('0x7')]('/:id',auth[_0x8fbe('0x8')](),controller['show']);router[_0x8fbe('0x7')](_0x8fbe('0x9'),auth['isAuthenticated'](),timeout('15s'),controller[_0x8fbe('0xa')]);router['post']('/',auth[_0x8fbe('0x8')](),controller[_0x8fbe('0xb')]);router['put'](_0x8fbe('0xc'),auth['isAuthenticated'](),controller[_0x8fbe('0xd')]);router[_0x8fbe('0xe')](_0x8fbe('0xc'),auth[_0x8fbe('0x8')](),controller['destroy']);module['exports']=router;