3832a574c845f743c1846c5503e521398bd1c035
[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 _0x8b01=['removeTags','exports','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','get','isAuthenticated','/describe','describe','/:id','show','/:id/messages','download','post','addMessage','/:id/tags','tracked','openchannel','openchannelinteraction:addtags','addTags','put','openchannelinteraction:update','delete','openchannelinteraction:destroy'];(function(_0x14add3,_0x13ce8d){var _0x4a174f=function(_0x2b3ed7){while(--_0x2b3ed7){_0x14add3['push'](_0x14add3['shift']());}};_0x4a174f(++_0x13ce8d);}(_0x8b01,0x72));var _0x18b0=function(_0x107d55,_0x1887c5){_0x107d55=_0x107d55-0x0;var _0x9fd2c1=_0x8b01[_0x107d55];return _0x9fd2c1;};'use strict';var multer=require('multer');var util=require(_0x18b0('0x0'));var path=require(_0x18b0('0x1'));var timeout=require(_0x18b0('0x2'));var express=require(_0x18b0('0x3'));var router=express[_0x18b0('0x4')]();var auth=require(_0x18b0('0x5'));var interaction=require(_0x18b0('0x6'));var config=require('../../config/environment');var controller=require('./openchannelInteraction.controller');router[_0x18b0('0x7')]('/',auth[_0x18b0('0x8')](),controller['index']);router[_0x18b0('0x7')](_0x18b0('0x9'),auth[_0x18b0('0x8')](),controller[_0x18b0('0xa')]);router[_0x18b0('0x7')](_0x18b0('0xb'),auth[_0x18b0('0x8')](),controller[_0x18b0('0xc')]);router[_0x18b0('0x7')](_0x18b0('0xd'),auth['isAuthenticated'](),controller['getMessages']);router[_0x18b0('0x7')]('/:id/download',auth[_0x18b0('0x8')](),controller[_0x18b0('0xe')]);router[_0x18b0('0xf')]('/',auth[_0x18b0('0x8')](),controller['create']);router['post'](_0x18b0('0xd'),auth[_0x18b0('0x8')](),controller[_0x18b0('0x10')]);router[_0x18b0('0xf')](_0x18b0('0x11'),auth['isAuthenticated'](),interaction[_0x18b0('0x12')](_0x18b0('0x13'),_0x18b0('0x14')),controller[_0x18b0('0x15')]);router[_0x18b0('0x16')](_0x18b0('0xb'),auth['isAuthenticated'](),interaction[_0x18b0('0x12')](_0x18b0('0x13'),_0x18b0('0x17')),controller['update']);router[_0x18b0('0x18')](_0x18b0('0xb'),auth[_0x18b0('0x8')](),interaction['tracked'](_0x18b0('0x13'),_0x18b0('0x19')),controller['destroy']);router['delete'](_0x18b0('0x11'),auth['isAuthenticated'](),controller[_0x18b0('0x1a')]);module[_0x18b0('0x1b')]=router;