Built motion from commit 449495f6.|2.6.27
[motion2.git] / server / api / chatWebsite / index.js
index 13e8f4a..70b2d9a 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x36ee=['/:id/applications','getApplications','/:id/proactive_actions','getFields','getOfflineMessages','getAgents','post','create','addDisposition','join','root','server/files/images/logos/','format','%s-%s','now','single','addLogo','originalname','/:id/avatar','file','diskStorage','server/files/images/avatars/','addCustomerAvatar','/:id/notify','notify','/:id/offline','offline','addInteraction','addProactiveActions','addAgents','put','/:id','update','delete','/:id/dispositions','removeDispositions','removeAnswers','/:id/users','removeAgents','exports','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatWebsite.controller','get','isAuthenticated','index','/describe','show','/:id/canned_answers','getAnswers','/:id/logo','getLogo','getAvatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','/:id/interactions','getInteractions','/:id/snippet','getSnippet'];(function(_0x251d48,_0x3f883b){var _0x2873a6=function(_0x453fca){while(--_0x453fca){_0x251d48['push'](_0x251d48['shift']());}};_0x2873a6(++_0x3f883b);}(_0x36ee,0xe8));var _0xe36e=function(_0x1facfa,_0x1acf7d){_0x1facfa=_0x1facfa-0x0;var _0x9ec701=_0x36ee[_0x1facfa];return _0x9ec701;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0xe36e('0x0'));var timeout=require('connect-timeout');var express=require(_0xe36e('0x1'));var router=express[_0xe36e('0x2')]();var auth=require(_0xe36e('0x3'));var interaction=require(_0xe36e('0x4'));var config=require(_0xe36e('0x5'));var controller=require(_0xe36e('0x6'));router[_0xe36e('0x7')]('/',auth[_0xe36e('0x8')](),controller[_0xe36e('0x9')]);router[_0xe36e('0x7')](_0xe36e('0xa'),auth[_0xe36e('0x8')](),controller['describe']);router[_0xe36e('0x7')]('/:id',auth[_0xe36e('0x8')](),controller[_0xe36e('0xb')]);router[_0xe36e('0x7')]('/:id/dispositions',auth[_0xe36e('0x8')](),controller['getDispositions']);router[_0xe36e('0x7')](_0xe36e('0xc'),auth[_0xe36e('0x8')](),controller[_0xe36e('0xd')]);router[_0xe36e('0x7')](_0xe36e('0xe'),controller[_0xe36e('0xf')]);router[_0xe36e('0x7')]('/:id/avatar',controller[_0xe36e('0x10')]);router[_0xe36e('0x7')](_0xe36e('0x11'),controller[_0xe36e('0x12')]);router['get'](_0xe36e('0x13'),controller['getSystemAvatar']);router['get'](_0xe36e('0x14'),auth[_0xe36e('0x8')](),controller[_0xe36e('0x15')]);router[_0xe36e('0x7')](_0xe36e('0x16'),controller[_0xe36e('0x17')]);router[_0xe36e('0x7')](_0xe36e('0x18'),auth[_0xe36e('0x8')](),controller[_0xe36e('0x19')]);router['get'](_0xe36e('0x1a'),auth[_0xe36e('0x8')](),controller['getProactiveActions']);router[_0xe36e('0x7')]('/:id/fields',controller[_0xe36e('0x1b')]);router[_0xe36e('0x7')]('/:id/offline_messages',auth[_0xe36e('0x8')](),controller[_0xe36e('0x1c')]);router[_0xe36e('0x7')]('/:id/users',auth[_0xe36e('0x8')](),controller[_0xe36e('0x1d')]);router[_0xe36e('0x1e')]('/',auth[_0xe36e('0x8')](),controller[_0xe36e('0x1f')]);router[_0xe36e('0x1e')]('/:id/dispositions',auth[_0xe36e('0x8')](),controller[_0xe36e('0x20')]);router[_0xe36e('0x1e')](_0xe36e('0xc'),auth[_0xe36e('0x8')](),controller['addAnswer']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x4749a8,_0x10818d,_0xb0cd85){_0xb0cd85(null,path[_0xe36e('0x21')](config[_0xe36e('0x22')],_0xe36e('0x23')));},'filename':function(_0x1a045c,_0x5ac484,_0x3cafbf){_0x3cafbf(null,util[_0xe36e('0x24')](_0xe36e('0x25'),Date[_0xe36e('0x26')](),_0x5ac484['originalname']));}})});router[_0xe36e('0x1e')]('/:id/logo',upload[_0xe36e('0x27')]('file'),controller[_0xe36e('0x28')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x410504,_0x4c5d98,_0x3b1045){_0x3b1045(null,path['join'](config['root'],'server/files/images/avatars/'));},'filename':function(_0x5b5d53,_0x203fa2,_0x1fc639){_0x1fc639(null,util['format']('%s-%s',Date[_0xe36e('0x26')](),_0x203fa2[_0xe36e('0x29')]));}})});router[_0xe36e('0x1e')](_0xe36e('0x2a'),upload[_0xe36e('0x27')](_0xe36e('0x2b')),controller['addAvatar']);var upload=multer({'storage':multer[_0xe36e('0x2c')]({'destination':function(_0x11c95d,_0x57272f,_0x87e595){_0x87e595(null,path[_0xe36e('0x21')](config[_0xe36e('0x22')],_0xe36e('0x2d')));},'filename':function(_0x21623e,_0x253cdc,_0xfe4ee8){_0xfe4ee8(null,util[_0xe36e('0x24')](_0xe36e('0x25'),Date[_0xe36e('0x26')](),_0x253cdc[_0xe36e('0x29')]));}})});router['post'](_0xe36e('0x11'),upload['single']('file'),controller[_0xe36e('0x2e')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x3b1299,_0x248f39,_0x38bdbc){_0x38bdbc(null,path[_0xe36e('0x21')](config['root'],'server/files/images/avatars/'));},'filename':function(_0x45689d,_0x222c65,_0x19a53f){_0x19a53f(null,util[_0xe36e('0x24')]('%s-%s',Date[_0xe36e('0x26')](),_0x222c65[_0xe36e('0x29')]));}})});router[_0xe36e('0x1e')]('/:id/system_avatar',upload[_0xe36e('0x27')](_0xe36e('0x2b')),controller['addSystemAvatar']);router[_0xe36e('0x1e')](_0xe36e('0x2f'),controller[_0xe36e('0x30')]);router[_0xe36e('0x1e')](_0xe36e('0x31'),controller[_0xe36e('0x32')]);router[_0xe36e('0x1e')](_0xe36e('0x14'),auth[_0xe36e('0x8')](),controller[_0xe36e('0x33')]);router[_0xe36e('0x1e')](_0xe36e('0x18'),auth[_0xe36e('0x8')](),controller['addApplications']);router[_0xe36e('0x1e')](_0xe36e('0x1a'),auth[_0xe36e('0x8')](),controller[_0xe36e('0x34')]);router[_0xe36e('0x1e')]('/:id/users',auth['isAuthenticated'](),controller[_0xe36e('0x35')]);router[_0xe36e('0x36')](_0xe36e('0x37'),auth[_0xe36e('0x8')](),controller[_0xe36e('0x38')]);router[_0xe36e('0x39')](_0xe36e('0x37'),auth[_0xe36e('0x8')](),controller['destroy']);router[_0xe36e('0x39')](_0xe36e('0x3a'),auth['isAuthenticated'](),controller[_0xe36e('0x3b')]);router['delete'](_0xe36e('0xc'),auth[_0xe36e('0x8')](),controller[_0xe36e('0x3c')]);router[_0xe36e('0x39')](_0xe36e('0x3d'),auth['isAuthenticated'](),controller[_0xe36e('0x3e')]);module[_0xe36e('0x3f')]=router;
\ No newline at end of file
+var _0x0bc4=['getProactiveActions','/:id/fields','getFields','/:id/offline_messages','getOfflineMessages','/:id/users','post','addDisposition','addAnswer','join','root','server/files/images/logos/','format','now','originalname','/:id/logo','file','addLogo','%s-%s','addAvatar','diskStorage','single','addCustomerAvatar','server/files/images/avatars/','addSystemAvatar','/:id/notify','notify','server/files','attachments','ensureDir','replace','extname','any','offline','/:id/interactions','addInteraction','addApplications','addProactiveActions','addAgents','put','update','destroy','delete','removeDispositions','removeAnswers','removeAgents','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','/:id','show','/:id/dispositions','/:id/canned_answers','getAnswers','getLogo','/:id/avatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','getInteractions','/:id/snippet','getSnippet','/:id/applications','getApplications','/:id/proactive_actions'];(function(_0x380dcc,_0x3648aa){var _0x1b5915=function(_0x5ea9ef){while(--_0x5ea9ef){_0x380dcc['push'](_0x380dcc['shift']());}};_0x1b5915(++_0x3648aa);}(_0x0bc4,0x1a5));var _0x40bc=function(_0x40753a,_0x4f8ec6){_0x40753a=_0x40753a-0x0;var _0x516d00=_0x0bc4[_0x40753a];return _0x516d00;};'use strict';var multer=require(_0x40bc('0x0'));var util=require(_0x40bc('0x1'));var path=require(_0x40bc('0x2'));var timeout=require(_0x40bc('0x3'));var express=require(_0x40bc('0x4'));var router=express[_0x40bc('0x5')]();var fs_extra=require(_0x40bc('0x6'));var auth=require('../../components/auth/service');var interaction=require(_0x40bc('0x7'));var config=require(_0x40bc('0x8'));var controller=require('./chatWebsite.controller');router[_0x40bc('0x9')]('/',auth[_0x40bc('0xa')](),controller[_0x40bc('0xb')]);router[_0x40bc('0x9')](_0x40bc('0xc'),auth[_0x40bc('0xa')](),controller['describe']);router[_0x40bc('0x9')](_0x40bc('0xd'),auth[_0x40bc('0xa')](),controller[_0x40bc('0xe')]);router[_0x40bc('0x9')](_0x40bc('0xf'),auth[_0x40bc('0xa')](),controller['getDispositions']);router['get'](_0x40bc('0x10'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x11')]);router[_0x40bc('0x9')]('/:id/logo',controller[_0x40bc('0x12')]);router['get'](_0x40bc('0x13'),controller['getAvatar']);router[_0x40bc('0x9')](_0x40bc('0x14'),controller[_0x40bc('0x15')]);router[_0x40bc('0x9')](_0x40bc('0x16'),controller['getSystemAvatar']);router[_0x40bc('0x9')]('/:id/interactions',auth[_0x40bc('0xa')](),controller[_0x40bc('0x17')]);router[_0x40bc('0x9')](_0x40bc('0x18'),controller[_0x40bc('0x19')]);router[_0x40bc('0x9')](_0x40bc('0x1a'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x1b')]);router[_0x40bc('0x9')](_0x40bc('0x1c'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x1d')]);router['get'](_0x40bc('0x1e'),controller[_0x40bc('0x1f')]);router[_0x40bc('0x9')](_0x40bc('0x20'),auth['isAuthenticated'](),controller[_0x40bc('0x21')]);router['get'](_0x40bc('0x22'),auth[_0x40bc('0xa')](),controller['getAgents']);router[_0x40bc('0x23')]('/',auth[_0x40bc('0xa')](),controller['create']);router[_0x40bc('0x23')]('/:id/dispositions',auth[_0x40bc('0xa')](),controller[_0x40bc('0x24')]);router[_0x40bc('0x23')]('/:id/canned_answers',auth[_0x40bc('0xa')](),controller[_0x40bc('0x25')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x533a8b,_0x431ecd,_0x3b10bd){_0x3b10bd(null,path[_0x40bc('0x26')](config[_0x40bc('0x27')],_0x40bc('0x28')));},'filename':function(_0x105755,_0x4e12c6,_0x1eb66e){_0x1eb66e(null,util[_0x40bc('0x29')]('%s-%s',Date[_0x40bc('0x2a')](),_0x4e12c6[_0x40bc('0x2b')]));}})});router[_0x40bc('0x23')](_0x40bc('0x2c'),upload['single'](_0x40bc('0x2d')),controller[_0x40bc('0x2e')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x1dd976,_0x504826,_0x59d0af){_0x59d0af(null,path[_0x40bc('0x26')](config[_0x40bc('0x27')],'server/files/images/avatars/'));},'filename':function(_0x3eae0b,_0x5598c1,_0x35013e){_0x35013e(null,util['format'](_0x40bc('0x2f'),Date[_0x40bc('0x2a')](),_0x5598c1[_0x40bc('0x2b')]));}})});router[_0x40bc('0x23')]('/:id/avatar',upload['single']('file'),controller[_0x40bc('0x30')]);var upload=multer({'storage':multer[_0x40bc('0x31')]({'destination':function(_0x32ba43,_0x493677,_0x235e41){_0x235e41(null,path[_0x40bc('0x26')](config['root'],'server/files/images/avatars/'));},'filename':function(_0xea153b,_0x3ad4f8,_0x238366){_0x238366(null,util[_0x40bc('0x29')](_0x40bc('0x2f'),Date[_0x40bc('0x2a')](),_0x3ad4f8['originalname']));}})});router[_0x40bc('0x23')]('/:id/customer_avatar',upload[_0x40bc('0x32')](_0x40bc('0x2d')),controller[_0x40bc('0x33')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x2fa0ec,_0x1f9f8a,_0x14c4fb){_0x14c4fb(null,path[_0x40bc('0x26')](config[_0x40bc('0x27')],_0x40bc('0x34')));},'filename':function(_0x649c15,_0x186aee,_0x39405d){_0x39405d(null,util[_0x40bc('0x29')](_0x40bc('0x2f'),Date[_0x40bc('0x2a')](),_0x186aee['originalname']));}})});router['post'](_0x40bc('0x16'),upload['single'](_0x40bc('0x2d')),controller[_0x40bc('0x35')]);router[_0x40bc('0x23')](_0x40bc('0x36'),controller[_0x40bc('0x37')]);const offlineUploadMulter=multer({'storage':multer['diskStorage']({'destination':function(_0x3b3767,_0x34b3e2,_0x153863){const _0x2ec81f=path[_0x40bc('0x26')](config['root'],_0x40bc('0x38'),_0x40bc('0x39'),'offline-chat');fs_extra[_0x40bc('0x3a')](_0x2ec81f,function(){_0x153863(null,_0x2ec81f);});},'filename':function(_0x36a20c,_0xacce26,_0x1421bc){const _0x583e46=_0xacce26['originalname'][_0x40bc('0x3b')](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x5c8017=path[_0x40bc('0x3c')](_0x583e46);const _0x1b307a=Date[_0x40bc('0x2a')]()+'-'+_0x583e46[_0x40bc('0x3b')](_0x5c8017,'')+_0x5c8017;_0x1421bc(null,_0x1b307a);}})});router['post']('/:id/offline',offlineUploadMulter[_0x40bc('0x3d')](),controller[_0x40bc('0x3e')]);router[_0x40bc('0x23')](_0x40bc('0x3f'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x40')]);router['post'](_0x40bc('0x1a'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x41')]);router['post'](_0x40bc('0x1c'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x42')]);router[_0x40bc('0x23')](_0x40bc('0x22'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x43')]);router[_0x40bc('0x44')](_0x40bc('0xd'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x45')]);router['delete'](_0x40bc('0xd'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x46')]);router[_0x40bc('0x47')]('/:id/dispositions',auth['isAuthenticated'](),controller[_0x40bc('0x48')]);router[_0x40bc('0x47')](_0x40bc('0x10'),auth[_0x40bc('0xa')](),controller[_0x40bc('0x49')]);router[_0x40bc('0x47')](_0x40bc('0x22'),auth['isAuthenticated'](),controller[_0x40bc('0x4a')]);module['exports']=router;
\ No newline at end of file