Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / api / faxAccount / index.js
index eb27b2b..c72d03e 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xd1fe=['/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','/:id/interactions','getInteractions','/:id/applications','getApplications','getMessages','/:id/users','getAgents','post','addDisposition','addAnswer','addInteraction','/addaccountapplications','updateAccountApplications','/:id/send','send','addAgents','put','delete','destroy','removeDispositions','removeAnswers','removeAgents','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../config/environment','isAuthenticated','index','get','/describe','describe'];(function(_0x1562a2,_0x2e4655){var _0x39a636=function(_0x25483a){while(--_0x25483a){_0x1562a2['push'](_0x1562a2['shift']());}};_0x39a636(++_0x2e4655);}(_0xd1fe,0x10b));var _0xed1f=function(_0x595038,_0xc62f9e){_0x595038=_0x595038-0x0;var _0x353f51=_0xd1fe[_0x595038];return _0x353f51;};'use strict';var multer=require(_0xed1f('0x0'));var util=require(_0xed1f('0x1'));var path=require(_0xed1f('0x2'));var timeout=require(_0xed1f('0x3'));var express=require(_0xed1f('0x4'));var router=express[_0xed1f('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0xed1f('0x6'));var interaction=require('../../components/interaction/service');var config=require(_0xed1f('0x7'));var controller=require('./faxAccount.controller');router['get']('/',auth[_0xed1f('0x8')](),controller[_0xed1f('0x9')]);router[_0xed1f('0xa')](_0xed1f('0xb'),auth[_0xed1f('0x8')](),controller[_0xed1f('0xc')]);router[_0xed1f('0xa')](_0xed1f('0xd'),auth[_0xed1f('0x8')](),controller[_0xed1f('0xe')]);router[_0xed1f('0xa')](_0xed1f('0xf'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x10')]);router['get'](_0xed1f('0x11'),auth[_0xed1f('0x8')](),controller['getAnswers']);router['get'](_0xed1f('0x12'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x13')]);router[_0xed1f('0xa')](_0xed1f('0x14'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x15')]);router['get']('/:id/messages',auth[_0xed1f('0x8')](),controller[_0xed1f('0x16')]);router[_0xed1f('0xa')](_0xed1f('0x17'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x18')]);router[_0xed1f('0x19')]('/',auth['isAuthenticated'](),controller['create']);router[_0xed1f('0x19')]('/:id/dispositions',auth[_0xed1f('0x8')](),controller[_0xed1f('0x1a')]);router['post'](_0xed1f('0x11'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x1b')]);router[_0xed1f('0x19')]('/:id/interactions',auth[_0xed1f('0x8')](),controller[_0xed1f('0x1c')]);router['post']('/:id/applications',auth['isAuthenticated'](),controller['addApplications']);router[_0xed1f('0x19')](_0xed1f('0x1d'),auth[_0xed1f('0x8')](),controller['addAccountApplications']);router[_0xed1f('0x19')]('/updateaccountapplications',auth[_0xed1f('0x8')](),controller[_0xed1f('0x1e')]);router[_0xed1f('0x19')](_0xed1f('0x1f'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x20')]);router[_0xed1f('0x19')](_0xed1f('0x17'),auth['isAuthenticated'](),controller[_0xed1f('0x21')]);router[_0xed1f('0x22')]('/:id',auth[_0xed1f('0x8')](),controller['update']);router[_0xed1f('0x23')](_0xed1f('0xd'),auth['isAuthenticated'](),controller[_0xed1f('0x24')]);router[_0xed1f('0x23')](_0xed1f('0xf'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x25')]);router['delete'](_0xed1f('0x11'),auth[_0xed1f('0x8')](),controller[_0xed1f('0x26')]);router[_0xed1f('0x23')]('/:id/users',auth[_0xed1f('0x8')](),controller[_0xed1f('0x27')]);module['exports']=router;
\ No newline at end of file
+var _0x29c0=['get','isAuthenticated','index','/describe','describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','/:id/interactions','getInteractions','/:id/applications','/:id/users','post','create','addDisposition','addInteraction','addApplications','/addaccountapplications','/updateaccountapplications','updateAccountApplications','/:id/send','send','addAgents','update','delete','destroy','removeDispositions','removeAnswers','removeAgents','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./faxAccount.controller'];(function(_0x46a267,_0x3fa3a0){var _0x8c4854=function(_0x42fa90){while(--_0x42fa90){_0x46a267['push'](_0x46a267['shift']());}};_0x8c4854(++_0x3fa3a0);}(_0x29c0,0x11b));var _0x029c=function(_0x4e9628,_0x250573){_0x4e9628=_0x4e9628-0x0;var _0x27bc8c=_0x29c0[_0x4e9628];return _0x27bc8c;};'use strict';var multer=require(_0x029c('0x0'));var util=require(_0x029c('0x1'));var path=require(_0x029c('0x2'));var timeout=require(_0x029c('0x3'));var express=require(_0x029c('0x4'));var router=express[_0x029c('0x5')]();var fs_extra=require(_0x029c('0x6'));var auth=require(_0x029c('0x7'));var interaction=require(_0x029c('0x8'));var config=require(_0x029c('0x9'));var controller=require(_0x029c('0xa'));router[_0x029c('0xb')]('/',auth[_0x029c('0xc')](),controller[_0x029c('0xd')]);router[_0x029c('0xb')](_0x029c('0xe'),auth[_0x029c('0xc')](),controller[_0x029c('0xf')]);router[_0x029c('0xb')](_0x029c('0x10'),auth[_0x029c('0xc')](),controller[_0x029c('0x11')]);router[_0x029c('0xb')](_0x029c('0x12'),auth[_0x029c('0xc')](),controller[_0x029c('0x13')]);router['get'](_0x029c('0x14'),auth[_0x029c('0xc')](),controller['getAnswers']);router[_0x029c('0xb')](_0x029c('0x15'),auth[_0x029c('0xc')](),controller[_0x029c('0x16')]);router[_0x029c('0xb')](_0x029c('0x17'),auth[_0x029c('0xc')](),controller['getApplications']);router[_0x029c('0xb')]('/:id/messages',auth[_0x029c('0xc')](),controller['getMessages']);router['get'](_0x029c('0x18'),auth['isAuthenticated'](),controller['getAgents']);router[_0x029c('0x19')]('/',auth[_0x029c('0xc')](),controller[_0x029c('0x1a')]);router['post']('/:id/dispositions',auth[_0x029c('0xc')](),controller[_0x029c('0x1b')]);router['post'](_0x029c('0x14'),auth[_0x029c('0xc')](),controller['addAnswer']);router[_0x029c('0x19')](_0x029c('0x15'),auth[_0x029c('0xc')](),controller[_0x029c('0x1c')]);router[_0x029c('0x19')]('/:id/applications',auth[_0x029c('0xc')](),controller[_0x029c('0x1d')]);router[_0x029c('0x19')](_0x029c('0x1e'),auth[_0x029c('0xc')](),controller['addAccountApplications']);router[_0x029c('0x19')](_0x029c('0x1f'),auth[_0x029c('0xc')](),controller[_0x029c('0x20')]);router[_0x029c('0x19')](_0x029c('0x21'),auth[_0x029c('0xc')](),controller[_0x029c('0x22')]);router[_0x029c('0x19')](_0x029c('0x18'),auth[_0x029c('0xc')](),controller[_0x029c('0x23')]);router['put'](_0x029c('0x10'),auth[_0x029c('0xc')](),controller[_0x029c('0x24')]);router[_0x029c('0x25')]('/:id',auth[_0x029c('0xc')](),controller[_0x029c('0x26')]);router[_0x029c('0x25')]('/:id/dispositions',auth[_0x029c('0xc')](),controller[_0x029c('0x27')]);router[_0x029c('0x25')](_0x029c('0x14'),auth[_0x029c('0xc')](),controller[_0x029c('0x28')]);router[_0x029c('0x25')](_0x029c('0x18'),auth[_0x029c('0xc')](),controller[_0x029c('0x29')]);module['exports']=router;
\ No newline at end of file