Built motion from commit 85328c08.|2.5.50
[motion2.git] / server / api / smsInteraction / index.js
index 226fa8e..fae4755 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xb396=['put','sms','update','delete','smsinteraction:destroy','destroy','removeTags','exports','multer','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsInteraction.controller','get','index','/describe','/:id','isAuthenticated','show','/:id/messages','create','post','addMessage','/:id/tags','tracked','smsinteraction:addtags'];(function(_0x26be5e,_0x2efbbe){var _0x4c78c3=function(_0x15ad1e){while(--_0x15ad1e){_0x26be5e['push'](_0x26be5e['shift']());}};_0x4c78c3(++_0x2efbbe);}(_0xb396,0x1e8));var _0x6b39=function(_0x14add3,_0x13ce8d){_0x14add3=_0x14add3-0x0;var _0x4a174f=_0xb396[_0x14add3];return _0x4a174f;};'use strict';var multer=require(_0x6b39('0x0'));var util=require(_0x6b39('0x1'));var path=require(_0x6b39('0x2'));var timeout=require(_0x6b39('0x3'));var express=require('express');var router=express[_0x6b39('0x4')]();var auth=require(_0x6b39('0x5'));var interaction=require(_0x6b39('0x6'));var config=require(_0x6b39('0x7'));var controller=require(_0x6b39('0x8'));router[_0x6b39('0x9')]('/',auth['isAuthenticated'](),controller[_0x6b39('0xa')]);router['get'](_0x6b39('0xb'),auth['isAuthenticated'](),controller['describe']);router[_0x6b39('0x9')](_0x6b39('0xc'),auth[_0x6b39('0xd')](),controller[_0x6b39('0xe')]);router[_0x6b39('0x9')](_0x6b39('0xf'),auth[_0x6b39('0xd')](),controller['getMessages']);router['get']('/:id/download',auth[_0x6b39('0xd')](),controller['download']);router['post']('/',auth['isAuthenticated'](),controller[_0x6b39('0x10')]);router[_0x6b39('0x11')]('/:id/messages',auth['isAuthenticated'](),controller[_0x6b39('0x12')]);router[_0x6b39('0x11')](_0x6b39('0x13'),auth[_0x6b39('0xd')](),interaction[_0x6b39('0x14')]('sms',_0x6b39('0x15')),controller['addTags']);router[_0x6b39('0x16')](_0x6b39('0xc'),auth[_0x6b39('0xd')](),interaction['tracked'](_0x6b39('0x17'),'smsinteraction:update'),controller[_0x6b39('0x18')]);router[_0x6b39('0x19')](_0x6b39('0xc'),auth[_0x6b39('0xd')](),interaction[_0x6b39('0x14')](_0x6b39('0x17'),_0x6b39('0x1a')),controller[_0x6b39('0x1b')]);router['delete']('/:id/tags',auth[_0x6b39('0xd')](),controller[_0x6b39('0x1c')]);module[_0x6b39('0x1d')]=router;
\ No newline at end of file
+var _0x13f6=['isAuthenticated','index','get','/:id','show','/:id/messages','getMessages','/:id/download','download','create','addMessage','post','/:id/tags','tracked','sms','smsinteraction:addtags','addTags','put','update','delete','smsinteraction:destroy','destroy','multer','util','express','Router','fs-extra','../../components/interaction/service','../../config/environment','./smsInteraction.controller'];(function(_0x4eca3d,_0xa3c2be){var _0x355f3f=function(_0x2ff4bb){while(--_0x2ff4bb){_0x4eca3d['push'](_0x4eca3d['shift']());}};_0x355f3f(++_0xa3c2be);}(_0x13f6,0x124));var _0x613f=function(_0x498925,_0x28ae72){_0x498925=_0x498925-0x0;var _0x2fbaf1=_0x13f6[_0x498925];return _0x2fbaf1;};'use strict';var multer=require(_0x613f('0x0'));var util=require(_0x613f('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x613f('0x2'));var router=express[_0x613f('0x3')]();var fs_extra=require(_0x613f('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0x613f('0x5'));var config=require(_0x613f('0x6'));var controller=require(_0x613f('0x7'));router['get']('/',auth[_0x613f('0x8')](),controller[_0x613f('0x9')]);router['get']('/describe',auth['isAuthenticated'](),controller['describe']);router[_0x613f('0xa')](_0x613f('0xb'),auth[_0x613f('0x8')](),controller[_0x613f('0xc')]);router['get'](_0x613f('0xd'),auth[_0x613f('0x8')](),controller[_0x613f('0xe')]);router['get'](_0x613f('0xf'),auth[_0x613f('0x8')](),controller[_0x613f('0x10')]);router['post']('/',auth[_0x613f('0x8')](),controller[_0x613f('0x11')]);router['post']('/:id/messages',auth['isAuthenticated'](),controller[_0x613f('0x12')]);router[_0x613f('0x13')](_0x613f('0x14'),auth[_0x613f('0x8')](),interaction[_0x613f('0x15')](_0x613f('0x16'),_0x613f('0x17')),controller[_0x613f('0x18')]);router[_0x613f('0x19')](_0x613f('0xb'),auth['isAuthenticated'](),interaction[_0x613f('0x15')]('sms','smsinteraction:update'),controller[_0x613f('0x1a')]);router[_0x613f('0x1b')]('/:id',auth[_0x613f('0x8')](),interaction['tracked'](_0x613f('0x16'),_0x613f('0x1c')),controller[_0x613f('0x1d')]);router[_0x613f('0x1b')](_0x613f('0x14'),auth[_0x613f('0x8')](),controller['removeTags']);module['exports']=router;
\ No newline at end of file