Built motion from commit c116dc8b.|2.6.30
[motion2.git] / server / api / automation / index.js
index 70d1159..a4434dc 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x15cb=['get','/:id','isAuthenticated','show','/:id/conditions','getConditions','/:id/actions','create','post','addConditions','put','update','delete','destroy','exports','util','connect-timeout','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./automation.controller'];(function(_0x305c31,_0x466b17){var _0x17f39f=function(_0x53ae03){while(--_0x53ae03){_0x305c31['push'](_0x305c31['shift']());}};_0x17f39f(++_0x466b17);}(_0x15cb,0x16f));var _0xb15c=function(_0x5cd6da,_0x54ecd6){_0x5cd6da=_0x5cd6da-0x0;var _0x4c2c69=_0x15cb[_0x5cd6da];return _0x4c2c69;};'use strict';var multer=require('multer');var util=require(_0xb15c('0x0'));var path=require('path');var timeout=require(_0xb15c('0x1'));var express=require('express');var router=express[_0xb15c('0x2')]();var fs_extra=require(_0xb15c('0x3'));var auth=require(_0xb15c('0x4'));var interaction=require(_0xb15c('0x5'));var config=require('../../config/environment');var controller=require(_0xb15c('0x6'));router[_0xb15c('0x7')]('/',auth['isAuthenticated'](),controller['index']);router[_0xb15c('0x7')](_0xb15c('0x8'),auth[_0xb15c('0x9')](),controller[_0xb15c('0xa')]);router[_0xb15c('0x7')](_0xb15c('0xb'),auth[_0xb15c('0x9')](),controller[_0xb15c('0xc')]);router['get'](_0xb15c('0xd'),auth['isAuthenticated'](),controller['getActions']);router['post']('/',auth[_0xb15c('0x9')](),controller[_0xb15c('0xe')]);router[_0xb15c('0xf')](_0xb15c('0xb'),auth[_0xb15c('0x9')](),controller[_0xb15c('0x10')]);router['post']('/:id/actions',auth[_0xb15c('0x9')](),controller['addActions']);router[_0xb15c('0x11')](_0xb15c('0x8'),auth[_0xb15c('0x9')](),controller[_0xb15c('0x12')]);router[_0xb15c('0x13')](_0xb15c('0x8'),auth[_0xb15c('0x9')](),controller[_0xb15c('0x14')]);module[_0xb15c('0x15')]=router;
\ No newline at end of file
+var _0x46f4=['addConditions','addActions','put','update','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./automation.controller','isAuthenticated','index','get','/:id','show','/:id/conditions','getConditions','/:id/actions','getActions','post','create'];(function(_0x321bb2,_0x202794){var _0x9c12ed=function(_0x263dd3){while(--_0x263dd3){_0x321bb2['push'](_0x321bb2['shift']());}};_0x9c12ed(++_0x202794);}(_0x46f4,0x115));var _0x446f=function(_0x8ee183,_0x207e45){_0x8ee183=_0x8ee183-0x0;var _0x7dee35=_0x46f4[_0x8ee183];return _0x7dee35;};'use strict';var multer=require(_0x446f('0x0'));var util=require(_0x446f('0x1'));var path=require(_0x446f('0x2'));var timeout=require(_0x446f('0x3'));var express=require(_0x446f('0x4'));var router=express[_0x446f('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0x446f('0x6'));var interaction=require(_0x446f('0x7'));var config=require('../../config/environment');var controller=require(_0x446f('0x8'));router['get']('/',auth[_0x446f('0x9')](),controller[_0x446f('0xa')]);router[_0x446f('0xb')](_0x446f('0xc'),auth[_0x446f('0x9')](),controller[_0x446f('0xd')]);router[_0x446f('0xb')](_0x446f('0xe'),auth[_0x446f('0x9')](),controller[_0x446f('0xf')]);router[_0x446f('0xb')](_0x446f('0x10'),auth[_0x446f('0x9')](),controller[_0x446f('0x11')]);router[_0x446f('0x12')]('/',auth[_0x446f('0x9')](),controller[_0x446f('0x13')]);router[_0x446f('0x12')](_0x446f('0xe'),auth['isAuthenticated'](),controller[_0x446f('0x14')]);router[_0x446f('0x12')](_0x446f('0x10'),auth[_0x446f('0x9')](),controller[_0x446f('0x15')]);router[_0x446f('0x16')](_0x446f('0xc'),auth[_0x446f('0x9')](),controller[_0x446f('0x17')]);router[_0x446f('0x18')]('/:id',auth[_0x446f('0x9')](),controller[_0x446f('0x19')]);module[_0x446f('0x1a')]=router;
\ No newline at end of file