16ae37a529c05ad5f01e34fa5ea7e80fbd8d5c89
[motion2.git] / server / api / openchannelInteraction / 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 _0xbb47=['/:id/messages','getMessages','/:id/download','download','post','create','addMessage','/:id/tags','tracked','openchannel','put','/:id','update','openchannelinteraction:destroy','destroy','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','./openchannelInteraction.controller','get','isAuthenticated','/describe','describe','show'];(function(_0x5ec952,_0xd7873a){var _0x5c6dcb=function(_0x15feed){while(--_0x15feed){_0x5ec952['push'](_0x5ec952['shift']());}};_0x5c6dcb(++_0xd7873a);}(_0xbb47,0x11d));var _0x7bb4=function(_0x2e76a7,_0x23871a){_0x2e76a7=_0x2e76a7-0x0;var _0x454cde=_0xbb47[_0x2e76a7];return _0x454cde;};'use strict';var multer=require('multer');var util=require(_0x7bb4('0x0'));var path=require(_0x7bb4('0x1'));var timeout=require(_0x7bb4('0x2'));var express=require('express');var router=express[_0x7bb4('0x3')]();var auth=require(_0x7bb4('0x4'));var interaction=require(_0x7bb4('0x5'));var config=require('../../config/environment');var controller=require(_0x7bb4('0x6'));router[_0x7bb4('0x7')]('/',auth[_0x7bb4('0x8')](),controller['index']);router[_0x7bb4('0x7')](_0x7bb4('0x9'),auth[_0x7bb4('0x8')](),controller[_0x7bb4('0xa')]);router[_0x7bb4('0x7')]('/:id',auth[_0x7bb4('0x8')](),controller[_0x7bb4('0xb')]);router[_0x7bb4('0x7')](_0x7bb4('0xc'),auth[_0x7bb4('0x8')](),controller[_0x7bb4('0xd')]);router[_0x7bb4('0x7')](_0x7bb4('0xe'),auth[_0x7bb4('0x8')](),controller[_0x7bb4('0xf')]);router[_0x7bb4('0x10')]('/',auth[_0x7bb4('0x8')](),controller[_0x7bb4('0x11')]);router['post'](_0x7bb4('0xc'),auth[_0x7bb4('0x8')](),controller[_0x7bb4('0x12')]);router[_0x7bb4('0x10')](_0x7bb4('0x13'),auth['isAuthenticated'](),interaction[_0x7bb4('0x14')](_0x7bb4('0x15'),'openchannelinteraction:addtags'),controller['addTags']);router[_0x7bb4('0x16')](_0x7bb4('0x17'),auth[_0x7bb4('0x8')](),interaction[_0x7bb4('0x14')](_0x7bb4('0x15'),'openchannelinteraction:update'),controller[_0x7bb4('0x18')]);router['delete'](_0x7bb4('0x17'),auth[_0x7bb4('0x8')](),interaction['tracked']('openchannel',_0x7bb4('0x19')),controller[_0x7bb4('0x1a')]);router['delete']('/:id/tags',auth[_0x7bb4('0x8')](),controller['removeTags']);module['exports']=router;