bd395d22fd5ad206b1ad7c6b7b24139cfa17fa24
[motion2.git] / server / api / whatsappQueueReport / 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 _0x9355=['/describe','describe','/:id','show','create','put','update','delete','destroy','exports','multer','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappQueueReport.controller','get','isAuthenticated'];(function(_0xbc0574,_0x2d9351){var _0x46d311=function(_0x4a2974){while(--_0x4a2974){_0xbc0574['push'](_0xbc0574['shift']());}};_0x46d311(++_0x2d9351);}(_0x9355,0x73));var _0x5935=function(_0x2a1bb9,_0x1de09b){_0x2a1bb9=_0x2a1bb9-0x0;var _0x55f38b=_0x9355[_0x2a1bb9];return _0x55f38b;};'use strict';var multer=require(_0x5935('0x0'));var util=require('util');var path=require('path');var timeout=require(_0x5935('0x1'));var express=require(_0x5935('0x2'));var router=express[_0x5935('0x3')]();var fs_extra=require(_0x5935('0x4'));var auth=require(_0x5935('0x5'));var interaction=require(_0x5935('0x6'));var config=require(_0x5935('0x7'));var controller=require(_0x5935('0x8'));router[_0x5935('0x9')]('/',auth[_0x5935('0xa')](),controller['index']);router[_0x5935('0x9')](_0x5935('0xb'),auth[_0x5935('0xa')](),controller[_0x5935('0xc')]);router[_0x5935('0x9')](_0x5935('0xd'),auth[_0x5935('0xa')](),controller[_0x5935('0xe')]);router['post']('/',auth[_0x5935('0xa')](),controller[_0x5935('0xf')]);router[_0x5935('0x10')](_0x5935('0xd'),auth[_0x5935('0xa')](),controller[_0x5935('0x11')]);router[_0x5935('0x12')]('/:id',auth[_0x5935('0xa')](),controller[_0x5935('0x13')]);module[_0x5935('0x14')]=router;