4f9020b26595b62779c0d10a262da73e4aa4892a
[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 _0x54a4=['../../components/interaction/service','../../config/environment','./openchannelInteraction.controller','get','isAuthenticated','/describe','describe','show','/:id/messages','download','post','create','addMessage','/:id/tags','tracked','openchannel','addTags','put','openchannelinteraction:update','update','delete','/:id','destroy','removeTags','multer','util','path','connect-timeout','express','Router','../../components/auth/service'];(function(_0x4fd3bf,_0x439e90){var _0x5669da=function(_0x4e94d3){while(--_0x4e94d3){_0x4fd3bf['push'](_0x4fd3bf['shift']());}};_0x5669da(++_0x439e90);}(_0x54a4,0x18c));var _0x454a=function(_0x4ea1f2,_0xd7a5f7){_0x4ea1f2=_0x4ea1f2-0x0;var _0x2325f0=_0x54a4[_0x4ea1f2];return _0x2325f0;};'use strict';var multer=require(_0x454a('0x0'));var util=require(_0x454a('0x1'));var path=require(_0x454a('0x2'));var timeout=require(_0x454a('0x3'));var express=require(_0x454a('0x4'));var router=express[_0x454a('0x5')]();var fs_extra=require('fs-extra');var auth=require(_0x454a('0x6'));var interaction=require(_0x454a('0x7'));var config=require(_0x454a('0x8'));var controller=require(_0x454a('0x9'));router[_0x454a('0xa')]('/',auth[_0x454a('0xb')](),controller['index']);router[_0x454a('0xa')](_0x454a('0xc'),auth['isAuthenticated'](),controller[_0x454a('0xd')]);router[_0x454a('0xa')]('/:id',auth['isAuthenticated'](),controller[_0x454a('0xe')]);router['get'](_0x454a('0xf'),auth['isAuthenticated'](),controller['getMessages']);router[_0x454a('0xa')]('/:id/download',auth[_0x454a('0xb')](),controller[_0x454a('0x10')]);router[_0x454a('0x11')]('/',auth[_0x454a('0xb')](),controller[_0x454a('0x12')]);router[_0x454a('0x11')](_0x454a('0xf'),auth[_0x454a('0xb')](),controller[_0x454a('0x13')]);router[_0x454a('0x11')](_0x454a('0x14'),auth[_0x454a('0xb')](),interaction[_0x454a('0x15')](_0x454a('0x16'),'openchannelinteraction:addtags'),controller[_0x454a('0x17')]);router[_0x454a('0x18')]('/:id',auth[_0x454a('0xb')](),interaction[_0x454a('0x15')](_0x454a('0x16'),_0x454a('0x19')),controller[_0x454a('0x1a')]);router[_0x454a('0x1b')](_0x454a('0x1c'),auth[_0x454a('0xb')](),interaction[_0x454a('0x15')](_0x454a('0x16'),'openchannelinteraction:destroy'),controller[_0x454a('0x1d')]);router[_0x454a('0x1b')](_0x454a('0x14'),auth[_0x454a('0xb')](),controller[_0x454a('0x1e')]);module['exports']=router;