Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / api / faxInteraction / index.js
index dd2a694..23c2af5 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1f49=['removeTags','multer','util','path','express','Router','../../components/auth/service','../../components/interaction/service','./faxInteraction.controller','get','index','/describe','isAuthenticated','describe','/:id','getMessages','/:id/download','download','post','create','/:id/messages','addMessage','/:id/tags','tracked','fax','faxinteraction:addtags','addTags','put','faxinteraction:update','update','delete'];(function(_0x5d2828,_0x109d0b){var _0x113a65=function(_0x5199a5){while(--_0x5199a5){_0x5d2828['push'](_0x5d2828['shift']());}};_0x113a65(++_0x109d0b);}(_0x1f49,0x1f1));var _0x91f4=function(_0x4017b0,_0x4347db){_0x4017b0=_0x4017b0-0x0;var _0x5ed4f7=_0x1f49[_0x4017b0];return _0x5ed4f7;};'use strict';var multer=require(_0x91f4('0x0'));var util=require(_0x91f4('0x1'));var path=require(_0x91f4('0x2'));var timeout=require('connect-timeout');var express=require(_0x91f4('0x3'));var router=express[_0x91f4('0x4')]();var fs_extra=require('fs-extra');var auth=require(_0x91f4('0x5'));var interaction=require(_0x91f4('0x6'));var config=require('../../config/environment');var controller=require(_0x91f4('0x7'));router[_0x91f4('0x8')]('/',auth['isAuthenticated'](),controller[_0x91f4('0x9')]);router[_0x91f4('0x8')](_0x91f4('0xa'),auth[_0x91f4('0xb')](),controller[_0x91f4('0xc')]);router[_0x91f4('0x8')](_0x91f4('0xd'),auth[_0x91f4('0xb')](),controller['show']);router[_0x91f4('0x8')]('/:id/messages',auth[_0x91f4('0xb')](),controller[_0x91f4('0xe')]);router[_0x91f4('0x8')](_0x91f4('0xf'),auth[_0x91f4('0xb')](),controller[_0x91f4('0x10')]);router[_0x91f4('0x11')]('/',auth[_0x91f4('0xb')](),controller[_0x91f4('0x12')]);router[_0x91f4('0x11')](_0x91f4('0x13'),auth[_0x91f4('0xb')](),controller[_0x91f4('0x14')]);router[_0x91f4('0x11')](_0x91f4('0x15'),auth[_0x91f4('0xb')](),interaction[_0x91f4('0x16')](_0x91f4('0x17'),_0x91f4('0x18')),controller[_0x91f4('0x19')]);router[_0x91f4('0x1a')]('/:id',auth['isAuthenticated'](),interaction['tracked'](_0x91f4('0x17'),_0x91f4('0x1b')),controller[_0x91f4('0x1c')]);router[_0x91f4('0x1d')](_0x91f4('0xd'),auth[_0x91f4('0xb')](),interaction[_0x91f4('0x16')](_0x91f4('0x17'),'faxinteraction:destroy'),controller['destroy']);router[_0x91f4('0x1d')](_0x91f4('0x15'),auth[_0x91f4('0xb')](),controller[_0x91f4('0x1e')]);module['exports']=router;
\ No newline at end of file
+var _0xc8e0=['destroy','/:id/tags','removeTags','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','/:id','show','getMessages','post','addMessage','tracked','fax','faxinteraction:addtags','put','faxinteraction:update','delete','faxinteraction:destroy'];(function(_0x24a2da,_0x1e81f9){var _0x2eb574=function(_0x164eb1){while(--_0x164eb1){_0x24a2da['push'](_0x24a2da['shift']());}};_0x2eb574(++_0x1e81f9);}(_0xc8e0,0xb7));var _0x0c8e=function(_0x2641f9,_0x26715f){_0x2641f9=_0x2641f9-0x0;var _0x585741=_0xc8e0[_0x2641f9];return _0x585741;};'use strict';var multer=require(_0x0c8e('0x0'));var util=require(_0x0c8e('0x1'));var path=require(_0x0c8e('0x2'));var timeout=require(_0x0c8e('0x3'));var express=require(_0x0c8e('0x4'));var router=express[_0x0c8e('0x5')]();var fs_extra=require(_0x0c8e('0x6'));var auth=require(_0x0c8e('0x7'));var interaction=require(_0x0c8e('0x8'));var config=require(_0x0c8e('0x9'));var controller=require('./faxInteraction.controller');router[_0x0c8e('0xa')]('/',auth[_0x0c8e('0xb')](),controller[_0x0c8e('0xc')]);router[_0x0c8e('0xa')](_0x0c8e('0xd'),auth['isAuthenticated'](),controller[_0x0c8e('0xe')]);router[_0x0c8e('0xa')](_0x0c8e('0xf'),auth['isAuthenticated'](),controller[_0x0c8e('0x10')]);router[_0x0c8e('0xa')]('/:id/messages',auth[_0x0c8e('0xb')](),controller[_0x0c8e('0x11')]);router['get']('/:id/download',auth['isAuthenticated'](),controller['download']);router[_0x0c8e('0x12')]('/',auth['isAuthenticated'](),controller['create']);router[_0x0c8e('0x12')]('/:id/messages',auth[_0x0c8e('0xb')](),controller[_0x0c8e('0x13')]);router[_0x0c8e('0x12')]('/:id/tags',auth[_0x0c8e('0xb')](),interaction[_0x0c8e('0x14')](_0x0c8e('0x15'),_0x0c8e('0x16')),controller['addTags']);router[_0x0c8e('0x17')]('/:id',auth[_0x0c8e('0xb')](),interaction[_0x0c8e('0x14')](_0x0c8e('0x15'),_0x0c8e('0x18')),controller['update']);router[_0x0c8e('0x19')](_0x0c8e('0xf'),auth['isAuthenticated'](),interaction[_0x0c8e('0x14')](_0x0c8e('0x15'),_0x0c8e('0x1a')),controller[_0x0c8e('0x1b')]);router[_0x0c8e('0x19')](_0x0c8e('0x1c'),auth[_0x0c8e('0xb')](),controller[_0x0c8e('0x1d')]);module['exports']=router;
\ No newline at end of file