Built motion from commit c0cdc9d8.|2.6.28
[motion2.git] / server / api / smsMessage / index.js
index f72c619..5d3cd59 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x1fc2=['status','put','/:id/accept','accept','exports','multer','util','connect-timeout','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','/:id','show','post','sms','create','/:id/status'];(function(_0x7048b0,_0x218a7e){var _0x3063bd=function(_0x92bc79){while(--_0x92bc79){_0x7048b0['push'](_0x7048b0['shift']());}};_0x3063bd(++_0x218a7e);}(_0x1fc2,0x123));var _0x21fc=function(_0x49b207,_0x408ade){_0x49b207=_0x49b207-0x0;var _0x2dc8fa=_0x1fc2[_0x49b207];return _0x2dc8fa;};'use strict';var multer=require(_0x21fc('0x0'));var util=require(_0x21fc('0x1'));var path=require('path');var timeout=require(_0x21fc('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0x21fc('0x3'));var interaction=require(_0x21fc('0x4'));var config=require(_0x21fc('0x5'));var controller=require('./smsMessage.controller');router[_0x21fc('0x6')]('/',auth[_0x21fc('0x7')](),controller[_0x21fc('0x8')]);router[_0x21fc('0x6')](_0x21fc('0x9'),auth[_0x21fc('0x7')](),controller[_0x21fc('0xa')]);router[_0x21fc('0x6')](_0x21fc('0xb'),auth['isAuthenticated'](),controller[_0x21fc('0xc')]);router[_0x21fc('0xd')]('/',auth[_0x21fc('0x7')](),interaction['tracked'](_0x21fc('0xe'),'smsmessage:create'),controller[_0x21fc('0xf')]);router[_0x21fc('0xd')](_0x21fc('0x10'),controller[_0x21fc('0x11')]);router[_0x21fc('0x12')]('/:id',auth['isAuthenticated'](),controller['update']);router[_0x21fc('0x12')](_0x21fc('0x13'),auth[_0x21fc('0x7')](),controller[_0x21fc('0x14')]);router['put']('/:id/reject',auth[_0x21fc('0x7')](),controller['reject']);router['delete'](_0x21fc('0xb'),auth[_0x21fc('0x7')](),controller['destroy']);module[_0x21fc('0x15')]=router;
\ No newline at end of file
+var _0xaec0=['show','post','tracked','smsmessage:create','create','/:id/status','status','put','/:id/accept','/:id/reject','delete','destroy','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','/describe','/:id'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0xaec0,0x100));var _0x0aec=function(_0x150286,_0x7d6011){_0x150286=_0x150286-0x0;var _0x58f0a8=_0xaec0[_0x150286];return _0x58f0a8;};'use strict';var multer=require(_0x0aec('0x0'));var util=require(_0x0aec('0x1'));var path=require(_0x0aec('0x2'));var timeout=require(_0x0aec('0x3'));var express=require(_0x0aec('0x4'));var router=express[_0x0aec('0x5')]();var fs_extra=require(_0x0aec('0x6'));var auth=require(_0x0aec('0x7'));var interaction=require(_0x0aec('0x8'));var config=require(_0x0aec('0x9'));var controller=require('./smsMessage.controller');router[_0x0aec('0xa')]('/',auth[_0x0aec('0xb')](),controller['index']);router['get'](_0x0aec('0xc'),auth['isAuthenticated'](),controller['describe']);router[_0x0aec('0xa')](_0x0aec('0xd'),auth[_0x0aec('0xb')](),controller[_0x0aec('0xe')]);router[_0x0aec('0xf')]('/',auth[_0x0aec('0xb')](),interaction[_0x0aec('0x10')]('sms',_0x0aec('0x11')),controller[_0x0aec('0x12')]);router[_0x0aec('0xf')](_0x0aec('0x13'),controller[_0x0aec('0x14')]);router[_0x0aec('0x15')](_0x0aec('0xd'),auth['isAuthenticated'](),controller['update']);router[_0x0aec('0x15')](_0x0aec('0x16'),auth['isAuthenticated'](),controller['accept']);router[_0x0aec('0x15')](_0x0aec('0x17'),auth[_0x0aec('0xb')](),controller['reject']);router[_0x0aec('0x18')](_0x0aec('0xd'),auth[_0x0aec('0xb')](),controller[_0x0aec('0x19')]);module[_0x0aec('0x1a')]=router;
\ No newline at end of file