Built motion from commit d1eab355.|2.6.28
[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 _0xa459=['addTags','faxinteraction:update','update','delete','faxinteraction:destroy','destroy','removeTags','multer','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','isAuthenticated','get','/describe','describe','/:id','show','getMessages','/:id/download','download','post','create','/:id/messages','addMessage','tracked','fax'];(function(_0x4aed53,_0x215fc9){var _0x5e708b=function(_0xaa072){while(--_0xaa072){_0x4aed53['push'](_0x4aed53['shift']());}};_0x5e708b(++_0x215fc9);}(_0xa459,0x1d8));var _0x9a45=function(_0x927391,_0x357652){_0x927391=_0x927391-0x0;var _0x56586a=_0xa459[_0x927391];return _0x56586a;};'use strict';var multer=require(_0x9a45('0x0'));var util=require(_0x9a45('0x1'));var path=require(_0x9a45('0x2'));var timeout=require(_0x9a45('0x3'));var express=require(_0x9a45('0x4'));var router=express[_0x9a45('0x5')]();var fs_extra=require(_0x9a45('0x6'));var auth=require(_0x9a45('0x7'));var interaction=require(_0x9a45('0x8'));var config=require('../../config/environment');var controller=require('./faxInteraction.controller');router['get']('/',auth[_0x9a45('0x9')](),controller['index']);router[_0x9a45('0xa')](_0x9a45('0xb'),auth[_0x9a45('0x9')](),controller[_0x9a45('0xc')]);router[_0x9a45('0xa')](_0x9a45('0xd'),auth['isAuthenticated'](),controller[_0x9a45('0xe')]);router['get']('/:id/messages',auth['isAuthenticated'](),controller[_0x9a45('0xf')]);router[_0x9a45('0xa')](_0x9a45('0x10'),auth['isAuthenticated'](),controller[_0x9a45('0x11')]);router[_0x9a45('0x12')]('/',auth[_0x9a45('0x9')](),controller[_0x9a45('0x13')]);router[_0x9a45('0x12')](_0x9a45('0x14'),auth[_0x9a45('0x9')](),controller[_0x9a45('0x15')]);router[_0x9a45('0x12')]('/:id/tags',auth[_0x9a45('0x9')](),interaction[_0x9a45('0x16')](_0x9a45('0x17'),'faxinteraction:addtags'),controller[_0x9a45('0x18')]);router['put'](_0x9a45('0xd'),auth['isAuthenticated'](),interaction[_0x9a45('0x16')](_0x9a45('0x17'),_0x9a45('0x19')),controller[_0x9a45('0x1a')]);router[_0x9a45('0x1b')](_0x9a45('0xd'),auth['isAuthenticated'](),interaction[_0x9a45('0x16')](_0x9a45('0x17'),_0x9a45('0x1c')),controller[_0x9a45('0x1d')]);router[_0x9a45('0x1b')]('/:id/tags',auth[_0x9a45('0x9')](),controller[_0x9a45('0x1e')]);module['exports']=router;