8ba16ce8ce061d2a23d2becb51e4b81fd2e05415
[motion2.git] / server / api / intFreshsalesAccount / 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 _0x08b3=['path','connect-timeout','../../components/interaction/service','./intFreshsalesAccount.controller','get','isAuthenticated','index','/:id','show','/:id/configurations','/:id/fields','getFields','addConfiguration','update','delete','destroy','multer','util'];(function(_0x2827a,_0x5cb53f){var _0xbbf05=function(_0x380baa){while(--_0x380baa){_0x2827a['push'](_0x2827a['shift']());}};_0xbbf05(++_0x5cb53f);}(_0x08b3,0x130));var _0x308b=function(_0x30299c,_0x416d99){_0x30299c=_0x30299c-0x0;var _0x2fcb41=_0x08b3[_0x30299c];return _0x2fcb41;};'use strict';var multer=require(_0x308b('0x0'));var util=require(_0x308b('0x1'));var path=require(_0x308b('0x2'));var timeout=require(_0x308b('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0x308b('0x4'));var config=require('../../config/environment');var controller=require(_0x308b('0x5'));router[_0x308b('0x6')]('/',auth[_0x308b('0x7')](),controller[_0x308b('0x8')]);router[_0x308b('0x6')](_0x308b('0x9'),auth[_0x308b('0x7')](),controller[_0x308b('0xa')]);router['get'](_0x308b('0xb'),auth[_0x308b('0x7')](),controller['getConfigurations']);router[_0x308b('0x6')](_0x308b('0xc'),auth['isAuthenticated'](),controller[_0x308b('0xd')]);router['post']('/',auth[_0x308b('0x7')](),controller['create']);router['post'](_0x308b('0xb'),auth['isAuthenticated'](),controller[_0x308b('0xe')]);router['put'](_0x308b('0x9'),auth[_0x308b('0x7')](),controller[_0x308b('0xf')]);router[_0x308b('0x10')](_0x308b('0x9'),auth['isAuthenticated'](),controller[_0x308b('0x11')]);module['exports']=router;