Built motion from commit (unavailable).|2.5.3
[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 _0x46db=['tracked','fax','faxinteraction:addtags','addTags','/:id','faxinteraction:update','update','delete','faxinteraction:destroy','destroy','/:id/tags','removeTags','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','show','/:id/messages','getMessages','/:id/download','download','post','create'];(function(_0x30eb7b,_0x31bb9b){var _0x35b038=function(_0x45fcc8){while(--_0x45fcc8){_0x30eb7b['push'](_0x30eb7b['shift']());}};_0x35b038(++_0x31bb9b);}(_0x46db,0x1c7));var _0xb46d=function(_0x5054da,_0x217daf){_0x5054da=_0x5054da-0x0;var _0x76c47b=_0x46db[_0x5054da];return _0x76c47b;};'use strict';var multer=require(_0xb46d('0x0'));var util=require(_0xb46d('0x1'));var path=require(_0xb46d('0x2'));var timeout=require(_0xb46d('0x3'));var express=require(_0xb46d('0x4'));var router=express[_0xb46d('0x5')]();var auth=require(_0xb46d('0x6'));var interaction=require(_0xb46d('0x7'));var config=require(_0xb46d('0x8'));var controller=require('./faxInteraction.controller');router[_0xb46d('0x9')]('/',auth[_0xb46d('0xa')](),controller[_0xb46d('0xb')]);router[_0xb46d('0x9')](_0xb46d('0xc'),auth[_0xb46d('0xa')](),controller[_0xb46d('0xd')]);router[_0xb46d('0x9')]('/:id',auth[_0xb46d('0xa')](),controller[_0xb46d('0xe')]);router[_0xb46d('0x9')](_0xb46d('0xf'),auth['isAuthenticated'](),controller[_0xb46d('0x10')]);router[_0xb46d('0x9')](_0xb46d('0x11'),auth[_0xb46d('0xa')](),controller[_0xb46d('0x12')]);router[_0xb46d('0x13')]('/',auth[_0xb46d('0xa')](),controller[_0xb46d('0x14')]);router['post'](_0xb46d('0xf'),auth['isAuthenticated'](),controller['addMessage']);router['post']('/:id/tags',auth[_0xb46d('0xa')](),interaction[_0xb46d('0x15')](_0xb46d('0x16'),_0xb46d('0x17')),controller[_0xb46d('0x18')]);router['put'](_0xb46d('0x19'),auth[_0xb46d('0xa')](),interaction[_0xb46d('0x15')](_0xb46d('0x16'),_0xb46d('0x1a')),controller[_0xb46d('0x1b')]);router[_0xb46d('0x1c')](_0xb46d('0x19'),auth[_0xb46d('0xa')](),interaction[_0xb46d('0x15')](_0xb46d('0x16'),_0xb46d('0x1d')),controller[_0xb46d('0x1e')]);router[_0xb46d('0x1c')](_0xb46d('0x1f'),auth[_0xb46d('0xa')](),controller[_0xb46d('0x20')]);module[_0xb46d('0x21')]=router;