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