Built motion from commit (unavailable).|2.5.23
[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 _0xd85b=['create','post','/:id/messages','addMessage','whatsapp','addTags','tracked','delete','whatsappinteraction:destroy','destroy','/:id/tags','removeTags','exports','multer','util','path','connect-timeout','express','Router','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappInteraction.controller','get','isAuthenticated','index','/describe','describe','/:id','getMessages','/:id/download','download'];(function(_0xac4dd4,_0x41ac92){var _0x35b182=function(_0xa9a425){while(--_0xa9a425){_0xac4dd4['push'](_0xac4dd4['shift']());}};_0x35b182(++_0x41ac92);}(_0xd85b,0x14d));var _0xbd85=function(_0x57b54c,_0x54ce0d){_0x57b54c=_0x57b54c-0x0;var _0x59cc19=_0xd85b[_0x57b54c];return _0x59cc19;};'use strict';var multer=require(_0xbd85('0x0'));var util=require(_0xbd85('0x1'));var path=require(_0xbd85('0x2'));var timeout=require(_0xbd85('0x3'));var express=require(_0xbd85('0x4'));var router=express[_0xbd85('0x5')]();var auth=require(_0xbd85('0x6'));var interaction=require(_0xbd85('0x7'));var config=require(_0xbd85('0x8'));var controller=require(_0xbd85('0x9'));router[_0xbd85('0xa')]('/',auth[_0xbd85('0xb')](),controller[_0xbd85('0xc')]);router['get'](_0xbd85('0xd'),auth[_0xbd85('0xb')](),controller[_0xbd85('0xe')]);router[_0xbd85('0xa')](_0xbd85('0xf'),auth[_0xbd85('0xb')](),controller['show']);router[_0xbd85('0xa')]('/:id/messages',auth[_0xbd85('0xb')](),controller[_0xbd85('0x10')]);router['get'](_0xbd85('0x11'),auth[_0xbd85('0xb')](),controller[_0xbd85('0x12')]);router['post']('/',auth[_0xbd85('0xb')](),controller[_0xbd85('0x13')]);router[_0xbd85('0x14')](_0xbd85('0x15'),auth[_0xbd85('0xb')](),controller[_0xbd85('0x16')]);router[_0xbd85('0x14')]('/:id/tags',auth[_0xbd85('0xb')](),interaction['tracked'](_0xbd85('0x17'),'whatsappinteraction:addtags'),controller[_0xbd85('0x18')]);router['put'](_0xbd85('0xf'),auth[_0xbd85('0xb')](),interaction[_0xbd85('0x19')](_0xbd85('0x17'),'whatsappinteraction:update'),controller['update']);router[_0xbd85('0x1a')](_0xbd85('0xf'),auth['isAuthenticated'](),interaction['tracked'](_0xbd85('0x17'),_0xbd85('0x1b')),controller[_0xbd85('0x1c')]);router[_0xbd85('0x1a')](_0xbd85('0x1d'),auth['isAuthenticated'](),controller[_0xbd85('0x1e')]);module[_0xbd85('0x1f')]=router;