9426a97e1750b277ae0565f05a5fabf9f2723146
[motion2.git] / server / api / smsInteraction / 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 _0xcb07=['post','/:id/messages','addMessage','/:id/tags','sms','smsinteraction:addtags','addTags','update','delete','smsinteraction:destroy','destroy','exports','multer','util','path','connect-timeout','express','../../components/auth/service','../../components/interaction/service','../../config/environment','get','index','isAuthenticated','describe','/:id','show','getMessages','download'];(function(_0x4f7a20,_0x2e9c46){var _0x2cabf4=function(_0xc653cb){while(--_0xc653cb){_0x4f7a20['push'](_0x4f7a20['shift']());}};_0x2cabf4(++_0x2e9c46);}(_0xcb07,0x98));var _0x7cb0=function(_0x57dc85,_0x3a6d51){_0x57dc85=_0x57dc85-0x0;var _0x563a2e=_0xcb07[_0x57dc85];return _0x563a2e;};'use strict';var multer=require(_0x7cb0('0x0'));var util=require(_0x7cb0('0x1'));var path=require(_0x7cb0('0x2'));var timeout=require(_0x7cb0('0x3'));var express=require(_0x7cb0('0x4'));var router=express['Router']();var auth=require(_0x7cb0('0x5'));var interaction=require(_0x7cb0('0x6'));var config=require(_0x7cb0('0x7'));var controller=require('./smsInteraction.controller');router[_0x7cb0('0x8')]('/',auth['isAuthenticated'](),controller[_0x7cb0('0x9')]);router[_0x7cb0('0x8')]('/describe',auth[_0x7cb0('0xa')](),controller[_0x7cb0('0xb')]);router[_0x7cb0('0x8')](_0x7cb0('0xc'),auth[_0x7cb0('0xa')](),controller[_0x7cb0('0xd')]);router[_0x7cb0('0x8')]('/:id/messages',auth[_0x7cb0('0xa')](),controller[_0x7cb0('0xe')]);router[_0x7cb0('0x8')]('/:id/download',auth['isAuthenticated'](),controller[_0x7cb0('0xf')]);router[_0x7cb0('0x10')]('/',auth['isAuthenticated'](),controller['create']);router['post'](_0x7cb0('0x11'),auth['isAuthenticated'](),controller[_0x7cb0('0x12')]);router[_0x7cb0('0x10')](_0x7cb0('0x13'),auth['isAuthenticated'](),interaction['tracked'](_0x7cb0('0x14'),_0x7cb0('0x15')),controller[_0x7cb0('0x16')]);router['put'](_0x7cb0('0xc'),auth['isAuthenticated'](),interaction['tracked'](_0x7cb0('0x14'),'smsinteraction:update'),controller[_0x7cb0('0x17')]);router[_0x7cb0('0x18')](_0x7cb0('0xc'),auth[_0x7cb0('0xa')](),interaction['tracked'](_0x7cb0('0x14'),_0x7cb0('0x19')),controller[_0x7cb0('0x1a')]);router[_0x7cb0('0x18')](_0x7cb0('0x13'),auth[_0x7cb0('0xa')](),controller['removeTags']);module[_0x7cb0('0x1b')]=router;