Built motion from commit (unavailable).|2.5.11
[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 _0x9d6e=['/:id/messages','getMessages','post','create','addMessage','/:id/tags','tracked','sms','smsinteraction:addtags','addTags','put','smsinteraction:update','delete','removeTags','exports','multer','util','../../components/auth/service','../../components/interaction/service','../../config/environment','./smsInteraction.controller','get','isAuthenticated','index','/describe','/:id','show'];(function(_0x3d8a90,_0xf5f381){var _0x74f158=function(_0x1285f5){while(--_0x1285f5){_0x3d8a90['push'](_0x3d8a90['shift']());}};_0x74f158(++_0xf5f381);}(_0x9d6e,0xcc));var _0xe9d6=function(_0x2641f9,_0x26715f){_0x2641f9=_0x2641f9-0x0;var _0x585741=_0x9d6e[_0x2641f9];return _0x585741;};'use strict';var multer=require(_0xe9d6('0x0'));var util=require(_0xe9d6('0x1'));var path=require('path');var timeout=require('connect-timeout');var express=require('express');var router=express['Router']();var auth=require(_0xe9d6('0x2'));var interaction=require(_0xe9d6('0x3'));var config=require(_0xe9d6('0x4'));var controller=require(_0xe9d6('0x5'));router[_0xe9d6('0x6')]('/',auth[_0xe9d6('0x7')](),controller[_0xe9d6('0x8')]);router[_0xe9d6('0x6')](_0xe9d6('0x9'),auth[_0xe9d6('0x7')](),controller['describe']);router[_0xe9d6('0x6')](_0xe9d6('0xa'),auth[_0xe9d6('0x7')](),controller[_0xe9d6('0xb')]);router[_0xe9d6('0x6')](_0xe9d6('0xc'),auth[_0xe9d6('0x7')](),controller[_0xe9d6('0xd')]);router['get']('/:id/download',auth[_0xe9d6('0x7')](),controller['download']);router[_0xe9d6('0xe')]('/',auth[_0xe9d6('0x7')](),controller[_0xe9d6('0xf')]);router[_0xe9d6('0xe')]('/:id/messages',auth['isAuthenticated'](),controller[_0xe9d6('0x10')]);router[_0xe9d6('0xe')](_0xe9d6('0x11'),auth[_0xe9d6('0x7')](),interaction[_0xe9d6('0x12')](_0xe9d6('0x13'),_0xe9d6('0x14')),controller[_0xe9d6('0x15')]);router[_0xe9d6('0x16')](_0xe9d6('0xa'),auth['isAuthenticated'](),interaction[_0xe9d6('0x12')](_0xe9d6('0x13'),_0xe9d6('0x17')),controller['update']);router['delete'](_0xe9d6('0xa'),auth[_0xe9d6('0x7')](),interaction['tracked'](_0xe9d6('0x13'),'smsinteraction:destroy'),controller['destroy']);router[_0xe9d6('0x18')](_0xe9d6('0x11'),auth[_0xe9d6('0x7')](),controller[_0xe9d6('0x19')]);module[_0xe9d6('0x1a')]=router;