Built motion from commit 6a92c2cd.|2.6.29
[motion2.git] / server / api / analyticCustomReport / index.js
index 9c152a8..8cc4850 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x8b4e=['get','/:id','show','/:id/run','run','query','post','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','index'];(function(_0xc2eb73,_0x5dd08f){var _0x5d090f=function(_0x2373a3){while(--_0x2373a3){_0xc2eb73['push'](_0xc2eb73['shift']());}};_0x5d090f(++_0x5dd08f);}(_0x8b4e,0x109));var _0xe8b4=function(_0x2e092b,_0x3010d7){_0x2e092b=_0x2e092b-0x0;var _0x570bd9=_0x8b4e[_0x2e092b];return _0x570bd9;};'use strict';var multer=require(_0xe8b4('0x0'));var util=require(_0xe8b4('0x1'));var path=require(_0xe8b4('0x2'));var timeout=require(_0xe8b4('0x3'));var express=require(_0xe8b4('0x4'));var router=express[_0xe8b4('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0xe8b4('0x6'));var interaction=require(_0xe8b4('0x7'));var config=require(_0xe8b4('0x8'));var controller=require('./analyticCustomReport.controller');router['get']('/',auth[_0xe8b4('0x9')](),controller[_0xe8b4('0xa')]);router[_0xe8b4('0xb')](_0xe8b4('0xc'),auth[_0xe8b4('0x9')](),controller[_0xe8b4('0xd')]);router[_0xe8b4('0xb')]('/:id/preview',auth[_0xe8b4('0x9')](),controller['preview']);router[_0xe8b4('0xb')](_0xe8b4('0xe'),auth[_0xe8b4('0x9')](),controller[_0xe8b4('0xf')]);router[_0xe8b4('0xb')]('/:id/query',auth[_0xe8b4('0x9')](),controller[_0xe8b4('0x10')]);router[_0xe8b4('0x11')]('/',auth[_0xe8b4('0x9')](),controller['create']);router[_0xe8b4('0x12')](_0xe8b4('0xc'),auth[_0xe8b4('0x9')](),controller[_0xe8b4('0x13')]);router[_0xe8b4('0x14')](_0xe8b4('0xc'),auth[_0xe8b4('0x9')](),controller[_0xe8b4('0x15')]);module[_0xe8b4('0x16')]=router;
\ No newline at end of file
+var _0xceef=['express','Router','fs-extra','../../components/interaction/service','../../config/environment','./analyticCustomReport.controller','get','isAuthenticated','index','/:id','show','preview','/:id/run','run','query','create','put','update','exports','multer','util','connect-timeout'];(function(_0x2ad127,_0x192754){var _0xe51768=function(_0xacb60c){while(--_0xacb60c){_0x2ad127['push'](_0x2ad127['shift']());}};_0xe51768(++_0x192754);}(_0xceef,0x189));var _0xfcee=function(_0x25fded,_0x34216e){_0x25fded=_0x25fded-0x0;var _0x269156=_0xceef[_0x25fded];return _0x269156;};'use strict';var multer=require(_0xfcee('0x0'));var util=require(_0xfcee('0x1'));var path=require('path');var timeout=require(_0xfcee('0x2'));var express=require(_0xfcee('0x3'));var router=express[_0xfcee('0x4')]();var fs_extra=require(_0xfcee('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0xfcee('0x6'));var config=require(_0xfcee('0x7'));var controller=require(_0xfcee('0x8'));router[_0xfcee('0x9')]('/',auth[_0xfcee('0xa')](),controller[_0xfcee('0xb')]);router[_0xfcee('0x9')](_0xfcee('0xc'),auth['isAuthenticated'](),controller[_0xfcee('0xd')]);router[_0xfcee('0x9')]('/:id/preview',auth[_0xfcee('0xa')](),controller[_0xfcee('0xe')]);router[_0xfcee('0x9')](_0xfcee('0xf'),auth[_0xfcee('0xa')](),controller[_0xfcee('0x10')]);router[_0xfcee('0x9')]('/:id/query',auth['isAuthenticated'](),controller[_0xfcee('0x11')]);router['post']('/',auth[_0xfcee('0xa')](),controller[_0xfcee('0x12')]);router[_0xfcee('0x13')](_0xfcee('0xc'),auth[_0xfcee('0xa')](),controller[_0xfcee('0x14')]);router['delete'](_0xfcee('0xc'),auth[_0xfcee('0xa')](),controller['destroy']);module[_0xfcee('0x15')]=router;
\ No newline at end of file