d2e05c1b2f08dbb6c6f6c2180c1a8b18750171ed
[motion2.git] / server / api / smsQueueReport / 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 _0xb0d9=['express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsQueueReport.controller','get','isAuthenticated','index','/describe','describe','/:id','show','post','put','update','delete','destroy','exports','multer','util','path','connect-timeout'];(function(_0x32f795,_0x306a9c){var _0x277dc1=function(_0x4d9c43){while(--_0x4d9c43){_0x32f795['push'](_0x32f795['shift']());}};_0x277dc1(++_0x306a9c);}(_0xb0d9,0x1df));var _0x9b0d=function(_0x3b92ce,_0x52a7d6){_0x3b92ce=_0x3b92ce-0x0;var _0x44d62a=_0xb0d9[_0x3b92ce];return _0x44d62a;};'use strict';var multer=require(_0x9b0d('0x0'));var util=require(_0x9b0d('0x1'));var path=require(_0x9b0d('0x2'));var timeout=require(_0x9b0d('0x3'));var express=require(_0x9b0d('0x4'));var router=express[_0x9b0d('0x5')]();var auth=require(_0x9b0d('0x6'));var interaction=require(_0x9b0d('0x7'));var config=require(_0x9b0d('0x8'));var controller=require(_0x9b0d('0x9'));router[_0x9b0d('0xa')]('/',auth[_0x9b0d('0xb')](),controller[_0x9b0d('0xc')]);router[_0x9b0d('0xa')](_0x9b0d('0xd'),auth[_0x9b0d('0xb')](),controller[_0x9b0d('0xe')]);router[_0x9b0d('0xa')](_0x9b0d('0xf'),auth[_0x9b0d('0xb')](),controller[_0x9b0d('0x10')]);router[_0x9b0d('0x11')]('/',auth[_0x9b0d('0xb')](),controller['create']);router[_0x9b0d('0x12')](_0x9b0d('0xf'),auth[_0x9b0d('0xb')](),controller[_0x9b0d('0x13')]);router[_0x9b0d('0x14')](_0x9b0d('0xf'),auth[_0x9b0d('0xb')](),controller[_0x9b0d('0x15')]);module[_0x9b0d('0x16')]=router;