b13e129c9f776b01ee2ad883444203b251327c4d
[motion2.git] / server / api / intZohoAccount / 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 _0x21e3=['express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/:id','show','/:id/configurations','getFields','post','addConfiguration','put','destroy','exports','multer','util','path','connect-timeout'];(function(_0x3babdc,_0xbecced){var _0x560465=function(_0x2794ca){while(--_0x2794ca){_0x3babdc['push'](_0x3babdc['shift']());}};_0x560465(++_0xbecced);}(_0x21e3,0x80));var _0x321e=function(_0x3b25d4,_0x3f0fca){_0x3b25d4=_0x3b25d4-0x0;var _0x44b9b8=_0x21e3[_0x3b25d4];return _0x44b9b8;};'use strict';var multer=require(_0x321e('0x0'));var util=require(_0x321e('0x1'));var path=require(_0x321e('0x2'));var timeout=require(_0x321e('0x3'));var express=require(_0x321e('0x4'));var router=express[_0x321e('0x5')]();var fs_extra=require(_0x321e('0x6'));var auth=require(_0x321e('0x7'));var interaction=require(_0x321e('0x8'));var config=require(_0x321e('0x9'));var controller=require('./intZohoAccount.controller');router[_0x321e('0xa')]('/',auth[_0x321e('0xb')](),controller[_0x321e('0xc')]);router[_0x321e('0xa')](_0x321e('0xd'),auth[_0x321e('0xb')](),controller[_0x321e('0xe')]);router[_0x321e('0xa')](_0x321e('0xf'),auth[_0x321e('0xb')](),controller['getConfigurations']);router[_0x321e('0xa')]('/:id/fields',auth[_0x321e('0xb')](),controller[_0x321e('0x10')]);router[_0x321e('0x11')]('/',auth['isAuthenticated'](),controller['create']);router[_0x321e('0x11')](_0x321e('0xf'),auth[_0x321e('0xb')](),controller[_0x321e('0x12')]);router[_0x321e('0x13')]('/:id',auth[_0x321e('0xb')](),controller['update']);router['delete'](_0x321e('0xd'),auth['isAuthenticated'](),controller[_0x321e('0x14')]);module[_0x321e('0x15')]=router;