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