Built motion from commit 497d3d92.|2.5.43
[motion2.git] / server / api / intVtigerField / 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 _0x0257=['show','put','update','delete','exports','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./intVtigerField.controller','isAuthenticated','index','/:id'];(function(_0x4de877,_0x340170){var _0xb2cfeb=function(_0x488634){while(--_0x488634){_0x4de877['push'](_0x4de877['shift']());}};_0xb2cfeb(++_0x340170);}(_0x0257,0x65));var _0x7025=function(_0x5db0fc,_0x1702bf){_0x5db0fc=_0x5db0fc-0x0;var _0x1cdcf1=_0x0257[_0x5db0fc];return _0x1cdcf1;};'use strict';var multer=require('multer');var util=require(_0x7025('0x0'));var path=require(_0x7025('0x1'));var timeout=require('connect-timeout');var express=require(_0x7025('0x2'));var router=express[_0x7025('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x7025('0x4'));var interaction=require(_0x7025('0x5'));var config=require(_0x7025('0x6'));var controller=require(_0x7025('0x7'));router['get']('/',auth[_0x7025('0x8')](),controller[_0x7025('0x9')]);router['get'](_0x7025('0xa'),auth[_0x7025('0x8')](),controller[_0x7025('0xb')]);router['post']('/',auth[_0x7025('0x8')](),controller['create']);router[_0x7025('0xc')](_0x7025('0xa'),auth[_0x7025('0x8')](),controller[_0x7025('0xd')]);router[_0x7025('0xe')](_0x7025('0xa'),auth[_0x7025('0x8')](),controller['destroy']);module[_0x7025('0xf')]=router;