Built motion from commit 85328c08.|2.5.50
[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 _0xaefa=['post','addMessage','/:id/tags','tracked','openchannel','openchannelinteraction:addtags','put','openchannelinteraction:update','update','/:id','openchannelinteraction:destroy','destroy','removeTags','exports','multer','util','path','connect-timeout','fs-extra','../../components/interaction/service','../../config/environment','./openchannelInteraction.controller','isAuthenticated','index','get','/describe','describe','/:id/messages','getMessages','download'];(function(_0x1712a7,_0x1a65d0){var _0x3bdd34=function(_0x2b69b2){while(--_0x2b69b2){_0x1712a7['push'](_0x1712a7['shift']());}};_0x3bdd34(++_0x1a65d0);}(_0xaefa,0x1b2));var _0xaaef=function(_0x19c12c,_0x15f684){_0x19c12c=_0x19c12c-0x0;var _0x1eecef=_0xaefa[_0x19c12c];return _0x1eecef;};'use strict';var multer=require(_0xaaef('0x0'));var util=require(_0xaaef('0x1'));var path=require(_0xaaef('0x2'));var timeout=require(_0xaaef('0x3'));var express=require('express');var router=express['Router']();var fs_extra=require(_0xaaef('0x4'));var auth=require('../../components/auth/service');var interaction=require(_0xaaef('0x5'));var config=require(_0xaaef('0x6'));var controller=require(_0xaaef('0x7'));router['get']('/',auth[_0xaaef('0x8')](),controller[_0xaaef('0x9')]);router[_0xaaef('0xa')](_0xaaef('0xb'),auth[_0xaaef('0x8')](),controller[_0xaaef('0xc')]);router[_0xaaef('0xa')]('/:id',auth[_0xaaef('0x8')](),controller['show']);router['get'](_0xaaef('0xd'),auth[_0xaaef('0x8')](),controller[_0xaaef('0xe')]);router[_0xaaef('0xa')]('/:id/download',auth[_0xaaef('0x8')](),controller[_0xaaef('0xf')]);router['post']('/',auth[_0xaaef('0x8')](),controller['create']);router[_0xaaef('0x10')](_0xaaef('0xd'),auth['isAuthenticated'](),controller[_0xaaef('0x11')]);router[_0xaaef('0x10')](_0xaaef('0x12'),auth[_0xaaef('0x8')](),interaction[_0xaaef('0x13')](_0xaaef('0x14'),_0xaaef('0x15')),controller['addTags']);router[_0xaaef('0x16')]('/:id',auth[_0xaaef('0x8')](),interaction[_0xaaef('0x13')](_0xaaef('0x14'),_0xaaef('0x17')),controller[_0xaaef('0x18')]);router['delete'](_0xaaef('0x19'),auth[_0xaaef('0x8')](),interaction['tracked'](_0xaaef('0x14'),_0xaaef('0x1a')),controller[_0xaaef('0x1b')]);router['delete'](_0xaaef('0x12'),auth[_0xaaef('0x8')](),controller[_0xaaef('0x1c')]);module[_0xaaef('0x1d')]=router;