Built motion from commit (unavailable).|2.5.16
[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 _0x6844=['/:id','show','/:id/messages','getMessages','/:id/download','post','create','addMessage','openchannel','openchannelinteraction:addtags','addTags','tracked','openchannelinteraction:update','update','destroy','delete','multer','path','connect-timeout','Router','../../components/interaction/service','../../config/environment','./openchannelInteraction.controller','isAuthenticated','index','/describe','describe','get'];(function(_0x4f9f5a,_0x19c14a){var _0x103607=function(_0x36d204){while(--_0x36d204){_0x4f9f5a['push'](_0x4f9f5a['shift']());}};_0x103607(++_0x19c14a);}(_0x6844,0x1d0));var _0x4684=function(_0x28f63b,_0x148273){_0x28f63b=_0x28f63b-0x0;var _0x5a1d93=_0x6844[_0x28f63b];return _0x5a1d93;};'use strict';var multer=require(_0x4684('0x0'));var util=require('util');var path=require(_0x4684('0x1'));var timeout=require(_0x4684('0x2'));var express=require('express');var router=express[_0x4684('0x3')]();var auth=require('../../components/auth/service');var interaction=require(_0x4684('0x4'));var config=require(_0x4684('0x5'));var controller=require(_0x4684('0x6'));router['get']('/',auth[_0x4684('0x7')](),controller[_0x4684('0x8')]);router['get'](_0x4684('0x9'),auth[_0x4684('0x7')](),controller[_0x4684('0xa')]);router[_0x4684('0xb')](_0x4684('0xc'),auth[_0x4684('0x7')](),controller[_0x4684('0xd')]);router[_0x4684('0xb')](_0x4684('0xe'),auth[_0x4684('0x7')](),controller[_0x4684('0xf')]);router[_0x4684('0xb')](_0x4684('0x10'),auth['isAuthenticated'](),controller['download']);router[_0x4684('0x11')]('/',auth[_0x4684('0x7')](),controller[_0x4684('0x12')]);router[_0x4684('0x11')](_0x4684('0xe'),auth['isAuthenticated'](),controller[_0x4684('0x13')]);router['post']('/:id/tags',auth[_0x4684('0x7')](),interaction['tracked'](_0x4684('0x14'),_0x4684('0x15')),controller[_0x4684('0x16')]);router['put']('/:id',auth[_0x4684('0x7')](),interaction[_0x4684('0x17')](_0x4684('0x14'),_0x4684('0x18')),controller[_0x4684('0x19')]);router['delete'](_0x4684('0xc'),auth['isAuthenticated'](),interaction[_0x4684('0x17')](_0x4684('0x14'),'openchannelinteraction:destroy'),controller[_0x4684('0x1a')]);router[_0x4684('0x1b')]('/:id/tags',auth['isAuthenticated'](),controller['removeTags']);module['exports']=router;