Built motion from commit 953226e6.|2.6.32
[motion2.git] / server / api / faxAccount / index.js
index a2bb916..1d32fa5 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x7b45=['/:id','show','/:id/dispositions','/:id/canned_answers','getAnswers','/:id/interactions','getInteractions','/:id/applications','getApplications','/:id/messages','getMessages','/:id/users','getAgents','post','create','addInteraction','addApplications','/addaccountapplications','addAccountApplications','/updateaccountapplications','/:id/send','update','delete','destroy','removeDispositions','exports','util','path','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','describe'];(function(_0x480455,_0x449bb4){var _0x9105e4=function(_0xd6fdcd){while(--_0xd6fdcd){_0x480455['push'](_0x480455['shift']());}};_0x9105e4(++_0x449bb4);}(_0x7b45,0xaa));var _0x57b4=function(_0x5811c9,_0x53aa8c){_0x5811c9=_0x5811c9-0x0;var _0x353260=_0x7b45[_0x5811c9];return _0x353260;};'use strict';var multer=require('multer');var util=require(_0x57b4('0x0'));var path=require(_0x57b4('0x1'));var timeout=require('connect-timeout');var express=require('express');var router=express[_0x57b4('0x2')]();var auth=require(_0x57b4('0x3'));var interaction=require(_0x57b4('0x4'));var config=require(_0x57b4('0x5'));var controller=require('./faxAccount.controller');router[_0x57b4('0x6')]('/',auth[_0x57b4('0x7')](),controller[_0x57b4('0x8')]);router[_0x57b4('0x6')]('/describe',auth[_0x57b4('0x7')](),controller[_0x57b4('0x9')]);router[_0x57b4('0x6')](_0x57b4('0xa'),auth[_0x57b4('0x7')](),controller[_0x57b4('0xb')]);router[_0x57b4('0x6')](_0x57b4('0xc'),auth[_0x57b4('0x7')](),controller['getDispositions']);router[_0x57b4('0x6')](_0x57b4('0xd'),auth[_0x57b4('0x7')](),controller[_0x57b4('0xe')]);router[_0x57b4('0x6')](_0x57b4('0xf'),auth['isAuthenticated'](),controller[_0x57b4('0x10')]);router[_0x57b4('0x6')](_0x57b4('0x11'),auth[_0x57b4('0x7')](),controller[_0x57b4('0x12')]);router[_0x57b4('0x6')](_0x57b4('0x13'),auth[_0x57b4('0x7')](),controller[_0x57b4('0x14')]);router[_0x57b4('0x6')](_0x57b4('0x15'),auth['isAuthenticated'](),controller[_0x57b4('0x16')]);router[_0x57b4('0x17')]('/',auth[_0x57b4('0x7')](),controller[_0x57b4('0x18')]);router[_0x57b4('0x17')](_0x57b4('0xc'),auth[_0x57b4('0x7')](),controller['addDisposition']);router[_0x57b4('0x17')](_0x57b4('0xd'),auth[_0x57b4('0x7')](),controller['addAnswer']);router[_0x57b4('0x17')]('/:id/interactions',auth[_0x57b4('0x7')](),controller[_0x57b4('0x19')]);router[_0x57b4('0x17')]('/:id/applications',auth[_0x57b4('0x7')](),controller[_0x57b4('0x1a')]);router[_0x57b4('0x17')](_0x57b4('0x1b'),auth[_0x57b4('0x7')](),controller[_0x57b4('0x1c')]);router[_0x57b4('0x17')](_0x57b4('0x1d'),auth[_0x57b4('0x7')](),controller['updateAccountApplications']);router[_0x57b4('0x17')](_0x57b4('0x1e'),auth[_0x57b4('0x7')](),controller['send']);router['post'](_0x57b4('0x15'),auth[_0x57b4('0x7')](),controller['addAgents']);router['put'](_0x57b4('0xa'),auth[_0x57b4('0x7')](),controller[_0x57b4('0x1f')]);router[_0x57b4('0x20')](_0x57b4('0xa'),auth[_0x57b4('0x7')](),controller[_0x57b4('0x21')]);router[_0x57b4('0x20')](_0x57b4('0xc'),auth[_0x57b4('0x7')](),controller[_0x57b4('0x22')]);router[_0x57b4('0x20')](_0x57b4('0xd'),auth[_0x57b4('0x7')](),controller['removeAnswers']);router[_0x57b4('0x20')](_0x57b4('0x15'),auth[_0x57b4('0x7')](),controller['removeAgents']);module[_0x57b4('0x23')]=router;
\ No newline at end of file
+var _0xa437=['put','update','delete','destroy','/:id/dispositions','removeAnswers','removeAgents','exports','multer','path','express','Router','../../components/auth/service','./faxAccount.controller','get','isAuthenticated','index','/:id','show','getDispositions','/:id/canned_answers','/:id/interactions','/:id/applications','/:id/messages','getMessages','/:id/users','getAgents','post','create','addDisposition','addAnswer','addInteraction','addApplications','addAccountApplications','updateAccountApplications','/:id/send','send','addAgents'];(function(_0x5029a7,_0x26c3c5){var _0xfa3750=function(_0x30ebf1){while(--_0x30ebf1){_0x5029a7['push'](_0x5029a7['shift']());}};_0xfa3750(++_0x26c3c5);}(_0xa437,0x1d0));var _0x7a43=function(_0x18a79d,_0x57bd2c){_0x18a79d=_0x18a79d-0x0;var _0x4f8848=_0xa437[_0x18a79d];return _0x4f8848;};'use strict';var multer=require(_0x7a43('0x0'));var util=require('util');var path=require(_0x7a43('0x1'));var timeout=require('connect-timeout');var express=require(_0x7a43('0x2'));var router=express[_0x7a43('0x3')]();var fs_extra=require('fs-extra');var auth=require(_0x7a43('0x4'));var interaction=require('../../components/interaction/service');var config=require('../../config/environment');var controller=require(_0x7a43('0x5'));router[_0x7a43('0x6')]('/',auth[_0x7a43('0x7')](),controller[_0x7a43('0x8')]);router[_0x7a43('0x6')]('/describe',auth[_0x7a43('0x7')](),controller['describe']);router['get'](_0x7a43('0x9'),auth[_0x7a43('0x7')](),controller[_0x7a43('0xa')]);router[_0x7a43('0x6')]('/:id/dispositions',auth[_0x7a43('0x7')](),controller[_0x7a43('0xb')]);router['get'](_0x7a43('0xc'),auth[_0x7a43('0x7')](),controller['getAnswers']);router[_0x7a43('0x6')](_0x7a43('0xd'),auth[_0x7a43('0x7')](),controller['getInteractions']);router[_0x7a43('0x6')](_0x7a43('0xe'),auth[_0x7a43('0x7')](),controller['getApplications']);router[_0x7a43('0x6')](_0x7a43('0xf'),auth['isAuthenticated'](),controller[_0x7a43('0x10')]);router[_0x7a43('0x6')](_0x7a43('0x11'),auth[_0x7a43('0x7')](),controller[_0x7a43('0x12')]);router[_0x7a43('0x13')]('/',auth[_0x7a43('0x7')](),controller[_0x7a43('0x14')]);router[_0x7a43('0x13')]('/:id/dispositions',auth['isAuthenticated'](),controller[_0x7a43('0x15')]);router[_0x7a43('0x13')](_0x7a43('0xc'),auth[_0x7a43('0x7')](),controller[_0x7a43('0x16')]);router['post'](_0x7a43('0xd'),auth[_0x7a43('0x7')](),controller[_0x7a43('0x17')]);router[_0x7a43('0x13')](_0x7a43('0xe'),auth[_0x7a43('0x7')](),controller[_0x7a43('0x18')]);router['post']('/addaccountapplications',auth[_0x7a43('0x7')](),controller[_0x7a43('0x19')]);router['post']('/updateaccountapplications',auth[_0x7a43('0x7')](),controller[_0x7a43('0x1a')]);router['post'](_0x7a43('0x1b'),auth['isAuthenticated'](),controller[_0x7a43('0x1c')]);router[_0x7a43('0x13')]('/:id/users',auth[_0x7a43('0x7')](),controller[_0x7a43('0x1d')]);router[_0x7a43('0x1e')](_0x7a43('0x9'),auth[_0x7a43('0x7')](),controller[_0x7a43('0x1f')]);router[_0x7a43('0x20')]('/:id',auth[_0x7a43('0x7')](),controller[_0x7a43('0x21')]);router[_0x7a43('0x20')](_0x7a43('0x22'),auth['isAuthenticated'](),controller['removeDispositions']);router[_0x7a43('0x20')](_0x7a43('0xc'),auth[_0x7a43('0x7')](),controller[_0x7a43('0x23')]);router[_0x7a43('0x20')]('/:id/users',auth['isAuthenticated'](),controller[_0x7a43('0x24')]);module[_0x7a43('0x25')]=router;
\ No newline at end of file