Built motion from commit 10af8726.|2.6.34
[motion2.git] / server / api / intZendeskAccount / index.js
index 9b6d209..ac5ce5c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb3f3=['Router','fs-extra','../../config/environment','./intZendeskAccount.controller','get','index','isAuthenticated','show','/:id/configurations','getFields','post','addConfiguration','put','/:id','update','delete','destroy','exports','util','connect-timeout','express'];(function(_0x5357ca,_0x801fac){var _0x24a125=function(_0x29ff8c){while(--_0x29ff8c){_0x5357ca['push'](_0x5357ca['shift']());}};_0x24a125(++_0x801fac);}(_0xb3f3,0xcf));var _0x3b3f=function(_0x4b40de,_0x3efe59){_0x4b40de=_0x4b40de-0x0;var _0x5c9460=_0xb3f3[_0x4b40de];return _0x5c9460;};'use strict';var multer=require('multer');var util=require(_0x3b3f('0x0'));var path=require('path');var timeout=require(_0x3b3f('0x1'));var express=require(_0x3b3f('0x2'));var router=express[_0x3b3f('0x3')]();var fs_extra=require(_0x3b3f('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0x3b3f('0x5'));var controller=require(_0x3b3f('0x6'));router[_0x3b3f('0x7')]('/',auth['isAuthenticated'](),controller[_0x3b3f('0x8')]);router['get']('/:id',auth[_0x3b3f('0x9')](),controller[_0x3b3f('0xa')]);router['get'](_0x3b3f('0xb'),auth[_0x3b3f('0x9')](),controller['getConfigurations']);router[_0x3b3f('0x7')]('/:id/fields',auth[_0x3b3f('0x9')](),controller[_0x3b3f('0xc')]);router[_0x3b3f('0xd')]('/',auth['isAuthenticated'](),controller['create']);router['post'](_0x3b3f('0xb'),auth[_0x3b3f('0x9')](),controller[_0x3b3f('0xe')]);router[_0x3b3f('0xf')](_0x3b3f('0x10'),auth[_0x3b3f('0x9')](),controller[_0x3b3f('0x11')]);router[_0x3b3f('0x12')](_0x3b3f('0x10'),auth[_0x3b3f('0x9')](),controller[_0x3b3f('0x13')]);module[_0x3b3f('0x14')]=router;
\ No newline at end of file
+var _0x38d9=['util','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./intZendeskAccount.controller','get','isAuthenticated','getConfigurations','/:id/fields','getFields','post','create','/:id/configurations','addConfiguration','put','/:id','delete','destroy'];(function(_0x560250,_0x2a24f5){var _0x55e2e1=function(_0x2dba93){while(--_0x2dba93){_0x560250['push'](_0x560250['shift']());}};_0x55e2e1(++_0x2a24f5);}(_0x38d9,0xdc));var _0x938d=function(_0x39d75f,_0x3a9333){_0x39d75f=_0x39d75f-0x0;var _0x73fbd8=_0x38d9[_0x39d75f];return _0x73fbd8;};'use strict';var multer=require('multer');var util=require(_0x938d('0x0'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express[_0x938d('0x1')]();var fs_extra=require(_0x938d('0x2'));var auth=require(_0x938d('0x3'));var interaction=require(_0x938d('0x4'));var config=require(_0x938d('0x5'));var controller=require(_0x938d('0x6'));router[_0x938d('0x7')]('/',auth['isAuthenticated'](),controller['index']);router[_0x938d('0x7')]('/:id',auth[_0x938d('0x8')](),controller['show']);router['get']('/:id/configurations',auth[_0x938d('0x8')](),controller[_0x938d('0x9')]);router[_0x938d('0x7')](_0x938d('0xa'),auth['isAuthenticated'](),controller[_0x938d('0xb')]);router[_0x938d('0xc')]('/',auth[_0x938d('0x8')](),controller[_0x938d('0xd')]);router[_0x938d('0xc')](_0x938d('0xe'),auth[_0x938d('0x8')](),controller[_0x938d('0xf')]);router[_0x938d('0x10')](_0x938d('0x11'),auth['isAuthenticated'](),controller['update']);router[_0x938d('0x12')]('/:id',auth[_0x938d('0x8')](),controller[_0x938d('0x13')]);module['exports']=router;
\ No newline at end of file