Built motion from commit (unavailable).|2.5.23
[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 _0xbccb=['../../config/environment','./faxTransferReport.controller','isAuthenticated','index','get','/describe','describe','/:id','show','post','put','update','destroy','exports','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service'];(function(_0x4f2591,_0x20b695){var _0x338969=function(_0x3f81aa){while(--_0x3f81aa){_0x4f2591['push'](_0x4f2591['shift']());}};_0x338969(++_0x20b695);}(_0xbccb,0xa1));var _0xbbcc=function(_0x597484,_0x199340){_0x597484=_0x597484-0x0;var _0x218e64=_0xbccb[_0x597484];return _0x218e64;};'use strict';var multer=require(_0xbbcc('0x0'));var util=require(_0xbbcc('0x1'));var path=require(_0xbbcc('0x2'));var timeout=require(_0xbbcc('0x3'));var express=require(_0xbbcc('0x4'));var router=express['Router']();var auth=require(_0xbbcc('0x5'));var interaction=require(_0xbbcc('0x6'));var config=require(_0xbbcc('0x7'));var controller=require(_0xbbcc('0x8'));router['get']('/',auth[_0xbbcc('0x9')](),controller[_0xbbcc('0xa')]);router[_0xbbcc('0xb')](_0xbbcc('0xc'),auth['isAuthenticated'](),controller[_0xbbcc('0xd')]);router[_0xbbcc('0xb')](_0xbbcc('0xe'),auth['isAuthenticated'](),controller[_0xbbcc('0xf')]);router[_0xbbcc('0x10')]('/',auth['isAuthenticated'](),controller['create']);router[_0xbbcc('0x11')]('/:id',auth[_0xbbcc('0x9')](),controller[_0xbbcc('0x12')]);router['delete'](_0xbbcc('0xe'),auth[_0xbbcc('0x9')](),controller[_0xbbcc('0x13')]);module[_0xbbcc('0x14')]=router;