Built motion from commit 9d7072cc.|2.5.39
[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 _0x49a4=['delete','destroy','removeDispositions','removeAgents','multer','util','path','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','/describe','isAuthenticated','describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/applications','getApplications','/:id/interactions','getInteractions','/:id/users','post','notify','put','update'];(function(_0x28a429,_0x157b0e){var _0x130976=function(_0x407875){while(--_0x407875){_0x28a429['push'](_0x28a429['shift']());}};_0x130976(++_0x157b0e);}(_0x49a4,0x1c4));var _0x449a=function(_0xa464c9,_0x7c86d8){_0xa464c9=_0xa464c9-0x0;var _0x3d73c4=_0x49a4[_0xa464c9];return _0x3d73c4;};'use strict';var multer=require(_0x449a('0x0'));var util=require(_0x449a('0x1'));var path=require(_0x449a('0x2'));var timeout=require('connect-timeout');var express=require(_0x449a('0x3'));var router=express['Router']();var fs_extra=require(_0x449a('0x4'));var auth=require(_0x449a('0x5'));var interaction=require(_0x449a('0x6'));var config=require(_0x449a('0x7'));var controller=require('./openchannelAccount.controller');router[_0x449a('0x8')]('/',auth['isAuthenticated'](),controller[_0x449a('0x9')]);router[_0x449a('0x8')](_0x449a('0xa'),auth[_0x449a('0xb')](),controller[_0x449a('0xc')]);router[_0x449a('0x8')](_0x449a('0xd'),auth['isAuthenticated'](),controller[_0x449a('0xe')]);router['get'](_0x449a('0xf'),auth[_0x449a('0xb')](),controller[_0x449a('0x10')]);router[_0x449a('0x8')](_0x449a('0x11'),auth[_0x449a('0xb')](),controller[_0x449a('0x12')]);router['get'](_0x449a('0x13'),auth[_0x449a('0xb')](),controller[_0x449a('0x14')]);router[_0x449a('0x8')](_0x449a('0x15'),auth[_0x449a('0xb')](),controller[_0x449a('0x16')]);router[_0x449a('0x8')](_0x449a('0x17'),auth[_0x449a('0xb')](),controller['getAgents']);router[_0x449a('0x18')]('/',auth[_0x449a('0xb')](),controller['create']);router[_0x449a('0x18')](_0x449a('0xf'),auth[_0x449a('0xb')](),controller['addDisposition']);router['post'](_0x449a('0x11'),auth[_0x449a('0xb')](),controller['addAnswer']);router[_0x449a('0x18')]('/:id/notify',controller[_0x449a('0x19')]);router[_0x449a('0x18')](_0x449a('0x13'),auth['isAuthenticated'](),controller['addApplications']);router[_0x449a('0x18')](_0x449a('0x17'),auth['isAuthenticated'](),controller['addAgents']);router[_0x449a('0x18')]('/:id/send',auth[_0x449a('0xb')](),controller['send']);router[_0x449a('0x1a')](_0x449a('0xd'),auth[_0x449a('0xb')](),controller[_0x449a('0x1b')]);router[_0x449a('0x1c')]('/:id',auth['isAuthenticated'](),controller[_0x449a('0x1d')]);router[_0x449a('0x1c')](_0x449a('0xf'),auth[_0x449a('0xb')](),controller[_0x449a('0x1e')]);router['delete'](_0x449a('0x11'),auth['isAuthenticated'](),controller['removeAnswers']);router[_0x449a('0x1c')](_0x449a('0x17'),auth['isAuthenticated'](),controller[_0x449a('0x1f')]);module['exports']=router;