Built motion from commit (unavailable).|2.5.12
[motion2.git] / server / api / squareProject / 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 _0x1fd6=['post','create','addUsers','delete','exports','path','connect-timeout','express','Router','../../config/environment','./squareProject.controller','get','isAuthenticated','index','/:id','show','/:id/users','getUsers'];(function(_0x24b853,_0x11ff9d){var _0x37c880=function(_0x356e46){while(--_0x356e46){_0x24b853['push'](_0x24b853['shift']());}};_0x37c880(++_0x11ff9d);}(_0x1fd6,0x113));var _0x61fd=function(_0x51bafe,_0x326e05){_0x51bafe=_0x51bafe-0x0;var _0x25165d=_0x1fd6[_0x51bafe];return _0x25165d;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x61fd('0x0'));var timeout=require(_0x61fd('0x1'));var express=require(_0x61fd('0x2'));var router=express[_0x61fd('0x3')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x61fd('0x4'));var controller=require(_0x61fd('0x5'));router[_0x61fd('0x6')]('/',auth[_0x61fd('0x7')](),controller[_0x61fd('0x8')]);router[_0x61fd('0x6')](_0x61fd('0x9'),auth[_0x61fd('0x7')](),controller[_0x61fd('0xa')]);router[_0x61fd('0x6')](_0x61fd('0xb'),auth[_0x61fd('0x7')](),controller[_0x61fd('0xc')]);router[_0x61fd('0xd')]('/',auth['isAuthenticated'](),controller[_0x61fd('0xe')]);router[_0x61fd('0xd')](_0x61fd('0xb'),auth[_0x61fd('0x7')](),controller[_0x61fd('0xf')]);router['put'](_0x61fd('0x9'),auth[_0x61fd('0x7')](),controller['update']);router['delete'](_0x61fd('0x9'),auth[_0x61fd('0x7')](),controller['destroy']);router[_0x61fd('0x10')](_0x61fd('0xb'),auth[_0x61fd('0x7')](),controller['removeUsers']);module[_0x61fd('0x11')]=router;