Built motion from commit (unavailable).|2.5.4
[motion2.git] / server / api / chatWebsite / index.js
index fdcb42d..cb8553c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x6d7e=['removeAnswers','removeAgents','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','index','/describe','describe','/:id','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/logo','getLogo','/:id/avatar','/:id/customer_avatar','/:id/system_avatar','/:id/interactions','/:id/snippet','getSnippet','/:id/applications','getApplications','/:id/proactive_actions','/:id/fields','/:id/offline_messages','getOfflineMessages','/:id/users','getAgents','post','create','addDisposition','addAnswer','diskStorage','root','server/files/images/logos/','format','%s-%s','now','originalname','single','file','addLogo','join','server/files/images/avatars/','addCustomerAvatar','addSystemAvatar','/:id/notify','notify','/:id/offline','offline','addInteraction','addApplications','addProactiveActions','addAgents','put','update','destroy','delete','removeDispositions'];(function(_0x17afca,_0x5d6455){var _0x4691c9=function(_0x218099){while(--_0x218099){_0x17afca['push'](_0x17afca['shift']());}};_0x4691c9(++_0x5d6455);}(_0x6d7e,0x18e));var _0xe6d7=function(_0x1ce790,_0x2e6589){_0x1ce790=_0x1ce790-0x0;var _0xfe5e6c=_0x6d7e[_0x1ce790];return _0xfe5e6c;};'use strict';var multer=require(_0xe6d7('0x0'));var util=require(_0xe6d7('0x1'));var path=require(_0xe6d7('0x2'));var timeout=require(_0xe6d7('0x3'));var express=require(_0xe6d7('0x4'));var router=express['Router']();var auth=require(_0xe6d7('0x5'));var interaction=require(_0xe6d7('0x6'));var config=require('../../config/environment');var controller=require('./chatWebsite.controller');router[_0xe6d7('0x7')]('/',auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x9')]);router[_0xe6d7('0x7')](_0xe6d7('0xa'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0xb')]);router[_0xe6d7('0x7')](_0xe6d7('0xc'),auth[_0xe6d7('0x8')](),controller['show']);router[_0xe6d7('0x7')](_0xe6d7('0xd'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0xe')]);router[_0xe6d7('0x7')](_0xe6d7('0xf'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x10')]);router['get'](_0xe6d7('0x11'),controller[_0xe6d7('0x12')]);router[_0xe6d7('0x7')](_0xe6d7('0x13'),controller['getAvatar']);router[_0xe6d7('0x7')](_0xe6d7('0x14'),controller['getCustomerAvatar']);router[_0xe6d7('0x7')](_0xe6d7('0x15'),controller['getSystemAvatar']);router[_0xe6d7('0x7')](_0xe6d7('0x16'),auth['isAuthenticated'](),controller['getInteractions']);router['get'](_0xe6d7('0x17'),controller[_0xe6d7('0x18')]);router['get'](_0xe6d7('0x19'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x1a')]);router['get'](_0xe6d7('0x1b'),auth[_0xe6d7('0x8')](),controller['getProactiveActions']);router['get'](_0xe6d7('0x1c'),controller['getFields']);router[_0xe6d7('0x7')](_0xe6d7('0x1d'),auth['isAuthenticated'](),controller[_0xe6d7('0x1e')]);router['get'](_0xe6d7('0x1f'),auth['isAuthenticated'](),controller[_0xe6d7('0x20')]);router[_0xe6d7('0x21')]('/',auth['isAuthenticated'](),controller[_0xe6d7('0x22')]);router[_0xe6d7('0x21')](_0xe6d7('0xd'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x23')]);router[_0xe6d7('0x21')](_0xe6d7('0xf'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x24')]);var upload=multer({'storage':multer[_0xe6d7('0x25')]({'destination':function(_0x4a9bd6,_0x353d08,_0x3fcd57){_0x3fcd57(null,path['join'](config[_0xe6d7('0x26')],_0xe6d7('0x27')));},'filename':function(_0x4150f1,_0x415480,_0x4b8576){_0x4b8576(null,util[_0xe6d7('0x28')](_0xe6d7('0x29'),Date[_0xe6d7('0x2a')](),_0x415480[_0xe6d7('0x2b')]));}})});router[_0xe6d7('0x21')]('/:id/logo',upload[_0xe6d7('0x2c')](_0xe6d7('0x2d')),controller[_0xe6d7('0x2e')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0xf1927b,_0x142d11,_0x4f6799){_0x4f6799(null,path[_0xe6d7('0x2f')](config[_0xe6d7('0x26')],_0xe6d7('0x30')));},'filename':function(_0xd4e908,_0x44c319,_0x5a0182){_0x5a0182(null,util[_0xe6d7('0x28')](_0xe6d7('0x29'),Date[_0xe6d7('0x2a')](),_0x44c319[_0xe6d7('0x2b')]));}})});router[_0xe6d7('0x21')](_0xe6d7('0x13'),upload['single'](_0xe6d7('0x2d')),controller['addAvatar']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x1162d9,_0x2a5715,_0x2d2004){_0x2d2004(null,path[_0xe6d7('0x2f')](config[_0xe6d7('0x26')],'server/files/images/avatars/'));},'filename':function(_0x4f3da6,_0x56aeec,_0x5be1c9){_0x5be1c9(null,util['format'](_0xe6d7('0x29'),Date[_0xe6d7('0x2a')](),_0x56aeec[_0xe6d7('0x2b')]));}})});router['post'](_0xe6d7('0x14'),upload[_0xe6d7('0x2c')](_0xe6d7('0x2d')),controller[_0xe6d7('0x31')]);var upload=multer({'storage':multer[_0xe6d7('0x25')]({'destination':function(_0x200813,_0x34f7a7,_0x1d0e93){_0x1d0e93(null,path[_0xe6d7('0x2f')](config['root'],_0xe6d7('0x30')));},'filename':function(_0x1e383f,_0x2f7c5f,_0x332ac9){_0x332ac9(null,util[_0xe6d7('0x28')](_0xe6d7('0x29'),Date[_0xe6d7('0x2a')](),_0x2f7c5f[_0xe6d7('0x2b')]));}})});router[_0xe6d7('0x21')]('/:id/system_avatar',upload['single']('file'),controller[_0xe6d7('0x32')]);router[_0xe6d7('0x21')](_0xe6d7('0x33'),controller[_0xe6d7('0x34')]);router[_0xe6d7('0x21')](_0xe6d7('0x35'),controller[_0xe6d7('0x36')]);router[_0xe6d7('0x21')]('/:id/interactions',auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x37')]);router[_0xe6d7('0x21')](_0xe6d7('0x19'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x38')]);router[_0xe6d7('0x21')]('/:id/proactive_actions',auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x39')]);router[_0xe6d7('0x21')](_0xe6d7('0x1f'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x3a')]);router[_0xe6d7('0x3b')](_0xe6d7('0xc'),auth['isAuthenticated'](),controller[_0xe6d7('0x3c')]);router['delete'](_0xe6d7('0xc'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x3d')]);router[_0xe6d7('0x3e')]('/:id/dispositions',auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x3f')]);router[_0xe6d7('0x3e')](_0xe6d7('0xf'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x40')]);router[_0xe6d7('0x3e')](_0xe6d7('0x1f'),auth[_0xe6d7('0x8')](),controller[_0xe6d7('0x41')]);module['exports']=router;
\ No newline at end of file
+var _0x9150=['exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatWebsite.controller','get','/describe','isAuthenticated','describe','show','/:id/dispositions','getDispositions','getAnswers','/:id/logo','/:id/customer_avatar','getSystemAvatar','/:id/snippet','getSnippet','/:id/applications','getApplications','/:id/proactive_actions','getProactiveActions','getFields','getOfflineMessages','getAgents','post','create','addDisposition','/:id/canned_answers','server/files/images/logos/','%s-%s','originalname','single','file','addLogo','diskStorage','join','server/files/images/avatars/','format','now','/:id/avatar','addAvatar','addCustomerAvatar','root','/:id/system_avatar','addSystemAvatar','/:id/notify','notify','/:id/offline','offline','/:id/interactions','addApplications','addProactiveActions','/:id/users','addAgents','/:id','destroy','delete','removeAgents'];(function(_0x3d38ae,_0x51102b){var _0x3757ee=function(_0x22bac8){while(--_0x22bac8){_0x3d38ae['push'](_0x3d38ae['shift']());}};_0x3757ee(++_0x51102b);}(_0x9150,0x81));var _0x0915=function(_0x465dc5,_0x1423ca){_0x465dc5=_0x465dc5-0x0;var _0x3982dd=_0x9150[_0x465dc5];return _0x3982dd;};'use strict';var multer=require('multer');var util=require(_0x0915('0x0'));var path=require(_0x0915('0x1'));var timeout=require(_0x0915('0x2'));var express=require(_0x0915('0x3'));var router=express[_0x0915('0x4')]();var auth=require(_0x0915('0x5'));var interaction=require(_0x0915('0x6'));var config=require(_0x0915('0x7'));var controller=require(_0x0915('0x8'));router['get']('/',auth['isAuthenticated'](),controller['index']);router[_0x0915('0x9')](_0x0915('0xa'),auth[_0x0915('0xb')](),controller[_0x0915('0xc')]);router[_0x0915('0x9')]('/:id',auth[_0x0915('0xb')](),controller[_0x0915('0xd')]);router[_0x0915('0x9')](_0x0915('0xe'),auth[_0x0915('0xb')](),controller[_0x0915('0xf')]);router[_0x0915('0x9')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x0915('0x10')]);router['get'](_0x0915('0x11'),controller['getLogo']);router['get']('/:id/avatar',controller['getAvatar']);router[_0x0915('0x9')](_0x0915('0x12'),controller['getCustomerAvatar']);router[_0x0915('0x9')]('/:id/system_avatar',controller[_0x0915('0x13')]);router[_0x0915('0x9')]('/:id/interactions',auth[_0x0915('0xb')](),controller['getInteractions']);router[_0x0915('0x9')](_0x0915('0x14'),controller[_0x0915('0x15')]);router[_0x0915('0x9')](_0x0915('0x16'),auth[_0x0915('0xb')](),controller[_0x0915('0x17')]);router['get'](_0x0915('0x18'),auth[_0x0915('0xb')](),controller[_0x0915('0x19')]);router[_0x0915('0x9')]('/:id/fields',controller[_0x0915('0x1a')]);router[_0x0915('0x9')]('/:id/offline_messages',auth[_0x0915('0xb')](),controller[_0x0915('0x1b')]);router[_0x0915('0x9')]('/:id/users',auth[_0x0915('0xb')](),controller[_0x0915('0x1c')]);router[_0x0915('0x1d')]('/',auth['isAuthenticated'](),controller[_0x0915('0x1e')]);router[_0x0915('0x1d')](_0x0915('0xe'),auth[_0x0915('0xb')](),controller[_0x0915('0x1f')]);router[_0x0915('0x1d')](_0x0915('0x20'),auth[_0x0915('0xb')](),controller['addAnswer']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x3ec4bb,_0x87a63c,_0x29d2f9){_0x29d2f9(null,path['join'](config['root'],_0x0915('0x21')));},'filename':function(_0x3ab239,_0x3d69cb,_0x3a1481){_0x3a1481(null,util['format'](_0x0915('0x22'),Date['now'](),_0x3d69cb[_0x0915('0x23')]));}})});router[_0x0915('0x1d')]('/:id/logo',upload[_0x0915('0x24')](_0x0915('0x25')),controller[_0x0915('0x26')]);var upload=multer({'storage':multer[_0x0915('0x27')]({'destination':function(_0x524e20,_0x28d2ff,_0x2b9b51){_0x2b9b51(null,path[_0x0915('0x28')](config['root'],_0x0915('0x29')));},'filename':function(_0x21ec6a,_0x55a4d5,_0x3e832f){_0x3e832f(null,util[_0x0915('0x2a')](_0x0915('0x22'),Date[_0x0915('0x2b')](),_0x55a4d5[_0x0915('0x23')]));}})});router['post'](_0x0915('0x2c'),upload[_0x0915('0x24')](_0x0915('0x25')),controller[_0x0915('0x2d')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x3b5a45,_0x29f61b,_0x38a1ea){_0x38a1ea(null,path[_0x0915('0x28')](config['root'],_0x0915('0x29')));},'filename':function(_0x16ec32,_0x45ea1e,_0x15dc7a){_0x15dc7a(null,util[_0x0915('0x2a')](_0x0915('0x22'),Date['now'](),_0x45ea1e[_0x0915('0x23')]));}})});router[_0x0915('0x1d')](_0x0915('0x12'),upload[_0x0915('0x24')](_0x0915('0x25')),controller[_0x0915('0x2e')]);var upload=multer({'storage':multer[_0x0915('0x27')]({'destination':function(_0x5788f9,_0x298781,_0x1db380){_0x1db380(null,path[_0x0915('0x28')](config[_0x0915('0x2f')],_0x0915('0x29')));},'filename':function(_0x130040,_0x3599e8,_0x3a2c6d){_0x3a2c6d(null,util[_0x0915('0x2a')](_0x0915('0x22'),Date['now'](),_0x3599e8[_0x0915('0x23')]));}})});router[_0x0915('0x1d')](_0x0915('0x30'),upload[_0x0915('0x24')](_0x0915('0x25')),controller[_0x0915('0x31')]);router[_0x0915('0x1d')](_0x0915('0x32'),controller[_0x0915('0x33')]);router[_0x0915('0x1d')](_0x0915('0x34'),controller[_0x0915('0x35')]);router[_0x0915('0x1d')](_0x0915('0x36'),auth[_0x0915('0xb')](),controller['addInteraction']);router[_0x0915('0x1d')](_0x0915('0x16'),auth[_0x0915('0xb')](),controller[_0x0915('0x37')]);router[_0x0915('0x1d')]('/:id/proactive_actions',auth['isAuthenticated'](),controller[_0x0915('0x38')]);router[_0x0915('0x1d')](_0x0915('0x39'),auth[_0x0915('0xb')](),controller[_0x0915('0x3a')]);router['put'](_0x0915('0x3b'),auth[_0x0915('0xb')](),controller['update']);router['delete'](_0x0915('0x3b'),auth['isAuthenticated'](),controller[_0x0915('0x3c')]);router[_0x0915('0x3d')]('/:id/dispositions',auth['isAuthenticated'](),controller['removeDispositions']);router[_0x0915('0x3d')](_0x0915('0x20'),auth[_0x0915('0xb')](),controller['removeAnswers']);router['delete']('/:id/users',auth['isAuthenticated'](),controller[_0x0915('0x3e')]);module[_0x0915('0x3f')]=router;
\ No newline at end of file