Built motion from commit (unavailable).|2.5.30
[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 _0x999f=['whatsappinteraction:destroy','destroy','delete','removeTags','multer','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','./whatsappInteraction.controller','get','/describe','isAuthenticated','describe','/:id','show','/:id/messages','getMessages','download','create','post','addMessage','/:id/tags','whatsapp','tracked','update'];(function(_0x4935ac,_0x2fec9b){var _0x10392d=function(_0x1cef21){while(--_0x1cef21){_0x4935ac['push'](_0x4935ac['shift']());}};_0x10392d(++_0x2fec9b);}(_0x999f,0x19a));var _0xf999=function(_0x4d45c1,_0x2beda1){_0x4d45c1=_0x4d45c1-0x0;var _0x244478=_0x999f[_0x4d45c1];return _0x244478;};'use strict';var multer=require(_0xf999('0x0'));var util=require('util');var path=require('path');var timeout=require(_0xf999('0x1'));var express=require(_0xf999('0x2'));var router=express[_0xf999('0x3')]();var fs_extra=require(_0xf999('0x4'));var auth=require(_0xf999('0x5'));var interaction=require(_0xf999('0x6'));var config=require(_0xf999('0x7'));var controller=require(_0xf999('0x8'));router[_0xf999('0x9')]('/',auth['isAuthenticated'](),controller['index']);router[_0xf999('0x9')](_0xf999('0xa'),auth[_0xf999('0xb')](),controller[_0xf999('0xc')]);router['get'](_0xf999('0xd'),auth['isAuthenticated'](),controller[_0xf999('0xe')]);router[_0xf999('0x9')](_0xf999('0xf'),auth['isAuthenticated'](),controller[_0xf999('0x10')]);router[_0xf999('0x9')]('/:id/download',auth[_0xf999('0xb')](),controller[_0xf999('0x11')]);router['post']('/',auth[_0xf999('0xb')](),controller[_0xf999('0x12')]);router[_0xf999('0x13')](_0xf999('0xf'),auth['isAuthenticated'](),controller[_0xf999('0x14')]);router[_0xf999('0x13')](_0xf999('0x15'),auth['isAuthenticated'](),interaction['tracked'](_0xf999('0x16'),'whatsappinteraction:addtags'),controller['addTags']);router['put'](_0xf999('0xd'),auth[_0xf999('0xb')](),interaction[_0xf999('0x17')](_0xf999('0x16'),'whatsappinteraction:update'),controller[_0xf999('0x18')]);router['delete'](_0xf999('0xd'),auth[_0xf999('0xb')](),interaction[_0xf999('0x17')](_0xf999('0x16'),_0xf999('0x19')),controller[_0xf999('0x1a')]);router[_0xf999('0x1b')](_0xf999('0x15'),auth[_0xf999('0xb')](),controller[_0xf999('0x1c')]);module['exports']=router;