36e938f3e7cd2392a27e1aeee2f7f83356e0b5bb
[motion2.git] / server / api / whatsappAccount / 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 _0xfff0=['/:id','show','isAuthenticated','getDispositions','/:id/canned_answers','getAnswers','/:id/users','getAgents','post','create','addDisposition','addAnswer','addAgents','addApplications','/:id/notify','notify','/:id/send','send','put','delete','destroy','/:id/dispositions','removeDispositions','removeAgents','exports','util','path','connect-timeout','Router','../../components/auth/service','../../components/interaction/service','./whatsappAccount.controller','get','index','/describe','describe'];(function(_0xad49a5,_0x22e635){var _0x22989=function(_0x5db59e){while(--_0x5db59e){_0xad49a5['push'](_0xad49a5['shift']());}};_0x22989(++_0x22e635);}(_0xfff0,0x139));var _0x0fff=function(_0x831e2d,_0x8fef1){_0x831e2d=_0x831e2d-0x0;var _0x1aff95=_0xfff0[_0x831e2d];return _0x1aff95;};'use strict';var multer=require('multer');var util=require(_0x0fff('0x0'));var path=require(_0x0fff('0x1'));var timeout=require(_0x0fff('0x2'));var express=require('express');var router=express[_0x0fff('0x3')]();var auth=require(_0x0fff('0x4'));var interaction=require(_0x0fff('0x5'));var config=require('../../config/environment');var controller=require(_0x0fff('0x6'));router[_0x0fff('0x7')]('/',auth['isAuthenticated'](),controller[_0x0fff('0x8')]);router[_0x0fff('0x7')](_0x0fff('0x9'),auth['isAuthenticated'](),controller[_0x0fff('0xa')]);router['get'](_0x0fff('0xb'),auth['isAuthenticated'](),controller[_0x0fff('0xc')]);router[_0x0fff('0x7')]('/:id/dispositions',auth[_0x0fff('0xd')](),controller[_0x0fff('0xe')]);router[_0x0fff('0x7')](_0x0fff('0xf'),auth[_0x0fff('0xd')](),controller[_0x0fff('0x10')]);router[_0x0fff('0x7')](_0x0fff('0x11'),auth[_0x0fff('0xd')](),controller[_0x0fff('0x12')]);router[_0x0fff('0x7')]('/:id/applications',auth[_0x0fff('0xd')](),controller['getApplications']);router[_0x0fff('0x13')]('/',auth[_0x0fff('0xd')](),controller[_0x0fff('0x14')]);router[_0x0fff('0x13')]('/:id/dispositions',auth['isAuthenticated'](),controller[_0x0fff('0x15')]);router['post']('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x0fff('0x16')]);router[_0x0fff('0x13')]('/:id/users',auth[_0x0fff('0xd')](),controller[_0x0fff('0x17')]);router['post']('/:id/applications',auth['isAuthenticated'](),controller[_0x0fff('0x18')]);router[_0x0fff('0x13')](_0x0fff('0x19'),controller[_0x0fff('0x1a')]);router[_0x0fff('0x13')](_0x0fff('0x1b'),auth['isAuthenticated'](),controller[_0x0fff('0x1c')]);router[_0x0fff('0x1d')](_0x0fff('0xb'),auth['isAuthenticated'](),controller['update']);router[_0x0fff('0x1e')](_0x0fff('0xb'),auth[_0x0fff('0xd')](),controller[_0x0fff('0x1f')]);router['delete'](_0x0fff('0x20'),auth[_0x0fff('0xd')](),controller[_0x0fff('0x21')]);router[_0x0fff('0x1e')](_0x0fff('0xf'),auth[_0x0fff('0xd')](),controller['removeAnswers']);router[_0x0fff('0x1e')](_0x0fff('0x11'),auth[_0x0fff('0xd')](),controller[_0x0fff('0x22')]);module[_0x0fff('0x23')]=router;