Built motion from commit f0b1811d.|2.6.6
[motion2.git] / server / api / mailAccount / index.js
index d4e593e..77d458a 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x3231=['create','/:id/in_servers','addImap','addSmtp','addInteraction','/:id/applications','addApplications','/:id/send','send','addAgents','put','delete','removeDispositions','removeAnswers','removeImap','removeSmtp','destroy','removeAgents','exports','path','connect-timeout','Router','fs-extra','../../components/interaction/service','../../config/environment','./mailAccount.controller','get','isAuthenticated','index','/describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','getImap','/:id/out_servers','/:id/interactions','getInteractions','getApplications','/:id/messages','getMessages','/:id/verify','/:id/users','addDisposition','post','addAnswer'];(function(_0x2b4411,_0x2625ed){var _0x8e41ef=function(_0x2aa8c1){while(--_0x2aa8c1){_0x2b4411['push'](_0x2b4411['shift']());}};_0x8e41ef(++_0x2625ed);}(_0x3231,0x73));var _0x1323=function(_0x455c01,_0x7cfa01){_0x455c01=_0x455c01-0x0;var _0x1e00c5=_0x3231[_0x455c01];return _0x1e00c5;};'use strict';var multer=require('multer');var util=require('util');var path=require(_0x1323('0x0'));var timeout=require(_0x1323('0x1'));var express=require('express');var router=express[_0x1323('0x2')]();var fs_extra=require(_0x1323('0x3'));var auth=require('../../components/auth/service');var interaction=require(_0x1323('0x4'));var config=require(_0x1323('0x5'));var controller=require(_0x1323('0x6'));router[_0x1323('0x7')]('/',auth[_0x1323('0x8')](),controller[_0x1323('0x9')]);router[_0x1323('0x7')](_0x1323('0xa'),auth[_0x1323('0x8')](),controller['describe']);router[_0x1323('0x7')](_0x1323('0xb'),auth['isAuthenticated'](),controller[_0x1323('0xc')]);router[_0x1323('0x7')](_0x1323('0xd'),auth[_0x1323('0x8')](),controller[_0x1323('0xe')]);router['get'](_0x1323('0xf'),auth[_0x1323('0x8')](),controller[_0x1323('0x10')]);router[_0x1323('0x7')]('/:id/in_servers',auth['isAuthenticated'](),controller[_0x1323('0x11')]);router['get'](_0x1323('0x12'),auth[_0x1323('0x8')](),controller['getSmtp']);router['get'](_0x1323('0x13'),auth[_0x1323('0x8')](),controller[_0x1323('0x14')]);router[_0x1323('0x7')]('/:id/applications',auth[_0x1323('0x8')](),controller[_0x1323('0x15')]);router[_0x1323('0x7')](_0x1323('0x16'),auth[_0x1323('0x8')](),controller[_0x1323('0x17')]);router[_0x1323('0x7')](_0x1323('0x18'),auth[_0x1323('0x8')](),controller['verifySmtp']);router[_0x1323('0x7')](_0x1323('0x19'),auth[_0x1323('0x8')](),controller['getAgents']);router['post']('/:id/dispositions',auth[_0x1323('0x8')](),controller[_0x1323('0x1a')]);router[_0x1323('0x1b')](_0x1323('0xf'),auth[_0x1323('0x8')](),controller[_0x1323('0x1c')]);router[_0x1323('0x1b')]('/',auth['isAuthenticated'](),controller[_0x1323('0x1d')]);router['post'](_0x1323('0x1e'),auth['isAuthenticated'](),controller[_0x1323('0x1f')]);router['post']('/:id/out_servers',auth[_0x1323('0x8')](),controller[_0x1323('0x20')]);router[_0x1323('0x1b')](_0x1323('0x13'),auth[_0x1323('0x8')](),controller[_0x1323('0x21')]);router[_0x1323('0x1b')](_0x1323('0x22'),auth[_0x1323('0x8')](),controller[_0x1323('0x23')]);router['post'](_0x1323('0x24'),auth[_0x1323('0x8')](),controller[_0x1323('0x25')]);router[_0x1323('0x1b')](_0x1323('0x19'),auth['isAuthenticated'](),controller[_0x1323('0x26')]);router[_0x1323('0x27')](_0x1323('0xb'),auth[_0x1323('0x8')](),controller['update']);router[_0x1323('0x28')](_0x1323('0xd'),auth[_0x1323('0x8')](),controller[_0x1323('0x29')]);router[_0x1323('0x28')]('/:id/canned_answers',auth[_0x1323('0x8')](),controller[_0x1323('0x2a')]);router[_0x1323('0x28')](_0x1323('0x1e'),auth[_0x1323('0x8')](),controller[_0x1323('0x2b')]);router[_0x1323('0x28')](_0x1323('0x12'),auth[_0x1323('0x8')](),controller[_0x1323('0x2c')]);router[_0x1323('0x28')]('/:id',auth[_0x1323('0x8')](),controller[_0x1323('0x2d')]);router[_0x1323('0x28')](_0x1323('0x19'),auth[_0x1323('0x8')](),controller[_0x1323('0x2e')]);module[_0x1323('0x2f')]=router;
\ No newline at end of file
+var _0x9392=['/:id','show','/:id/dispositions','/:id/canned_answers','/:id/in_servers','getImap','/:id/out_servers','getSmtp','getInteractions','/:id/applications','getApplications','/:id/messages','getMessages','/:id/verify','verifySmtp','/:id/users','getAgents','addDisposition','post','addAnswer','create','addImap','addSmtp','/:id/interactions','addInteraction','addApplications','/:id/send','send','addAgents','put','update','delete','removeDispositions','removeImap','removeSmtp','removeAgents','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./mailAccount.controller','get','isAuthenticated','/describe'];(function(_0x4c9fb0,_0x391302){var _0x1fd634=function(_0x548305){while(--_0x548305){_0x4c9fb0['push'](_0x4c9fb0['shift']());}};_0x1fd634(++_0x391302);}(_0x9392,0x150));var _0x2939=function(_0xf326ad,_0x45273d){_0xf326ad=_0xf326ad-0x0;var _0xd046bc=_0x9392[_0xf326ad];return _0xd046bc;};'use strict';var multer=require(_0x2939('0x0'));var util=require(_0x2939('0x1'));var path=require(_0x2939('0x2'));var timeout=require(_0x2939('0x3'));var express=require(_0x2939('0x4'));var router=express[_0x2939('0x5')]();var fs_extra=require(_0x2939('0x6'));var auth=require(_0x2939('0x7'));var interaction=require(_0x2939('0x8'));var config=require(_0x2939('0x9'));var controller=require(_0x2939('0xa'));router[_0x2939('0xb')]('/',auth[_0x2939('0xc')](),controller['index']);router[_0x2939('0xb')](_0x2939('0xd'),auth[_0x2939('0xc')](),controller['describe']);router[_0x2939('0xb')](_0x2939('0xe'),auth[_0x2939('0xc')](),controller[_0x2939('0xf')]);router['get'](_0x2939('0x10'),auth['isAuthenticated'](),controller['getDispositions']);router['get'](_0x2939('0x11'),auth[_0x2939('0xc')](),controller['getAnswers']);router['get'](_0x2939('0x12'),auth[_0x2939('0xc')](),controller[_0x2939('0x13')]);router[_0x2939('0xb')](_0x2939('0x14'),auth[_0x2939('0xc')](),controller[_0x2939('0x15')]);router[_0x2939('0xb')]('/:id/interactions',auth[_0x2939('0xc')](),controller[_0x2939('0x16')]);router['get'](_0x2939('0x17'),auth[_0x2939('0xc')](),controller[_0x2939('0x18')]);router[_0x2939('0xb')](_0x2939('0x19'),auth[_0x2939('0xc')](),controller[_0x2939('0x1a')]);router[_0x2939('0xb')](_0x2939('0x1b'),auth[_0x2939('0xc')](),controller[_0x2939('0x1c')]);router[_0x2939('0xb')](_0x2939('0x1d'),auth[_0x2939('0xc')](),controller[_0x2939('0x1e')]);router['post'](_0x2939('0x10'),auth[_0x2939('0xc')](),controller[_0x2939('0x1f')]);router[_0x2939('0x20')](_0x2939('0x11'),auth[_0x2939('0xc')](),controller[_0x2939('0x21')]);router['post']('/',auth[_0x2939('0xc')](),controller[_0x2939('0x22')]);router['post'](_0x2939('0x12'),auth[_0x2939('0xc')](),controller[_0x2939('0x23')]);router[_0x2939('0x20')](_0x2939('0x14'),auth[_0x2939('0xc')](),controller[_0x2939('0x24')]);router['post'](_0x2939('0x25'),auth[_0x2939('0xc')](),controller[_0x2939('0x26')]);router[_0x2939('0x20')](_0x2939('0x17'),auth[_0x2939('0xc')](),controller[_0x2939('0x27')]);router[_0x2939('0x20')](_0x2939('0x28'),auth[_0x2939('0xc')](),controller[_0x2939('0x29')]);router[_0x2939('0x20')](_0x2939('0x1d'),auth[_0x2939('0xc')](),controller[_0x2939('0x2a')]);router[_0x2939('0x2b')](_0x2939('0xe'),auth[_0x2939('0xc')](),controller[_0x2939('0x2c')]);router[_0x2939('0x2d')](_0x2939('0x10'),auth['isAuthenticated'](),controller[_0x2939('0x2e')]);router['delete'](_0x2939('0x11'),auth[_0x2939('0xc')](),controller['removeAnswers']);router[_0x2939('0x2d')](_0x2939('0x12'),auth[_0x2939('0xc')](),controller[_0x2939('0x2f')]);router['delete'](_0x2939('0x14'),auth[_0x2939('0xc')](),controller[_0x2939('0x30')]);router[_0x2939('0x2d')](_0x2939('0xe'),auth[_0x2939('0xc')](),controller['destroy']);router['delete'](_0x2939('0x1d'),auth['isAuthenticated'](),controller[_0x2939('0x31')]);module['exports']=router;
\ No newline at end of file