Built motion from commit 449495f6.|2.6.27
[motion2.git] / server / api / intDeskAccount / index.js
index ea48afc..e0f5c14 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5c4d=['index','/:id','show','/:id/fields','post','/:id/configurations','addConfiguration','put','update','delete','destroy','multer','util','express','fs-extra','../../components/auth/service','./intDeskAccount.controller','get','isAuthenticated'];(function(_0x3a4523,_0x4dc1c8){var _0x2f8f6a=function(_0x2e6ce1){while(--_0x2e6ce1){_0x3a4523['push'](_0x3a4523['shift']());}};_0x2f8f6a(++_0x4dc1c8);}(_0x5c4d,0x174));var _0xd5c4=function(_0x124269,_0x161b31){_0x124269=_0x124269-0x0;var _0x231ac3=_0x5c4d[_0x124269];return _0x231ac3;};'use strict';var multer=require(_0xd5c4('0x0'));var util=require(_0xd5c4('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xd5c4('0x2'));var router=express['Router']();var fs_extra=require(_0xd5c4('0x3'));var auth=require(_0xd5c4('0x4'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0xd5c4('0x5'));router[_0xd5c4('0x6')]('/',auth[_0xd5c4('0x7')](),controller[_0xd5c4('0x8')]);router[_0xd5c4('0x6')](_0xd5c4('0x9'),auth[_0xd5c4('0x7')](),controller[_0xd5c4('0xa')]);router[_0xd5c4('0x6')]('/:id/configurations',auth[_0xd5c4('0x7')](),controller['getConfigurations']);router[_0xd5c4('0x6')](_0xd5c4('0xb'),auth[_0xd5c4('0x7')](),controller['getFields']);router[_0xd5c4('0xc')]('/',auth['isAuthenticated'](),controller['create']);router[_0xd5c4('0xc')](_0xd5c4('0xd'),auth[_0xd5c4('0x7')](),controller[_0xd5c4('0xe')]);router[_0xd5c4('0xf')](_0xd5c4('0x9'),auth[_0xd5c4('0x7')](),controller[_0xd5c4('0x10')]);router[_0xd5c4('0x11')](_0xd5c4('0x9'),auth[_0xd5c4('0x7')](),controller[_0xd5c4('0x12')]);module['exports']=router;
\ No newline at end of file
+var _0xef94=['connect-timeout','Router','../../components/auth/service','./intDeskAccount.controller','get','isAuthenticated','index','/:id','getConfigurations','/:id/fields','getFields','post','create','/:id/configurations','addConfiguration','put','update','delete','destroy','multer','util','path'];(function(_0x3279a9,_0x3a966c){var _0x48bd4d=function(_0x59b3f6){while(--_0x59b3f6){_0x3279a9['push'](_0x3279a9['shift']());}};_0x48bd4d(++_0x3a966c);}(_0xef94,0x6b));var _0x4ef9=function(_0x6f158f,_0x19f81f){_0x6f158f=_0x6f158f-0x0;var _0x276226=_0xef94[_0x6f158f];return _0x276226;};'use strict';var multer=require(_0x4ef9('0x0'));var util=require(_0x4ef9('0x1'));var path=require(_0x4ef9('0x2'));var timeout=require(_0x4ef9('0x3'));var express=require('express');var router=express[_0x4ef9('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x4ef9('0x5'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x4ef9('0x6'));router[_0x4ef9('0x7')]('/',auth[_0x4ef9('0x8')](),controller[_0x4ef9('0x9')]);router['get'](_0x4ef9('0xa'),auth[_0x4ef9('0x8')](),controller['show']);router['get']('/:id/configurations',auth[_0x4ef9('0x8')](),controller[_0x4ef9('0xb')]);router['get'](_0x4ef9('0xc'),auth[_0x4ef9('0x8')](),controller[_0x4ef9('0xd')]);router[_0x4ef9('0xe')]('/',auth[_0x4ef9('0x8')](),controller[_0x4ef9('0xf')]);router['post'](_0x4ef9('0x10'),auth[_0x4ef9('0x8')](),controller[_0x4ef9('0x11')]);router[_0x4ef9('0x12')]('/:id',auth['isAuthenticated'](),controller[_0x4ef9('0x13')]);router[_0x4ef9('0x14')](_0x4ef9('0xa'),auth[_0x4ef9('0x8')](),controller[_0x4ef9('0x15')]);module['exports']=router;
\ No newline at end of file