Built motion from commit (unavailable).|2.5.23
[motion2.git] / server / api / openchannelAccount / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0x25e9=['notify','addApplications','/:id/users','/:id/send','send','put','delete','destroy','/:id/dispositions','removeDispositions','removeAnswers','removeAgents','multer','util','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./openchannelAccount.controller','get','isAuthenticated','index','/describe','describe','/:id','getDispositions','/:id/canned_answers','getAnswers','/:id/applications','getApplications','post','addAnswer'];(function(_0x1766ff,_0x1aada8){var _0x298f04=function(_0xfca8e2){while(--_0xfca8e2){_0x1766ff['push'](_0x1766ff['shift']());}};_0x298f04(++_0x1aada8);}(_0x25e9,0x1b9));var _0x925e=function(_0xfd084b,_0x26977e){_0xfd084b=_0xfd084b-0x0;var _0x375d60=_0x25e9[_0xfd084b];return _0x375d60;};'use strict';var multer=require(_0x925e('0x0'));var util=require(_0x925e('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require(_0x925e('0x2'));var router=express[_0x925e('0x3')]();var auth=require(_0x925e('0x4'));var interaction=require(_0x925e('0x5'));var config=require(_0x925e('0x6'));var controller=require(_0x925e('0x7'));router[_0x925e('0x8')]('/',auth[_0x925e('0x9')](),controller[_0x925e('0xa')]);router[_0x925e('0x8')](_0x925e('0xb'),auth[_0x925e('0x9')](),controller[_0x925e('0xc')]);router[_0x925e('0x8')](_0x925e('0xd'),auth[_0x925e('0x9')](),controller['show']);router[_0x925e('0x8')]('/:id/dispositions',auth[_0x925e('0x9')](),controller[_0x925e('0xe')]);router[_0x925e('0x8')](_0x925e('0xf'),auth[_0x925e('0x9')](),controller[_0x925e('0x10')]);router[_0x925e('0x8')](_0x925e('0x11'),auth['isAuthenticated'](),controller[_0x925e('0x12')]);router[_0x925e('0x8')]('/:id/interactions',auth[_0x925e('0x9')](),controller['getInteractions']);router[_0x925e('0x8')]('/:id/users',auth[_0x925e('0x9')](),controller['getAgents']);router[_0x925e('0x13')]('/',auth[_0x925e('0x9')](),controller['create']);router[_0x925e('0x13')]('/:id/dispositions',auth['isAuthenticated'](),controller['addDisposition']);router[_0x925e('0x13')](_0x925e('0xf'),auth[_0x925e('0x9')](),controller[_0x925e('0x14')]);router['post']('/:id/notify',controller[_0x925e('0x15')]);router['post']('/:id/applications',auth[_0x925e('0x9')](),controller[_0x925e('0x16')]);router[_0x925e('0x13')](_0x925e('0x17'),auth['isAuthenticated'](),controller['addAgents']);router[_0x925e('0x13')](_0x925e('0x18'),auth[_0x925e('0x9')](),controller[_0x925e('0x19')]);router[_0x925e('0x1a')](_0x925e('0xd'),auth[_0x925e('0x9')](),controller['update']);router[_0x925e('0x1b')](_0x925e('0xd'),auth['isAuthenticated'](),controller[_0x925e('0x1c')]);router[_0x925e('0x1b')](_0x925e('0x1d'),auth['isAuthenticated'](),controller[_0x925e('0x1e')]);router[_0x925e('0x1b')](_0x925e('0xf'),auth['isAuthenticated'](),controller[_0x925e('0x1f')]);router[_0x925e('0x1b')](_0x925e('0x17'),auth[_0x925e('0x9')](),controller[_0x925e('0x20')]);module['exports']=router;