95adf69461ce143900066e0e331c407ec60d5a61
[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 _0x5d22=['index','get','/describe','describe','/:id','show','post','create','put','update','delete','exports','multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappQueueReport.controller','isAuthenticated'];(function(_0x24da40,_0x2823c){var _0x15cd70=function(_0x188a64){while(--_0x188a64){_0x24da40['push'](_0x24da40['shift']());}};_0x15cd70(++_0x2823c);}(_0x5d22,0x96));var _0x25d2=function(_0x5136c0,_0x42a14a){_0x5136c0=_0x5136c0-0x0;var _0x3c7e07=_0x5d22[_0x5136c0];return _0x3c7e07;};'use strict';var multer=require(_0x25d2('0x0'));var util=require(_0x25d2('0x1'));var path=require(_0x25d2('0x2'));var timeout=require(_0x25d2('0x3'));var express=require(_0x25d2('0x4'));var router=express['Router']();var fs_extra=require(_0x25d2('0x5'));var auth=require(_0x25d2('0x6'));var interaction=require(_0x25d2('0x7'));var config=require(_0x25d2('0x8'));var controller=require(_0x25d2('0x9'));router['get']('/',auth[_0x25d2('0xa')](),controller[_0x25d2('0xb')]);router[_0x25d2('0xc')](_0x25d2('0xd'),auth[_0x25d2('0xa')](),controller[_0x25d2('0xe')]);router[_0x25d2('0xc')](_0x25d2('0xf'),auth[_0x25d2('0xa')](),controller[_0x25d2('0x10')]);router[_0x25d2('0x11')]('/',auth[_0x25d2('0xa')](),controller[_0x25d2('0x12')]);router[_0x25d2('0x13')](_0x25d2('0xf'),auth[_0x25d2('0xa')](),controller[_0x25d2('0x14')]);router[_0x25d2('0x15')](_0x25d2('0xf'),auth[_0x25d2('0xa')](),controller['destroy']);module[_0x25d2('0x16')]=router;