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