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