74f2cc0b84f3c559fe49274eafe90a22ca14580a
[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 _0x8b33=['./squareOdbc.controller','get','index','/:id','isAuthenticated','show','/:id/test','15s','test','post','create','put','update','exports','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x8b33,0x134));var _0x38b3=function(_0x1cb09f,_0x4271fb){_0x1cb09f=_0x1cb09f-0x0;var _0x154d3f=_0x8b33[_0x1cb09f];return _0x154d3f;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x38b3('0x0'));var timeout=require(_0x38b3('0x1'));var express=require(_0x38b3('0x2'));var router=express[_0x38b3('0x3')]();var auth=require(_0x38b3('0x4'));var interaction=require(_0x38b3('0x5'));var config=require(_0x38b3('0x6'));var controller=require(_0x38b3('0x7'));router[_0x38b3('0x8')]('/',auth['isAuthenticated'](),controller[_0x38b3('0x9')]);router[_0x38b3('0x8')](_0x38b3('0xa'),auth[_0x38b3('0xb')](),controller[_0x38b3('0xc')]);router[_0x38b3('0x8')](_0x38b3('0xd'),auth[_0x38b3('0xb')](),timeout(_0x38b3('0xe')),controller[_0x38b3('0xf')]);router[_0x38b3('0x10')]('/',auth[_0x38b3('0xb')](),controller[_0x38b3('0x11')]);router[_0x38b3('0x12')]('/:id',auth['isAuthenticated'](),controller[_0x38b3('0x13')]);router['delete']('/:id',auth[_0x38b3('0xb')](),controller['destroy']);module[_0x38b3('0x14')]=router;