Built motion from commit (unavailable).|2.5.29
[motion2.git] / server / api / chatWebsite / index.js
index f9d8223..1f027df 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x7ac0=['../../components/auth/service','../../components/interaction/service','get','index','isAuthenticated','/:id/dispositions','getDispositions','getAnswers','/:id/logo','getLogo','/:id/avatar','getAvatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','getSystemAvatar','/:id/interactions','/:id/snippet','/:id/applications','getApplications','/:id/proactive_actions','/:id/fields','getFields','/:id/offline_messages','getOfflineMessages','/:id/users','getAgents','post','create','/:id/canned_answers','diskStorage','join','server/files/images/logos/','format','%s-%s','originalname','file','root','server/files/images/avatars/','single','now','addCustomerAvatar','addSystemAvatar','/:id/notify','/:id/offline','addInteraction','addApplications','addAgents','put','/:id','update','delete','destroy','removeDispositions','removeAnswers','removeAgents','multer','util','connect-timeout','express','Router'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x7ac0,0x1e3));var _0x07ac=function(_0xb3bf38,_0x35f629){_0xb3bf38=_0xb3bf38-0x0;var _0x344e0e=_0x7ac0[_0xb3bf38];return _0x344e0e;};'use strict';var multer=require(_0x07ac('0x0'));var util=require(_0x07ac('0x1'));var path=require('path');var timeout=require(_0x07ac('0x2'));var express=require(_0x07ac('0x3'));var router=express[_0x07ac('0x4')]();var auth=require(_0x07ac('0x5'));var interaction=require(_0x07ac('0x6'));var config=require('../../config/environment');var controller=require('./chatWebsite.controller');router[_0x07ac('0x7')]('/',auth['isAuthenticated'](),controller[_0x07ac('0x8')]);router['get']('/describe',auth[_0x07ac('0x9')](),controller['describe']);router[_0x07ac('0x7')]('/:id',auth[_0x07ac('0x9')](),controller['show']);router['get'](_0x07ac('0xa'),auth[_0x07ac('0x9')](),controller[_0x07ac('0xb')]);router['get']('/:id/canned_answers',auth[_0x07ac('0x9')](),controller[_0x07ac('0xc')]);router[_0x07ac('0x7')](_0x07ac('0xd'),controller[_0x07ac('0xe')]);router[_0x07ac('0x7')](_0x07ac('0xf'),controller[_0x07ac('0x10')]);router[_0x07ac('0x7')](_0x07ac('0x11'),controller[_0x07ac('0x12')]);router[_0x07ac('0x7')](_0x07ac('0x13'),controller[_0x07ac('0x14')]);router[_0x07ac('0x7')](_0x07ac('0x15'),auth['isAuthenticated'](),controller['getInteractions']);router[_0x07ac('0x7')](_0x07ac('0x16'),controller['getSnippet']);router[_0x07ac('0x7')](_0x07ac('0x17'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x18')]);router[_0x07ac('0x7')](_0x07ac('0x19'),auth[_0x07ac('0x9')](),controller['getProactiveActions']);router[_0x07ac('0x7')](_0x07ac('0x1a'),controller[_0x07ac('0x1b')]);router[_0x07ac('0x7')](_0x07ac('0x1c'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x1d')]);router[_0x07ac('0x7')](_0x07ac('0x1e'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x1f')]);router[_0x07ac('0x20')]('/',auth['isAuthenticated'](),controller[_0x07ac('0x21')]);router['post']('/:id/dispositions',auth[_0x07ac('0x9')](),controller['addDisposition']);router['post'](_0x07ac('0x22'),auth[_0x07ac('0x9')](),controller['addAnswer']);var upload=multer({'storage':multer[_0x07ac('0x23')]({'destination':function(_0xfd7a74,_0x1c5b55,_0x3f3c42){_0x3f3c42(null,path[_0x07ac('0x24')](config['root'],_0x07ac('0x25')));},'filename':function(_0x16de26,_0x55c3ae,_0x74284f){_0x74284f(null,util[_0x07ac('0x26')](_0x07ac('0x27'),Date['now'](),_0x55c3ae[_0x07ac('0x28')]));}})});router[_0x07ac('0x20')]('/:id/logo',upload['single'](_0x07ac('0x29')),controller['addLogo']);var upload=multer({'storage':multer[_0x07ac('0x23')]({'destination':function(_0x13f061,_0x12d911,_0x5bbf29){_0x5bbf29(null,path[_0x07ac('0x24')](config[_0x07ac('0x2a')],_0x07ac('0x2b')));},'filename':function(_0x33a2f1,_0x4a85f8,_0xa979c4){_0xa979c4(null,util[_0x07ac('0x26')](_0x07ac('0x27'),Date['now'](),_0x4a85f8[_0x07ac('0x28')]));}})});router[_0x07ac('0x20')]('/:id/avatar',upload[_0x07ac('0x2c')](_0x07ac('0x29')),controller['addAvatar']);var upload=multer({'storage':multer[_0x07ac('0x23')]({'destination':function(_0x36f545,_0x159b15,_0x494b94){_0x494b94(null,path[_0x07ac('0x24')](config[_0x07ac('0x2a')],_0x07ac('0x2b')));},'filename':function(_0x25ae68,_0x250f54,_0x32da81){_0x32da81(null,util[_0x07ac('0x26')]('%s-%s',Date[_0x07ac('0x2d')](),_0x250f54[_0x07ac('0x28')]));}})});router[_0x07ac('0x20')]('/:id/customer_avatar',upload[_0x07ac('0x2c')]('file'),controller[_0x07ac('0x2e')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x2cfb3a,_0x1825da,_0x1e4d51){_0x1e4d51(null,path['join'](config[_0x07ac('0x2a')],_0x07ac('0x2b')));},'filename':function(_0x1c7104,_0xb53d2a,_0x38d35f){_0x38d35f(null,util['format'](_0x07ac('0x27'),Date['now'](),_0xb53d2a[_0x07ac('0x28')]));}})});router[_0x07ac('0x20')](_0x07ac('0x13'),upload[_0x07ac('0x2c')](_0x07ac('0x29')),controller[_0x07ac('0x2f')]);router[_0x07ac('0x20')](_0x07ac('0x30'),controller['notify']);router['post'](_0x07ac('0x31'),controller['offline']);router[_0x07ac('0x20')](_0x07ac('0x15'),auth['isAuthenticated'](),controller[_0x07ac('0x32')]);router[_0x07ac('0x20')](_0x07ac('0x17'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x33')]);router[_0x07ac('0x20')](_0x07ac('0x19'),auth[_0x07ac('0x9')](),controller['addProactiveActions']);router[_0x07ac('0x20')](_0x07ac('0x1e'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x34')]);router[_0x07ac('0x35')](_0x07ac('0x36'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x37')]);router[_0x07ac('0x38')](_0x07ac('0x36'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x39')]);router['delete'](_0x07ac('0xa'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x3a')]);router['delete'](_0x07ac('0x22'),auth[_0x07ac('0x9')](),controller[_0x07ac('0x3b')]);router[_0x07ac('0x38')](_0x07ac('0x1e'),auth['isAuthenticated'](),controller[_0x07ac('0x3c')]);module['exports']=router;
\ No newline at end of file
+var _0xa9e0=['util','path','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./chatWebsite.controller','get','index','/describe','show','/:id/dispositions','isAuthenticated','getDispositions','/:id/logo','getLogo','/:id/avatar','getAvatar','getCustomerAvatar','/:id/system_avatar','getSystemAvatar','/:id/interactions','getInteractions','/:id/snippet','/:id/applications','getApplications','/:id/proactive_actions','getProactiveActions','/:id/fields','getFields','/:id/offline_messages','getOfflineMessages','/:id/users','getAgents','post','create','addDisposition','/:id/canned_answers','addAnswer','diskStorage','join','root','format','%s-%s','originalname','file','addLogo','now','single','addAvatar','server/files/images/avatars/','/:id/customer_avatar','addCustomerAvatar','addSystemAvatar','notify','attachments','offline-chat','extname','replace','any','offline','addInteraction','addApplications','addProactiveActions','addAgents','put','/:id','update','delete','destroy','removeAnswers','removeAgents','multer'];(function(_0x265bd2,_0xa73b62){var _0x7d3318=function(_0x153b4c){while(--_0x153b4c){_0x265bd2['push'](_0x265bd2['shift']());}};_0x7d3318(++_0xa73b62);}(_0xa9e0,0x123));var _0x0a9e=function(_0x4e1d03,_0x786f3a){_0x4e1d03=_0x4e1d03-0x0;var _0x362d4b=_0xa9e0[_0x4e1d03];return _0x362d4b;};'use strict';var multer=require(_0x0a9e('0x0'));var util=require(_0x0a9e('0x1'));var path=require(_0x0a9e('0x2'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x0a9e('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x0a9e('0x4'));var interaction=require(_0x0a9e('0x5'));var config=require(_0x0a9e('0x6'));var controller=require(_0x0a9e('0x7'));router[_0x0a9e('0x8')]('/',auth['isAuthenticated'](),controller[_0x0a9e('0x9')]);router[_0x0a9e('0x8')](_0x0a9e('0xa'),auth['isAuthenticated'](),controller['describe']);router[_0x0a9e('0x8')]('/:id',auth['isAuthenticated'](),controller[_0x0a9e('0xb')]);router[_0x0a9e('0x8')](_0x0a9e('0xc'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0xe')]);router[_0x0a9e('0x8')]('/:id/canned_answers',auth['isAuthenticated'](),controller['getAnswers']);router['get'](_0x0a9e('0xf'),controller[_0x0a9e('0x10')]);router[_0x0a9e('0x8')](_0x0a9e('0x11'),controller[_0x0a9e('0x12')]);router[_0x0a9e('0x8')]('/:id/customer_avatar',controller[_0x0a9e('0x13')]);router[_0x0a9e('0x8')](_0x0a9e('0x14'),controller[_0x0a9e('0x15')]);router[_0x0a9e('0x8')](_0x0a9e('0x16'),auth['isAuthenticated'](),controller[_0x0a9e('0x17')]);router['get'](_0x0a9e('0x18'),controller['getSnippet']);router[_0x0a9e('0x8')](_0x0a9e('0x19'),auth['isAuthenticated'](),controller[_0x0a9e('0x1a')]);router['get'](_0x0a9e('0x1b'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x1c')]);router[_0x0a9e('0x8')](_0x0a9e('0x1d'),controller[_0x0a9e('0x1e')]);router[_0x0a9e('0x8')](_0x0a9e('0x1f'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x20')]);router[_0x0a9e('0x8')](_0x0a9e('0x21'),auth['isAuthenticated'](),controller[_0x0a9e('0x22')]);router[_0x0a9e('0x23')]('/',auth['isAuthenticated'](),controller[_0x0a9e('0x24')]);router['post']('/:id/dispositions',auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x25')]);router[_0x0a9e('0x23')](_0x0a9e('0x26'),auth['isAuthenticated'](),controller[_0x0a9e('0x27')]);var upload=multer({'storage':multer[_0x0a9e('0x28')]({'destination':function(_0x3b45bc,_0x4d00e6,_0x370d86){_0x370d86(null,path[_0x0a9e('0x29')](config[_0x0a9e('0x2a')],'server/files/images/logos/'));},'filename':function(_0x59181e,_0x197ec0,_0x3a8e58){_0x3a8e58(null,util[_0x0a9e('0x2b')](_0x0a9e('0x2c'),Date['now'](),_0x197ec0[_0x0a9e('0x2d')]));}})});router['post'](_0x0a9e('0xf'),upload['single'](_0x0a9e('0x2e')),controller[_0x0a9e('0x2f')]);var upload=multer({'storage':multer[_0x0a9e('0x28')]({'destination':function(_0x14433c,_0x140511,_0x1538a4){_0x1538a4(null,path[_0x0a9e('0x29')](config[_0x0a9e('0x2a')],'server/files/images/avatars/'));},'filename':function(_0x3652a7,_0x468813,_0x2b1f27){_0x2b1f27(null,util[_0x0a9e('0x2b')]('%s-%s',Date[_0x0a9e('0x30')](),_0x468813[_0x0a9e('0x2d')]));}})});router[_0x0a9e('0x23')](_0x0a9e('0x11'),upload[_0x0a9e('0x31')](_0x0a9e('0x2e')),controller[_0x0a9e('0x32')]);var upload=multer({'storage':multer[_0x0a9e('0x28')]({'destination':function(_0x1dbde2,_0x540530,_0x426950){_0x426950(null,path['join'](config[_0x0a9e('0x2a')],_0x0a9e('0x33')));},'filename':function(_0x1122db,_0x33bdb7,_0x25ce3a){_0x25ce3a(null,util['format'](_0x0a9e('0x2c'),Date[_0x0a9e('0x30')](),_0x33bdb7[_0x0a9e('0x2d')]));}})});router[_0x0a9e('0x23')](_0x0a9e('0x34'),upload[_0x0a9e('0x31')](_0x0a9e('0x2e')),controller[_0x0a9e('0x35')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x44295a,_0x5e7238,_0x2cc7a0){_0x2cc7a0(null,path[_0x0a9e('0x29')](config[_0x0a9e('0x2a')],_0x0a9e('0x33')));},'filename':function(_0x567193,_0x191e91,_0xd1836d){_0xd1836d(null,util[_0x0a9e('0x2b')](_0x0a9e('0x2c'),Date['now'](),_0x191e91['originalname']));}})});router[_0x0a9e('0x23')]('/:id/system_avatar',upload[_0x0a9e('0x31')](_0x0a9e('0x2e')),controller[_0x0a9e('0x36')]);router[_0x0a9e('0x23')]('/:id/notify',controller[_0x0a9e('0x37')]);const offlineUploadMulter=multer({'storage':multer[_0x0a9e('0x28')]({'destination':function(_0x3cae,_0x533942,_0x1dbf74){const _0x1a180b=path[_0x0a9e('0x29')](config['root'],'server/files',_0x0a9e('0x38'),_0x0a9e('0x39'));fs_extra['ensureDir'](_0x1a180b,function(){_0x1dbf74(null,_0x1a180b);});},'filename':function(_0x2b814e,_0x419125,_0x2e1b3a){const _0x148f55=_0x419125['originalname']['replace'](/[+@&\/\\#,+()$~%'":*?<>{}\s\\|]/g,'-');const _0x15e37d=path[_0x0a9e('0x3a')](_0x148f55);const _0x53f3ee=Date[_0x0a9e('0x30')]()+'-'+_0x148f55[_0x0a9e('0x3b')](_0x15e37d,'')+_0x15e37d;_0x2e1b3a(null,_0x53f3ee);}})});router[_0x0a9e('0x23')]('/:id/offline',offlineUploadMulter[_0x0a9e('0x3c')](),controller[_0x0a9e('0x3d')]);router[_0x0a9e('0x23')](_0x0a9e('0x16'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x3e')]);router[_0x0a9e('0x23')](_0x0a9e('0x19'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x3f')]);router[_0x0a9e('0x23')](_0x0a9e('0x1b'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x40')]);router[_0x0a9e('0x23')]('/:id/users',auth['isAuthenticated'](),controller[_0x0a9e('0x41')]);router[_0x0a9e('0x42')](_0x0a9e('0x43'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x44')]);router[_0x0a9e('0x45')](_0x0a9e('0x43'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x46')]);router[_0x0a9e('0x45')](_0x0a9e('0xc'),auth[_0x0a9e('0xd')](),controller['removeDispositions']);router[_0x0a9e('0x45')](_0x0a9e('0x26'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x47')]);router[_0x0a9e('0x45')](_0x0a9e('0x21'),auth[_0x0a9e('0xd')](),controller[_0x0a9e('0x48')]);module['exports']=router;
\ No newline at end of file