Built motion from commit b0a9a629.|2.6.33
[motion2.git] / server / api / chatInteraction / index.js
index 7f7c719..3cd0380 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x36e3=['/describe','/:id','isChatInteractionAuthorized','/:id/attachment_download','attachmentDownload','/:id/messages','getMessages','/:id/my_messages','/:id/download','download','post','create','/:id/vidaoo','join','root','server/files/attachments/','format','/:id/attachment_upload','single','file','attachmentUpload','addMessage','/:id/tags','tracked','chatinteraction:addtags','addTags','put','chatinteraction:update','/:id/abandon','abandon','/:id/close','close','chatinteraction:destroy','destroy','removeTags','exports','util','path','connect-timeout','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatInteraction.controller','get','isAuthenticated','index'];(function(_0xa3463d,_0x32f8da){var _0x50fd67=function(_0xb984fd){while(--_0xb984fd){_0xa3463d['push'](_0xa3463d['shift']());}};_0x50fd67(++_0x32f8da);}(_0x36e3,0x13e));var _0x336e=function(_0x2a6809,_0x44edde){_0x2a6809=_0x2a6809-0x0;var _0x11c371=_0x36e3[_0x2a6809];return _0x11c371;};'use strict';var multer=require('multer');var util=require(_0x336e('0x0'));var path=require(_0x336e('0x1'));var timeout=require(_0x336e('0x2'));var express=require('express');var router=express['Router']();var fs_extra=require(_0x336e('0x3'));var auth=require(_0x336e('0x4'));var interaction=require(_0x336e('0x5'));var config=require(_0x336e('0x6'));var controller=require(_0x336e('0x7'));router[_0x336e('0x8')]('/',auth[_0x336e('0x9')](),controller[_0x336e('0xa')]);router['get'](_0x336e('0xb'),auth['isAuthenticated'](),controller['describe']);router[_0x336e('0x8')](_0x336e('0xc'),auth[_0x336e('0xd')](),controller['show']);router[_0x336e('0x8')](_0x336e('0xe'),auth['isChatInteractionAuthorized'](),controller[_0x336e('0xf')]);router[_0x336e('0x8')](_0x336e('0x10'),auth[_0x336e('0x9')](),controller[_0x336e('0x11')]);router[_0x336e('0x8')](_0x336e('0x12'),auth['isChatInteractionAuthorized'](),controller['getMyMessages']);router['get'](_0x336e('0x13'),auth['isAuthenticated'](),controller[_0x336e('0x14')]);router[_0x336e('0x15')]('/',auth[_0x336e('0x9')](),controller[_0x336e('0x16')]);router[_0x336e('0x15')](_0x336e('0x17'),auth[_0x336e('0x9')](),controller['createVidaooSession']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x5a7165,_0x3de206,_0x2a8e81){_0x2a8e81(null,path[_0x336e('0x18')](config[_0x336e('0x19')],_0x336e('0x1a')));},'filename':function(_0x1cbc0c,_0x2be174,_0x47b23a){_0x47b23a(null,util[_0x336e('0x1b')]('%s-%s',Date['now'](),_0x2be174['originalname']['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x336e('0x15')](_0x336e('0x1c'),upload[_0x336e('0x1d')](_0x336e('0x1e')),controller[_0x336e('0x1f')]);router[_0x336e('0x15')]('/:id/messages',auth[_0x336e('0xd')](),controller[_0x336e('0x20')]);router[_0x336e('0x15')](_0x336e('0x21'),auth[_0x336e('0x9')](),interaction[_0x336e('0x22')]('chat',_0x336e('0x23')),controller[_0x336e('0x24')]);router[_0x336e('0x25')](_0x336e('0xc'),auth[_0x336e('0x9')](),interaction[_0x336e('0x22')]('chat',_0x336e('0x26')),controller['update']);router['put']('/:id/custom_update',controller['customUpdate']);router[_0x336e('0x25')](_0x336e('0x27'),auth[_0x336e('0xd')](),controller[_0x336e('0x28')]);router[_0x336e('0x25')](_0x336e('0x29'),controller[_0x336e('0x2a')]);router['delete'](_0x336e('0xc'),auth[_0x336e('0x9')](),interaction[_0x336e('0x22')]('chat',_0x336e('0x2b')),controller[_0x336e('0x2c')]);router['delete'](_0x336e('0x21'),auth[_0x336e('0x9')](),controller[_0x336e('0x2d')]);module[_0x336e('0x2e')]=router;
\ No newline at end of file
+var _0x2e25=['root','server/files/attachments/','format','%s-%s','now','originalname','replace','single','file','addMessage','/:id/tags','tracked','chat','chatinteraction:addtags','put','chatinteraction:update','update','/:id/custom_update','customUpdate','/:id/close','close','delete','chatinteraction:destroy','destroy','removeTags','exports','multer','util','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','describe','/:id','isChatInteractionAuthorized','show','/:id/attachment_download','/:id/messages','getMessages','/:id/my_messages','getMyMessages','/:id/download','download','post','create','/:id/vidaoo','createVidaooSession','diskStorage','join'];(function(_0xa79977,_0x4f7f12){var _0x109f10=function(_0x56780f){while(--_0x56780f){_0xa79977['push'](_0xa79977['shift']());}};_0x109f10(++_0x4f7f12);}(_0x2e25,0x128));var _0x52e2=function(_0x354672,_0x56c1cd){_0x354672=_0x354672-0x0;var _0x5ecac6=_0x2e25[_0x354672];return _0x5ecac6;};'use strict';var multer=require(_0x52e2('0x0'));var util=require(_0x52e2('0x1'));var path=require('path');var timeout=require(_0x52e2('0x2'));var express=require(_0x52e2('0x3'));var router=express[_0x52e2('0x4')]();var fs_extra=require(_0x52e2('0x5'));var auth=require('../../components/auth/service');var interaction=require(_0x52e2('0x6'));var config=require(_0x52e2('0x7'));var controller=require('./chatInteraction.controller');router[_0x52e2('0x8')]('/',auth[_0x52e2('0x9')](),controller[_0x52e2('0xa')]);router[_0x52e2('0x8')]('/describe',auth[_0x52e2('0x9')](),controller[_0x52e2('0xb')]);router['get'](_0x52e2('0xc'),auth[_0x52e2('0xd')](),controller[_0x52e2('0xe')]);router[_0x52e2('0x8')](_0x52e2('0xf'),auth[_0x52e2('0xd')](),controller['attachmentDownload']);router['get'](_0x52e2('0x10'),auth[_0x52e2('0x9')](),controller[_0x52e2('0x11')]);router[_0x52e2('0x8')](_0x52e2('0x12'),auth['isChatInteractionAuthorized'](),controller[_0x52e2('0x13')]);router['get'](_0x52e2('0x14'),auth[_0x52e2('0x9')](),controller[_0x52e2('0x15')]);router[_0x52e2('0x16')]('/',auth[_0x52e2('0x9')](),controller[_0x52e2('0x17')]);router[_0x52e2('0x16')](_0x52e2('0x18'),auth[_0x52e2('0x9')](),controller[_0x52e2('0x19')]);var upload=multer({'storage':multer[_0x52e2('0x1a')]({'destination':function(_0x3ca44c,_0x3d3a2d,_0x185564){_0x185564(null,path[_0x52e2('0x1b')](config[_0x52e2('0x1c')],_0x52e2('0x1d')));},'filename':function(_0x90624b,_0x2ba6b5,_0x7fd17b){_0x7fd17b(null,util[_0x52e2('0x1e')](_0x52e2('0x1f'),Date[_0x52e2('0x20')](),_0x2ba6b5[_0x52e2('0x21')][_0x52e2('0x22')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-')));}})});router[_0x52e2('0x16')]('/:id/attachment_upload',upload[_0x52e2('0x23')](_0x52e2('0x24')),controller['attachmentUpload']);router[_0x52e2('0x16')](_0x52e2('0x10'),auth[_0x52e2('0xd')](),controller[_0x52e2('0x25')]);router[_0x52e2('0x16')](_0x52e2('0x26'),auth[_0x52e2('0x9')](),interaction[_0x52e2('0x27')](_0x52e2('0x28'),_0x52e2('0x29')),controller['addTags']);router[_0x52e2('0x2a')](_0x52e2('0xc'),auth[_0x52e2('0x9')](),interaction['tracked'](_0x52e2('0x28'),_0x52e2('0x2b')),controller[_0x52e2('0x2c')]);router[_0x52e2('0x2a')](_0x52e2('0x2d'),controller[_0x52e2('0x2e')]);router['put']('/:id/abandon',auth[_0x52e2('0xd')](),controller['abandon']);router[_0x52e2('0x2a')](_0x52e2('0x2f'),controller[_0x52e2('0x30')]);router[_0x52e2('0x31')](_0x52e2('0xc'),auth[_0x52e2('0x9')](),interaction[_0x52e2('0x27')](_0x52e2('0x28'),_0x52e2('0x32')),controller[_0x52e2('0x33')]);router[_0x52e2('0x31')](_0x52e2('0x26'),auth[_0x52e2('0x9')](),controller[_0x52e2('0x34')]);module[_0x52e2('0x35')]=router;
\ No newline at end of file