Built motion from commit (unavailable).|2.5.12
[motion2.git] / server / api / chatWebsite / index.js
index 0fb1851..00b7226 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x758c=['multer','util','connect-timeout','Router','../../config/environment','./chatWebsite.controller','isAuthenticated','index','describe','get','/:id','show','getDispositions','/:id/canned_answers','getAnswers','/:id/logo','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','getSystemAvatar','/:id/interactions','getInteractions','/:id/snippet','getSnippet','/:id/applications','getApplications','/:id/proactive_actions','getProactiveActions','getFields','getOfflineMessages','getAgents','post','/:id/dispositions','addDisposition','addAnswer','diskStorage','join','server/files/images/logos/','format','%s-%s','originalname','single','addLogo','root','server/files/images/avatars/','/:id/avatar','now','file','addCustomerAvatar','addSystemAvatar','/:id/notify','notify','/:id/offline','offline','addInteraction','addApplications','addProactiveActions','/:id/users','addAgents','put','update','delete','removeDispositions','removeAnswers','exports'];(function(_0x12c791,_0x123617){var _0x266301=function(_0x53ba03){while(--_0x53ba03){_0x12c791['push'](_0x12c791['shift']());}};_0x266301(++_0x123617);}(_0x758c,0x186));var _0xc758=function(_0x4af6d6,_0x5a73bc){_0x4af6d6=_0x4af6d6-0x0;var _0x5e63a0=_0x758c[_0x4af6d6];return _0x5e63a0;};'use strict';var multer=require(_0xc758('0x0'));var util=require(_0xc758('0x1'));var path=require('path');var timeout=require(_0xc758('0x2'));var express=require('express');var router=express[_0xc758('0x3')]();var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xc758('0x4'));var controller=require(_0xc758('0x5'));router['get']('/',auth[_0xc758('0x6')](),controller[_0xc758('0x7')]);router['get']('/describe',auth[_0xc758('0x6')](),controller[_0xc758('0x8')]);router[_0xc758('0x9')](_0xc758('0xa'),auth['isAuthenticated'](),controller[_0xc758('0xb')]);router[_0xc758('0x9')]('/:id/dispositions',auth[_0xc758('0x6')](),controller[_0xc758('0xc')]);router[_0xc758('0x9')](_0xc758('0xd'),auth['isAuthenticated'](),controller[_0xc758('0xe')]);router['get'](_0xc758('0xf'),controller['getLogo']);router[_0xc758('0x9')]('/:id/avatar',controller['getAvatar']);router['get'](_0xc758('0x10'),controller[_0xc758('0x11')]);router[_0xc758('0x9')](_0xc758('0x12'),controller[_0xc758('0x13')]);router[_0xc758('0x9')](_0xc758('0x14'),auth[_0xc758('0x6')](),controller[_0xc758('0x15')]);router[_0xc758('0x9')](_0xc758('0x16'),controller[_0xc758('0x17')]);router[_0xc758('0x9')](_0xc758('0x18'),auth[_0xc758('0x6')](),controller[_0xc758('0x19')]);router[_0xc758('0x9')](_0xc758('0x1a'),auth['isAuthenticated'](),controller[_0xc758('0x1b')]);router['get']('/:id/fields',controller[_0xc758('0x1c')]);router['get']('/:id/offline_messages',auth['isAuthenticated'](),controller[_0xc758('0x1d')]);router[_0xc758('0x9')]('/:id/users',auth['isAuthenticated'](),controller[_0xc758('0x1e')]);router[_0xc758('0x1f')]('/',auth[_0xc758('0x6')](),controller['create']);router['post'](_0xc758('0x20'),auth[_0xc758('0x6')](),controller[_0xc758('0x21')]);router[_0xc758('0x1f')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0xc758('0x22')]);var upload=multer({'storage':multer[_0xc758('0x23')]({'destination':function(_0x4f2006,_0x23d5f1,_0x12f4cc){_0x12f4cc(null,path[_0xc758('0x24')](config['root'],_0xc758('0x25')));},'filename':function(_0x547695,_0x43d2f9,_0x582426){_0x582426(null,util[_0xc758('0x26')](_0xc758('0x27'),Date['now'](),_0x43d2f9[_0xc758('0x28')]));}})});router[_0xc758('0x1f')](_0xc758('0xf'),upload[_0xc758('0x29')]('file'),controller[_0xc758('0x2a')]);var upload=multer({'storage':multer[_0xc758('0x23')]({'destination':function(_0x511c0a,_0x3bb740,_0x1be3a7){_0x1be3a7(null,path[_0xc758('0x24')](config[_0xc758('0x2b')],_0xc758('0x2c')));},'filename':function(_0x18f7d4,_0x1b8d7a,_0x3026ff){_0x3026ff(null,util[_0xc758('0x26')](_0xc758('0x27'),Date['now'](),_0x1b8d7a[_0xc758('0x28')]));}})});router['post'](_0xc758('0x2d'),upload['single']('file'),controller['addAvatar']);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x17772f,_0x3ae075,_0x2f0251){_0x2f0251(null,path['join'](config[_0xc758('0x2b')],_0xc758('0x2c')));},'filename':function(_0x102c3a,_0x1a2565,_0x41e734){_0x41e734(null,util[_0xc758('0x26')](_0xc758('0x27'),Date[_0xc758('0x2e')](),_0x1a2565['originalname']));}})});router[_0xc758('0x1f')](_0xc758('0x10'),upload[_0xc758('0x29')](_0xc758('0x2f')),controller[_0xc758('0x30')]);var upload=multer({'storage':multer[_0xc758('0x23')]({'destination':function(_0x1501fd,_0x2dbfd6,_0x208a18){_0x208a18(null,path[_0xc758('0x24')](config[_0xc758('0x2b')],_0xc758('0x2c')));},'filename':function(_0x4e40ac,_0x44b5e3,_0x270e8d){_0x270e8d(null,util[_0xc758('0x26')](_0xc758('0x27'),Date['now'](),_0x44b5e3[_0xc758('0x28')]));}})});router[_0xc758('0x1f')](_0xc758('0x12'),upload[_0xc758('0x29')](_0xc758('0x2f')),controller[_0xc758('0x31')]);router[_0xc758('0x1f')](_0xc758('0x32'),controller[_0xc758('0x33')]);router['post'](_0xc758('0x34'),controller[_0xc758('0x35')]);router[_0xc758('0x1f')](_0xc758('0x14'),auth['isAuthenticated'](),controller[_0xc758('0x36')]);router[_0xc758('0x1f')](_0xc758('0x18'),auth['isAuthenticated'](),controller[_0xc758('0x37')]);router[_0xc758('0x1f')](_0xc758('0x1a'),auth[_0xc758('0x6')](),controller[_0xc758('0x38')]);router[_0xc758('0x1f')](_0xc758('0x39'),auth[_0xc758('0x6')](),controller[_0xc758('0x3a')]);router[_0xc758('0x3b')]('/:id',auth[_0xc758('0x6')](),controller[_0xc758('0x3c')]);router[_0xc758('0x3d')](_0xc758('0xa'),auth[_0xc758('0x6')](),controller['destroy']);router[_0xc758('0x3d')](_0xc758('0x20'),auth[_0xc758('0x6')](),controller[_0xc758('0x3e')]);router[_0xc758('0x3d')]('/:id/canned_answers',auth[_0xc758('0x6')](),controller[_0xc758('0x3f')]);router['delete'](_0xc758('0x39'),auth[_0xc758('0x6')](),controller['removeAgents']);module[_0xc758('0x40')]=router;
\ No newline at end of file
+var _0xbcd4=['removeAgents','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../config/environment','./chatWebsite.controller','isAuthenticated','get','/describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','/:id/logo','getLogo','/:id/avatar','getAvatar','/:id/customer_avatar','getCustomerAvatar','/:id/system_avatar','getSystemAvatar','getInteractions','/:id/snippet','getSnippet','getApplications','getProactiveActions','/:id/fields','getFields','/:id/offline_messages','getOfflineMessages','/:id/users','getAgents','create','addDisposition','addAnswer','join','server/files/images/logos/','%s-%s','post','single','file','diskStorage','root','server/files/images/avatars/','format','now','addAvatar','originalname','addCustomerAvatar','addSystemAvatar','/:id/offline','offline','/:id/interactions','addInteraction','/:id/applications','addApplications','/:id/proactive_actions','addProactiveActions','addAgents','put','destroy','delete','removeDispositions','removeAnswers'];(function(_0x1f3f6e,_0x4402a8){var _0x4faede=function(_0xc74d63){while(--_0xc74d63){_0x1f3f6e['push'](_0x1f3f6e['shift']());}};_0x4faede(++_0x4402a8);}(_0xbcd4,0x1e4));var _0x4bcd=function(_0x33a18c,_0x4d7706){_0x33a18c=_0x33a18c-0x0;var _0x33de05=_0xbcd4[_0x33a18c];return _0x33de05;};'use strict';var multer=require(_0x4bcd('0x0'));var util=require(_0x4bcd('0x1'));var path=require(_0x4bcd('0x2'));var timeout=require(_0x4bcd('0x3'));var express=require(_0x4bcd('0x4'));var router=express[_0x4bcd('0x5')]();var auth=require(_0x4bcd('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0x4bcd('0x7'));var controller=require(_0x4bcd('0x8'));router['get']('/',auth[_0x4bcd('0x9')](),controller['index']);router[_0x4bcd('0xa')](_0x4bcd('0xb'),auth[_0x4bcd('0x9')](),controller['describe']);router[_0x4bcd('0xa')](_0x4bcd('0xc'),auth['isAuthenticated'](),controller[_0x4bcd('0xd')]);router['get'](_0x4bcd('0xe'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0xf')]);router[_0x4bcd('0xa')](_0x4bcd('0x10'),auth['isAuthenticated'](),controller['getAnswers']);router[_0x4bcd('0xa')](_0x4bcd('0x11'),controller[_0x4bcd('0x12')]);router[_0x4bcd('0xa')](_0x4bcd('0x13'),controller[_0x4bcd('0x14')]);router['get'](_0x4bcd('0x15'),controller[_0x4bcd('0x16')]);router[_0x4bcd('0xa')](_0x4bcd('0x17'),controller[_0x4bcd('0x18')]);router[_0x4bcd('0xa')]('/:id/interactions',auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x19')]);router['get'](_0x4bcd('0x1a'),controller[_0x4bcd('0x1b')]);router['get']('/:id/applications',auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x1c')]);router[_0x4bcd('0xa')]('/:id/proactive_actions',auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x1d')]);router[_0x4bcd('0xa')](_0x4bcd('0x1e'),controller[_0x4bcd('0x1f')]);router[_0x4bcd('0xa')](_0x4bcd('0x20'),auth['isAuthenticated'](),controller[_0x4bcd('0x21')]);router[_0x4bcd('0xa')](_0x4bcd('0x22'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x23')]);router['post']('/',auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x24')]);router['post'](_0x4bcd('0xe'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x25')]);router['post'](_0x4bcd('0x10'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x26')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x17dc73,_0x3f5d20,_0x291ea1){_0x291ea1(null,path[_0x4bcd('0x27')](config['root'],_0x4bcd('0x28')));},'filename':function(_0x240471,_0x1a8af3,_0x347665){_0x347665(null,util['format'](_0x4bcd('0x29'),Date['now'](),_0x1a8af3['originalname']));}})});router[_0x4bcd('0x2a')]('/:id/logo',upload[_0x4bcd('0x2b')](_0x4bcd('0x2c')),controller['addLogo']);var upload=multer({'storage':multer[_0x4bcd('0x2d')]({'destination':function(_0x5c01f0,_0x5c218a,_0x4a33a6){_0x4a33a6(null,path[_0x4bcd('0x27')](config[_0x4bcd('0x2e')],_0x4bcd('0x2f')));},'filename':function(_0x162e66,_0x4de8dd,_0x2a98bb){_0x2a98bb(null,util[_0x4bcd('0x30')]('%s-%s',Date[_0x4bcd('0x31')](),_0x4de8dd['originalname']));}})});router[_0x4bcd('0x2a')](_0x4bcd('0x13'),upload[_0x4bcd('0x2b')]('file'),controller[_0x4bcd('0x32')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x27d1a4,_0x29a57b,_0x585d5c){_0x585d5c(null,path[_0x4bcd('0x27')](config[_0x4bcd('0x2e')],_0x4bcd('0x2f')));},'filename':function(_0x1f33e0,_0x5a39c3,_0xd1235e){_0xd1235e(null,util[_0x4bcd('0x30')]('%s-%s',Date[_0x4bcd('0x31')](),_0x5a39c3[_0x4bcd('0x33')]));}})});router[_0x4bcd('0x2a')]('/:id/customer_avatar',upload[_0x4bcd('0x2b')](_0x4bcd('0x2c')),controller[_0x4bcd('0x34')]);var upload=multer({'storage':multer['diskStorage']({'destination':function(_0x18275f,_0x4a6d01,_0x54b0fb){_0x54b0fb(null,path[_0x4bcd('0x27')](config['root'],_0x4bcd('0x2f')));},'filename':function(_0x26c501,_0x5b6367,_0x3c157f){_0x3c157f(null,util['format'](_0x4bcd('0x29'),Date[_0x4bcd('0x31')](),_0x5b6367['originalname']));}})});router[_0x4bcd('0x2a')](_0x4bcd('0x17'),upload['single'](_0x4bcd('0x2c')),controller[_0x4bcd('0x35')]);router[_0x4bcd('0x2a')]('/:id/notify',controller['notify']);router[_0x4bcd('0x2a')](_0x4bcd('0x36'),controller[_0x4bcd('0x37')]);router[_0x4bcd('0x2a')](_0x4bcd('0x38'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x39')]);router[_0x4bcd('0x2a')](_0x4bcd('0x3a'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x3b')]);router['post'](_0x4bcd('0x3c'),auth['isAuthenticated'](),controller[_0x4bcd('0x3d')]);router[_0x4bcd('0x2a')](_0x4bcd('0x22'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x3e')]);router[_0x4bcd('0x3f')](_0x4bcd('0xc'),auth[_0x4bcd('0x9')](),controller['update']);router['delete']('/:id',auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x40')]);router[_0x4bcd('0x41')]('/:id/dispositions',auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x42')]);router['delete']('/:id/canned_answers',auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x43')]);router[_0x4bcd('0x41')](_0x4bcd('0x22'),auth[_0x4bcd('0x9')](),controller[_0x4bcd('0x44')]);module['exports']=router;
\ No newline at end of file