Built motion from commit 52c8a02d.|2.6.29
[motion2.git] / server / api / voiceCallReport / index.js
index 853636b..e70360f 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x5c12=['./voiceCallReport.controller','isAuthenticated','index','get','describe','/:id','show','create','put','delete','destroy','exports','util','path','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment'];(function(_0x158a58,_0x28e8e7){var _0x4935d9=function(_0x1e698c){while(--_0x1e698c){_0x158a58['push'](_0x158a58['shift']());}};_0x4935d9(++_0x28e8e7);}(_0x5c12,0x188));var _0x25c1=function(_0x52bfa5,_0x42cf21){_0x52bfa5=_0x52bfa5-0x0;var _0x26f80b=_0x5c12[_0x52bfa5];return _0x26f80b;};'use strict';var multer=require('multer');var util=require(_0x25c1('0x0'));var path=require(_0x25c1('0x1'));var timeout=require('connect-timeout');var express=require(_0x25c1('0x2'));var router=express[_0x25c1('0x3')]();var fs_extra=require(_0x25c1('0x4'));var auth=require(_0x25c1('0x5'));var interaction=require(_0x25c1('0x6'));var config=require(_0x25c1('0x7'));var controller=require(_0x25c1('0x8'));router['get']('/',auth[_0x25c1('0x9')](),controller[_0x25c1('0xa')]);router[_0x25c1('0xb')]('/describe',auth['isAuthenticated'](),controller[_0x25c1('0xc')]);router[_0x25c1('0xb')](_0x25c1('0xd'),auth[_0x25c1('0x9')](),controller[_0x25c1('0xe')]);router['post']('/',auth[_0x25c1('0x9')](),controller[_0x25c1('0xf')]);router[_0x25c1('0x10')](_0x25c1('0xd'),auth[_0x25c1('0x9')](),controller['update']);router[_0x25c1('0x11')](_0x25c1('0xd'),auth['isAuthenticated'](),controller[_0x25c1('0x12')]);module[_0x25c1('0x13')]=router;
\ No newline at end of file
+var _0xeb89=['put','update','updateWithRetry','destroy','express','Router','../../components/auth/service','./voiceCallReport.controller','get','isAuthenticated','index','/describe','/:id','show','post','create'];(function(_0x79324e,_0x4af67e){var _0x555666=function(_0x15d9c2){while(--_0x15d9c2){_0x79324e['push'](_0x79324e['shift']());}};_0x555666(++_0x4af67e);}(_0xeb89,0x174));var _0x9eb8=function(_0x42f928,_0x24c405){_0x42f928=_0x42f928-0x0;var _0x28855e=_0xeb89[_0x42f928];return _0x28855e;};'use strict';var express=require(_0x9eb8('0x0'));var router=express[_0x9eb8('0x1')]();var auth=require(_0x9eb8('0x2'));var controller=require(_0x9eb8('0x3'));router[_0x9eb8('0x4')]('/',auth[_0x9eb8('0x5')](),controller[_0x9eb8('0x6')]);router['get'](_0x9eb8('0x7'),auth[_0x9eb8('0x5')](),controller['describe']);router['get'](_0x9eb8('0x8'),auth[_0x9eb8('0x5')](),controller[_0x9eb8('0x9')]);router[_0x9eb8('0xa')]('/',auth[_0x9eb8('0x5')](),controller[_0x9eb8('0xb')]);router[_0x9eb8('0xc')]('/:id',auth[_0x9eb8('0x5')](),controller[_0x9eb8('0xd')]);router[_0x9eb8('0xc')]('/with-retry/:id',auth['isAuthenticated'](),controller[_0x9eb8('0xe')]);router['delete'](_0x9eb8('0x8'),auth[_0x9eb8('0x5')](),controller[_0x9eb8('0xf')]);module['exports']=router;
\ No newline at end of file