Built motion from commit (unavailable).|2.3.6
[motion2.git] / server / api / intSalesforceField / 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 _0xa648=['isAuthenticated','index','get','show','create','put','/:id','update','delete','destroy','exports','path','connect-timeout','express','Router','../../components/auth/service','../../config/environment','./intSalesforceField.controller'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0xa648,0xe3));var _0x8a64=function(_0x419edd,_0x20d81f){_0x419edd=_0x419edd-0x0;var _0x95a6df=_0xa648[_0x419edd];return _0x95a6df;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x8a64('0x0'));var timeout=require(_0x8a64('0x1'));var express=require(_0x8a64('0x2'));var router=express[_0x8a64('0x3')]();var auth=require(_0x8a64('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x8a64('0x5'));var controller=require(_0x8a64('0x6'));router['get']('/',auth[_0x8a64('0x7')](),controller[_0x8a64('0x8')]);router[_0x8a64('0x9')]('/:id',auth['isAuthenticated'](),controller[_0x8a64('0xa')]);router['post']('/',auth[_0x8a64('0x7')](),controller[_0x8a64('0xb')]);router[_0x8a64('0xc')](_0x8a64('0xd'),auth[_0x8a64('0x7')](),controller[_0x8a64('0xe')]);router[_0x8a64('0xf')](_0x8a64('0xd'),auth[_0x8a64('0x7')](),controller[_0x8a64('0x10')]);module[_0x8a64('0x11')]=router;