Built motion from commit (unavailable).|2.6.0
[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 _0x3f48=['express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./intZendeskField.controller','get','isAuthenticated','index','/:id','show','post','create','put','update','delete','destroy','exports','path','connect-timeout'];(function(_0x3f1c37,_0x5aa7e5){var _0x3834e1=function(_0x5246c0){while(--_0x5246c0){_0x3f1c37['push'](_0x3f1c37['shift']());}};_0x3834e1(++_0x5aa7e5);}(_0x3f48,0x14e));var _0x83f4=function(_0x10cbea,_0x3692a8){_0x10cbea=_0x10cbea-0x0;var _0x2f8988=_0x3f48[_0x10cbea];return _0x2f8988;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x83f4('0x0'));var timeout=require(_0x83f4('0x1'));var express=require(_0x83f4('0x2'));var router=express[_0x83f4('0x3')]();var fs_extra=require(_0x83f4('0x4'));var auth=require(_0x83f4('0x5'));var interaction=require(_0x83f4('0x6'));var config=require(_0x83f4('0x7'));var controller=require(_0x83f4('0x8'));router[_0x83f4('0x9')]('/',auth[_0x83f4('0xa')](),controller[_0x83f4('0xb')]);router[_0x83f4('0x9')](_0x83f4('0xc'),auth['isAuthenticated'](),controller[_0x83f4('0xd')]);router[_0x83f4('0xe')]('/',auth[_0x83f4('0xa')](),controller[_0x83f4('0xf')]);router[_0x83f4('0x10')](_0x83f4('0xc'),auth[_0x83f4('0xa')](),controller[_0x83f4('0x11')]);router[_0x83f4('0x12')](_0x83f4('0xc'),auth['isAuthenticated'](),controller[_0x83f4('0x13')]);module[_0x83f4('0x14')]=router;