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