Built motion from commit (unavailable).|2.5.6
[motion2.git] / server / api / chatWebsite / index.js
index fdcb42d..67679ad 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 _0x7039=['post','diskStorage','join','root','server/files/images/logos/','format','originalname','single','file','addLogo','server/files/images/avatars/','%s-%s','now','addAvatar','addCustomerAvatar','addSystemAvatar','/:id/notify','notify','/:id/offline','offline','addInteraction','/:id/applications','addApplications','addProactiveActions','addAgents','delete','destroy','removeDispositions','removeAnswers','removeAgents','exports','multer','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatWebsite.controller','get','isAuthenticated','/describe','describe','/:id','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/logo','getLogo','/:id/avatar','getAvatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','/:id/interactions','getInteractions','/:id/snippet','getSnippet','getApplications','/:id/proactive_actions','/:id/fields','getFields','/:id/users','getAgents','create','addDisposition'];(function(_0x4b4c11,_0x5c8f25){var _0xb7f1c7=function(_0x528db4){while(--_0x528db4){_0x4b4c11['push'](_0x4b4c11['shift']());}};_0xb7f1c7(++_0x5c8f25);}(_0x7039,0xe5));var _0x9703=function(_0x221ea4,_0x403f1c){_0x221ea4=_0x221ea4-0x0;var _0x314346=_0x7039[_0x221ea4];return _0x314346;};'use strict';var multer=require(_0x9703('0x0'));var util=require('util');var path=require('path');var timeout=require('connect-timeout');var express=require(_0x9703('0x1'));var router=express[_0x9703('0x2')]();var auth=require(_0x9703('0x3'));var interaction=require(_0x9703('0x4'));var config=require(_0x9703('0x5'));var controller=require(_0x9703('0x6'));router[_0x9703('0x7')]('/',auth[_0x9703('0x8')](),controller['index']);router[_0x9703('0x7')](_0x9703('0x9'),auth['isAuthenticated'](),controller[_0x9703('0xa')]);router[_0x9703('0x7')](_0x9703('0xb'),auth[_0x9703('0x8')](),controller['show']);router[_0x9703('0x7')](_0x9703('0xc'),auth['isAuthenticated'](),controller[_0x9703('0xd')]);router[_0x9703('0x7')](_0x9703('0xe'),auth[_0x9703('0x8')](),controller[_0x9703('0xf')]);router[_0x9703('0x7')](_0x9703('0x10'),controller[_0x9703('0x11')]);router['get'](_0x9703('0x12'),controller[_0x9703('0x13')]);router['get'](_0x9703('0x14'),controller[_0x9703('0x15')]);router[_0x9703('0x7')](_0x9703('0x16'),controller['getSystemAvatar']);router[_0x9703('0x7')](_0x9703('0x17'),auth['isAuthenticated'](),controller[_0x9703('0x18')]);router[_0x9703('0x7')](_0x9703('0x19'),controller[_0x9703('0x1a')]);router[_0x9703('0x7')]('/:id/applications',auth[_0x9703('0x8')](),controller[_0x9703('0x1b')]);router[_0x9703('0x7')](_0x9703('0x1c'),auth[_0x9703('0x8')](),controller['getProactiveActions']);router[_0x9703('0x7')](_0x9703('0x1d'),controller[_0x9703('0x1e')]);router['get']('/:id/offline_messages',auth[_0x9703('0x8')](),controller['getOfflineMessages']);router['get'](_0x9703('0x1f'),auth['isAuthenticated'](),controller[_0x9703('0x20')]);router['post']('/',auth['isAuthenticated'](),controller[_0x9703('0x21')]);router['post']('/:id/dispositions',auth['isAuthenticated'](),controller[_0x9703('0x22')]);router[_0x9703('0x23')](_0x9703('0xe'),auth[_0x9703('0x8')](),controller['addAnswer']);var upload=multer({'storage':multer[_0x9703('0x24')]({'destination':function(_0x361934,_0x5d0cb3,_0x4c0b27){_0x4c0b27(null,path[_0x9703('0x25')](config[_0x9703('0x26')],_0x9703('0x27')));},'filename':function(_0x1e32ea,_0x5c1cc7,_0x158a9f){_0x158a9f(null,util[_0x9703('0x28')]('%s-%s',Date['now'](),_0x5c1cc7[_0x9703('0x29')]));}})});router['post'](_0x9703('0x10'),upload[_0x9703('0x2a')](_0x9703('0x2b')),controller[_0x9703('0x2c')]);var upload=multer({'storage':multer[_0x9703('0x24')]({'destination':function(_0x32887b,_0x45328c,_0x4aab3c){_0x4aab3c(null,path[_0x9703('0x25')](config['root'],_0x9703('0x2d')));},'filename':function(_0x3a1460,_0x2e7c7f,_0x5456e1){_0x5456e1(null,util['format'](_0x9703('0x2e'),Date[_0x9703('0x2f')](),_0x2e7c7f['originalname']));}})});router[_0x9703('0x23')](_0x9703('0x12'),upload['single'](_0x9703('0x2b')),controller[_0x9703('0x30')]);var upload=multer({'storage':multer[_0x9703('0x24')]({'destination':function(_0x3285c4,_0x39c30d,_0x5ad4eb){_0x5ad4eb(null,path[_0x9703('0x25')](config[_0x9703('0x26')],'server/files/images/avatars/'));},'filename':function(_0x22c9ef,_0x39f109,_0x35f912){_0x35f912(null,util[_0x9703('0x28')](_0x9703('0x2e'),Date[_0x9703('0x2f')](),_0x39f109['originalname']));}})});router[_0x9703('0x23')]('/:id/customer_avatar',upload['single']('file'),controller[_0x9703('0x31')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x134b49,_0x5765a1,_0x3cd6aa){_0x3cd6aa(null,path['join'](config[_0x9703('0x26')],'server/files/images/avatars/'));},'filename':function(_0x35a849,_0x4f3a58,_0x56755e){_0x56755e(null,util[_0x9703('0x28')](_0x9703('0x2e'),Date[_0x9703('0x2f')](),_0x4f3a58[_0x9703('0x29')]));}})});router[_0x9703('0x23')](_0x9703('0x16'),upload[_0x9703('0x2a')]('file'),controller[_0x9703('0x32')]);router[_0x9703('0x23')](_0x9703('0x33'),controller[_0x9703('0x34')]);router['post'](_0x9703('0x35'),controller[_0x9703('0x36')]);router['post'](_0x9703('0x17'),auth[_0x9703('0x8')](),controller[_0x9703('0x37')]);router['post'](_0x9703('0x38'),auth['isAuthenticated'](),controller[_0x9703('0x39')]);router[_0x9703('0x23')](_0x9703('0x1c'),auth[_0x9703('0x8')](),controller[_0x9703('0x3a')]);router[_0x9703('0x23')](_0x9703('0x1f'),auth['isAuthenticated'](),controller[_0x9703('0x3b')]);router['put'](_0x9703('0xb'),auth[_0x9703('0x8')](),controller['update']);router[_0x9703('0x3c')]('/:id',auth[_0x9703('0x8')](),controller[_0x9703('0x3d')]);router[_0x9703('0x3c')](_0x9703('0xc'),auth[_0x9703('0x8')](),controller[_0x9703('0x3e')]);router[_0x9703('0x3c')](_0x9703('0xe'),auth['isAuthenticated'](),controller[_0x9703('0x3f')]);router['delete'](_0x9703('0x1f'),auth[_0x9703('0x8')](),controller[_0x9703('0x40')]);module[_0x9703('0x41')]=router;
\ No newline at end of file