Built motion from commit (unavailable).|2.5.1
[motion2.git] / server / api / smsMessage / 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 _0xc11b=['index','describe','/:id','show','post','tracked','status','put','update','/:id/accept','accept','/:id/reject','reject','delete','destroy','exports','util','connect-timeout','Router','../../components/interaction/service','../../config/environment','get','isAuthenticated'];(function(_0x11dadd,_0xfc7365){var _0x1350d0=function(_0x18a7ab){while(--_0x18a7ab){_0x11dadd['push'](_0x11dadd['shift']());}};_0x1350d0(++_0xfc7365);}(_0xc11b,0x13b));var _0xbc11=function(_0x2a2380,_0x32eee0){_0x2a2380=_0x2a2380-0x0;var _0x3cfca1=_0xc11b[_0x2a2380];return _0x3cfca1;};'use strict';var multer=require('multer');var util=require(_0xbc11('0x0'));var path=require('path');var timeout=require(_0xbc11('0x1'));var express=require('express');var router=express[_0xbc11('0x2')]();var auth=require('../../components/auth/service');var interaction=require(_0xbc11('0x3'));var config=require(_0xbc11('0x4'));var controller=require('./smsMessage.controller');router[_0xbc11('0x5')]('/',auth[_0xbc11('0x6')](),controller[_0xbc11('0x7')]);router['get']('/describe',auth[_0xbc11('0x6')](),controller[_0xbc11('0x8')]);router['get'](_0xbc11('0x9'),auth[_0xbc11('0x6')](),controller[_0xbc11('0xa')]);router[_0xbc11('0xb')]('/',auth[_0xbc11('0x6')](),interaction[_0xbc11('0xc')]('sms','smsmessage:create'),controller['create']);router[_0xbc11('0xb')]('/:id/status',controller[_0xbc11('0xd')]);router[_0xbc11('0xe')](_0xbc11('0x9'),auth[_0xbc11('0x6')](),controller[_0xbc11('0xf')]);router[_0xbc11('0xe')](_0xbc11('0x10'),auth[_0xbc11('0x6')](),controller[_0xbc11('0x11')]);router[_0xbc11('0xe')](_0xbc11('0x12'),auth[_0xbc11('0x6')](),controller[_0xbc11('0x13')]);router[_0xbc11('0x14')](_0xbc11('0x9'),auth['isAuthenticated'](),controller[_0xbc11('0x15')]);module[_0xbc11('0x16')]=router;