X-Git-Url: http://repos.xcallymotion.com/?a=blobdiff_plain;f=server%2Fapi%2FcmHopperFinal%2Findex.js;h=e446dff86a79ec8d885b7b8a9405fc33208e687b;hb=9a44dbf63247346f18777cf5ec4c91e11165c4b0;hp=0c87819219367c811fd95d9dfb8bb0a914d6295f;hpb=ef4e758b3a8a542ed14842116a07db29f3cf2e7c;p=motion2.git diff --git a/server/api/cmHopperFinal/index.js b/server/api/cmHopperFinal/index.js index 0c87819..e446dff 100644 --- a/server/api/cmHopperFinal/index.js +++ b/server/api/cmHopperFinal/index.js @@ -15,4 +15,4 @@ // * treaties. The SOFTWARE PRODUCT is licensed, not sold. * // * * // ************************************************************************* -var _0x06ff=['util','express','Router','../../components/interaction/service','../../config/environment','./cmHopperFinal.controller','get','isAuthenticated','index','/:id','show','countContactsQueueCampaignHopperFinal','/campaign/countAttributes/:id','countContactsIvrCampaignHopperFinal','post','/voice/queue/moveContacts/:id','moveContactsQueueCampaignHopperFinal','/voice/campaign/moveContacts/:id','moveContactsIvrCampaignHopperFinal','/checkContactHopper','checkContactHopper','put','exports','multer'];(function(_0x3a8dc1,_0x2f03b8){var _0x4b3595=function(_0x1c19e7){while(--_0x1c19e7){_0x3a8dc1['push'](_0x3a8dc1['shift']());}};_0x4b3595(++_0x2f03b8);}(_0x06ff,0x1c7));var _0xf06f=function(_0x199572,_0x33e667){_0x199572=_0x199572-0x0;var _0x13cfa3=_0x06ff[_0x199572];return _0x13cfa3;};'use strict';var multer=require(_0xf06f('0x0'));var util=require(_0xf06f('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xf06f('0x2'));var router=express[_0xf06f('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0xf06f('0x4'));var config=require(_0xf06f('0x5'));var controller=require(_0xf06f('0x6'));router[_0xf06f('0x7')]('/',auth[_0xf06f('0x8')](),controller[_0xf06f('0x9')]);router[_0xf06f('0x7')]('/describe',auth[_0xf06f('0x8')](),controller['describe']);router[_0xf06f('0x7')](_0xf06f('0xa'),auth['isAuthenticated'](),controller[_0xf06f('0xb')]);router[_0xf06f('0x7')]('/voice/queue/countAttributes/:id',auth[_0xf06f('0x8')](),controller[_0xf06f('0xc')]);router['get'](_0xf06f('0xd'),auth[_0xf06f('0x8')](),controller[_0xf06f('0xe')]);router[_0xf06f('0xf')](_0xf06f('0x10'),auth[_0xf06f('0x8')](),controller[_0xf06f('0x11')]);router[_0xf06f('0xf')](_0xf06f('0x12'),auth['isAuthenticated'](),controller[_0xf06f('0x13')]);router[_0xf06f('0xf')](_0xf06f('0x14'),auth[_0xf06f('0x8')](),controller[_0xf06f('0x15')]);router[_0xf06f('0x16')](_0xf06f('0xa'),auth['isAuthenticated'](),controller['update']);module[_0xf06f('0x17')]=router; \ No newline at end of file +var _0x077f=['get','index','isAuthenticated','describe','/:id','show','/voice/queue/countAttributes/:id','countContactsQueueCampaignHopperFinal','countContactsIvrCampaignHopperFinal','post','/voice/queue/moveContacts/:id','/voice/campaign/moveContacts/:id','moveContactsIvrCampaignHopperFinal','/checkContactHopper','put','update','exports','multer','util','express','Router','../../components/auth/service','../../components/interaction/service','./cmHopperFinal.controller'];(function(_0x321bb2,_0x202794){var _0x9c12ed=function(_0x263dd3){while(--_0x263dd3){_0x321bb2['push'](_0x321bb2['shift']());}};_0x9c12ed(++_0x202794);}(_0x077f,0x1f1));var _0xf077=function(_0x84994f,_0x77d14b){_0x84994f=_0x84994f-0x0;var _0x34b0a8=_0x077f[_0x84994f];return _0x34b0a8;};'use strict';var multer=require(_0xf077('0x0'));var util=require(_0xf077('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0xf077('0x2'));var router=express[_0xf077('0x3')]();var auth=require(_0xf077('0x4'));var interaction=require(_0xf077('0x5'));var config=require('../../config/environment');var controller=require(_0xf077('0x6'));router[_0xf077('0x7')]('/',auth['isAuthenticated'](),controller[_0xf077('0x8')]);router[_0xf077('0x7')]('/describe',auth[_0xf077('0x9')](),controller[_0xf077('0xa')]);router['get'](_0xf077('0xb'),auth[_0xf077('0x9')](),controller[_0xf077('0xc')]);router[_0xf077('0x7')](_0xf077('0xd'),auth[_0xf077('0x9')](),controller[_0xf077('0xe')]);router['get']('/campaign/countAttributes/:id',auth['isAuthenticated'](),controller[_0xf077('0xf')]);router[_0xf077('0x10')](_0xf077('0x11'),auth[_0xf077('0x9')](),controller['moveContactsQueueCampaignHopperFinal']);router[_0xf077('0x10')](_0xf077('0x12'),auth[_0xf077('0x9')](),controller[_0xf077('0x13')]);router['post'](_0xf077('0x14'),auth[_0xf077('0x9')](),controller['checkContactHopper']);router[_0xf077('0x15')](_0xf077('0xb'),auth['isAuthenticated'](),controller[_0xf077('0x16')]);module[_0xf077('0x17')]=router; \ No newline at end of file