Built motion from commit bab6f49e.|2.6.17
[motion2.git] / server / api / chatWebsite / index.js
index 7f35898..8a91311 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xbfcd=['offline-chat','replace','extname','/:id/offline','any','addInteraction','addApplications','/:id/proactive_actions','/:id/users','put','update','delete','removeDispositions','removeAgents','exports','path','express','../../components/auth/service','../../components/interaction/service','./chatWebsite.controller','get','isAuthenticated','describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/logo','getLogo','/:id/avatar','getAvatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','getSystemAvatar','/:id/interactions','getInteractions','/:id/snippet','getSnippet','/:id/applications','getApplications','getProactiveActions','/:id/fields','/:id/offline_messages','getOfflineMessages','create','post','addAnswer','root','server/files/images/logos/','%s-%s','now','originalname','single','file','addLogo','diskStorage','join','server/files/images/avatars/','addAvatar','format','addSystemAvatar','/:id/notify','notify','server/files','attachments'];(function(_0x315a03,_0x1c8dbd){var _0x3fb860=function(_0x24129e){while(--_0x24129e){_0x315a03['push'](_0x315a03['shift']());}};_0x3fb860(++_0x1c8dbd);}(_0xbfcd,0x163));var _0xdbfc=function(_0x28a441,_0x5a2c85){_0x28a441=_0x28a441-0x0;var _0x29a62a=_0xbfcd[_0x28a441];return _0x29a62a;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xdbfc('0x0'));var timeout=require('connect-timeout');var express=require(_0xdbfc('0x1'));var router=express['Router']();var fs_extra=require('fs-extra');var auth=require(_0xdbfc('0x2'));var interaction=require(_0xdbfc('0x3'));var config=require('../../config/environment');var controller=require(_0xdbfc('0x4'));router[_0xdbfc('0x5')]('/',auth[_0xdbfc('0x6')](),controller['index']);router['get']('/describe',auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x7')]);router[_0xdbfc('0x5')](_0xdbfc('0x8'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x9')]);router['get'](_0xdbfc('0xa'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0xb')]);router['get'](_0xdbfc('0xc'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0xd')]);router[_0xdbfc('0x5')](_0xdbfc('0xe'),controller[_0xdbfc('0xf')]);router[_0xdbfc('0x5')](_0xdbfc('0x10'),controller[_0xdbfc('0x11')]);router['get'](_0xdbfc('0x12'),controller[_0xdbfc('0x13')]);router[_0xdbfc('0x5')](_0xdbfc('0x14'),controller[_0xdbfc('0x15')]);router['get'](_0xdbfc('0x16'),auth['isAuthenticated'](),controller[_0xdbfc('0x17')]);router[_0xdbfc('0x5')](_0xdbfc('0x18'),controller[_0xdbfc('0x19')]);router[_0xdbfc('0x5')](_0xdbfc('0x1a'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x1b')]);router['get']('/:id/proactive_actions',auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x1c')]);router[_0xdbfc('0x5')](_0xdbfc('0x1d'),controller['getFields']);router[_0xdbfc('0x5')](_0xdbfc('0x1e'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x1f')]);router[_0xdbfc('0x5')]('/:id/users',auth[_0xdbfc('0x6')](),controller['getAgents']);router['post']('/',auth['isAuthenticated'](),controller[_0xdbfc('0x20')]);router[_0xdbfc('0x21')]('/:id/dispositions',auth[_0xdbfc('0x6')](),controller['addDisposition']);router[_0xdbfc('0x21')](_0xdbfc('0xc'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x22')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x4de025,_0x11ca3f,_0x32547b){_0x32547b(null,path['join'](config[_0xdbfc('0x23')],_0xdbfc('0x24')));},'filename':function(_0x184c93,_0x28d398,_0x8b927b){_0x8b927b(null,util['format'](_0xdbfc('0x25'),Date[_0xdbfc('0x26')](),_0x28d398[_0xdbfc('0x27')]));}})});router[_0xdbfc('0x21')](_0xdbfc('0xe'),upload[_0xdbfc('0x28')](_0xdbfc('0x29')),controller[_0xdbfc('0x2a')]);var upload=multer({'storage':multer[_0xdbfc('0x2b')]({'destination':function(_0x5601b9,_0x30ae31,_0x5e2395){_0x5e2395(null,path[_0xdbfc('0x2c')](config['root'],_0xdbfc('0x2d')));},'filename':function(_0x1d120d,_0x498d11,_0x5acdb9){_0x5acdb9(null,util['format'](_0xdbfc('0x25'),Date['now'](),_0x498d11[_0xdbfc('0x27')]));}})});router[_0xdbfc('0x21')](_0xdbfc('0x10'),upload[_0xdbfc('0x28')]('file'),controller[_0xdbfc('0x2e')]);var upload=multer({'storage':multer[_0xdbfc('0x2b')]({'destination':function(_0x403fd0,_0xdb789a,_0x1d9634){_0x1d9634(null,path[_0xdbfc('0x2c')](config[_0xdbfc('0x23')],_0xdbfc('0x2d')));},'filename':function(_0xf75195,_0x4c24a6,_0xbeadec){_0xbeadec(null,util[_0xdbfc('0x2f')](_0xdbfc('0x25'),Date[_0xdbfc('0x26')](),_0x4c24a6['originalname']));}})});router['post']('/:id/customer_avatar',upload[_0xdbfc('0x28')]('file'),controller['addCustomerAvatar']);var upload=multer({'storage':multer[_0xdbfc('0x2b')]({'destination':function(_0x459c7a,_0x8e567a,_0x1230ff){_0x1230ff(null,path['join'](config['root'],_0xdbfc('0x2d')));},'filename':function(_0x4fc23c,_0x4c7674,_0x2ae407){_0x2ae407(null,util[_0xdbfc('0x2f')](_0xdbfc('0x25'),Date[_0xdbfc('0x26')](),_0x4c7674[_0xdbfc('0x27')]));}})});router['post'](_0xdbfc('0x14'),upload[_0xdbfc('0x28')]('file'),controller[_0xdbfc('0x30')]);router[_0xdbfc('0x21')](_0xdbfc('0x31'),controller[_0xdbfc('0x32')]);const offlineUploadMulter=multer({'storage':multer[_0xdbfc('0x2b')]({'destination':function(_0x3f0543,_0x4c3288,_0x5578db){const _0x5bbe0b=path[_0xdbfc('0x2c')](config[_0xdbfc('0x23')],_0xdbfc('0x33'),_0xdbfc('0x34'),_0xdbfc('0x35'));fs_extra['ensureDir'](_0x5bbe0b,function(){_0x5578db(null,_0x5bbe0b);});},'filename':function(_0x2a6428,_0x2ff0fe,_0x4ca9ee){const _0x181c6c=_0x2ff0fe['originalname'][_0xdbfc('0x36')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x161aa5=path[_0xdbfc('0x37')](_0x181c6c);const _0x51438d=Date[_0xdbfc('0x26')]()+'-'+_0x181c6c[_0xdbfc('0x36')](_0x161aa5,'')+_0x161aa5;_0x4ca9ee(null,_0x51438d);}})});router[_0xdbfc('0x21')](_0xdbfc('0x38'),offlineUploadMulter[_0xdbfc('0x39')](),controller['offline']);router[_0xdbfc('0x21')](_0xdbfc('0x16'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x3a')]);router[_0xdbfc('0x21')](_0xdbfc('0x1a'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x3b')]);router[_0xdbfc('0x21')](_0xdbfc('0x3c'),auth[_0xdbfc('0x6')](),controller['addProactiveActions']);router[_0xdbfc('0x21')](_0xdbfc('0x3d'),auth[_0xdbfc('0x6')](),controller['addAgents']);router[_0xdbfc('0x3e')](_0xdbfc('0x8'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x3f')]);router['delete'](_0xdbfc('0x8'),auth[_0xdbfc('0x6')](),controller['destroy']);router[_0xdbfc('0x40')]('/:id/dispositions',auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x41')]);router[_0xdbfc('0x40')](_0xdbfc('0xc'),auth[_0xdbfc('0x6')](),controller['removeAnswers']);router[_0xdbfc('0x40')](_0xdbfc('0x3d'),auth[_0xdbfc('0x6')](),controller[_0xdbfc('0x42')]);module[_0xdbfc('0x43')]=router;
\ No newline at end of file
+var _0x2e08=['index','get','/describe','describe','show','/:id/dispositions','getDispositions','getAnswers','/:id/logo','getLogo','/:id/avatar','getAvatar','/:id/customer_avatar','getCustomerAvatar','getSystemAvatar','getInteractions','getSnippet','/:id/applications','getApplications','/:id/proactive_actions','getProactiveActions','/:id/fields','getFields','/:id/offline_messages','/:id/users','getAgents','post','create','addDisposition','addAnswer','diskStorage','join','root','server/files/images/logos/','format','%s-%s','now','originalname','single','addLogo','server/files/images/avatars/','file','addAvatar','addCustomerAvatar','/:id/system_avatar','notify','server/files','attachments','offline-chat','ensureDir','replace','/:id/offline','any','offline','/:id/interactions','addInteraction','put','update','delete','/:id','destroy','removeDispositions','/:id/canned_answers','removeAgents','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','./chatWebsite.controller','isAuthenticated'];(function(_0x17e174,_0x4991f8){var _0x3f26f1=function(_0x169012){while(--_0x169012){_0x17e174['push'](_0x17e174['shift']());}};_0x3f26f1(++_0x4991f8);}(_0x2e08,0xd9));var _0x82e0=function(_0x19950b,_0x53d0d7){_0x19950b=_0x19950b-0x0;var _0x3c6b41=_0x2e08[_0x19950b];return _0x3c6b41;};'use strict';var multer=require(_0x82e0('0x0'));var util=require(_0x82e0('0x1'));var path=require(_0x82e0('0x2'));var timeout=require(_0x82e0('0x3'));var express=require(_0x82e0('0x4'));var router=express[_0x82e0('0x5')]();var fs_extra=require(_0x82e0('0x6'));var auth=require(_0x82e0('0x7'));var interaction=require(_0x82e0('0x8'));var config=require('../../config/environment');var controller=require(_0x82e0('0x9'));router['get']('/',auth[_0x82e0('0xa')](),controller[_0x82e0('0xb')]);router[_0x82e0('0xc')](_0x82e0('0xd'),auth['isAuthenticated'](),controller[_0x82e0('0xe')]);router[_0x82e0('0xc')]('/:id',auth[_0x82e0('0xa')](),controller[_0x82e0('0xf')]);router[_0x82e0('0xc')](_0x82e0('0x10'),auth[_0x82e0('0xa')](),controller[_0x82e0('0x11')]);router[_0x82e0('0xc')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x82e0('0x12')]);router['get'](_0x82e0('0x13'),controller[_0x82e0('0x14')]);router[_0x82e0('0xc')](_0x82e0('0x15'),controller[_0x82e0('0x16')]);router[_0x82e0('0xc')](_0x82e0('0x17'),controller[_0x82e0('0x18')]);router[_0x82e0('0xc')]('/:id/system_avatar',controller[_0x82e0('0x19')]);router[_0x82e0('0xc')]('/:id/interactions',auth[_0x82e0('0xa')](),controller[_0x82e0('0x1a')]);router[_0x82e0('0xc')]('/:id/snippet',controller[_0x82e0('0x1b')]);router[_0x82e0('0xc')](_0x82e0('0x1c'),auth['isAuthenticated'](),controller[_0x82e0('0x1d')]);router[_0x82e0('0xc')](_0x82e0('0x1e'),auth[_0x82e0('0xa')](),controller[_0x82e0('0x1f')]);router[_0x82e0('0xc')](_0x82e0('0x20'),controller[_0x82e0('0x21')]);router['get'](_0x82e0('0x22'),auth[_0x82e0('0xa')](),controller['getOfflineMessages']);router[_0x82e0('0xc')](_0x82e0('0x23'),auth[_0x82e0('0xa')](),controller[_0x82e0('0x24')]);router[_0x82e0('0x25')]('/',auth[_0x82e0('0xa')](),controller[_0x82e0('0x26')]);router[_0x82e0('0x25')](_0x82e0('0x10'),auth[_0x82e0('0xa')](),controller[_0x82e0('0x27')]);router[_0x82e0('0x25')]('/:id/canned_answers',auth[_0x82e0('0xa')](),controller[_0x82e0('0x28')]);var upload=multer({'storage':multer[_0x82e0('0x29')]({'destination':function(_0x457f51,_0x5ccd27,_0x220fbe){_0x220fbe(null,path[_0x82e0('0x2a')](config[_0x82e0('0x2b')],_0x82e0('0x2c')));},'filename':function(_0x2ecb77,_0x591c68,_0x1718aa){_0x1718aa(null,util[_0x82e0('0x2d')](_0x82e0('0x2e'),Date[_0x82e0('0x2f')](),_0x591c68[_0x82e0('0x30')]));}})});router[_0x82e0('0x25')](_0x82e0('0x13'),upload[_0x82e0('0x31')]('file'),controller[_0x82e0('0x32')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x3a4985,_0x542204,_0x40d8ee){_0x40d8ee(null,path['join'](config[_0x82e0('0x2b')],_0x82e0('0x33')));},'filename':function(_0x5bc9c8,_0x5d7eb9,_0x53fe89){_0x53fe89(null,util[_0x82e0('0x2d')](_0x82e0('0x2e'),Date['now'](),_0x5d7eb9[_0x82e0('0x30')]));}})});router['post'](_0x82e0('0x15'),upload['single'](_0x82e0('0x34')),controller[_0x82e0('0x35')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x4ac953,_0x47d342,_0x457325){_0x457325(null,path['join'](config[_0x82e0('0x2b')],_0x82e0('0x33')));},'filename':function(_0x21b7c2,_0x3749fb,_0x9a2c42){_0x9a2c42(null,util['format']('%s-%s',Date[_0x82e0('0x2f')](),_0x3749fb[_0x82e0('0x30')]));}})});router[_0x82e0('0x25')](_0x82e0('0x17'),upload[_0x82e0('0x31')](_0x82e0('0x34')),controller[_0x82e0('0x36')]);var upload=multer({'storage':multer[_0x82e0('0x29')]({'destination':function(_0x5860a7,_0x24571a,_0x1357ef){_0x1357ef(null,path[_0x82e0('0x2a')](config[_0x82e0('0x2b')],_0x82e0('0x33')));},'filename':function(_0x4be0f3,_0x3d7ad4,_0x575160){_0x575160(null,util[_0x82e0('0x2d')](_0x82e0('0x2e'),Date[_0x82e0('0x2f')](),_0x3d7ad4[_0x82e0('0x30')]));}})});router[_0x82e0('0x25')](_0x82e0('0x37'),upload[_0x82e0('0x31')]('file'),controller['addSystemAvatar']);router['post']('/:id/notify',controller[_0x82e0('0x38')]);const offlineUploadMulter=multer({'storage':multer[_0x82e0('0x29')]({'destination':function(_0x30deaa,_0x569355,_0x450298){const _0x9729cb=path[_0x82e0('0x2a')](config[_0x82e0('0x2b')],_0x82e0('0x39'),_0x82e0('0x3a'),_0x82e0('0x3b'));fs_extra[_0x82e0('0x3c')](_0x9729cb,function(){_0x450298(null,_0x9729cb);});},'filename':function(_0x3a44f8,_0xd503a2,_0x441227){const _0x3e031f=_0xd503a2[_0x82e0('0x30')][_0x82e0('0x3d')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x1e6243=path['extname'](_0x3e031f);const _0x1180f4=Date['now']()+'-'+_0x3e031f[_0x82e0('0x3d')](_0x1e6243,'')+_0x1e6243;_0x441227(null,_0x1180f4);}})});router[_0x82e0('0x25')](_0x82e0('0x3e'),offlineUploadMulter[_0x82e0('0x3f')](),controller[_0x82e0('0x40')]);router['post'](_0x82e0('0x41'),auth[_0x82e0('0xa')](),controller[_0x82e0('0x42')]);router['post'](_0x82e0('0x1c'),auth['isAuthenticated'](),controller['addApplications']);router['post'](_0x82e0('0x1e'),auth[_0x82e0('0xa')](),controller['addProactiveActions']);router['post']('/:id/users',auth[_0x82e0('0xa')](),controller['addAgents']);router[_0x82e0('0x43')]('/:id',auth['isAuthenticated'](),controller[_0x82e0('0x44')]);router[_0x82e0('0x45')](_0x82e0('0x46'),auth['isAuthenticated'](),controller[_0x82e0('0x47')]);router[_0x82e0('0x45')]('/:id/dispositions',auth[_0x82e0('0xa')](),controller[_0x82e0('0x48')]);router[_0x82e0('0x45')](_0x82e0('0x49'),auth[_0x82e0('0xa')](),controller['removeAnswers']);router[_0x82e0('0x45')](_0x82e0('0x23'),auth[_0x82e0('0xa')](),controller[_0x82e0('0x4a')]);module[_0x82e0('0x4b')]=router;
\ No newline at end of file