Built motion from commit (unavailable).|2.5.26
[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 _0x8dad=['isAuthenticated','/describe','post','put','/:id','update','delete','exports','multer','util','path','connect-timeout','express','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsQueueReport.controller','get'];(function(_0x5df61d,_0x158640){var _0x24cc4c=function(_0x2de006){while(--_0x2de006){_0x5df61d['push'](_0x5df61d['shift']());}};_0x24cc4c(++_0x158640);}(_0x8dad,0x1bd));var _0xd8da=function(_0x19f4d5,_0x26f329){_0x19f4d5=_0x19f4d5-0x0;var _0x4397d9=_0x8dad[_0x19f4d5];return _0x4397d9;};'use strict';var multer=require(_0xd8da('0x0'));var util=require(_0xd8da('0x1'));var path=require(_0xd8da('0x2'));var timeout=require(_0xd8da('0x3'));var express=require(_0xd8da('0x4'));var router=express['Router']();var fs_extra=require(_0xd8da('0x5'));var auth=require(_0xd8da('0x6'));var interaction=require(_0xd8da('0x7'));var config=require(_0xd8da('0x8'));var controller=require(_0xd8da('0x9'));router[_0xd8da('0xa')]('/',auth[_0xd8da('0xb')](),controller['index']);router['get'](_0xd8da('0xc'),auth['isAuthenticated'](),controller['describe']);router['get']('/:id',auth[_0xd8da('0xb')](),controller['show']);router[_0xd8da('0xd')]('/',auth['isAuthenticated'](),controller['create']);router[_0xd8da('0xe')](_0xd8da('0xf'),auth[_0xd8da('0xb')](),controller[_0xd8da('0x10')]);router[_0xd8da('0x11')](_0xd8da('0xf'),auth[_0xd8da('0xb')](),controller['destroy']);module[_0xd8da('0x12')]=router;