Built motion from commit (unavailable).|2.4.18
[motion2.git] / server / api / faxTransferReport / 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 _0x4eb4=['../../components/auth/service','../../components/interaction/service','../../config/environment','get','isAuthenticated','index','/describe','describe','/:id','show','post','create','put','delete','exports','util','path','connect-timeout'];(function(_0x4cd013,_0x8e0839){var _0x1ffa55=function(_0xa4fe40){while(--_0xa4fe40){_0x4cd013['push'](_0x4cd013['shift']());}};_0x1ffa55(++_0x8e0839);}(_0x4eb4,0x189));var _0x44eb=function(_0x1e5cc3,_0x238a87){_0x1e5cc3=_0x1e5cc3-0x0;var _0x15c596=_0x4eb4[_0x1e5cc3];return _0x15c596;};'use strict';var multer=require('multer');var util=require(_0x44eb('0x0'));var path=require(_0x44eb('0x1'));var timeout=require(_0x44eb('0x2'));var express=require('express');var router=express['Router']();var auth=require(_0x44eb('0x3'));var interaction=require(_0x44eb('0x4'));var config=require(_0x44eb('0x5'));var controller=require('./faxTransferReport.controller');router[_0x44eb('0x6')]('/',auth[_0x44eb('0x7')](),controller[_0x44eb('0x8')]);router[_0x44eb('0x6')](_0x44eb('0x9'),auth[_0x44eb('0x7')](),controller[_0x44eb('0xa')]);router[_0x44eb('0x6')](_0x44eb('0xb'),auth[_0x44eb('0x7')](),controller[_0x44eb('0xc')]);router[_0x44eb('0xd')]('/',auth[_0x44eb('0x7')](),controller[_0x44eb('0xe')]);router[_0x44eb('0xf')](_0x44eb('0xb'),auth[_0x44eb('0x7')](),controller['update']);router[_0x44eb('0x10')](_0x44eb('0xb'),auth[_0x44eb('0x7')](),controller['destroy']);module[_0x44eb('0x11')]=router;