b5c23d666e235723c551060da8496b78d944cca2
[motion2.git] / server / api / intFreshsalesField / 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 _0x261b=['./intFreshsalesField.controller','isAuthenticated','index','get','/:id','show','post','create','update','delete','multer','util','fs-extra','../../components/interaction/service'];(function(_0x12d351,_0x52a9ee){var _0x212971=function(_0x47899b){while(--_0x47899b){_0x12d351['push'](_0x12d351['shift']());}};_0x212971(++_0x52a9ee);}(_0x261b,0x15a));var _0xb261=function(_0x395d0b,_0x12bb0a){_0x395d0b=_0x395d0b-0x0;var _0x255c55=_0x261b[_0x395d0b];return _0x255c55;};'use strict';var multer=require(_0xb261('0x0'));var util=require(_0xb261('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var fs_extra=require(_0xb261('0x2'));var auth=require('../../components/auth/service');var interaction=require(_0xb261('0x3'));var config=require('../../config/environment');var controller=require(_0xb261('0x4'));router['get']('/',auth[_0xb261('0x5')](),controller[_0xb261('0x6')]);router[_0xb261('0x7')](_0xb261('0x8'),auth['isAuthenticated'](),controller[_0xb261('0x9')]);router[_0xb261('0xa')]('/',auth[_0xb261('0x5')](),controller[_0xb261('0xb')]);router['put'](_0xb261('0x8'),auth[_0xb261('0x5')](),controller[_0xb261('0xc')]);router[_0xb261('0xd')](_0xb261('0x8'),auth[_0xb261('0x5')](),controller['destroy']);module['exports']=router;