Built motion from commit 953226e6.|2.6.32
[motion2.git] / server / api / openchannelAccount / index.js
index 41bb75a..eb1a597 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x6607=['/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','getApplications','/:id/interactions','getInteractions','/:id/users','getAgents','post','create','addAnswer','/:id/notify','notify','/:id/applications','addApplications','addAgents','/:id/send','send','update','delete','removeDispositions','removeAnswers','removeAgents','exports','multer','path','express','Router','../../components/auth/service','../../config/environment','isAuthenticated','index','/describe','describe','get','/:id','show'];(function(_0x251ba6,_0x3c598e){var _0x40ba2e=function(_0x54287c){while(--_0x54287c){_0x251ba6['push'](_0x251ba6['shift']());}};_0x40ba2e(++_0x3c598e);}(_0x6607,0x8b));var _0x7660=function(_0x3f1641,_0xf2d405){_0x3f1641=_0x3f1641-0x0;var _0x44a6d1=_0x6607[_0x3f1641];return _0x44a6d1;};'use strict';var multer=require(_0x7660('0x0'));var util=require('util');var path=require(_0x7660('0x1'));var timeout=require('connect-timeout');var express=require(_0x7660('0x2'));var router=express[_0x7660('0x3')]();var auth=require(_0x7660('0x4'));var interaction=require('../../components/interaction/service');var config=require(_0x7660('0x5'));var controller=require('./openchannelAccount.controller');router['get']('/',auth[_0x7660('0x6')](),controller[_0x7660('0x7')]);router['get'](_0x7660('0x8'),auth[_0x7660('0x6')](),controller[_0x7660('0x9')]);router[_0x7660('0xa')](_0x7660('0xb'),auth[_0x7660('0x6')](),controller[_0x7660('0xc')]);router[_0x7660('0xa')](_0x7660('0xd'),auth['isAuthenticated'](),controller[_0x7660('0xe')]);router[_0x7660('0xa')](_0x7660('0xf'),auth[_0x7660('0x6')](),controller[_0x7660('0x10')]);router['get']('/:id/applications',auth[_0x7660('0x6')](),controller[_0x7660('0x11')]);router['get'](_0x7660('0x12'),auth[_0x7660('0x6')](),controller[_0x7660('0x13')]);router['get'](_0x7660('0x14'),auth['isAuthenticated'](),controller[_0x7660('0x15')]);router[_0x7660('0x16')]('/',auth[_0x7660('0x6')](),controller[_0x7660('0x17')]);router[_0x7660('0x16')](_0x7660('0xd'),auth[_0x7660('0x6')](),controller['addDisposition']);router['post'](_0x7660('0xf'),auth[_0x7660('0x6')](),controller[_0x7660('0x18')]);router['post'](_0x7660('0x19'),controller[_0x7660('0x1a')]);router[_0x7660('0x16')](_0x7660('0x1b'),auth[_0x7660('0x6')](),controller[_0x7660('0x1c')]);router[_0x7660('0x16')]('/:id/users',auth[_0x7660('0x6')](),controller[_0x7660('0x1d')]);router[_0x7660('0x16')](_0x7660('0x1e'),auth[_0x7660('0x6')](),controller[_0x7660('0x1f')]);router['put'](_0x7660('0xb'),auth[_0x7660('0x6')](),controller[_0x7660('0x20')]);router[_0x7660('0x21')](_0x7660('0xb'),auth[_0x7660('0x6')](),controller['destroy']);router['delete'](_0x7660('0xd'),auth['isAuthenticated'](),controller[_0x7660('0x22')]);router[_0x7660('0x21')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x7660('0x23')]);router[_0x7660('0x21')](_0x7660('0x14'),auth[_0x7660('0x6')](),controller[_0x7660('0x24')]);module[_0x7660('0x25')]=router;
\ No newline at end of file
+var _0xe5af=['exports','util','path','express','Router','fs-extra','../../components/interaction/service','get','isAuthenticated','/describe','describe','/:id/dispositions','/:id/canned_answers','getAnswers','getApplications','/:id/interactions','/:id/users','getAgents','post','create','addDisposition','addAnswer','notify','addApplications','addAgents','/:id/send','send','put','delete','/:id','removeAnswers'];(function(_0x1ce323,_0x28cb41){var _0x12b7d5=function(_0xed362a){while(--_0xed362a){_0x1ce323['push'](_0x1ce323['shift']());}};_0x12b7d5(++_0x28cb41);}(_0xe5af,0x9c));var _0xfe5a=function(_0x5a99e8,_0x5784cc){_0x5a99e8=_0x5a99e8-0x0;var _0x241ebf=_0xe5af[_0x5a99e8];return _0x241ebf;};'use strict';var multer=require('multer');var util=require(_0xfe5a('0x0'));var path=require(_0xfe5a('0x1'));var timeout=require('connect-timeout');var express=require(_0xfe5a('0x2'));var router=express[_0xfe5a('0x3')]();var fs_extra=require(_0xfe5a('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0xfe5a('0x5'));var config=require('../../config/environment');var controller=require('./openchannelAccount.controller');router[_0xfe5a('0x6')]('/',auth[_0xfe5a('0x7')](),controller['index']);router['get'](_0xfe5a('0x8'),auth[_0xfe5a('0x7')](),controller[_0xfe5a('0x9')]);router[_0xfe5a('0x6')]('/:id',auth[_0xfe5a('0x7')](),controller['show']);router['get'](_0xfe5a('0xa'),auth[_0xfe5a('0x7')](),controller['getDispositions']);router[_0xfe5a('0x6')](_0xfe5a('0xb'),auth[_0xfe5a('0x7')](),controller[_0xfe5a('0xc')]);router[_0xfe5a('0x6')]('/:id/applications',auth[_0xfe5a('0x7')](),controller[_0xfe5a('0xd')]);router[_0xfe5a('0x6')](_0xfe5a('0xe'),auth[_0xfe5a('0x7')](),controller['getInteractions']);router[_0xfe5a('0x6')](_0xfe5a('0xf'),auth[_0xfe5a('0x7')](),controller[_0xfe5a('0x10')]);router[_0xfe5a('0x11')]('/',auth[_0xfe5a('0x7')](),controller[_0xfe5a('0x12')]);router[_0xfe5a('0x11')](_0xfe5a('0xa'),auth[_0xfe5a('0x7')](),controller[_0xfe5a('0x13')]);router[_0xfe5a('0x11')](_0xfe5a('0xb'),auth[_0xfe5a('0x7')](),controller[_0xfe5a('0x14')]);router[_0xfe5a('0x11')]('/:id/notify',controller[_0xfe5a('0x15')]);router[_0xfe5a('0x11')]('/:id/applications',auth[_0xfe5a('0x7')](),controller[_0xfe5a('0x16')]);router[_0xfe5a('0x11')]('/:id/users',auth['isAuthenticated'](),controller[_0xfe5a('0x17')]);router[_0xfe5a('0x11')](_0xfe5a('0x18'),auth[_0xfe5a('0x7')](),controller[_0xfe5a('0x19')]);router[_0xfe5a('0x1a')]('/:id',auth[_0xfe5a('0x7')](),controller['update']);router[_0xfe5a('0x1b')](_0xfe5a('0x1c'),auth[_0xfe5a('0x7')](),controller['destroy']);router['delete'](_0xfe5a('0xa'),auth[_0xfe5a('0x7')](),controller['removeDispositions']);router[_0xfe5a('0x1b')](_0xfe5a('0xb'),auth['isAuthenticated'](),controller[_0xfe5a('0x1d')]);router[_0xfe5a('0x1b')](_0xfe5a('0xf'),auth[_0xfe5a('0x7')](),controller['removeAgents']);module[_0xfe5a('0x1e')]=router;
\ No newline at end of file