b1ed3b49ac40dd5d0cf5b2312bdc055dc5b06ed7
[motion2.git] / server / api / intZendeskField / 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 _0x4bfd=['put','update','delete','destroy','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./intZendeskField.controller','get','isAuthenticated','index','/:id','show','post','create'];(function(_0x5416db,_0x55683a){var _0x243e35=function(_0x1eb623){while(--_0x1eb623){_0x5416db['push'](_0x5416db['shift']());}};_0x243e35(++_0x55683a);}(_0x4bfd,0xb5));var _0xd4bf=function(_0x3dd15e,_0x1f0015){_0x3dd15e=_0x3dd15e-0x0;var _0x231fd0=_0x4bfd[_0x3dd15e];return _0x231fd0;};'use strict';var multer=require(_0xd4bf('0x0'));var util=require(_0xd4bf('0x1'));var path=require('path');var timeout=require(_0xd4bf('0x2'));var express=require(_0xd4bf('0x3'));var router=express[_0xd4bf('0x4')]();var fs_extra=require(_0xd4bf('0x5'));var auth=require(_0xd4bf('0x6'));var interaction=require(_0xd4bf('0x7'));var config=require(_0xd4bf('0x8'));var controller=require(_0xd4bf('0x9'));router[_0xd4bf('0xa')]('/',auth[_0xd4bf('0xb')](),controller[_0xd4bf('0xc')]);router['get'](_0xd4bf('0xd'),auth[_0xd4bf('0xb')](),controller[_0xd4bf('0xe')]);router[_0xd4bf('0xf')]('/',auth[_0xd4bf('0xb')](),controller[_0xd4bf('0x10')]);router[_0xd4bf('0x11')](_0xd4bf('0xd'),auth[_0xd4bf('0xb')](),controller[_0xd4bf('0x12')]);router[_0xd4bf('0x13')](_0xd4bf('0xd'),auth[_0xd4bf('0xb')](),controller[_0xd4bf('0x14')]);module[_0xd4bf('0x15')]=router;