Built motion from commit 10af8726.|2.6.34
[motion2.git] / server / api / intSugarcrmConfiguration / index.js
index a7d9c1f..79fea28 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x4c7d=['multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./intSugarcrmConfiguration.controller','get','isAuthenticated','index','/:id','show','/:id/fields','getFields','/:id/subjects','getSubjects','getDescriptions','put','update','destroy','exports'];(function(_0x38f2db,_0x3bb1a9){var _0x3d6697=function(_0x300acc){while(--_0x300acc){_0x38f2db['push'](_0x38f2db['shift']());}};_0x3d6697(++_0x3bb1a9);}(_0x4c7d,0x1e0));var _0xd4c7=function(_0x37d7ba,_0x1ba955){_0x37d7ba=_0x37d7ba-0x0;var _0x327e56=_0x4c7d[_0x37d7ba];return _0x327e56;};'use strict';var multer=require(_0xd4c7('0x0'));var util=require(_0xd4c7('0x1'));var path=require(_0xd4c7('0x2'));var timeout=require(_0xd4c7('0x3'));var express=require(_0xd4c7('0x4'));var router=express['Router']();var fs_extra=require(_0xd4c7('0x5'));var auth=require(_0xd4c7('0x6'));var interaction=require(_0xd4c7('0x7'));var config=require(_0xd4c7('0x8'));var controller=require(_0xd4c7('0x9'));router[_0xd4c7('0xa')]('/',auth[_0xd4c7('0xb')](),controller[_0xd4c7('0xc')]);router[_0xd4c7('0xa')](_0xd4c7('0xd'),auth['isAuthenticated'](),controller[_0xd4c7('0xe')]);router[_0xd4c7('0xa')](_0xd4c7('0xf'),auth[_0xd4c7('0xb')](),controller[_0xd4c7('0x10')]);router['get'](_0xd4c7('0x11'),auth[_0xd4c7('0xb')](),controller[_0xd4c7('0x12')]);router[_0xd4c7('0xa')]('/:id/descriptions',auth['isAuthenticated'](),controller[_0xd4c7('0x13')]);router['post']('/',auth[_0xd4c7('0xb')](),controller['create']);router[_0xd4c7('0x14')](_0xd4c7('0xd'),auth[_0xd4c7('0xb')](),controller[_0xd4c7('0x15')]);router['delete']('/:id',auth[_0xd4c7('0xb')](),controller[_0xd4c7('0x16')]);module[_0xd4c7('0x17')]=router;
\ No newline at end of file
+var _0xccc3=['util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','./intSugarcrmConfiguration.controller','isAuthenticated','index','show','/:id/fields','get','/:id/subjects','/:id/descriptions','getDescriptions','post','create','delete','/:id','exports','multer'];(function(_0x19e928,_0x26a0e4){var _0x4e941f=function(_0x52a5cd){while(--_0x52a5cd){_0x19e928['push'](_0x19e928['shift']());}};_0x4e941f(++_0x26a0e4);}(_0xccc3,0xdb));var _0x3ccc=function(_0x57b54c,_0x54ce0d){_0x57b54c=_0x57b54c-0x0;var _0x59cc19=_0xccc3[_0x57b54c];return _0x59cc19;};'use strict';var multer=require(_0x3ccc('0x0'));var util=require(_0x3ccc('0x1'));var path=require(_0x3ccc('0x2'));var timeout=require(_0x3ccc('0x3'));var express=require(_0x3ccc('0x4'));var router=express[_0x3ccc('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0x3ccc('0x6'));var interaction=require(_0x3ccc('0x7'));var config=require('../../config/environment');var controller=require(_0x3ccc('0x8'));router['get']('/',auth[_0x3ccc('0x9')](),controller[_0x3ccc('0xa')]);router['get']('/:id',auth[_0x3ccc('0x9')](),controller[_0x3ccc('0xb')]);router['get'](_0x3ccc('0xc'),auth[_0x3ccc('0x9')](),controller['getFields']);router[_0x3ccc('0xd')](_0x3ccc('0xe'),auth[_0x3ccc('0x9')](),controller['getSubjects']);router[_0x3ccc('0xd')](_0x3ccc('0xf'),auth['isAuthenticated'](),controller[_0x3ccc('0x10')]);router[_0x3ccc('0x11')]('/',auth[_0x3ccc('0x9')](),controller[_0x3ccc('0x12')]);router['put']('/:id',auth['isAuthenticated'](),controller['update']);router[_0x3ccc('0x13')](_0x3ccc('0x14'),auth[_0x3ccc('0x9')](),controller['destroy']);module[_0x3ccc('0x15')]=router;
\ No newline at end of file