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