Built motion from commit (unavailable).|2.5.19
[motion2.git] / server / api / whatsappInteraction / 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 _0x442d=['index','get','/:id','show','download','post','addMessage','/:id/tags','whatsapp','whatsappinteraction:addtags','addTags','put','tracked','update','delete','whatsappinteraction:destroy','destroy','removeTags','exports','util','path','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappInteraction.controller','isAuthenticated'];(function(_0x2bda14,_0x4fab1b){var _0xb5dd49=function(_0x1da71e){while(--_0x1da71e){_0x2bda14['push'](_0x2bda14['shift']());}};_0xb5dd49(++_0x4fab1b);}(_0x442d,0xbb));var _0xd442=function(_0x1c0991,_0x4f22d2){_0x1c0991=_0x1c0991-0x0;var _0x5034de=_0x442d[_0x1c0991];return _0x5034de;};'use strict';var multer=require('multer');var util=require(_0xd442('0x0'));var path=require(_0xd442('0x1'));var timeout=require('connect-timeout');var express=require(_0xd442('0x2'));var router=express[_0xd442('0x3')]();var auth=require(_0xd442('0x4'));var interaction=require(_0xd442('0x5'));var config=require(_0xd442('0x6'));var controller=require(_0xd442('0x7'));router['get']('/',auth[_0xd442('0x8')](),controller[_0xd442('0x9')]);router[_0xd442('0xa')]('/describe',auth['isAuthenticated'](),controller['describe']);router[_0xd442('0xa')](_0xd442('0xb'),auth['isAuthenticated'](),controller[_0xd442('0xc')]);router[_0xd442('0xa')]('/:id/messages',auth[_0xd442('0x8')](),controller['getMessages']);router['get']('/:id/download',auth[_0xd442('0x8')](),controller[_0xd442('0xd')]);router[_0xd442('0xe')]('/',auth[_0xd442('0x8')](),controller['create']);router[_0xd442('0xe')]('/:id/messages',auth[_0xd442('0x8')](),controller[_0xd442('0xf')]);router[_0xd442('0xe')](_0xd442('0x10'),auth[_0xd442('0x8')](),interaction['tracked'](_0xd442('0x11'),_0xd442('0x12')),controller[_0xd442('0x13')]);router[_0xd442('0x14')](_0xd442('0xb'),auth[_0xd442('0x8')](),interaction[_0xd442('0x15')]('whatsapp','whatsappinteraction:update'),controller[_0xd442('0x16')]);router[_0xd442('0x17')](_0xd442('0xb'),auth[_0xd442('0x8')](),interaction[_0xd442('0x15')](_0xd442('0x11'),_0xd442('0x18')),controller[_0xd442('0x19')]);router[_0xd442('0x17')](_0xd442('0x10'),auth[_0xd442('0x8')](),controller[_0xd442('0x1a')]);module[_0xd442('0x1b')]=router;