Built motion from commit (unavailable).|2.5.21
[motion2.git] / server / api / faxAccount / index.js
index 8e61375..7de1001 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xdf2c=['index','/describe','describe','/:id','show','get','/:id/dispositions','getDispositions','getAnswers','/:id/applications','/:id/messages','getMessages','/:id/users','getAgents','post','create','addDisposition','/:id/canned_answers','addAnswer','/:id/interactions','addApplications','/addaccountapplications','addAccountApplications','send','put','update','delete','removeDispositions','removeAgents','exports','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../config/environment','isAuthenticated'];(function(_0x14aed8,_0x523f1c){var _0x3349c4=function(_0x2bc0a7){while(--_0x2bc0a7){_0x14aed8['push'](_0x14aed8['shift']());}};_0x3349c4(++_0x523f1c);}(_0xdf2c,0x16b));var _0xcdf2=function(_0x2c91e9,_0x2fb965){_0x2c91e9=_0x2c91e9-0x0;var _0x13f0ff=_0xdf2c[_0x2c91e9];return _0x13f0ff;};'use strict';var multer=require('multer');var util=require('util');var path=require('path');var timeout=require(_0xcdf2('0x0'));var express=require(_0xcdf2('0x1'));var router=express[_0xcdf2('0x2')]();var fs_extra=require(_0xcdf2('0x3'));var auth=require(_0xcdf2('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0xcdf2('0x5'));var controller=require('./faxAccount.controller');router['get']('/',auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x7')]);router['get'](_0xcdf2('0x8'),auth['isAuthenticated'](),controller[_0xcdf2('0x9')]);router['get'](_0xcdf2('0xa'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0xb')]);router[_0xcdf2('0xc')](_0xcdf2('0xd'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0xe')]);router[_0xcdf2('0xc')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0xcdf2('0xf')]);router[_0xcdf2('0xc')]('/:id/interactions',auth[_0xcdf2('0x6')](),controller['getInteractions']);router[_0xcdf2('0xc')](_0xcdf2('0x10'),auth[_0xcdf2('0x6')](),controller['getApplications']);router[_0xcdf2('0xc')](_0xcdf2('0x11'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x12')]);router[_0xcdf2('0xc')](_0xcdf2('0x13'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x14')]);router[_0xcdf2('0x15')]('/',auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x16')]);router['post'](_0xcdf2('0xd'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x17')]);router[_0xcdf2('0x15')](_0xcdf2('0x18'),auth['isAuthenticated'](),controller[_0xcdf2('0x19')]);router[_0xcdf2('0x15')](_0xcdf2('0x1a'),auth[_0xcdf2('0x6')](),controller['addInteraction']);router[_0xcdf2('0x15')](_0xcdf2('0x10'),auth['isAuthenticated'](),controller[_0xcdf2('0x1b')]);router[_0xcdf2('0x15')](_0xcdf2('0x1c'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x1d')]);router[_0xcdf2('0x15')]('/updateaccountapplications',auth[_0xcdf2('0x6')](),controller['updateAccountApplications']);router[_0xcdf2('0x15')]('/:id/send',auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x1e')]);router[_0xcdf2('0x15')]('/:id/users',auth[_0xcdf2('0x6')](),controller['addAgents']);router[_0xcdf2('0x1f')]('/:id',auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x20')]);router[_0xcdf2('0x21')]('/:id',auth[_0xcdf2('0x6')](),controller['destroy']);router[_0xcdf2('0x21')](_0xcdf2('0xd'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x22')]);router[_0xcdf2('0x21')](_0xcdf2('0x18'),auth['isAuthenticated'](),controller['removeAnswers']);router[_0xcdf2('0x21')](_0xcdf2('0x13'),auth[_0xcdf2('0x6')](),controller[_0xcdf2('0x23')]);module[_0xcdf2('0x24')]=router;
\ No newline at end of file
+var _0x8c89=['./faxAccount.controller','get','isAuthenticated','index','/describe','describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/interactions','getInteractions','/:id/applications','getMessages','getAgents','post','create','addDisposition','addAnswer','addApplications','addAccountApplications','/updateaccountapplications','/:id/send','/:id/users','addAgents','put','update','delete','destroy','removeDispositions','removeAnswers','removeAgents','exports','multer','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x50a0c2,_0x4befab){var _0x5ebadd=function(_0x3a3342){while(--_0x3a3342){_0x50a0c2['push'](_0x50a0c2['shift']());}};_0x5ebadd(++_0x4befab);}(_0x8c89,0x173));var _0x98c8=function(_0x1a0011,_0x32b202){_0x1a0011=_0x1a0011-0x0;var _0x49bfb2=_0x8c89[_0x1a0011];return _0x49bfb2;};'use strict';var multer=require(_0x98c8('0x0'));var util=require('util');var path=require(_0x98c8('0x1'));var timeout=require(_0x98c8('0x2'));var express=require(_0x98c8('0x3'));var router=express['Router']();var auth=require(_0x98c8('0x4'));var interaction=require(_0x98c8('0x5'));var config=require(_0x98c8('0x6'));var controller=require(_0x98c8('0x7'));router[_0x98c8('0x8')]('/',auth[_0x98c8('0x9')](),controller[_0x98c8('0xa')]);router[_0x98c8('0x8')](_0x98c8('0xb'),auth[_0x98c8('0x9')](),controller[_0x98c8('0xc')]);router[_0x98c8('0x8')](_0x98c8('0xd'),auth[_0x98c8('0x9')](),controller[_0x98c8('0xe')]);router['get'](_0x98c8('0xf'),auth['isAuthenticated'](),controller[_0x98c8('0x10')]);router[_0x98c8('0x8')](_0x98c8('0x11'),auth[_0x98c8('0x9')](),controller[_0x98c8('0x12')]);router[_0x98c8('0x8')](_0x98c8('0x13'),auth[_0x98c8('0x9')](),controller[_0x98c8('0x14')]);router['get'](_0x98c8('0x15'),auth[_0x98c8('0x9')](),controller['getApplications']);router['get']('/:id/messages',auth[_0x98c8('0x9')](),controller[_0x98c8('0x16')]);router['get']('/:id/users',auth[_0x98c8('0x9')](),controller[_0x98c8('0x17')]);router[_0x98c8('0x18')]('/',auth[_0x98c8('0x9')](),controller[_0x98c8('0x19')]);router['post']('/:id/dispositions',auth[_0x98c8('0x9')](),controller[_0x98c8('0x1a')]);router[_0x98c8('0x18')](_0x98c8('0x11'),auth['isAuthenticated'](),controller[_0x98c8('0x1b')]);router['post'](_0x98c8('0x13'),auth[_0x98c8('0x9')](),controller['addInteraction']);router[_0x98c8('0x18')](_0x98c8('0x15'),auth[_0x98c8('0x9')](),controller[_0x98c8('0x1c')]);router[_0x98c8('0x18')]('/addaccountapplications',auth[_0x98c8('0x9')](),controller[_0x98c8('0x1d')]);router['post'](_0x98c8('0x1e'),auth[_0x98c8('0x9')](),controller['updateAccountApplications']);router[_0x98c8('0x18')](_0x98c8('0x1f'),auth[_0x98c8('0x9')](),controller['send']);router['post'](_0x98c8('0x20'),auth['isAuthenticated'](),controller[_0x98c8('0x21')]);router[_0x98c8('0x22')](_0x98c8('0xd'),auth['isAuthenticated'](),controller[_0x98c8('0x23')]);router[_0x98c8('0x24')]('/:id',auth[_0x98c8('0x9')](),controller[_0x98c8('0x25')]);router['delete'](_0x98c8('0xf'),auth['isAuthenticated'](),controller[_0x98c8('0x26')]);router['delete'](_0x98c8('0x11'),auth['isAuthenticated'](),controller[_0x98c8('0x27')]);router[_0x98c8('0x24')]('/:id/users',auth[_0x98c8('0x9')](),controller[_0x98c8('0x28')]);module[_0x98c8('0x29')]=router;
\ No newline at end of file