Built motion from commit 616d3211.|2.6.4
[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 _0x2cb6=['getAnswers','/:id/applications','/:id/interactions','post','create','addDisposition','/:id/notify','notify','/:id/users','addAgents','/:id/send','send','put','update','delete','/:id','removeDispositions','removeAnswers','exports','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','index','get','/describe','describe','show','/:id/dispositions','getDispositions','/:id/canned_answers'];(function(_0x1d7300,_0x17f109){var _0x46ee98=function(_0x5ee16a){while(--_0x5ee16a){_0x1d7300['push'](_0x1d7300['shift']());}};_0x46ee98(++_0x17f109);}(_0x2cb6,0x18f));var _0x62cb=function(_0x40e9a7,_0x18a808){_0x40e9a7=_0x40e9a7-0x0;var _0x7c2686=_0x2cb6[_0x40e9a7];return _0x7c2686;};'use strict';var multer=require(_0x62cb('0x0'));var util=require(_0x62cb('0x1'));var path=require(_0x62cb('0x2'));var timeout=require(_0x62cb('0x3'));var express=require(_0x62cb('0x4'));var router=express[_0x62cb('0x5')]();var fs_extra=require(_0x62cb('0x6'));var auth=require(_0x62cb('0x7'));var interaction=require(_0x62cb('0x8'));var config=require(_0x62cb('0x9'));var controller=require('./openchannelAccount.controller');router['get']('/',auth[_0x62cb('0xa')](),controller[_0x62cb('0xb')]);router[_0x62cb('0xc')](_0x62cb('0xd'),auth[_0x62cb('0xa')](),controller[_0x62cb('0xe')]);router['get']('/:id',auth[_0x62cb('0xa')](),controller[_0x62cb('0xf')]);router['get'](_0x62cb('0x10'),auth['isAuthenticated'](),controller[_0x62cb('0x11')]);router[_0x62cb('0xc')](_0x62cb('0x12'),auth[_0x62cb('0xa')](),controller[_0x62cb('0x13')]);router[_0x62cb('0xc')](_0x62cb('0x14'),auth[_0x62cb('0xa')](),controller['getApplications']);router[_0x62cb('0xc')](_0x62cb('0x15'),auth[_0x62cb('0xa')](),controller['getInteractions']);router[_0x62cb('0xc')]('/:id/users',auth[_0x62cb('0xa')](),controller['getAgents']);router[_0x62cb('0x16')]('/',auth[_0x62cb('0xa')](),controller[_0x62cb('0x17')]);router[_0x62cb('0x16')](_0x62cb('0x10'),auth[_0x62cb('0xa')](),controller[_0x62cb('0x18')]);router[_0x62cb('0x16')]('/:id/canned_answers',auth['isAuthenticated'](),controller['addAnswer']);router[_0x62cb('0x16')](_0x62cb('0x19'),controller[_0x62cb('0x1a')]);router['post'](_0x62cb('0x14'),auth[_0x62cb('0xa')](),controller['addApplications']);router[_0x62cb('0x16')](_0x62cb('0x1b'),auth[_0x62cb('0xa')](),controller[_0x62cb('0x1c')]);router[_0x62cb('0x16')](_0x62cb('0x1d'),auth[_0x62cb('0xa')](),controller[_0x62cb('0x1e')]);router[_0x62cb('0x1f')]('/:id',auth['isAuthenticated'](),controller[_0x62cb('0x20')]);router[_0x62cb('0x21')](_0x62cb('0x22'),auth[_0x62cb('0xa')](),controller['destroy']);router[_0x62cb('0x21')]('/:id/dispositions',auth[_0x62cb('0xa')](),controller[_0x62cb('0x23')]);router['delete'](_0x62cb('0x12'),auth['isAuthenticated'](),controller[_0x62cb('0x24')]);router[_0x62cb('0x21')]('/:id/users',auth['isAuthenticated'](),controller['removeAgents']);module[_0x62cb('0x25')]=router;