Built motion from commit (unavailable).|2.5.22
[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 _0xb6e5=['put','update','destroy','multer','util','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./faxTransferReport.controller','get','isAuthenticated','index','/describe','/:id','post'];(function(_0x13fe8c,_0x465c26){var _0x2b1b24=function(_0x3d7c86){while(--_0x3d7c86){_0x13fe8c['push'](_0x13fe8c['shift']());}};_0x2b1b24(++_0x465c26);}(_0xb6e5,0x6f));var _0x5b6e=function(_0x16fc2e,_0x207efa){_0x16fc2e=_0x16fc2e-0x0;var _0x1026a3=_0xb6e5[_0x16fc2e];return _0x1026a3;};'use strict';var multer=require(_0x5b6e('0x0'));var util=require(_0x5b6e('0x1'));var path=require('path');var timeout=require(_0x5b6e('0x2'));var express=require(_0x5b6e('0x3'));var router=express[_0x5b6e('0x4')]();var auth=require(_0x5b6e('0x5'));var interaction=require(_0x5b6e('0x6'));var config=require(_0x5b6e('0x7'));var controller=require(_0x5b6e('0x8'));router[_0x5b6e('0x9')]('/',auth[_0x5b6e('0xa')](),controller[_0x5b6e('0xb')]);router['get'](_0x5b6e('0xc'),auth[_0x5b6e('0xa')](),controller['describe']);router[_0x5b6e('0x9')](_0x5b6e('0xd'),auth[_0x5b6e('0xa')](),controller['show']);router[_0x5b6e('0xe')]('/',auth[_0x5b6e('0xa')](),controller['create']);router[_0x5b6e('0xf')](_0x5b6e('0xd'),auth[_0x5b6e('0xa')](),controller[_0x5b6e('0x10')]);router['delete'](_0x5b6e('0xd'),auth[_0x5b6e('0xa')](),controller[_0x5b6e('0x11')]);module['exports']=router;