Built motion from commit (unavailable).|2.5.2
[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 _0xf17f=['Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsQueueReport.controller','index','get','describe','/:id','isAuthenticated','show','post','create','put','delete','exports','multer','path','connect-timeout','express'];(function(_0x319e2e,_0x2f727f){var _0x302524=function(_0x5cad9d){while(--_0x5cad9d){_0x319e2e['push'](_0x319e2e['shift']());}};_0x302524(++_0x2f727f);}(_0xf17f,0xb0));var _0xff17=function(_0x2cd068,_0x7a0a83){_0x2cd068=_0x2cd068-0x0;var _0x1f2d00=_0xf17f[_0x2cd068];return _0x1f2d00;};'use strict';var multer=require(_0xff17('0x0'));var util=require('util');var path=require(_0xff17('0x1'));var timeout=require(_0xff17('0x2'));var express=require(_0xff17('0x3'));var router=express[_0xff17('0x4')]();var auth=require(_0xff17('0x5'));var interaction=require(_0xff17('0x6'));var config=require(_0xff17('0x7'));var controller=require(_0xff17('0x8'));router['get']('/',auth['isAuthenticated'](),controller[_0xff17('0x9')]);router[_0xff17('0xa')]('/describe',auth['isAuthenticated'](),controller[_0xff17('0xb')]);router[_0xff17('0xa')](_0xff17('0xc'),auth[_0xff17('0xd')](),controller[_0xff17('0xe')]);router[_0xff17('0xf')]('/',auth[_0xff17('0xd')](),controller[_0xff17('0x10')]);router[_0xff17('0x11')](_0xff17('0xc'),auth[_0xff17('0xd')](),controller['update']);router[_0xff17('0x12')](_0xff17('0xc'),auth['isAuthenticated'](),controller['destroy']);module[_0xff17('0x13')]=router;