Built motion from commit e0fa946e.|2.6.5
[motion2.git] / server / api / faxInteraction / 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 _0x644e=['/describe','describe','/:id','show','getMessages','/:id/download','download','post','addMessage','/:id/tags','fax','faxinteraction:addtags','addTags','tracked','delete','removeTags','multer','util','path','express','Router','../../components/interaction/service','../../config/environment','./faxInteraction.controller','get','isAuthenticated','index'];(function(_0x4827a3,_0x2bb46f){var _0x48664b=function(_0x1da2f3){while(--_0x1da2f3){_0x4827a3['push'](_0x4827a3['shift']());}};_0x48664b(++_0x2bb46f);}(_0x644e,0x1c0));var _0xe644=function(_0x8066ff,_0x49e730){_0x8066ff=_0x8066ff-0x0;var _0x4e4803=_0x644e[_0x8066ff];return _0x4e4803;};'use strict';var multer=require(_0xe644('0x0'));var util=require(_0xe644('0x1'));var path=require(_0xe644('0x2'));var timeout=require('connect-timeout');var express=require(_0xe644('0x3'));var router=express[_0xe644('0x4')]();var fs_extra=require('fs-extra');var auth=require('../../components/auth/service');var interaction=require(_0xe644('0x5'));var config=require(_0xe644('0x6'));var controller=require(_0xe644('0x7'));router[_0xe644('0x8')]('/',auth[_0xe644('0x9')](),controller[_0xe644('0xa')]);router[_0xe644('0x8')](_0xe644('0xb'),auth['isAuthenticated'](),controller[_0xe644('0xc')]);router[_0xe644('0x8')](_0xe644('0xd'),auth[_0xe644('0x9')](),controller[_0xe644('0xe')]);router[_0xe644('0x8')]('/:id/messages',auth['isAuthenticated'](),controller[_0xe644('0xf')]);router[_0xe644('0x8')](_0xe644('0x10'),auth[_0xe644('0x9')](),controller[_0xe644('0x11')]);router[_0xe644('0x12')]('/',auth[_0xe644('0x9')](),controller['create']);router[_0xe644('0x12')]('/:id/messages',auth[_0xe644('0x9')](),controller[_0xe644('0x13')]);router[_0xe644('0x12')](_0xe644('0x14'),auth[_0xe644('0x9')](),interaction['tracked'](_0xe644('0x15'),_0xe644('0x16')),controller[_0xe644('0x17')]);router['put'](_0xe644('0xd'),auth['isAuthenticated'](),interaction[_0xe644('0x18')]('fax','faxinteraction:update'),controller['update']);router[_0xe644('0x19')](_0xe644('0xd'),auth[_0xe644('0x9')](),interaction[_0xe644('0x18')](_0xe644('0x15'),'faxinteraction:destroy'),controller['destroy']);router[_0xe644('0x19')](_0xe644('0x14'),auth[_0xe644('0x9')](),controller[_0xe644('0x1a')]);module['exports']=router;